The conversation resource.

interface Conversation {
    id?: string;
    object?: "realtime.conversation";
}

Properties

Properties

id?: string

The unique ID of the conversation.

object?: "realtime.conversation"

The object type, must be realtime.conversation.