ResumeOptions
ref / conversations / ResumeOptions
Options to pass when manually resuming a conversation
Properties
ctx
ts
ctx?: OC;
A context object from the outside middleware to use in external
plugins
ts
plugins?: Middleware<C>[];
An array of plugins to run for newly created context objects
maxMillisecondsToWait
ts
maxMillisecondsToWait?: number;
A default wait timeout
parallel
ts
parallel?: boolean;
Whether this conversation is parallel
Methods
onHalt
ts
onHalt(): void | Promise<void>;
A callback function to run if conversation
is called