@webitel/api-services
    Preparing search index...

    Interface EngineAgent

    interface EngineAgent {
        allowChannels?: string[];
        allowSetScreenControl?: boolean;
        auditor?: EngineLookup[];
        channel?: EngineAgentChannel[];
        chatCount?: number;
        description?: string;
        extension?: string;
        greetingMedia?: EngineLookup;
        id?: string;
        isSupervisor?: boolean;
        lastStatusChange?: string;
        name?: string;
        progressiveCount?: number;
        region?: EngineLookup;
        screenControl?: boolean;
        skills?: EngineLookup[];
        status?: string;
        statusDuration?: string;
        supervisor?: EngineLookup[];
        taskCount?: number;
        team?: EngineLookup;
        user?: EngineLookup;
        userPresenceStatus?: EngineAgentUserPresence;
    }
    Index

    Properties

    allowChannels?: string[]
    allowSetScreenControl?: boolean
    auditor?: EngineLookup[]
    channel?: EngineAgentChannel[]
    chatCount?: number
    description?: string
    extension?: string
    greetingMedia?: EngineLookup
    id?: string
    isSupervisor?: boolean
    lastStatusChange?: string
    name?: string
    progressiveCount?: number
    region?: EngineLookup
    screenControl?: boolean
    skills?: EngineLookup[]
    status?: string
    statusDuration?: string
    supervisor?: EngineLookup[]
    taskCount?: number
    userPresenceStatus?: EngineAgentUserPresence