EnterHandled
ref / conversations / EnterHandled
An enter result indicating that the conversation has handled the update. This happens when the conversation builder function was interrupted by calling wait
.
Contains the created replay state which can be used to resume the conversation further. Also contains a list of pending interrupts which identify the unresolved wait
calls.
Extends
Properties
args
ts
args?: string;
A JSON string containing the arguments of the enter call. May be absent if no arguments were provided.