V2models Intent Confirmation Setting Declination Next Step Intent Args
data class V2modelsIntentConfirmationSettingDeclinationNextStepIntentArgs(val name: Output<String>? = null, val slots: Output<List<V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotArgs>>? = null) : ConvertibleToJava<V2modelsIntentConfirmationSettingDeclinationNextStepIntentArgs>
Constructors
Link copied to clipboard
constructor(name: Output<String>? = null, slots: Output<List<V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotArgs>>? = null)