Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AgentStateHistory

Attributes for Agent State History Response

Hierarchy

  • AgentStateHistory

Index

Properties

agentId: number
remarks

agentId: This is a unique, system-generated ID assigned to each Agent

agentSessionId: number
remarks

agentSessionId: The session ID created when the agent logs in, and ends when they log out

agentStateId: string | number
remarks

agentStateId: Numeric identifier for the agent state

agentStateName: string
remarks

agentStateName: The name of state for the Agent

contactId: string
remarks

contactId: Add contact ID

duration: string
remarks

duration: The number of seconds that the Agent was in the state. Changed duration field in milliseconds (ISO-8601 format).

fromAddress: string
remarks

fromAddress: The ANI, email, or chat address of the source Contact

isNaturalCalling: boolean
remarks

isNaturalCalling: True or False, indicates if the Contact is NaturalCalling

isOutbound: boolean
remarks

isOutbound: True or False, indicates if the Contact is outbound

mediaTypeId: number
remarks

mediaTypeId: The numeric ID of the Media Type. It will be one of the following values: 1, 2, 3, 4, 5, 6, 7, 8, 9

mediaTypeName: string
remarks

mediaTypeName: The name of the Media Type

outStateDescription: string
remarks

outStateDescription: The descpription of the OutState or Unavailable Code

outStateId: number
remarks

outStateId: ID of the OutState if the agent state is "Unavailable"

skillId: number
remarks

skillId: The unique, system-generated ID of the skill

skillName: string
remarks

skillName: The text description of the skill. It displays the name assigned to the skill

startDate: string
remarks

startDate: The ISO 8601 formatted time that the state change took place, based on the UTC time zone

stateIndex: number
remarks

stateIndex: Cardinal order of states for the Agent. A step-by-step accounting of the different states that the Agent was in throughout their shift.

stationId: number
remarks

stationId: The unique, system-generated ID of the Station used by the Agent when logging in

stationName: string
remarks

stationName: The name of Station used by Agent when logging in

teamNo: number
remarks

teamNo: The unique, system-generated ID assigned to each Team.

toAddress: string
remarks

toAddress: The DNIS, email, or chat address of the destination Contact

Generated using TypeDoc