@openfloor/protocol - v0.0.4
    Preparing search index...

    Class InviteEvent

    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' }
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    eventType: string
    parameters: Record<string, unknown>
    reason?: string
    to?: To

    Methods

    • Convert to plain object

      Returns Record<string, unknown>