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

    Class RevokeFloorEvent

    Represents revoking the conversational floor from an agent Used by convener agents with special reason tokens

    const revokeFloorEvent = new RevokeFloorEvent({
    to: { speakerUri: 'tag:example.com,2025:agent1' },
    reason: '@timedOut'
    });

    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>