ConversationHandleOptions
ref / conversations / ConversationHandleOptions
Options for creating a conversation handle
Properties
maxMillisecondsToWait
ts
maxMillisecondsToWait?: number;
Default wait timeout
parallel
ts
parallel?: boolean;
true
if this conversation can be entered while this or another conversation is already active, and false
otherwise. Defaults to false
.
Methods
onHalt
ts
onHalt(): void | Promise<void>;
Callback for when the conversation is halted