| 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<DisassociateBotResult> |
AmazonConnectAsyncClient.disassociateBotAsync(DisassociateBotRequest request,
AsyncHandler<DisassociateBotRequest,DisassociateBotResult> asyncHandler) |
Future<DisassociateBotResult> |
AbstractAmazonConnectAsync.disassociateBotAsync(DisassociateBotRequest request,
AsyncHandler<DisassociateBotRequest,DisassociateBotResult> asyncHandler) |
Future<DisassociateBotResult> |
AmazonConnectAsync.disassociateBotAsync(DisassociateBotRequest disassociateBotRequest,
AsyncHandler<DisassociateBotRequest,DisassociateBotResult> asyncHandler)
This API is in preview release for Amazon Connect and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateBotRequest |
DisassociateBotRequest.clone() |
DisassociateBotRequest |
DisassociateBotRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DisassociateBotRequest |
DisassociateBotRequest.withLexBot(LexBot lexBot) |
DisassociateBotRequest |
DisassociateBotRequest.withLexV2Bot(LexV2Bot lexV2Bot)
The Amazon Lex V2 bot to disassociate from the instance.
|
Copyright © 2023. All rights reserved.