Uses of Class
com.google.genai.gaos.models.operations.async.CancelInteractionByIdResponse
Packages that use CancelInteractionByIdResponse
Package
Description
-
Uses of CancelInteractionByIdResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type CancelInteractionByIdResponseModifier and TypeMethodDescriptionCanceling an interactionCanceling an interaction -
Uses of CancelInteractionByIdResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return CancelInteractionByIdResponseModifier and TypeMethodDescriptionCancelInteractionByIdResponse.Builder.build()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 operationMethods in com.google.genai.gaos.models.operations.async that return types with arguments of type CancelInteractionByIdResponseModifier and TypeMethodDescriptionCancelInteractionByIdRequestBuilder.call()Executes the request and returns the response. -
Uses of CancelInteractionByIdResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return CancelInteractionByIdResponseModifier and TypeMethodDescriptionCancelInteractionById.Async.handleResponse(HttpResponse<InputStream> response)