Uses of Class
com.azure.search.documents.agents.models.KnowledgeAgentRetrievalResponse
Packages that use KnowledgeAgentRetrievalResponse
Package
Description
Package containing the clients and builders for Azure AI Search Knowledge Agents.
Package containing the data models for KnowledgeAgentRetrievalClient.
-
Uses of KnowledgeAgentRetrievalResponse in com.azure.search.documents.agents
Methods in com.azure.search.documents.agents that return KnowledgeAgentRetrievalResponseModifier and TypeMethodDescriptionSearchKnowledgeAgentClient.retrieve(KnowledgeAgentRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization) Retrieves relevant data from backing stores synchronously.Methods in com.azure.search.documents.agents that return types with arguments of type KnowledgeAgentRetrievalResponseModifier and TypeMethodDescriptionSearchKnowledgeAgentAsyncClient.retrieve(KnowledgeAgentRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization) Asynchronously retrieves relevant data from backing stores.Mono<com.azure.core.http.rest.Response<KnowledgeAgentRetrievalResponse>> SearchKnowledgeAgentAsyncClient.retrieveWithResponse(KnowledgeAgentRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization) Asynchronously retrieves relevant data from backing stores, with a full HTTP response.com.azure.core.http.rest.Response<KnowledgeAgentRetrievalResponse> SearchKnowledgeAgentClient.retrieveWithResponse(KnowledgeAgentRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization, com.azure.core.util.Context context) Retrieves relevant data from backing stores synchronously, with a full HTTP response. -
Uses of KnowledgeAgentRetrievalResponse in com.azure.search.documents.agents.models
Methods in com.azure.search.documents.agents.models that return KnowledgeAgentRetrievalResponseModifier and TypeMethodDescriptionKnowledgeAgentRetrievalResponse.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeAgentRetrievalResponse from the JsonReader.KnowledgeAgentRetrievalResponse.setActivity(List<KnowledgeAgentActivityRecord> activity) Set the activity property: The activity records for tracking progress and billing implications.KnowledgeAgentRetrievalResponse.setReferences(List<KnowledgeAgentReference> references) Set the references property: The references for the retrieval data used in the response.KnowledgeAgentRetrievalResponse.setResponse(List<KnowledgeAgentMessage> response) Set the response property: The response property.