Uses of Class
com.azure.ai.agents.persistent.models.MessageTextAnnotation
Packages that use MessageTextAnnotation
Package
Description
Package containing the data models for Agents.
-
Uses of MessageTextAnnotation in com.azure.ai.agents.persistent.models
Subclasses of MessageTextAnnotation in com.azure.ai.agents.persistent.modelsModifier and TypeClassDescriptionfinal classA citation within the message that points to a specific quote from a specific File associated with the agent or the message.final classA citation within the message that points to a file located at a specific path.final classA citation within the message that points to a specific URL associated with the message.Methods in com.azure.ai.agents.persistent.models that return MessageTextAnnotationModifier and TypeMethodDescriptionstatic MessageTextAnnotationMessageTextAnnotation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MessageTextAnnotation from the JsonReader.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type MessageTextAnnotationModifier and TypeMethodDescriptionMessageTextDetails.getAnnotations()Get the annotations property: A list of annotations associated with this text.