Uses of Class
com.google.genai.gaos.models.interactions.CreateAgentInteractionEnvironment
Packages that use CreateAgentInteractionEnvironment
-
Uses of CreateAgentInteractionEnvironment in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return CreateAgentInteractionEnvironmentMethods in com.google.genai.gaos.models.interactions that return types with arguments of type CreateAgentInteractionEnvironmentModifier and TypeMethodDescriptionCreateAgentInteraction.environment()The environment configuration for the interaction.Methods in com.google.genai.gaos.models.interactions with parameters of type CreateAgentInteractionEnvironmentModifier and TypeMethodDescriptionCreateAgentInteraction.Builder.environment(CreateAgentInteractionEnvironment environment) The environment configuration for the interaction.CreateAgentInteraction.withEnvironment(CreateAgentInteractionEnvironment environment) The environment configuration for the interaction.Constructors in com.google.genai.gaos.models.interactions with parameters of type CreateAgentInteractionEnvironmentModifierConstructorDescriptionCreateAgentInteraction(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)