| Modifier and Type | Method and Description |
|---|---|
default DescribeBotLocaleResponse |
LexModelsV2Client.describeBotLocale(Consumer<DescribeBotLocaleRequest.Builder> describeBotLocaleRequest)
Describes the settings that a bot has for a specific locale.
|
default CompletableFuture<DescribeBotLocaleResponse> |
LexModelsV2AsyncClient.describeBotLocale(Consumer<DescribeBotLocaleRequest.Builder> describeBotLocaleRequest)
Describes the settings that a bot has for a specific locale.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotLocaleRequest.Builder |
DescribeBotLocaleRequest.Builder.botId(String botId)
The identifier of the bot associated with the locale.
|
DescribeBotLocaleRequest.Builder |
DescribeBotLocaleRequest.Builder.botVersion(String botVersion)
The identifier of the version of the bot associated with the locale.
|
static DescribeBotLocaleRequest.Builder |
DescribeBotLocaleRequest.builder() |
DescribeBotLocaleRequest.Builder |
DescribeBotLocaleRequest.Builder.localeId(String localeId)
The unique identifier of the locale to describe.
|
DescribeBotLocaleRequest.Builder |
DescribeBotLocaleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeBotLocaleRequest.Builder |
DescribeBotLocaleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeBotLocaleRequest.Builder |
DescribeBotLocaleRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeBotLocaleRequest.Builder> |
DescribeBotLocaleRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.