BotSlotArgs

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>)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val name: Output<String>
Link copied to clipboard
Link copied to clipboard
val slotTypeName: Output<String>