ConversationState
ref / conversations / ConversationState
State of a single conversation.
Objects of this type are persisted when a conversation is interrupted and the state of execution is stored in the database.
Properties
args
ts
args?: string;
JSON string of the arguments supplied to a conversation
replay
ts
replay: ReplayState;
The replay state containing the state of execution
interrupts
ts
interrupts: number[];
A list of pending interrupts that can be resolved