Interface: ConversationControlAbilityConfig
Defined in: packages/sdk/src/types/ability-types.ts:379
Config for conversation_control ability
Properties
restartWorkflow?
optionalrestartWorkflow:boolean
Defined in: packages/sdk/src/types/ability-types.ts:385
Enable restarting with the default workflow for phone channels (default: true)
scheduleCallback?
optionalscheduleCallback:boolean
Defined in: packages/sdk/src/types/ability-types.ts:381
Enable scheduling callbacks to continue conversation later (default: true)
startOver?
optionalstartOver:boolean
Defined in: packages/sdk/src/types/ability-types.ts:383
Enable restarting the assignment from scratch (default: false)