failure Next Step
suspend fun failureNextStep(value: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepArgs>)
suspend fun failureNextStep(value: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepArgs?)
Parameters
value
Configuration block for the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed . See failure_next_step
.
suspend fun failureNextStep(argument: suspend V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed . See failure_next_step
.