| 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 |
|---|---|
ListLexBotsResult |
AmazonConnectClient.listLexBots(ListLexBotsRequest request)
This API is in preview release for Amazon Connect and is subject to change.
|
ListLexBotsResult |
AmazonConnect.listLexBots(ListLexBotsRequest listLexBotsRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
ListLexBotsResult |
AbstractAmazonConnect.listLexBots(ListLexBotsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLexBotsResult> |
AbstractAmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest request) |
Future<ListLexBotsResult> |
AmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest listLexBotsRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
Future<ListLexBotsResult> |
AmazonConnectAsyncClient.listLexBotsAsync(ListLexBotsRequest request) |
Future<ListLexBotsResult> |
AbstractAmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest request,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler) |
Future<ListLexBotsResult> |
AmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest listLexBotsRequest,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler)
This API is in preview release for Amazon Connect and is subject to change.
|
Future<ListLexBotsResult> |
AmazonConnectAsyncClient.listLexBotsAsync(ListLexBotsRequest request,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLexBotsResult> |
AbstractAmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest request,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler) |
Future<ListLexBotsResult> |
AmazonConnectAsync.listLexBotsAsync(ListLexBotsRequest listLexBotsRequest,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler)
This API is in preview release for Amazon Connect and is subject to change.
|
Future<ListLexBotsResult> |
AmazonConnectAsyncClient.listLexBotsAsync(ListLexBotsRequest request,
AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLexBotsResult |
ListLexBotsResult.clone() |
ListLexBotsResult |
ListLexBotsResult.withLexBots(Collection<LexBot> lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResult |
ListLexBotsResult.withLexBots(LexBot... lexBots)
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 © 2022. All rights reserved.