Base class for all Open Floor Protocol events
const event = new Event({ eventType: 'utterance', to: { speakerUri: 'tag:example.com,2025:agent1' }, reason: 'User query', parameters: { dialogEvent: {...} }}); Copy
const event = new Event({ eventType: 'utterance', to: { speakerUri: 'tag:example.com,2025:agent1' }, reason: 'User query', parameters: { dialogEvent: {...} }});
Creates a new Event instance
Event configuration options
Error if eventType is missing or invalid
Readonly
Optional
Convert to JSON string
Convert to plain object
Static
Base class for all Open Floor Protocol events
Example