SubscribeRequest interface

Represents a request to subscribe to a conversation.

Properties

conversationId

The conversation ID to subscribe to.

lastReceivedEventId

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