Package com.ringcentral.definitions
Class TimelineResponseOptionsCounters
java.lang.Object
com.ringcentral.definitions.TimelineResponseOptionsCounters
Options for selecting breakdown for calls count
-
Field Summary
FieldsModifier and TypeFieldDescriptionInclude data for total calls countInclude breakdown of calls count by action (HoldOff, HoldOn, ParkOn, ParkOff, BlindTransfer, WarmTransfer, DTMFTransfer)Include breakdown of calls count by company hours (BusinessHours, AfterHours)Include breakdown of calls count by direction (Inbound, Outbound)Include breakdown of calls count by origin (Internal, External)Include breakdown of calls count by queue SLA (InSLA, OutSLA).Include breakdown of calls count by response (Answered, NotAnswered, Connected, NotConnected)Include breakdown of calls count by result (Completed, Abandoned, Voicemail, Unknown, Missed, Accepted)Include breakdown of calls count by type (Direct, FromQueue, ParkRetrieval, Transferred, Outbound)Include breakdown of calls count by segments (Ringing, LiveTalk, Hold, Park, Transfer, IvrPrompt, Voicemail, VmGreeting, Setup)Include breakdown of calls count by the total number of times a Queue call was presented to the user. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallsByActions
(Boolean callsByActions) callsByCompanyHours
(Boolean callsByCompanyHours) callsByDirection
(Boolean callsByDirection) callsByOrigin
(Boolean callsByOrigin) callsByQueueSla
(Boolean callsByQueueSla) callsByResponse
(Boolean callsByResponse) callsByResult
(Boolean callsByResult) callsByType
(Boolean callsByType) callsSegments
(Boolean callsSegments) queueOpportunities
(Boolean queueOpportunities)
-
Field Details
-
allCalls
Include data for total calls count -
callsByDirection
Include breakdown of calls count by direction (Inbound, Outbound) -
callsByOrigin
Include breakdown of calls count by origin (Internal, External) -
callsByResponse
Include breakdown of calls count by response (Answered, NotAnswered, Connected, NotConnected) -
callsSegments
Include breakdown of calls count by segments (Ringing, LiveTalk, Hold, Park, Transfer, IvrPrompt, Voicemail, VmGreeting, Setup) -
callsByResult
Include breakdown of calls count by result (Completed, Abandoned, Voicemail, Unknown, Missed, Accepted) -
callsByCompanyHours
Include breakdown of calls count by company hours (BusinessHours, AfterHours) -
callsByQueueSla
Include breakdown of calls count by queue SLA (InSLA, OutSLA). This counter is only applicable to Queues grouping -
callsByActions
Include breakdown of calls count by action (HoldOff, HoldOn, ParkOn, ParkOff, BlindTransfer, WarmTransfer, DTMFTransfer) -
callsByType
Include breakdown of calls count by type (Direct, FromQueue, ParkRetrieval, Transferred, Outbound) -
queueOpportunities
Include breakdown of calls count by the total number of times a Queue call was presented to the user. It is limited to `groupBy` Users and `groupByMembers` (Department, Queue, Site, UserGroup) grouping. Only the listed below options for call filters are applicable to `queueOpportunities` and provide meaningful results: `queues` (selected queue extension ids), `callResults` (Missed, Abandoned), `callResponses` (Answered, NotAnswered), `origins` (Internal, External)
-
-
Constructor Details
-
TimelineResponseOptionsCounters
public TimelineResponseOptionsCounters()
-
-
Method Details
-
allCalls
-
callsByDirection
-
callsByOrigin
-
callsByResponse
-
callsSegments
-
callsByResult
-
callsByCompanyHours
-
callsByQueueSla
-
callsByActions
-
callsByType
-
queueOpportunities
-