| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoice.model |
| Modifier and Type | Method and Description |
|---|---|
PlainTextMessageType |
PlainTextMessageType.clone() |
PlainTextMessageType |
VoiceMessageContent.getPlainTextMessage() |
PlainTextMessageType |
PlainTextMessageType.withLanguageCode(String languageCode)
The language to use when delivering the message.
|
PlainTextMessageType |
PlainTextMessageType.withText(String text)
The plain (not SSML-formatted) text to deliver to the recipient.
|
PlainTextMessageType |
PlainTextMessageType.withVoiceId(String voiceId)
The name of the voice that you want to use to deliver the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VoiceMessageContent.setPlainTextMessage(PlainTextMessageType plainTextMessage) |
VoiceMessageContent |
VoiceMessageContent.withPlainTextMessage(PlainTextMessageType plainTextMessage) |
Copyright © 2019. All rights reserved.