Uses of Class
com.google.genai.gaos.models.operations.CancelInteractionByIdResponse
Packages that use CancelInteractionByIdResponse
Package
Description
-
Uses of CancelInteractionByIdResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return CancelInteractionByIdResponseModifier and TypeMethodDescriptionCanceling an interactionCanceling an interaction -
Uses of CancelInteractionByIdResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return CancelInteractionByIdResponseModifier and TypeMethodDescriptionCancelInteractionByIdResponse.Builder.build()CancelInteractionByIdRequestBuilder.call()Executes the request and returns the response.CancelInteractionByIdResponse.withContentType(String contentType) HTTP response content type for this operationCancelInteractionByIdResponse.withInteraction(Interaction interaction) Successful cancellation of the interaction.CancelInteractionByIdResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingCancelInteractionByIdResponse.withStatusCode(int statusCode) HTTP response status code for this operation -
Uses of CancelInteractionByIdResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return CancelInteractionByIdResponseModifier and TypeMethodDescriptionCancelInteractionById.Sync.handleResponse(HttpResponse<InputStream> response)