Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeRetrievalIntent
Packages that use KnowledgeRetrievalIntent
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeRetrievalIntent in com.azure.search.documents.knowledgebases.models
Subclasses of KnowledgeRetrievalIntent in com.azure.search.documents.knowledgebases.modelsModifier and TypeClassDescriptionfinal classThe KnowledgeRetrievalSemanticIntent model.Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeRetrievalIntentModifier and TypeClassDescriptionclassAn intended query to execute without model query planning.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeRetrievalIntentModifier and TypeMethodDescriptionstatic KnowledgeRetrievalIntentKnowledgeRetrievalIntent.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeRetrievalIntent from the JsonReader.Methods in com.azure.search.documents.knowledgebases.models that return types with arguments of type KnowledgeRetrievalIntentModifier and TypeMethodDescriptionKnowledgeBaseRetrievalRequest.getIntents()Get the intents property: A list of intended queries to execute without model query planning.Method parameters in com.azure.search.documents.knowledgebases.models with type arguments of type KnowledgeRetrievalIntentModifier and TypeMethodDescriptionKnowledgeBaseRetrievalRequest.setIntents(List<KnowledgeRetrievalIntent> intents) Set the intents property: A list of intended queries to execute without model query planning.