Hiyve Components - v1.0.0
    Preparing search index...

    Meeting alert

    interface CloudMeetingAlert {
        acknowledged?: boolean;
        confidence: number;
        content: string;
        id: string;
        priority: "high" | "low" | "medium";
        speaker: string;
        timestamp: Date;
        type: "decision" | "action_item" | "question" | "concern";
    }
    Index

    Properties

    acknowledged?: boolean
    confidence: number
    content: string
    id: string
    priority: "high" | "low" | "medium"
    speaker: string
    timestamp: Date
    type: "decision" | "action_item" | "question" | "concern"