Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseRetrievalResponse
Packages that use KnowledgeBaseRetrievalResponse
Package
Description
For more information about Azure AI Search KnowledgeBases, supported features, and usage guidelines, see the Azure documentation and the Azure SDK for Java guidelines.
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseRetrievalResponse in com.azure.search.documents.knowledgebases
Methods in com.azure.search.documents.knowledgebases that return KnowledgeBaseRetrievalResponseModifier and TypeMethodDescriptionSearchKnowledgeBaseClient.retrieve(KnowledgeBaseRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization) Retrieves relevant data from backing stores synchronously.Methods in com.azure.search.documents.knowledgebases that return types with arguments of type KnowledgeBaseRetrievalResponseModifier and TypeMethodDescriptionSearchKnowledgeBaseAsyncClient.retrieve(KnowledgeBaseRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization) Asynchronously retrieves relevant data from backing stores.Mono<com.azure.core.http.rest.Response<KnowledgeBaseRetrievalResponse>> SearchKnowledgeBaseAsyncClient.retrieveWithResponse(KnowledgeBaseRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization) Asynchronously retrieves relevant data from backing stores, with a full HTTP response.com.azure.core.http.rest.Response<KnowledgeBaseRetrievalResponse> SearchKnowledgeBaseClient.retrieveWithResponse(KnowledgeBaseRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization, com.azure.core.util.Context context) Retrieves relevant data from backing stores synchronously, with a full HTTP response. -
Uses of KnowledgeBaseRetrievalResponse in com.azure.search.documents.knowledgebases.models
Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeBaseRetrievalResponseModifier and TypeClassDescriptionfinal classThe output contract for the retrieval response.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseRetrievalResponseModifier and TypeMethodDescriptionKnowledgeBaseRetrievalResponse.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseRetrievalResponse from the JsonReader.KnowledgeBaseRetrievalResponse.setActivity(List<KnowledgeBaseActivityRecord> activity) Set the activity property: The activity records for tracking progress and billing implications.KnowledgeBaseRetrievalResponse.setReferences(List<KnowledgeBaseReference> references) Set the references property: The references for the retrieval data used in the response.KnowledgeBaseRetrievalResponse.setResponse(List<KnowledgeBaseMessage> response) Set the response property: The response property.