Uses of Class
com.google.genai.gaos.models.operations.CreateInteractionRequestBody
Packages that use CreateInteractionRequestBody
Package
Description
-
Uses of CreateInteractionRequestBody in com.google.genai.gaos
Methods in com.google.genai.gaos with parameters of type CreateInteractionRequestBodyModifier and TypeMethodDescriptionAsyncInteractions.create(CreateInteractionRequestBody body) Creating an interactionAsyncInteractions.create(String apiVersion, CreateInteractionRequestBody body, Options options) Creating an interactionInteractions.create(CreateInteractionRequestBody body) Creating an interactionInteractions.create(String apiVersion, CreateInteractionRequestBody body, Options options) Creating an interaction -
Uses of CreateInteractionRequestBody in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return CreateInteractionRequestBodyModifier and TypeMethodDescriptionstatic CreateInteractionRequestBodyCreateInteractionRequestBody.of(CreateAgentInteraction value) static CreateInteractionRequestBodyCreateInteractionRequestBody.of(CreateModelInteraction value) Methods in com.google.genai.gaos.models.operations that return types with arguments of type CreateInteractionRequestBodyMethods in com.google.genai.gaos.models.operations with parameters of type CreateInteractionRequestBodyModifier and TypeMethodDescriptionCreateInteractionRequest.Builder.body(CreateInteractionRequestBody body) The request body.CreateInteractionRequestBuilder.body(CreateInteractionRequestBody body) CreateInteractionRequest.withBody(CreateInteractionRequestBody body) The request body.Constructors in com.google.genai.gaos.models.operations with parameters of type CreateInteractionRequestBodyModifierConstructorDescriptionCreateInteractionRequest(String apiVersion, CreateInteractionRequestBody body) -
Uses of CreateInteractionRequestBody in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async with parameters of type CreateInteractionRequestBodyModifier and TypeMethodDescriptionCreateInteractionRequestBuilder.body(CreateInteractionRequestBody body)