timeout Next Step
suspend fun timeoutNextStep(value: Output<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepArgs>)
suspend fun timeoutNextStep(value: V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepArgs?)
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 V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for the next step that the bot runs when the code hook times out. See timeout_next_step
.