public static interface Ssml.Builder extends SdkPojo, CopyableBuilder<Ssml.Builder,Ssml>
| Modifier and Type | Method and Description |
|---|---|
Ssml.Builder |
locale(Locale locale)
The locale of the SSML message.
|
Ssml.Builder |
locale(String locale)
The locale of the SSML message.
|
Ssml.Builder |
value(String value)
The value of the SSML message in the correct SSML format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSsml.Builder locale(String locale)
The locale of the SSML message. Currently, en-US is supported.
Ssml.Builder locale(Locale locale)
The locale of the SSML message. Currently, en-US is supported.
Ssml.Builder value(String value)
The value of the SSML message in the correct SSML format. The audio tag is not supported.
value - The value of the SSML message in the correct SSML format. The audio tag is not supported.Copyright © 2021. All rights reserved.