@conciergus/chat - v0.3.1
    Preparing search index...

    Interface AnalyticsEvent

    Analytics event

    interface AnalyticsEvent {
        type: string;
        data: Record<string, any>;
        timestamp: Date;
        userId?: string;
        sessionId?: string;
        pluginId?: string;
    }
    Index

    Properties

    type: string

    Event type

    data: Record<string, any>

    Event data

    timestamp: Date

    Event timestamp

    userId?: string

    User ID

    sessionId?: string

    Session ID

    pluginId?: string

    Plugin ID that generated the event