| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default StartOutboundVoiceContactResponse |
ConnectClient.startOutboundVoiceContact(Consumer<StartOutboundVoiceContactRequest.Builder> startOutboundVoiceContactRequest)
This API places an outbound call to a contact, and then initiates the contact flow.
|
default StartOutboundVoiceContactResponse |
ConnectClient.startOutboundVoiceContact(StartOutboundVoiceContactRequest startOutboundVoiceContactRequest)
This API places an outbound call to a contact, and then initiates the contact flow.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartOutboundVoiceContactResponse> |
ConnectAsyncClient.startOutboundVoiceContact(Consumer<StartOutboundVoiceContactRequest.Builder> startOutboundVoiceContactRequest)
This API places an outbound call to a contact, and then initiates the contact flow.
|
default CompletableFuture<StartOutboundVoiceContactResponse> |
ConnectAsyncClient.startOutboundVoiceContact(StartOutboundVoiceContactRequest startOutboundVoiceContactRequest)
This API places an outbound call to a contact, and then initiates the contact flow.
|
Copyright © 2020. All rights reserved.