| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
VoiceMessage |
VoiceMessage.addSubstitutionsEntry(String key,
List<String> value)
Add a single Substitutions entry
|
VoiceMessage |
VoiceMessage.clearSubstitutionsEntries()
Removes all the entries added into Substitutions.
|
VoiceMessage |
VoiceMessage.clone() |
VoiceMessage |
DirectMessageConfiguration.getVoiceMessage()
The default message for the voice channel.
|
VoiceMessage |
VoiceMessage.withBody(String body)
The text of the script to use for the voice message.
|
VoiceMessage |
VoiceMessage.withLanguageCode(String languageCode)
The code for the language to use when synthesizing the text of the message script.
|
VoiceMessage |
VoiceMessage.withOriginationNumber(String originationNumber)
The long code to send the voice message from.
|
VoiceMessage |
VoiceMessage.withSubstitutions(Map<String,List<String>> substitutions)
The default message variables to use in the voice message.
|
VoiceMessage |
VoiceMessage.withVoiceId(String voiceId)
The name of the voice to use when delivering the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectMessageConfiguration.setVoiceMessage(VoiceMessage voiceMessage)
The default message for the voice channel.
|
DirectMessageConfiguration |
DirectMessageConfiguration.withVoiceMessage(VoiceMessage voiceMessage)
The default message for the voice channel.
|
Copyright © 2023. All rights reserved.