ConversationHandled
ref / conversations / ConversationHandled
A conversation result indicating that the conversation has handled the update. This happens when the conversation builder function was interrupted by calling wait
.
Contains the new replay state which can be used to resume the conversation further. Also contains a list of pending interrupts which identify the unresolved wait
calls.
Properties
status
ts
status: "handled";
New status of the conversation, always "handled"
replay
ts
replay: ReplayState;
The new replay state after handling the update
interrupts
ts
interrupts: number[];
A list of pending interrupts to resume the conversation