Uses of Class
com.google.genai.gaos.models.interactions.AudioContent
Packages that use AudioContent
-
Uses of AudioContent in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return AudioContentModifier and TypeMethodDescriptionAudioContent.Builder.build()AudioContent.withChannels(Integer channels) The number of audio channels.The audio content.AudioContent.withMimeType(AudioContentMimeType mimeType) The mime type of the audio.AudioContent.withSampleRate(Integer sampleRate) The sample rate of the audio.The URI of the audio.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type AudioContentMethods in com.google.genai.gaos.models.interactions with parameters of type AudioContentModifier and TypeMethodDescriptionInteraction.Builder.outputAudio(AudioContent outputAudio) An audio content block.Interaction.withOutputAudio(AudioContent outputAudio) An audio content block.Constructors in com.google.genai.gaos.models.interactions with parameters of type AudioContentModifierConstructorDescriptionInteraction(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)