| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBotVersionResult> |
AbstractAmazonLexModelsV2Async.describeBotVersionAsync(DescribeBotVersionRequest request,
AsyncHandler<DescribeBotVersionRequest,DescribeBotVersionResult> asyncHandler) |
Future<DescribeBotVersionResult> |
AmazonLexModelsV2AsyncClient.describeBotVersionAsync(DescribeBotVersionRequest request,
AsyncHandler<DescribeBotVersionRequest,DescribeBotVersionResult> asyncHandler) |
Future<DescribeBotVersionResult> |
AmazonLexModelsV2Async.describeBotVersionAsync(DescribeBotVersionRequest describeBotVersionRequest,
AsyncHandler<DescribeBotVersionRequest,DescribeBotVersionResult> asyncHandler)
Provides metadata about a version of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotVersionRequest |
DescribeBotVersionRequest.clone() |
DescribeBotVersionRequest |
DescribeBotVersionRequest.withBotId(String botId)
The identifier of the bot containing the version to return metadata for.
|
DescribeBotVersionRequest |
DescribeBotVersionRequest.withBotVersion(String botVersion)
The version of the bot to return metadata for.
|
Copyright © 2021. All rights reserved.