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