V2models Intent Confirmation Setting Failure Conditional Default Branch Next Step Intent Args
data class V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentArgs(val name: Output<String>? = null, val slots: Output<List<V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotArgs>>? = null) : ConvertibleToJava<V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentArgs>
Constructors
Link copied to clipboard
constructor(name: Output<String>? = null, slots: Output<List<V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotArgs>>? = null)
Properties
Link copied to clipboard
val slots: Output<List<V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotArgs>>? = null
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
.