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

    Class PublishManifestsEvent

    Represents publishing agent manifests Contains arrays of servicing and discovery manifests

    const publishEvent = new PublishManifestsEvent({
    servicingManifests: [{
    identification: {
    speakerUri: 'tag:example.com,2025:weather-bot',
    serviceUrl: 'https://example.com/weather'
    },
    capabilities: []
    }],
    discoveryManifests: []
    });

    Hierarchy (View Summary)

    • Event
      • PublishManifestsEvent
    Index

    Constructors

    Properties

    discoveryManifests: readonly Manifest[]
    eventType: string
    parameters: Record<string, unknown>
    reason?: string
    servicingManifests: readonly Manifest[]
    to?: To

    Methods

    • Convert to plain object

      Returns Record<string, unknown>