public static interface UpdateBotLocaleRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<UpdateBotLocaleRequest.Builder,UpdateBotLocaleRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBotLocaleRequest.Builder |
botId(String botId)
The unique identifier of the bot that contains the locale.
|
UpdateBotLocaleRequest.Builder |
botVersion(String botVersion)
The version of the bot that contains the locale to be updated.
|
UpdateBotLocaleRequest.Builder |
description(String description)
The new description of the locale.
|
UpdateBotLocaleRequest.Builder |
localeId(String localeId)
The identifier of the language and locale to update.
|
UpdateBotLocaleRequest.Builder |
nluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The new confidence threshold where Amazon Lex inserts the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance. |
UpdateBotLocaleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBotLocaleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateBotLocaleRequest.Builder |
voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|
UpdateBotLocaleRequest.Builder |
voiceSettings(VoiceSettings voiceSettings)
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBotLocaleRequest.Builder botId(String botId)
The unique identifier of the bot that contains the locale.
botId - The unique identifier of the bot that contains the locale.UpdateBotLocaleRequest.Builder botVersion(String botVersion)
The version of the bot that contains the locale to be updated. The version can only be the DRAFT
version.
botVersion - The version of the bot that contains the locale to be updated. The version can only be the
DRAFT version.UpdateBotLocaleRequest.Builder localeId(String localeId)
The identifier of the language and locale to update. The string must match one of the supported locales. For more information, see Supported languages.
localeId - The identifier of the language and locale to update. The string must match one of the supported
locales. For more information, see Supported languages.UpdateBotLocaleRequest.Builder description(String description)
The new description of the locale.
description - The new description of the locale.UpdateBotLocaleRequest.Builder nluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The new confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.
nluIntentConfidenceThreshold - The new confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.UpdateBotLocaleRequest.Builder voiceSettings(VoiceSettings voiceSettings)
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
voiceSettings - The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.default UpdateBotLocaleRequest.Builder voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
This is a convenience method that creates an instance of theVoiceSettings.Builder avoiding the need
to create one manually via VoiceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to voiceSettings(VoiceSettings).
voiceSettings - a consumer that will call methods on VoiceSettings.BuildervoiceSettings(VoiceSettings)UpdateBotLocaleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBotLocaleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.