| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BotLocaleImportSpecification.Builder> |
BotLocaleImportSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImportResourceSpecification.Builder |
ImportResourceSpecification.Builder.botLocaleImportSpecification(Consumer<BotLocaleImportSpecification.Builder> botLocaleImportSpecification)
Parameters for importing a bot locale.
|
Copyright © 2023. All rights reserved.