| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default TransferContactResponse |
ConnectClient.transferContact(Consumer<TransferContactRequest.Builder> transferContactRequest)
Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created.
|
default TransferContactResponse |
ConnectClient.transferContact(TransferContactRequest transferContactRequest)
Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TransferContactResponse> |
ConnectAsyncClient.transferContact(Consumer<TransferContactRequest.Builder> transferContactRequest)
Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created.
|
default CompletableFuture<TransferContactResponse> |
ConnectAsyncClient.transferContact(TransferContactRequest transferContactRequest)
Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created.
|
Copyright © 2022. All rights reserved.