codeHook

@JvmName(name = "qosmnaebyafvpefb")
suspend fun codeHook(value: Output<BotDialogCodeHookInvocationSettingArgs>)
@JvmName(name = "seuomaxrcvkuisuh")
suspend fun codeHook(value: BotDialogCodeHookInvocationSettingArgs?)

Parameters

value

The DialogCodeHookInvocationSetting object associated with 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 InvokeDialogCodeHook.


@JvmName(name = "yhawieinqemputoc")
suspend fun codeHook(argument: suspend BotDialogCodeHookInvocationSettingArgsBuilder.() -> Unit)

Parameters

argument

The DialogCodeHookInvocationSetting object associated with 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 InvokeDialogCodeHook.