Bot Slot Type Args
data class BotSlotTypeArgs(val description: Output<String>? = null, val externalSourceSetting: Output<BotExternalSourceSettingArgs>? = null, val name: Output<String>, val parentSlotTypeSignature: Output<String>? = null, val slotTypeValues: Output<List<BotSlotTypeValueArgs>>? = null, val valueSelectionSetting: Output<BotSlotValueSelectionSettingArgs>? = null) : ConvertibleToJava<BotSlotTypeArgs>
A custom, extended built-in or a grammar slot type.
Constructors
Link copied to clipboard
fun BotSlotTypeArgs(description: Output<String>? = null, externalSourceSetting: Output<BotExternalSourceSettingArgs>? = null, name: Output<String>, parentSlotTypeSignature: Output<String>? = null, slotTypeValues: Output<List<BotSlotTypeValueArgs>>? = null, valueSelectionSetting: Output<BotSlotValueSelectionSettingArgs>? = null)