| Package | Description |
|---|---|
| com.amazonaws.services.connect |
Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage a customer contact
center and provide reliable customer engagement at any scale.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartOutboundVoiceContactResult> |
AmazonConnectAsync.startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest startOutboundVoiceContactRequest,
AsyncHandler<StartOutboundVoiceContactRequest,StartOutboundVoiceContactResult> asyncHandler)
This API places an outbound call to a contact, and then initiates the contact flow.
|
Future<StartOutboundVoiceContactResult> |
AmazonConnectAsyncClient.startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest request,
AsyncHandler<StartOutboundVoiceContactRequest,StartOutboundVoiceContactResult> asyncHandler) |
Future<StartOutboundVoiceContactResult> |
AbstractAmazonConnectAsync.startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest request,
AsyncHandler<StartOutboundVoiceContactRequest,StartOutboundVoiceContactResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.clone() |
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withAttributes(Map<String,String> attributes)
A custom key-value pair using an attribute map.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withContactFlowId(String contactFlowId)
The identifier of the contact flow for the outbound call.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withDestinationPhoneNumber(String destinationPhoneNumber)
The phone number of the customer, in E.164 format.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withQueueId(String queueId)
The queue for the call.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withSourcePhoneNumber(String sourcePhoneNumber)
The phone number associated with the Amazon Connect instance, in E.164 format.
|
Copyright © 2020. All rights reserved.