Uses of Class
com.google.genai.gaos.models.interactions.CreateAgentInteraction
Packages that use CreateAgentInteraction
Package
Description
-
Uses of CreateAgentInteraction in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return CreateAgentInteractionModifier and TypeMethodDescriptionCreateAgentInteraction.Builder.build()CreateAgentInteraction.withAgent(AgentOption agent) The agent to interact with.CreateAgentInteraction.withAgentConfig(CreateAgentInteractionAgentConfig agentConfig) Configuration parameters for the agent interaction.CreateAgentInteraction.withBackground(Boolean background) Input only.CreateAgentInteraction.withEnvironment(CreateAgentInteractionEnvironment environment) The environment configuration for the interaction.CreateAgentInteraction.withInput(InteractionsInput input) The input for the interaction.CreateAgentInteraction.withLabels(Map<String, String> labels) The labels with user-defined metadata for the request.CreateAgentInteraction.withPreviousInteractionId(String previousInteractionId) The ID of the previous interaction, if any.CreateAgentInteraction.withResponseFormat(CreateAgentInteractionResponseFormat responseFormat) Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.CreateAgentInteraction.withResponseMimeType(String responseMimeType) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateAgentInteraction.withResponseModalities(List<ResponseModality> responseModalities) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateAgentInteraction.withSafetySettings(List<SafetySetting> safetySettings) Safety settings for the interaction.CreateAgentInteraction.withServiceTier(ServiceTier serviceTier) Input only.CreateAgentInteraction.withStream(Boolean stream) Input only.CreateAgentInteraction.withSystemInstruction(String systemInstruction) System instruction for the interaction.A list of tool declarations the model may call during interaction.CreateAgentInteraction.withWebhookConfig(WebhookConfig webhookConfig) Message for configuring webhook events for a request. -
Uses of CreateAgentInteraction in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type CreateAgentInteractionMethods in com.google.genai.gaos.models.operations with parameters of type CreateAgentInteractionModifier and TypeMethodDescriptionstatic CreateInteractionRequestBodyCreateInteractionRequestBody.of(CreateAgentInteraction value) -
Uses of CreateAgentInteraction in com.google.genai.gaos.models.triggers
Methods in com.google.genai.gaos.models.triggers that return types with arguments of type CreateAgentInteractionMethods in com.google.genai.gaos.models.triggers with parameters of type CreateAgentInteractionModifier and TypeMethodDescriptionstatic InteractionInteraction.of(CreateAgentInteraction value)