Skip to main content

Interface: ConversationControlAbilityConfig

Defined in: packages/sdk/src/types/ability-types.ts:379

Config for conversation_control ability

Properties

restartWorkflow?

optional restartWorkflow: boolean

Defined in: packages/sdk/src/types/ability-types.ts:385

Enable restarting with the default workflow for phone channels (default: true)


scheduleCallback?

optional scheduleCallback: boolean

Defined in: packages/sdk/src/types/ability-types.ts:381

Enable scheduling callbacks to continue conversation later (default: true)


startOver?

optional startOver: boolean

Defined in: packages/sdk/src/types/ability-types.ts:383

Enable restarting the assignment from scratch (default: false)