BotLocaleImportSpecification.Builder |
BotLocaleImportSpecification.Builder.botId(String botId) |
The identifier of the bot to import the locale to.
|
BotLocaleImportSpecification.Builder |
BotLocaleImportSpecification.Builder.botVersion(String botVersion) |
The version of the bot to import the locale to.
|
static BotLocaleImportSpecification.Builder |
BotLocaleImportSpecification.builder() |
|
BotLocaleImportSpecification.Builder |
BotLocaleImportSpecification.Builder.localeId(String localeId) |
The identifier of the language and locale that the bot will be used in.
|
BotLocaleImportSpecification.Builder |
BotLocaleImportSpecification.Builder.nluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold) |
Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents.
|
BotLocaleImportSpecification.Builder |
BotLocaleImportSpecification.toBuilder() |
|
default BotLocaleImportSpecification.Builder |
BotLocaleImportSpecification.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings) |
Sets the value of the VoiceSettings property for this object.
|
BotLocaleImportSpecification.Builder |
BotLocaleImportSpecification.Builder.voiceSettings(VoiceSettings voiceSettings) |
Sets the value of the VoiceSettings property for this object.
|