| 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 DismissUserContactResponse |
ConnectClient.dismissUserContact(Consumer<DismissUserContactRequest.Builder> dismissUserContactRequest)
Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to
receive a new routed contact.
|
default DismissUserContactResponse |
ConnectClient.dismissUserContact(DismissUserContactRequest dismissUserContactRequest)
Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to
receive a new routed contact.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DismissUserContactResponse> |
ConnectAsyncClient.dismissUserContact(Consumer<DismissUserContactRequest.Builder> dismissUserContactRequest)
Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to
receive a new routed contact.
|
default CompletableFuture<DismissUserContactResponse> |
ConnectAsyncClient.dismissUserContact(DismissUserContactRequest dismissUserContactRequest)
Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to
receive a new routed contact.
|
Copyright © 2023. All rights reserved.