Uses of Class
com.azure.search.documents.agents.models.KnowledgeAgentReference
Packages that use KnowledgeAgentReference
Package
Description
Package containing the data models for KnowledgeAgentRetrievalClient.
-
Uses of KnowledgeAgentReference in com.azure.search.documents.agents.models
Subclasses of KnowledgeAgentReference in com.azure.search.documents.agents.modelsModifier and TypeClassDescriptionfinal classRepresents an Azure Search document reference.Methods in com.azure.search.documents.agents.models that return KnowledgeAgentReferenceModifier and TypeMethodDescriptionstatic KnowledgeAgentReferenceKnowledgeAgentReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeAgentReference from the JsonReader.Methods in com.azure.search.documents.agents.models that return types with arguments of type KnowledgeAgentReferenceModifier and TypeMethodDescriptionKnowledgeAgentRetrievalResponse.getReferences()Get the references property: The references for the retrieval data used in the response.Method parameters in com.azure.search.documents.agents.models with type arguments of type KnowledgeAgentReferenceModifier and TypeMethodDescriptionKnowledgeAgentRetrievalResponse.setReferences(List<KnowledgeAgentReference> references) Set the references property: The references for the retrieval data used in the response.