confirmation Next Step
suspend fun confirmationNextStep(value: Output<V2modelsIntentConfirmationSettingConfirmationNextStepArgs>)
Parameters
value
Configuration block for the next step that the bot executes when the customer confirms the intent. See confirmation_next_step
.
suspend fun confirmationNextStep(argument: suspend V2modelsIntentConfirmationSettingConfirmationNextStepArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for the next step that the bot executes when the customer confirms the intent. See confirmation_next_step
.