Uses of Class
com.google.genai.gaos.models.interactions.AgentOption
Packages that use AgentOption
-
Uses of AgentOption in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as AgentOptionModifier and TypeFieldDescriptionstatic final AgentOptionAgentOption.ANTIGRAVITY_PREVIEW052026static final AgentOptionAgentOption.DEEP_RESEARCH_MAX_PREVIEW042026static final AgentOptionAgentOption.DEEP_RESEARCH_PREVIEW042026static final AgentOptionAgentOption.DEEP_RESEARCH_PRO_PREVIEW122025Methods in com.google.genai.gaos.models.interactions that return AgentOptionModifier and TypeMethodDescriptionstatic AgentOptionReturns a AgentOption with the given value.static AgentOption[]AgentOption.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type AgentOptionModifier and TypeMethodDescriptionCreateAgentInteraction.agent()The agent to interact with.Interaction.agent()The agent to interact with.Methods in com.google.genai.gaos.models.interactions with parameters of type AgentOptionModifier and TypeMethodDescriptionCreateAgentInteraction.Builder.agent(AgentOption agent) The agent to interact with.Interaction.Builder.agent(AgentOption agent) The agent to interact with.CreateAgentInteraction.withAgent(AgentOption agent) The agent to interact with.Interaction.withAgent(AgentOption agent) The agent to interact with.Constructors in com.google.genai.gaos.models.interactions with parameters of type AgentOptionModifierConstructorDescriptionCreateAgentInteraction(AgentOption agent, CreateAgentInteractionAgentConfig agentConfig, Boolean background, CreateAgentInteractionEnvironment environment, InteractionsInput input, Map<String, String> labels, String previousInteractionId, CreateAgentInteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, Boolean store, Boolean stream, String systemInstruction, List<Tool> tools, WebhookConfig webhookConfig) CreateAgentInteraction(AgentOption agent, InteractionsInput input) Interaction(AgentOption agent, InteractionAgentConfig agentConfig, String created, InteractionEnvironment environment, String environmentId, List<Error> errors, GenerationConfig generationConfig, String id, InteractionsInput input, Map<String, String> labels, Model model, AudioContent outputAudio, ImageContent outputImage, String outputText, VideoContent outputVideo, String previousInteractionId, InteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, InteractionStatus status, List<Step> steps, String systemInstruction, List<Tool> tools, String updated, Usage usage, WebhookConfig webhookConfig)