| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ListLexBotsResult |
AmazonConnect.listLexBots(ListLexBotsRequest listLexBotsRequest)
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
ListLexBotsResult |
AbstractAmazonConnect.listLexBots(ListLexBotsRequest request) |
ListLexBotsResult |
AmazonConnectClient.listLexBots(ListLexBotsRequest request)
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLexBotsResult> |
AmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest listLexBotsRequest)
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
Future<ListLexBotsResult> |
AmazonConnectAsyncClient.listLexBotsAsync(ListLexBotsRequest request) |
Future<ListLexBotsResult> |
AbstractAmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest request) |
Future<ListLexBotsResult> |
AmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest listLexBotsRequest,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler)
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
Future<ListLexBotsResult> |
AmazonConnectAsyncClient.listLexBotsAsync(ListLexBotsRequest request,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler) |
Future<ListLexBotsResult> |
AbstractAmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest request,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLexBotsResult> |
AmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest listLexBotsRequest,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler)
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
Future<ListLexBotsResult> |
AmazonConnectAsyncClient.listLexBotsAsync(ListLexBotsRequest request,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler) |
Future<ListLexBotsResult> |
AbstractAmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest request,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLexBotsResult |
ListLexBotsResult.clone() |
ListLexBotsResult |
ListLexBotsResult.withLexBots(Collection<LexBot> lexBots)
The the names and regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResult |
ListLexBotsResult.withLexBots(LexBot... lexBots)
The the names and regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResult |
ListLexBotsResult.withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
Copyright © 2020. All rights reserved.