V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentArgs

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

Properties

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

Name of the intent.

Link copied to clipboard

Configuration block for 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. See slot.

Functions

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