Skip to content

ActionWizardCancelHandler

ActionWizardCancelHandler<ContentTypes> = (ctx) => Promise<void> | void

Defined in: sdks/js/agent-sdk/src/middleware/ActionWizard.ts:46

Callback when a user cancels or restarts a wizard session.

ContentTypes

MessageContext<unknown, ContentTypes>

Promise<void> | void