Uses of Class
com.google.genai.gaos.models.interactions.InteractionEnvironment
Packages that use InteractionEnvironment
-
Uses of InteractionEnvironment in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return InteractionEnvironmentModifier and TypeMethodDescriptionstatic InteractionEnvironmentInteractionEnvironment.of(Environment value) static InteractionEnvironmentMethods in com.google.genai.gaos.models.interactions that return types with arguments of type InteractionEnvironmentModifier and TypeMethodDescriptionInteraction.environment()The environment configuration for the interaction.Methods in com.google.genai.gaos.models.interactions with parameters of type InteractionEnvironmentModifier and TypeMethodDescriptionInteraction.Builder.environment(InteractionEnvironment environment) The environment configuration for the interaction.Interaction.withEnvironment(InteractionEnvironment environment) The environment configuration for the interaction.Constructors in com.google.genai.gaos.models.interactions with parameters of type InteractionEnvironmentModifierConstructorDescriptionInteraction(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)