SubscribeRequest interface
Represents a request to subscribe to a conversation.
Properties
| conversation |
The conversation ID to subscribe to. |
| last |
The last received event ID for resumption. If provided, subscription will resume from this point. |
Property Details
conversationId
The conversation ID to subscribe to.
conversationId: string
Property Value
string
lastReceivedEventId
The last received event ID for resumption. If provided, subscription will resume from this point.
lastReceivedEventId?: string
Property Value
string