Uses of Interface
com.google.genai.gaos.models.interactions.InteractionAgentConfig
Packages that use InteractionAgentConfig
-
Uses of InteractionAgentConfig in com.google.genai.gaos.models.interactions
Classes in com.google.genai.gaos.models.interactions that implement InteractionAgentConfigModifier and TypeClassDescriptionclassAntigravityAgentConfigclassCodeMenderAgentConfigclassDeepResearchAgentConfigclassDynamicAgentConfigclassUnknownInteractionAgentConfigMethods in com.google.genai.gaos.models.interactions that return types with arguments of type InteractionAgentConfigModifier and TypeMethodDescriptionInteraction.agentConfig()Configuration parameters for the agent interaction.Methods in com.google.genai.gaos.models.interactions with parameters of type InteractionAgentConfigModifier and TypeMethodDescriptionInteraction.Builder.agentConfig(InteractionAgentConfig agentConfig) Configuration parameters for the agent interaction.Interaction.withAgentConfig(InteractionAgentConfig agentConfig) Configuration parameters for the agent interaction.Constructors in com.google.genai.gaos.models.interactions with parameters of type InteractionAgentConfigModifierConstructorDescriptionInteraction(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)