BotSlotValueOverrideMap

data class BotSlotValueOverrideMap(val slotName: String? = null, val slotValueOverride: BotSlotValueOverride? = null)

A map of slot names and their overridden values.

Constructors

Link copied to clipboard
constructor(slotName: String? = null, slotValueOverride: BotSlotValueOverride? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val slotName: String? = null

The name of the slot.

Link copied to clipboard

The SlotValueOverride object to which the slot name will be mapped.