Uses of Class
com.google.genai.gaos.models.operations.async.GetInteractionByIdResponse
Packages that use GetInteractionByIdResponse
-
Uses of GetInteractionByIdResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return GetInteractionByIdResponseModifier and TypeMethodDescriptionGetInteractionByIdResponse.Builder.build()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.Async.handleResponse(HttpResponse<InputStream> response)