BotSlotType

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard