| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetBotVersionsResult |
AmazonLexModelBuildingClient.getBotVersions(GetBotVersionsRequest request)
Gets information about all of the versions of a bot.
|
GetBotVersionsResult |
AmazonLexModelBuilding.getBotVersions(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
GetBotVersionsResult |
AbstractAmazonLexModelBuilding.getBotVersions(GetBotVersionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBotVersionsResult> |
AbstractAmazonLexModelBuildingAsync.getBotVersionsAsync(GetBotVersionsRequest request,
AsyncHandler<GetBotVersionsRequest,GetBotVersionsResult> asyncHandler) |
Future<GetBotVersionsResult> |
AmazonLexModelBuildingAsync.getBotVersionsAsync(GetBotVersionsRequest getBotVersionsRequest,
AsyncHandler<GetBotVersionsRequest,GetBotVersionsResult> asyncHandler)
Gets information about all of the versions of a bot.
|
Future<GetBotVersionsResult> |
AmazonLexModelBuildingAsyncClient.getBotVersionsAsync(GetBotVersionsRequest request,
AsyncHandler<GetBotVersionsRequest,GetBotVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBotVersionsResult |
GetBotVersionsResult.clone() |
GetBotVersionsResult |
GetBotVersionsResult.withBots(BotMetadata... bots)
An array of
BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version. |
GetBotVersionsResult |
GetBotVersionsResult.withBots(Collection<BotMetadata> bots)
An array of
BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version. |
GetBotVersionsResult |
GetBotVersionsResult.withNextToken(String nextToken)
A pagination token for fetching the next page of bot versions.
|
Copyright © 2023. All rights reserved.