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

    Class Identification

    Represents identification information for an agent or conversant

    const identification = new Identification({
    speakerUri: 'tag:example.com,2025:agent1',
    serviceUrl: 'https://example.com/agent',
    organization: 'Example Corp',
    conversationalName: 'Assistant',
    synopsis: 'Helpful AI assistant'
    });

    Implements

    Index

    Constructors

    Properties

    conversationalName?: string
    department?: string
    organization?: string
    role?: string
    serviceUrl: string
    speakerUri: string
    synopsis?: string

    Methods