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

    Interface SupportResponse

    interface SupportResponse {
        confidenceScore: number;
        escalated: boolean;
        piiWarnings: string[];
        relatedTickets: string[];
        requiresHumanReview: boolean;
        suggestedResponse: string;
        ticket: SupportTicket;
    }
    Index
    confidenceScore: number
    escalated: boolean
    piiWarnings: string[]
    relatedTickets: string[]
    requiresHumanReview: boolean
    suggestedResponse: string