Represents an invitation for an agent to join the conversation This is a bare event with no required parameters
const inviteEvent = new InviteEvent({ to: { serviceUrl: 'https://example.com/agent' }}); Copy
const inviteEvent = new InviteEvent({ to: { serviceUrl: 'https://example.com/agent' }});
Creates a new InviteEvent instance
InviteEvent configuration options
Readonly
Optional
Convert to JSON string
Convert to plain object
Static
Represents an invitation for an agent to join the conversation This is a bare event with no required parameters
Example