subscribeConversation
subscription allows you to listen for real-time updates to a conversation, including new messages and response streams, via a WebSocket-based subscription model.
Signature
Arguments
Authentication credentials for the subscription. See SubscriptionAuthInput.
The unique identifier of the conversation to subscribe to.
Response
Returns an array ofConversationUpdateOneOf
objects representing conversation updates. See ConversationUpdateOneOf for the schema.