Uses of Class
com.google.genai.gaos.models.interactions.ResponseModality
Packages that use ResponseModality
-
Uses of ResponseModality in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as ResponseModalityModifier and TypeFieldDescriptionstatic final ResponseModalityResponseModality.AUDIOstatic final ResponseModalityResponseModality.DOCUMENTstatic final ResponseModalityResponseModality.IMAGEstatic final ResponseModalityResponseModality.TEXTstatic final ResponseModalityResponseModality.VIDEOMethods in com.google.genai.gaos.models.interactions that return ResponseModalityModifier and TypeMethodDescriptionstatic ResponseModalityReturns a ResponseModality with the given value.static ResponseModality[]ResponseModality.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ResponseModalityModifier and TypeMethodDescriptionModalityTokens.modality()CreateAgentInteraction.responseModalities()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateModelInteraction.responseModalities()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Interaction.responseModalities()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Methods in com.google.genai.gaos.models.interactions with parameters of type ResponseModalityModifier and TypeMethodDescriptionModalityTokens.Builder.modality(ResponseModality modality) ModalityTokens.withModality(ResponseModality modality) Method parameters in com.google.genai.gaos.models.interactions with type arguments of type ResponseModalityModifier and TypeMethodDescriptionCreateAgentInteraction.Builder.responseModalities(List<ResponseModality> responseModalities) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateModelInteraction.Builder.responseModalities(List<ResponseModality> responseModalities) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Interaction.Builder.responseModalities(List<ResponseModality> responseModalities) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateAgentInteraction.withResponseModalities(List<ResponseModality> responseModalities) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateModelInteraction.withResponseModalities(List<ResponseModality> responseModalities) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Interaction.withResponseModalities(List<ResponseModality> responseModalities) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Constructors in com.google.genai.gaos.models.interactions with parameters of type ResponseModalityConstructor parameters in com.google.genai.gaos.models.interactions with type arguments of type ResponseModalityModifierConstructorDescriptionCreateAgentInteraction(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) 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)