Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AudioBlock
-
Packages that use AudioBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of AudioBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AudioBlock Modifier and Type Method Description AudioBlockContentBlock. audio()An audio content block containing audio data in the conversation.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AudioBlock Modifier and Type Method Description ContentBlock.BuilderContentBlock.Builder. audio(AudioBlock audio)An audio content block containing audio data in the conversation.static ContentBlockContentBlock. fromAudio(AudioBlock audio)Create an instance of this class withContentBlock.audio()initialized to the given value.
-