| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotLocaleImportSpecification |
BotLocaleImportSpecification.clone() |
BotLocaleImportSpecification |
ImportResourceSpecification.getBotLocaleImportSpecification()
Parameters for importing a bot locale.
|
BotLocaleImportSpecification |
BotLocaleImportSpecification.withBotId(String botId)
The identifier of the bot to import the locale to.
|
BotLocaleImportSpecification |
BotLocaleImportSpecification.withBotVersion(String botVersion)
The version of the bot to import the locale to.
|
BotLocaleImportSpecification |
BotLocaleImportSpecification.withLocaleId(String localeId)
The identifier of the language and locale that the bot will be used in.
|
BotLocaleImportSpecification |
BotLocaleImportSpecification.withNluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
Determines the threshold where Amazon Lex will insert the
AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents. |
BotLocaleImportSpecification |
BotLocaleImportSpecification.withVoiceSettings(VoiceSettings voiceSettings) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportResourceSpecification.setBotLocaleImportSpecification(BotLocaleImportSpecification botLocaleImportSpecification)
Parameters for importing a bot locale.
|
ImportResourceSpecification |
ImportResourceSpecification.withBotLocaleImportSpecification(BotLocaleImportSpecification botLocaleImportSpecification)
Parameters for importing a bot locale.
|
Copyright © 2021. All rights reserved.