Uses of Class
com.azure.ai.openai.responses.models.ResponsesResponse
Packages that use ResponsesResponse
Package
Description
Package containing the classes for AzureResponses.
Package containing the data models for AzureResponses.
-
Uses of ResponsesResponse in com.azure.ai.openai.responses
Methods in com.azure.ai.openai.responses that return ResponsesResponseModifier and TypeMethodDescriptionResponsesClient.createResponse(CreateResponsesRequest requestBody) Creates a model response.ResponsesClient.createResponse(CreateResponsesRequest requestBody, com.azure.core.http.rest.RequestOptions requestOptions) Creates a model response.ResponsesClient.getResponse(String responseId) Retrieves a model response with the given ID.ResponsesClient.getResponse(String responseId, List<CreateResponsesRequestIncludable> includables) Retrieves a model response with the given ID.Methods in com.azure.ai.openai.responses that return types with arguments of type ResponsesResponseModifier and TypeMethodDescriptionResponsesAsyncClient.createResponse(CreateResponsesRequest requestBody) Creates a model response.ResponsesAsyncClient.createResponse(CreateResponsesRequest requestBody, com.azure.core.http.rest.RequestOptions requestOptions) Creates a model response.ResponsesAsyncClient.getResponse(String responseId) Retrieves a model response with the given ID.ResponsesAsyncClient.getResponse(String responseId, List<CreateResponsesRequestIncludable> includables) Retrieves a model response with the given ID. -
Uses of ResponsesResponse in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesResponseModifier and TypeMethodDescriptionstatic ResponsesResponseResponsesResponse.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponsesResponse from the JsonReader.ResponsesStreamEventCompleted.getResponse()Get the response property: The completed response.ResponsesStreamEventCreated.getResponse()Get the response property: The details of the initialized response.ResponsesStreamEventFailed.getResponse()Get the response property: Detailed properties for the failed response.ResponsesStreamEventIncomplete.getResponse()Get the response property: Detailed properties for the incomplete response.ResponsesStreamEventInProgress.getResponse()Get the response property: Detailed properties for the response now in progress.