Bot Slot Args
data class BotSlotArgs(val description: Output<String>? = null, val multipleValuesSetting: Output<BotMultipleValuesSettingArgs>? = null, val name: Output<String>, val obfuscationSetting: Output<BotObfuscationSettingArgs>? = null, val slotTypeName: Output<String>, val valueElicitationSetting: Output<BotSlotValueElicitationSettingArgs>) : ConvertibleToJava<BotSlotArgs>
A slot is a variable needed to fulfill an intent, where an intent can require zero or more slots.
Constructors
Link copied to clipboard
fun BotSlotArgs(description: Output<String>? = null, multipleValuesSetting: Output<BotMultipleValuesSettingArgs>? = null, name: Output<String>, obfuscationSetting: Output<BotObfuscationSettingArgs>? = null, slotTypeName: Output<String>, valueElicitationSetting: Output<BotSlotValueElicitationSettingArgs>)