Uses of Class
com.google.genai.gaos.models.operations.GetInteractionByIdResponse
Packages that use GetInteractionByIdResponse
Package
Description
-
Uses of GetInteractionByIdResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return GetInteractionByIdResponseModifier and TypeMethodDescriptionInteractions.get(GetInteractionByIdRequest request) Retrieving an interactionInteractions.get(GetInteractionByIdRequest request, Options options) Retrieving an interaction -
Uses of GetInteractionByIdResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return GetInteractionByIdResponseModifier and TypeMethodDescriptionGetInteractionByIdResponse.Builder.build()GetInteractionByIdRequestBuilder.call()Executes the request and returns the response.GetInteractionByIdResponse.withContentType(String contentType) HTTP response content type for this operationGetInteractionByIdResponse.withInteraction(Interaction interaction) Successful retrieval of the interaction.GetInteractionByIdResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingGetInteractionByIdResponse.withStatusCode(int statusCode) HTTP response status code for this operation -
Uses of GetInteractionByIdResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return GetInteractionByIdResponseModifier and TypeMethodDescriptionGetInteractionById.Sync.handleResponse(HttpResponse<InputStream> response)