BotLocaleArgs

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>

A locale in the bot, which contains the intents and slot types that the bot uses in conversations with users in the specified language and locale.

Constructors

Link copied to clipboard
fun BotLocaleArgs(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)

Functions

Link copied to clipboard
open override fun toJava(): BotLocaleArgs

Properties

Link copied to clipboard
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val intents: Output<List<BotIntentArgs>>? = null

List of intents

Link copied to clipboard
val localeId: Output<String>
Link copied to clipboard
Link copied to clipboard
val slotTypes: Output<List<BotSlotTypeArgs>>? = null

List of SlotTypes

Link copied to clipboard
val voiceSettings: Output<BotVoiceSettingsArgs>? = null