success Next Step
suspend fun successNextStep(value: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepArgs>)
suspend fun successNextStep(value: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepArgs?)
Parameters
value
Configuration block for the next step the bot runs after the dialog code hook finishes successfully. See success_next_step
.
suspend fun successNextStep(argument: suspend V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for the next step the bot runs after the dialog code hook finishes successfully. See success_next_step
.