declination Next Step
suspend fun declinationNextStep(value: Output<V2modelsIntentConfirmationSettingDeclinationNextStepArgs>)
Parameters
value
Configuration block for the next step that the bot executes when the customer declines the intent. See declination_next_step
.
suspend fun declinationNextStep(argument: suspend V2modelsIntentConfirmationSettingDeclinationNextStepArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for the next step that the bot executes when the customer declines the intent. See declination_next_step
.