Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface SupportTicket

    interface SupportTicket {
        assignedTo?: string;
        channel: string;
        createdAt: number;
        customerId: string;
        escalationReason?: string;
        intent: Intent;
        message: string;
        piiDetected: string[];
        priority: Priority;
        resolvedAt?: number;
        response: string;
        sentiment: Sentiment;
        slaBreached: boolean;
        status: TicketStatus;
        tags: string[];
        ticketId: string;
    }
    Index
    assignedTo?: string
    channel: string
    createdAt: number
    customerId: string
    escalationReason?: string
    intent: Intent
    message: string
    piiDetected: string[]
    priority: Priority
    resolvedAt?: number
    response: string
    sentiment: Sentiment
    slaBreached: boolean
    status: TicketStatus
    tags: string[]
    ticketId: string