Represents conversation metadata including ID and participants
const conversation = new Conversation({ id: 'conv:12345', conversants: [{ identification: { speakerUri: 'tag:example.com,2025:user1', serviceUrl: 'https://example.com/user-proxy' } }]}); Copy
const conversation = new Conversation({ id: 'conv:12345', conversants: [{ identification: { speakerUri: 'tag:example.com,2025:user1', serviceUrl: 'https://example.com/user-proxy' } }]});
Creates a new Conversation instance
Conversation configuration options
Readonly
Convert to JSON string
Convert to plain object
Static
Represents conversation metadata including ID and participants
Example