| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotVersionsResult> |
AbstractAmazonLexModelsV2Async.listBotVersionsAsync(ListBotVersionsRequest request,
AsyncHandler<ListBotVersionsRequest,ListBotVersionsResult> asyncHandler) |
Future<ListBotVersionsResult> |
AmazonLexModelsV2AsyncClient.listBotVersionsAsync(ListBotVersionsRequest request,
AsyncHandler<ListBotVersionsRequest,ListBotVersionsResult> asyncHandler) |
Future<ListBotVersionsResult> |
AmazonLexModelsV2Async.listBotVersionsAsync(ListBotVersionsRequest listBotVersionsRequest,
AsyncHandler<ListBotVersionsRequest,ListBotVersionsResult> asyncHandler)
Gets information about all of the versions of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotVersionsRequest |
ListBotVersionsRequest.clone() |
ListBotVersionsRequest |
ListBotVersionsRequest.withBotId(String botId)
The identifier of the bot to list versions for.
|
ListBotVersionsRequest |
ListBotVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of versions to return in each page of results.
|
ListBotVersionsRequest |
ListBotVersionsRequest.withNextToken(String nextToken)
If the response to the
ListBotVersion operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListBotVersionsRequest |
ListBotVersionsRequest.withSortBy(BotVersionSortBy sortBy)
Specifies sorting parameters for the list of versions.
|
Copyright © 2024. All rights reserved.