BotIntentOverride

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

Override settings to configure the intent state.

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.