Package com.mypurecloud.sdk.v2.model
Class IntradayPerformancePredictionData
java.lang.Object
com.mypurecloud.sdk.v2.model.IntradayPerformancePredictionData
- All Implemented Interfaces:
Serializable
IntradayPerformancePredictionData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaverageSpeedOfAnswerSeconds(Double averageSpeedOfAnswerSeconds) Predicted average time in seconds it takes to answer an interaction once the interaction becomes available to be routedbooleaninthashCode()occupancyPercent(Double occupancyPercent) Percentage of on-queue time for all agents in this group that are occupied handling interactionsserviceLevelPercent(Double serviceLevelPercent) Percentage of interactions that meets service level target as defined in the matching service goal templatesvoidsetAverageSpeedOfAnswerSeconds(Double averageSpeedOfAnswerSeconds) voidsetOccupancyPercent(Double occupancyPercent) voidsetServiceLevelPercent(Double serviceLevelPercent) toString()
-
Constructor Details
-
IntradayPerformancePredictionData
public IntradayPerformancePredictionData() -
IntradayPerformancePredictionData
-
-
Method Details
-
serviceLevelPercent
Percentage of interactions that meets service level target as defined in the matching service goal templates -
getServiceLevelPercent
-
setServiceLevelPercent
-
averageSpeedOfAnswerSeconds
public IntradayPerformancePredictionData averageSpeedOfAnswerSeconds(Double averageSpeedOfAnswerSeconds) Predicted average time in seconds it takes to answer an interaction once the interaction becomes available to be routed -
getAverageSpeedOfAnswerSeconds
-
setAverageSpeedOfAnswerSeconds
-
occupancyPercent
Percentage of on-queue time for all agents in this group that are occupied handling interactions -
getOccupancyPercent
-
setOccupancyPercent
-
equals
-
hashCode
public int hashCode() -
toString
-