| Package | Description |
|---|---|
| com.amazonaws.services.connect |
Amazon Connect is a cloud-based contact center solution that you use 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> |
AbstractAmazonConnectAsync.startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest request,
AsyncHandler<StartOutboundVoiceContactRequest,StartOutboundVoiceContactResult> asyncHandler) |
Future<StartOutboundVoiceContactResult> |
AmazonConnectAsyncClient.startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest request,
AsyncHandler<StartOutboundVoiceContactRequest,StartOutboundVoiceContactResult> asyncHandler) |
Future<StartOutboundVoiceContactResult> |
AmazonConnectAsync.startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest startOutboundVoiceContactRequest,
AsyncHandler<StartOutboundVoiceContactRequest,StartOutboundVoiceContactResult> asyncHandler)
Places an outbound call to a contact, and then initiates the flow.
|
| 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.withAnswerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)
Configuration of the answering machine detection for this outbound call.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withAttributes(Map<String,String> attributes)
A custom key-value pair using an attribute map.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withCampaignId(String campaignId)
The campaign identifier of the outbound communication.
|
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 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.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withTrafficType(String trafficType)
Denotes the class of traffic.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withTrafficType(TrafficType trafficType)
Denotes the class of traffic.
|
Copyright © 2023. All rights reserved.