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

    Class Payload

    Represents a payload wrapper that contains an Open Floor envelope This is the top-level structure as defined in the specification

    const payload = new Payload({
    openFloor: {
    conversation: { id: 'conv:12345' },
    sender: { speakerUri: 'tag:example.com,2025:agent1' },
    events: []
    }
    });

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    openFloor: Envelope

    Methods