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

    Interface SupportRequest

    interface SupportRequest {
        channel?: string;
        customerId: string;
        message: string;
        metadata?: Record<string, unknown>;
        previousTicketIds?: string[];
    }
    Index
    channel?: string
    customerId: string
    message: string
    metadata?: Record<string, unknown>
    previousTicketIds?: string[]