BotIntentOverrideArgs

data class BotIntentOverrideArgs(val name: Output<String>? = null, val slots: Output<List<BotSlotValueOverrideMapArgs>>? = null) : ConvertibleToJava<BotIntentOverrideArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val slots: Output<List<BotSlotValueOverrideMapArgs>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): BotIntentOverrideArgs