Bot Slot Type
data class BotSlotType(val description: String? = null, val externalSourceSetting: BotExternalSourceSetting? = null, val name: String, val parentSlotTypeSignature: String? = null, val slotTypeValues: List<BotSlotTypeValue>? = null, val valueSelectionSetting: BotSlotValueSelectionSetting? = null)
A custom, extended built-in or a grammar slot type.
Constructors
Link copied to clipboard
fun BotSlotType(description: String? = null, externalSourceSetting: BotExternalSourceSetting? = null, name: String, parentSlotTypeSignature: String? = null, slotTypeValues: List<BotSlotTypeValue>? = null, valueSelectionSetting: BotSlotValueSelectionSetting? = null)