timeout Next Step
suspend fun timeoutNextStep(value: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepArgs>)
suspend fun timeoutNextStep(value: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepArgs?)
Parameters
value
Configuration block for the next step that the bot runs when the code hook times out. See timeout_next_step
.
suspend fun timeoutNextStep(argument: suspend V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for the next step that the bot runs when the code hook times out. See timeout_next_step
.