Uses of Interface
software.amazon.awssdk.services.pinpoint.model.VoiceMessage.Builder
-
Packages that use VoiceMessage.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of VoiceMessage.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return VoiceMessage.Builder Modifier and Type Method Description VoiceMessage.BuilderVoiceMessage.Builder. body(String body)The text of the script to use for the voice message.static VoiceMessage.BuilderVoiceMessage. builder()VoiceMessage.BuilderVoiceMessage.Builder. languageCode(String languageCode)The code for the language to use when synthesizing the text of the message script.VoiceMessage.BuilderVoiceMessage.Builder. originationNumber(String originationNumber)The long code to send the voice message from.VoiceMessage.BuilderVoiceMessage.Builder. substitutions(Map<String,? extends Collection<String>> substitutions)The default message variables to use in the voice message.VoiceMessage.BuilderVoiceMessage. toBuilder()VoiceMessage.BuilderVoiceMessage.Builder. voiceId(String voiceId)The name of the voice to use when delivering the message.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type VoiceMessage.Builder Modifier and Type Method Description static Class<? extends VoiceMessage.Builder>VoiceMessage. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type VoiceMessage.Builder Modifier and Type Method Description default DirectMessageConfiguration.BuilderDirectMessageConfiguration.Builder. voiceMessage(Consumer<VoiceMessage.Builder> voiceMessage)The default message for the voice channel.
-