BotIntentOverride

data class BotIntentOverride(val name: String? = null, val slots: List<BotSlotValueOverrideMap>? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, slots: List<BotSlotValueOverrideMap>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the intent. Only required when you're switching intents.

Link copied to clipboard

A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.