| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect |
The Amazon Connect API Reference provides descriptions, syntax, and usage examples for each of the Amazon Connect
actions, data types, parameters, and errors.
|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
default StartOutboundVoiceContactResponse |
ConnectClient.startOutboundVoiceContact(Consumer<StartOutboundVoiceContactRequest.Builder> startOutboundVoiceContactRequest)
The
StartOutboundVoiceContact operation initiates a contact flow to place an outbound call to a
customer. |
default CompletableFuture<StartOutboundVoiceContactResponse> |
ConnectAsyncClient.startOutboundVoiceContact(Consumer<StartOutboundVoiceContactRequest.Builder> startOutboundVoiceContactRequest)
The
StartOutboundVoiceContact operation initiates a contact flow to place an outbound call to a
customer. |
| Modifier and Type | Method and Description |
|---|---|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.attributes(Map<String,String> attributes)
Specify a custom key-value pair using an attribute map.
|
static StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.builder() |
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.contactFlowId(String contactFlowId)
The identifier for the contact flow to connect the outbound call to.
|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.destinationPhoneNumber(String destinationPhoneNumber)
The phone number of the customer in E.164 format.
|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.instanceId(String instanceId)
The identifier for your Amazon Connect instance.
|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.queueId(String queueId)
The queue to add the call to.
|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.sourcePhoneNumber(String sourcePhoneNumber)
The phone number, in E.164 format, associated with your Amazon Connect instance to use for the outbound call.
|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartOutboundVoiceContactRequest.Builder> |
StartOutboundVoiceContactRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.