Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for activity

Hierarchy

Index

Constructors

Properties

agentsAvailable: number
remarks

Count of available agents

agentsLoggedIn: number
remarks

Count of logged in agents

agentsUnavailable: number
remarks

Count of unavailable agents

agentsWorking: number
remarks

Count of working agents

campaignId: number
remarks

Unique identifier for Campaign

contactsHandledInSLA: number
remarks

The number of contacts agents handled inside the specified service level threshold

contactsHandledOutSLA: number
remarks

The number of contacts agents handled outside the specified service level threshold

earliestQueueTime: string
remarks

EarliestQueueTime

emailFromAddress: string
remarks

Agent Email Address

isActive: boolean
remarks

Indicates if agent is in Active state

isOutbound: boolean
remarks

Indicates whether the call is an Outbound or inbound.

isPersonalConnection: boolean
remarks

Indicates if the Skill is Personal Connection

mediaTypeId: number
remarks

Unique identifier for the type of media, chat is "3", phone is "4"

mediaTypeName: string
remarks

Name of media type

personalQueueCount: number
remarks

Numbers of items in personal queue

queueCount: number
remarks

Number of items in queue

serviceLevel: number
remarks

Service level set for the contact

serviceLevelGoal: number
remarks

The minimum service level set by user per contact type

skillId: number
remarks

Unique identifier for skill

skillName: string
remarks

Name of the skill

skillQueueCount: number
remarks

Number of skills in queue

Methods

  • parse(data: {}): void
  • This method to parse skill activity response

    example
    parse(data);
    

    Parameters

    • data: {}
      • [key: string]: any

    Returns void

Generated using TypeDoc