| 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> |
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.
|
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.addReferencesEntry(String key,
Reference value)
Add a single References entry
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.clearReferencesEntries()
Removes all the entries added into References.
|
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.withDescription(String description)
A description of the voice contact that is shown to an agent in the Contact Control Panel (CCP).
|
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.withName(String name)
The name of a voice contact that is shown to an agent in the Contact Control Panel (CCP).
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withQueueId(String queueId)
The queue for the call.
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withReferences(Map<String,Reference> references)
A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
|
StartOutboundVoiceContactRequest |
StartOutboundVoiceContactRequest.withRelatedContactId(String relatedContactId)
The
contactId that is related to this contact. |
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 © 2024. All rights reserved.