Uses of Interface
com.google.genai.gaos.models.interactions.CreateAgentInteractionAgentConfig
Packages that use CreateAgentInteractionAgentConfig
-
Uses of CreateAgentInteractionAgentConfig in com.google.genai.gaos.models.interactions
Classes in com.google.genai.gaos.models.interactions that implement CreateAgentInteractionAgentConfigModifier and TypeClassDescriptionclassAntigravityAgentConfigclassCodeMenderAgentConfigclassDeepResearchAgentConfigclassDynamicAgentConfigclassUnknownCreateAgentInteractionAgentConfigMethods in com.google.genai.gaos.models.interactions that return types with arguments of type CreateAgentInteractionAgentConfigModifier and TypeMethodDescriptionCreateAgentInteraction.agentConfig()Configuration parameters for the agent interaction.Methods in com.google.genai.gaos.models.interactions with parameters of type CreateAgentInteractionAgentConfigModifier and TypeMethodDescriptionCreateAgentInteraction.Builder.agentConfig(CreateAgentInteractionAgentConfig agentConfig) Configuration parameters for the agent interaction.CreateAgentInteraction.withAgentConfig(CreateAgentInteractionAgentConfig agentConfig) Configuration parameters for the agent interaction.Constructors in com.google.genai.gaos.models.interactions with parameters of type CreateAgentInteractionAgentConfigModifierConstructorDescriptionCreateAgentInteraction(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)