ActionWizardOptions
ActionWizardOptions =
object
Defined in: sdks/js/agent-sdk/src/middleware/ActionWizard.ts:57
Configuration for an interactive action wizard.
Properties
Section titled “Properties”cancel?
Section titled “cancel?”
optionalcancel?:boolean|ActionWizardCancelOptions
Defined in: sdks/js/agent-sdk/src/middleware/ActionWizard.ts:65
Enable a cancel button on each select step. Set to true for the default label, or pass options to customize.
optionaldm?:boolean
Defined in: sdks/js/agent-sdk/src/middleware/ActionWizard.ts:63
When true, the wizard sends all steps via DM to the user. Recommended when the user is expected to enter sensitive information (e.g. API keys, passwords) to keep it out of group conversations.

