Package com.ringcentral.definitions
Class CallQueueExtensionInfo
java.lang.Object
com.ringcentral.definitions.CallQueueExtensionInfo
For Call Queue extension type only. Please note that legacy
'Department' extension type corresponds to 'Call Queue' extensions
in modern RingCentral product terminology
-
Field Summary
FieldsModifier and TypeFieldDescriptionPeriod of time in seconds specifying abandoned calls duration - calls that are shorter will not be included into the calculation of service level.; zero value means that abandoned calls of any duration will be included into calculation Format: int32If `true` abandoned calls (hanged up prior to being served) are included into service level calculationTarget percentage of calls that must be answered by agents within the service level time threshold Format: int32Period 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
Period of time in seconds that is considered to be an acceptable service level Format: int32 -
includeAbandonedCalls
If `true` abandoned calls (hanged up prior to being served) are included into service level calculation -
abandonedThresholdSeconds
Period of time in seconds specifying abandoned calls duration - calls that are shorter will not be included into the calculation of service level.; zero value means that abandoned calls of any duration will be included into calculation Format: int32
-
-
Constructor Details
-
CallQueueExtensionInfo
public CallQueueExtensionInfo()
-
-
Method Details
-
slaGoal
-
slaThresholdSeconds
-
includeAbandonedCalls
-
abandonedThresholdSeconds
-