Uses of Class
com.google.genai.gaos.models.operations.async.CreateInteractionResponse
Packages that use CreateInteractionResponse
-
Uses of CreateInteractionResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return CreateInteractionResponseModifier and TypeMethodDescriptionCreateInteractionResponse.Builder.build()CreateInteractionResponse.withContentType(String contentType) HTTP response content type for this operationCreateInteractionResponse.withInteraction(Interaction interaction) Successful operationCreateInteractionResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingCreateInteractionResponse.withStatusCode(int statusCode) HTTP response status code for this operation -
Uses of CreateInteractionResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return CreateInteractionResponseModifier and TypeMethodDescriptionCreateInteraction.Async.handleResponse(HttpResponse<InputStream> response)