| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartOutboundVoiceContactResponse> |
ConnectAsyncClient.startOutboundVoiceContact(Consumer<StartOutboundVoiceContactRequest.Builder> startOutboundVoiceContactRequest)
Places an outbound call to a contact, and then initiates the flow.
|
default StartOutboundVoiceContactResponse |
ConnectClient.startOutboundVoiceContact(Consumer<StartOutboundVoiceContactRequest.Builder> startOutboundVoiceContactRequest)
Places an outbound call to a contact, and then initiates the flow.
|
| Modifier and Type | Method and Description |
|---|---|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.answerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)
Configuration of the answering machine detection for this outbound call.
|
default StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.answerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig)
Configuration of the answering machine detection for this outbound call.
|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.attributes(Map<String,String> attributes)
A custom key-value pair using an attribute map.
|
static StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.builder() |
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.campaignId(String campaignId)
The campaign identifier of the outbound communication.
|
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 of the flow for the outbound call.
|
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 of the 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 for the call.
|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.sourcePhoneNumber(String sourcePhoneNumber)
The phone number associated with the Amazon Connect instance, in E.164 format.
|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.toBuilder() |
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.trafficType(String trafficType)
Denotes the class of traffic.
|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.trafficType(TrafficType trafficType)
Denotes the class of traffic.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartOutboundVoiceContactRequest.Builder> |
StartOutboundVoiceContactRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.