CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.botId(String botId) |
The identifier of the bot to create the locale for.
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.botVersion(String botVersion) |
The version of the bot to create the locale for.
|
static CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.builder() |
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.description(String description) |
A description of the bot locale.
|
default CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.generativeAISettings(Consumer<GenerativeAISettings.Builder> generativeAISettings) |
Sets the value of the GenerativeAISettings property for this object.
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.generativeAISettings(GenerativeAISettings generativeAISettings) |
Sets the value of the GenerativeAISettings property for this object.
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.localeId(String localeId) |
The identifier of the language and locale that the bot will be used in.
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.nluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold) |
Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents.
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.toBuilder() |
|
default CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings) |
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.voiceSettings(VoiceSettings voiceSettings) |
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|