BotSlotTypeValue

data class BotSlotTypeValue(val sampleValue: BotSampleValue, val synonyms: List<BotSampleValue>? = null)

Value that the slot type can take.

Constructors

Link copied to clipboard
constructor(sampleValue: BotSampleValue, synonyms: List<BotSampleValue>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard