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

    Class Conversant

    Represents a conversant in a conversation with identification and persistent state

    const conversant = new Conversant({
    identification: {
    speakerUri: 'tag:example.com,2025:user1',
    serviceUrl: 'https://example.com/user-proxy',
    conversationalName: 'User'
    },
    persistentState: { preferences: { language: 'en-US' } }
    });

    Implements

    Index

    Constructors

    Properties

    identification: Identification
    persistentState: Record<string, unknown>

    Methods