| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotsResult |
AmazonLexModelsV2Client.listBots(ListBotsRequest request)
Gets a list of available bots.
|
ListBotsResult |
AbstractAmazonLexModelsV2.listBots(ListBotsRequest request) |
ListBotsResult |
AmazonLexModelsV2.listBots(ListBotsRequest listBotsRequest)
Gets a list of available bots.
|
Future<ListBotsResult> |
AbstractAmazonLexModelsV2Async.listBotsAsync(ListBotsRequest request) |
Future<ListBotsResult> |
AmazonLexModelsV2AsyncClient.listBotsAsync(ListBotsRequest request) |
Future<ListBotsResult> |
AmazonLexModelsV2Async.listBotsAsync(ListBotsRequest listBotsRequest)
Gets a list of available bots.
|
Future<ListBotsResult> |
AbstractAmazonLexModelsV2Async.listBotsAsync(ListBotsRequest request,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler) |
Future<ListBotsResult> |
AmazonLexModelsV2AsyncClient.listBotsAsync(ListBotsRequest request,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler) |
Future<ListBotsResult> |
AmazonLexModelsV2Async.listBotsAsync(ListBotsRequest listBotsRequest,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler)
Gets a list of available bots.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotsResult> |
AbstractAmazonLexModelsV2Async.listBotsAsync(ListBotsRequest request,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler) |
Future<ListBotsResult> |
AmazonLexModelsV2AsyncClient.listBotsAsync(ListBotsRequest request,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler) |
Future<ListBotsResult> |
AmazonLexModelsV2Async.listBotsAsync(ListBotsRequest listBotsRequest,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler)
Gets a list of available bots.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotsRequest |
ListBotsRequest.clone() |
ListBotsRequest |
ListBotsRequest.withFilters(BotFilter... filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the filter
specification.
|
ListBotsRequest |
ListBotsRequest.withFilters(Collection<BotFilter> filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the filter
specification.
|
ListBotsRequest |
ListBotsRequest.withMaxResults(Integer maxResults)
The maximum number of bots to return in each page of results.
|
ListBotsRequest |
ListBotsRequest.withNextToken(String nextToken)
If the response from the
ListBots operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListBotsRequest |
ListBotsRequest.withSortBy(BotSortBy sortBy)
Specifies sorting parameters for the list of bots.
|
Copyright © 2024. All rights reserved.