| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBotLocaleResult> |
AmazonLexModelsV2AsyncClient.describeBotLocaleAsync(DescribeBotLocaleRequest request,
AsyncHandler<DescribeBotLocaleRequest,DescribeBotLocaleResult> asyncHandler) |
Future<DescribeBotLocaleResult> |
AmazonLexModelsV2Async.describeBotLocaleAsync(DescribeBotLocaleRequest describeBotLocaleRequest,
AsyncHandler<DescribeBotLocaleRequest,DescribeBotLocaleResult> asyncHandler)
Describes the settings that a bot has for a specific locale.
|
Future<DescribeBotLocaleResult> |
AbstractAmazonLexModelsV2Async.describeBotLocaleAsync(DescribeBotLocaleRequest request,
AsyncHandler<DescribeBotLocaleRequest,DescribeBotLocaleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotLocaleRequest |
DescribeBotLocaleRequest.clone() |
DescribeBotLocaleRequest |
DescribeBotLocaleRequest.withBotId(String botId)
The identifier of the bot associated with the locale.
|
DescribeBotLocaleRequest |
DescribeBotLocaleRequest.withBotVersion(String botVersion)
The identifier of the version of the bot associated with the locale.
|
DescribeBotLocaleRequest |
DescribeBotLocaleRequest.withLocaleId(String localeId)
The unique identifier of the locale to describe.
|
Copyright © 2021. All rights reserved.