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

    Interface IdentificationOptions

    Configuration options for identification information

    interface IdentificationOptions {
        conversationalName: string;
        department?: string;
        organization: string;
        role?: string;
        serviceUrl: string;
        speakerUri: string;
        synopsis: string;
    }
    Index

    Properties

    conversationalName: string

    Conversational name of the agent

    department?: string

    Department within organization

    organization: string

    Organization name

    role?: string

    Role or job title

    serviceUrl: string

    Service endpoint URL (required)

    speakerUri: string

    Unique speaker URI (required)

    synopsis: string

    Brief synopsis of capabilities