nexus-agents - v2.80.0
    Preparing search index...

    Interface TrendDetectedDetail

    Detail payload for trend detection events.

    interface TrendDetectedDetail {
        cli: string;
        category: string;
        trend: Trend;
        confidence: number;
    }
    Index

    Properties

    cli: string
    category: string
    trend: Trend
    confidence: number