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

    Class ByeEvent

    Represents an agent leaving the conversation This is a bare event with no required parameters

    const byeEvent = new ByeEvent({
    reason: 'Task completed'
    });

    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>