Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeRetrievalIntentType
Packages that use KnowledgeRetrievalIntentType
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeRetrievalIntentType in com.azure.search.documents.knowledgebases.models
Subclasses with type arguments of type KnowledgeRetrievalIntentType in com.azure.search.documents.knowledgebases.modelsModifier and TypeClassDescriptionfinal classThe kind of knowledge base configuration to use.Fields in com.azure.search.documents.knowledgebases.models declared as KnowledgeRetrievalIntentTypeModifier and TypeFieldDescriptionstatic final KnowledgeRetrievalIntentTypeKnowledgeRetrievalIntentType.SEMANTICA natural language semantic query intent.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeRetrievalIntentTypeModifier and TypeMethodDescriptionstatic KnowledgeRetrievalIntentTypeKnowledgeRetrievalIntentType.fromString(String name) Creates or finds a KnowledgeRetrievalIntentType from its string representation.KnowledgeRetrievalIntent.getType()Get the type property: The type of the intent.KnowledgeRetrievalSemanticIntent.getType()Get the type property: The type of the intent.Methods in com.azure.search.documents.knowledgebases.models that return types with arguments of type KnowledgeRetrievalIntentTypeModifier and TypeMethodDescriptionKnowledgeRetrievalIntentType.values()Gets known KnowledgeRetrievalIntentType values.