Remove the subscription for this conversation.
()
| 119 | subscribe(): Promise<void>; |
| 120 | /** Remove the subscription for this conversation. */ |
| 121 | unsubscribe(): Promise<void>; |
| 122 | /** Returns true if this conversation is currently subscribed. */ |
| 123 | isSubscribed(): Promise<boolean>; |
| 124 | /** Persist arbitrary per-thread state (e.g. workflow step). */ |
no outgoing calls