BotIntentOverrideArgs

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

Override settings to configure the intent state.

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.

Functions

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