Bot Intent Override Args
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
fun BotIntentOverrideArgs(name: Output<String>? = null, slots: Output<List<BotSlotValueOverrideMapArgs>>? = null)