Package com.ringcentral.definitions
Class CallQueueServiceLevelSettings
java.lang.Object
com.ringcentral.definitions.CallQueueServiceLevelSettings
Call queue service level settings
-
Field Summary
FieldsModifier and TypeFieldDescriptionAbandoned calls that are shorter than the defined period of time in seconds will not be included into the calculation of Service Level Format: int32Includes abandoned calls (when callers hang up prior to being served by an agent) into service-level calculationTarget percentage of calls that must be answered by agents within the service level time threshold Format: int32The period of time in seconds that is considered to be an acceptable service level Format: int32 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabandonedThresholdSeconds
(Long abandonedThresholdSeconds) includeAbandonedCalls
(Boolean includeAbandonedCalls) slaThresholdSeconds
(Long slaThresholdSeconds)
-
Field Details
-
slaGoal
Target percentage of calls that must be answered by agents within the service level time threshold Format: int32 -
slaThresholdSeconds
The period of time in seconds that is considered to be an acceptable service level Format: int32 -
includeAbandonedCalls
Includes abandoned calls (when callers hang up prior to being served by an agent) into service-level calculation -
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
-
slaGoal
-
slaThresholdSeconds
-
includeAbandonedCalls
-
abandonedThresholdSeconds
-