| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2 |
Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.
|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SendVoiceMessageResponse> |
PinpointSmsVoiceV2AsyncClient.sendVoiceMessage(Consumer<SendVoiceMessageRequest.Builder> sendVoiceMessageRequest)
Allows you to send a request that sends a text message through Amazon Pinpoint.
|
default SendVoiceMessageResponse |
PinpointSmsVoiceV2Client.sendVoiceMessage(Consumer<SendVoiceMessageRequest.Builder> sendVoiceMessageRequest)
Allows you to send a request that sends a text message through Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.builder() |
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.configurationSetName(String configurationSetName)
The name of the configuration set to use.
|
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.context(Map<String,String> context)
You can specify custom data in this field.
|
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.destinationPhoneNumber(String destinationPhoneNumber)
The destination phone number in E.164 format.
|
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.dryRun(Boolean dryRun)
When set to true, the message is checked and validated, but isn't sent to the end recipient.
|
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.maxPricePerMinute(String maxPricePerMinute)
The maximum amount to spend per voice message, in US dollars.
|
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.messageBody(String messageBody)
The text to convert to a voice message.
|
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.messageBodyTextType(String messageBodyTextType)
Specifies if the MessageBody field contains text or speech synthesis markup language (SSML).
|
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.messageBodyTextType(VoiceMessageBodyTextType messageBodyTextType)
Specifies if the MessageBody field contains text or speech synthesis markup language (SSML).
|
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.originationIdentity(String originationIdentity)
The origination identity to use for the voice call.
|
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.timeToLive(Integer timeToLive)
How long the voice message is valid for.
|
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.toBuilder() |
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.voiceId(String voiceId)
The voice for the Amazon Polly service
to use.
|
SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.voiceId(VoiceId voiceId)
The voice for the Amazon Polly service
to use.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendVoiceMessageRequest.Builder> |
SendVoiceMessageRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.