public static interface Audio.Builder extends SdkPojo, CopyableBuilder<Audio.Builder,Audio>
| Modifier and Type | Method and Description |
|---|---|
Audio.Builder |
locale(Locale locale)
The locale of the audio message.
|
Audio.Builder |
locale(String locale)
The locale of the audio message.
|
Audio.Builder |
location(String location)
The location of the audio file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAudio.Builder locale(String locale)
The locale of the audio message. Currently, en-US is supported.
Audio.Builder locale(Locale locale)
The locale of the audio message. Currently, en-US is supported.
Audio.Builder location(String location)
The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
location - The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe
characters are valid. For more information, see Safe
Characters.Copyright © 2023. All rights reserved.