| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotVersionsResult |
AmazonLexModelsV2Client.listBotVersions(ListBotVersionsRequest request)
Gets information about all of the versions of a bot.
|
ListBotVersionsResult |
AmazonLexModelsV2.listBotVersions(ListBotVersionsRequest listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
ListBotVersionsResult |
AbstractAmazonLexModelsV2.listBotVersions(ListBotVersionsRequest request) |
| 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 |
|---|---|
ListBotVersionsResult |
ListBotVersionsResult.clone() |
ListBotVersionsResult |
ListBotVersionsResult.withBotId(String botId)
The identifier of the bot to list versions for.
|
ListBotVersionsResult |
ListBotVersionsResult.withBotVersionSummaries(BotVersionSummary... botVersionSummaries)
Summary information for the bot versions that meet the filter criteria specified in the request.
|
ListBotVersionsResult |
ListBotVersionsResult.withBotVersionSummaries(Collection<BotVersionSummary> botVersionSummaries)
Summary information for the bot versions that meet the filter criteria specified in the request.
|
ListBotVersionsResult |
ListBotVersionsResult.withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotVersions
operation. |
Copyright © 2023. All rights reserved.