Uses of Class
com.google.genai.gaos.models.interactions.InteractionsInput
Packages that use InteractionsInput
-
Uses of InteractionsInput in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return InteractionsInputModifier and TypeMethodDescriptionstatic InteractionsInputstatic InteractionsInputstatic InteractionsInputstatic InteractionsInputMethods in com.google.genai.gaos.models.interactions that return types with arguments of type InteractionsInputModifier and TypeMethodDescriptionCreateAgentInteraction.input()The input for the interaction.CreateModelInteraction.input()The input for the interaction.Interaction.input()The input for the interaction.Methods in com.google.genai.gaos.models.interactions with parameters of type InteractionsInputModifier and TypeMethodDescriptionCreateAgentInteraction.Builder.input(InteractionsInput input) The input for the interaction.CreateModelInteraction.Builder.input(InteractionsInput input) The input for the interaction.Interaction.Builder.input(InteractionsInput input) The input for the interaction.CreateAgentInteraction.withInput(InteractionsInput input) The input for the interaction.CreateModelInteraction.withInput(InteractionsInput input) The input for the interaction.Interaction.withInput(InteractionsInput input) The input for the interaction.Constructors in com.google.genai.gaos.models.interactions with parameters of type InteractionsInputModifierConstructorDescriptionCreateAgentInteraction(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) CreateModelInteraction(InteractionsInput input, Model model) CreateModelInteraction(Boolean background, CreateModelInteractionEnvironment environment, GenerationConfig generationConfig, InteractionsInput input, Map<String, String> labels, Model model, String previousInteractionId, CreateModelInteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, Boolean store, Boolean stream, String systemInstruction, List<Tool> tools, WebhookConfig webhookConfig) 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)