Bot Locale Args
data class BotLocaleArgs(val customVocabulary: Output<BotCustomVocabularyArgs>? = null, val description: Output<String>? = null, val intents: Output<List<BotIntentArgs>>? = null, val localeId: Output<String>, val nluConfidenceThreshold: Output<Double>, val slotTypes: Output<List<BotSlotTypeArgs>>? = null, val voiceSettings: Output<BotVoiceSettingsArgs>? = null) : ConvertibleToJava<BotLocaleArgs>
Constructors
Link copied to clipboard
constructor(customVocabulary: Output<BotCustomVocabularyArgs>? = null, description: Output<String>? = null, intents: Output<List<BotIntentArgs>>? = null, localeId: Output<String>, nluConfidenceThreshold: Output<Double>, slotTypes: Output<List<BotSlotTypeArgs>>? = null, voiceSettings: Output<BotVoiceSettingsArgs>? = null)
Properties
Link copied to clipboard
Specifies a custom vocabulary to use with a specific locale.
Link copied to clipboard
A description of the bot locale. Use this to help identify the bot locale in lists.
Link copied to clipboard
One or more intents defined for the locale.
Link copied to clipboard
Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent
, AMAZON.KendraSearchIntent
, or both when returning alternative intents. You must configure an AMAZON.FallbackIntent
. AMAZON.KendraSearchIntent
is only inserted if it is configured for the bot.
Link copied to clipboard
One or more slot types defined for the locale.
Link copied to clipboard
Defines settings for using an Amazon Polly voice to communicate with a user. Valid values include: