Tableau Embedding API
    Preparing search index...

    Interface PulseInsightDiscoveredEvent

    Event which is triggered when a Pulse Insight is discovered

    interface PulseInsightDiscoveredEvent {
        characterization: string;
        id: string;
        markup: string;
        question: string;
        score: number;
        type: string;
        version: number;
    }
    Index

    Properties

    characterization: string

    The insight characterization

    id: string

    The insight id

    markup: string

    The HTML markup for the insight

    question: string

    The insight question asked

    score: number

    The insight score

    type: string

    The insight type

    version: number

    The insight version