public static interface SSMLMessageType.Builder extends SdkPojo, CopyableBuilder<SSMLMessageType.Builder,SSMLMessageType>
| Modifier and Type | Method and Description |
|---|---|
SSMLMessageType.Builder |
languageCode(String languageCode)
The language to use when delivering the message.
|
SSMLMessageType.Builder |
text(String text)
The SSML-formatted text to deliver to the recipient.
|
SSMLMessageType.Builder |
voiceId(String voiceId)
The name of the voice that you want to use to deliver the message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSSMLMessageType.Builder languageCode(String languageCode)
languageCode - The language to use when delivering the message. For a complete list of supported languages, see the
Amazon Polly Developer Guide.SSMLMessageType.Builder text(String text)
text - The SSML-formatted text to deliver to the recipient.SSMLMessageType.Builder voiceId(String voiceId)
voiceId - The name of the voice that you want to use to deliver the message. For a complete list of supported
voices, see the Amazon Polly Developer Guide.Copyright © 2020. All rights reserved.