Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseMessageContentType
Packages that use KnowledgeBaseMessageContentType
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseMessageContentType in com.azure.search.documents.knowledgebases.models
Subclasses with type arguments of type KnowledgeBaseMessageContentType in com.azure.search.documents.knowledgebases.modelsModifier and TypeClassDescriptionfinal classThe type of message content.Fields in com.azure.search.documents.knowledgebases.models declared as KnowledgeBaseMessageContentTypeModifier and TypeFieldDescriptionstatic final KnowledgeBaseMessageContentTypeKnowledgeBaseMessageContentType.IMAGEImage message content kind.static final KnowledgeBaseMessageContentTypeKnowledgeBaseMessageContentType.TEXTText message content kind.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseMessageContentTypeModifier and TypeMethodDescriptionKnowledgeBaseMessageContentType.fromString(String name) Creates or finds a KnowledgeBaseMessageContentType from its string representation.KnowledgeBaseMessageContent.getType()Get the type property: The type of the message.KnowledgeBaseMessageImageContent.getType()Get the type property: The type of the message.KnowledgeBaseMessageTextContent.getType()Get the type property: The type of the message.Methods in com.azure.search.documents.knowledgebases.models that return types with arguments of type KnowledgeBaseMessageContentTypeModifier and TypeMethodDescriptionKnowledgeBaseMessageContentType.values()Gets known KnowledgeBaseMessageContentType values.