success Next Step
suspend fun successNextStep(value: Output<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepArgs>)
suspend fun successNextStep(value: V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepArgs?)
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 V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for the next step the bot runs after the dialog code hook finishes successfully. See success_next_step
.