public static interface BuildBotLocaleRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<BuildBotLocaleRequest.Builder,BuildBotLocaleRequest>
| Modifier and Type | Method and Description |
|---|---|
BuildBotLocaleRequest.Builder |
botId(String botId)
The identifier of the bot to build.
|
BuildBotLocaleRequest.Builder |
botVersion(String botVersion)
The version of the bot to build.
|
BuildBotLocaleRequest.Builder |
localeId(String localeId)
The identifier of the language and locale that the bot will be used in.
|
BuildBotLocaleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BuildBotLocaleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBuildBotLocaleRequest.Builder botId(String botId)
The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
botId - The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.BuildBotLocaleRequest.Builder botVersion(String botVersion)
The version of the bot to build. This can only be the draft version of the bot.
botVersion - The version of the bot to build. This can only be the draft version of the bot.BuildBotLocaleRequest.Builder localeId(String localeId)
The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.
localeId - The identifier of the language and locale that the bot will be used in. The string must match one of
the supported locales. All of the intents, slot types, and slots used in the bot must have the same
locale. For more information, see Supported languages.BuildBotLocaleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBuildBotLocaleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.