ConversationSkipped
ref / conversations / ConversationSkipped
A conversation result indicating that the conversation has decided to skip handling this update. This happens when the conversation builder function cancels the execution using skip.
Properties
status
ts
status: "skipped";New status of the conversation, always "skipped"
next
ts
next: boolean;Whether the conversation demands downstream middleware to be called