Uses of Class
com.google.genai.gaos.models.interactions.CreateAgentInteraction.Builder
Packages that use CreateAgentInteraction.Builder
-
Uses of CreateAgentInteraction.Builder in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return CreateAgentInteraction.BuilderModifier and TypeMethodDescriptionCreateAgentInteraction.Builder.agent(AgentOption agent) The agent to interact with.CreateAgentInteraction.Builder.agentConfig(CreateAgentInteractionAgentConfig agentConfig) Configuration parameters for the agent interaction.CreateAgentInteraction.Builder.background(Boolean background) Input only.CreateAgentInteraction.builder()CreateAgentInteraction.Builder.environment(CreateAgentInteractionEnvironment environment) The environment configuration for the interaction.CreateAgentInteraction.Builder.input(InteractionsInput input) The input for the interaction.The labels with user-defined metadata for the request.CreateAgentInteraction.Builder.previousInteractionId(String previousInteractionId) The ID of the previous interaction, if any.CreateAgentInteraction.Builder.responseFormat(CreateAgentInteractionResponseFormat responseFormat) Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.CreateAgentInteraction.Builder.responseMimeType(String responseMimeType) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateAgentInteraction.Builder.responseModalities(List<ResponseModality> responseModalities) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateAgentInteraction.Builder.safetySettings(List<SafetySetting> safetySettings) Safety settings for the interaction.CreateAgentInteraction.Builder.serviceTier(ServiceTier serviceTier) Input only.Input only.CreateAgentInteraction.Builder.systemInstruction(String systemInstruction) System instruction for the interaction.A list of tool declarations the model may call during interaction.CreateAgentInteraction.Builder.webhookConfig(WebhookConfig webhookConfig) Message for configuring webhook events for a request.