Uses of Class
com.google.genai.gaos.models.operations.CreateInteractionResponse
Packages that use CreateInteractionResponse
Package
Description
-
Uses of CreateInteractionResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return CreateInteractionResponseModifier and TypeMethodDescriptionInteractions.create(CreateInteractionRequestBody body) Creating an interactionInteractions.create(String apiVersion, CreateInteractionRequestBody body, Options options) Creating an interaction -
Uses of CreateInteractionResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return CreateInteractionResponseModifier and TypeMethodDescriptionCreateInteractionResponse.Builder.build()CreateInteractionRequestBuilder.call()Executes the request and returns the response.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.Sync.handleResponse(HttpResponse<InputStream> response)