CurrentMetricName

public enum CurrentMetricName : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case agentsOnline = "AGENTS_ONLINE"
  • Undocumented

    Declaration

    Swift

    case agentsAvailable = "AGENTS_AVAILABLE"
  • Undocumented

    Declaration

    Swift

    case agentsOnCall = "AGENTS_ON_CALL"
  • Undocumented

    Declaration

    Swift

    case agentsNonProductive = "AGENTS_NON_PRODUCTIVE"
  • Undocumented

    Declaration

    Swift

    case agentsAfterContactWork = "AGENTS_AFTER_CONTACT_WORK"
  • Undocumented

    Declaration

    Swift

    case agentsError = "AGENTS_ERROR"
  • Undocumented

    Declaration

    Swift

    case agentsStaffed = "AGENTS_STAFFED"
  • Undocumented

    Declaration

    Swift

    case contactsInQueue = "CONTACTS_IN_QUEUE"
  • Undocumented

    Declaration

    Swift

    case oldestContactAge = "OLDEST_CONTACT_AGE"
  • Undocumented

    Declaration

    Swift

    case contactsScheduled = "CONTACTS_SCHEDULED"
  • Undocumented

    Declaration

    Swift

    case agentsOnContact = "AGENTS_ON_CONTACT"
  • Undocumented

    Declaration

    Swift

    case slotsActive = "SLOTS_ACTIVE"
  • Undocumented

    Declaration

    Swift

    case slotsAvailable = "SLOTS_AVAILABLE"
  • Declaration

    Swift

    public var description: String { get }