Class CallQueueServiceLevelSettings

java.lang.Object
com.ringcentral.definitions.CallQueueServiceLevelSettings

public class CallQueueServiceLevelSettings extends Object
Call queue service level settings
  • Field Details

    • slaGoal

      public Long slaGoal
      Target percentage of calls that must be answered by agents within the service level time threshold Format: int32
    • slaThresholdSeconds

      public Long slaThresholdSeconds
      The period of time in seconds that is considered to be an acceptable service level Format: int32
    • includeAbandonedCalls

      public Boolean includeAbandonedCalls
      Includes abandoned calls (when callers hang up prior to being served by an agent) into service-level calculation
    • abandonedThresholdSeconds

      public Long abandonedThresholdSeconds
      Abandoned calls that are shorter than the defined period of time in seconds will not be included into the calculation of Service Level Format: int32
  • Constructor Details

    • CallQueueServiceLevelSettings

      public CallQueueServiceLevelSettings()
  • Method Details