code Hook
Parameters
value
Configuration block for the intent's confirmation step. The dialog code hook is triggered based on these invocation settings when the confirmation next step or declination next step or failure next step is invoke_dialog_code_hook
. See code_hook
.
suspend fun codeHook(argument: suspend V2modelsIntentConfirmationSettingCodeHookArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for the intent's confirmation step. The dialog code hook is triggered based on these invocation settings when the confirmation next step or declination next step or failure next step is invoke_dialog_code_hook
. See code_hook
.