@webitel/api-services
    Preparing search index...
    interface WebitelCasesChatEvent {
        closedAt?: string;
        duration?: string;
        flowScheme?: GeneralLookup;
        gateway?: GeneralExtendedLookup;
        id?: string;
        isDetailed?: boolean;
        isInbound?: boolean;
        isMissed?: boolean;
        participants?: GeneralLookup[];
        queue?: GeneralLookup;
    }
    Index

    Properties

    closedAt?: string
    duration?: string
    flowScheme?: GeneralLookup
    id?: string
    isDetailed?: boolean
    isInbound?: boolean
    isMissed?: boolean
    participants?: GeneralLookup[]