UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.botId(String botId) |
The unique identifier of the bot that contains the locale.
|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.botVersion(String botVersion) |
The version of the bot that contains the locale to be updated.
|
static UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.builder() |
|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.description(String description) |
The new description of the locale.
|
default UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.generativeAISettings(Consumer<GenerativeAISettings.Builder> generativeAISettings) |
Contains settings for generative AI features powered by Amazon Bedrock for your bot locale.
|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.generativeAISettings(GenerativeAISettings generativeAISettings) |
Contains settings for generative AI features powered by Amazon Bedrock for your bot locale.
|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.localeId(String localeId) |
The identifier of the language and locale to update.
|
UpdateBotLocaleRequest.Builder |
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 |
UpdateBotLocaleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.toBuilder() |
|
default UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings) |
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.voiceSettings(VoiceSettings voiceSettings) |
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|