Uses of Class
com.mypurecloud.sdk.v2.model.IntradayPerformancePredictionData
Packages that use IntradayPerformancePredictionData
-
Uses of IntradayPerformancePredictionData in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntradayPerformancePredictionDataModifier and TypeMethodDescriptionIntradayPerformancePredictionData.averageSpeedOfAnswerSeconds(Double averageSpeedOfAnswerSeconds) Predicted average time in seconds it takes to answer an interaction once the interaction becomes available to be routedBuIntradayDataGroup.getPerformancePredictionDataSummary()IntradayPerformancePredictionData.occupancyPercent(Double occupancyPercent) Percentage of on-queue time for all agents in this group that are occupied handling interactionsIntradayPerformancePredictionData.serviceLevelPercent(Double serviceLevelPercent) Percentage of interactions that meets service level target as defined in the matching service goal templatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type IntradayPerformancePredictionDataMethods in com.mypurecloud.sdk.v2.model with parameters of type IntradayPerformancePredictionDataModifier and TypeMethodDescriptionBuIntradayDataGroup.performancePredictionDataSummary(IntradayPerformancePredictionData performancePredictionDataSummary) Performance prediction data summary for this date rangevoidBuIntradayDataGroup.setPerformancePredictionDataSummary(IntradayPerformancePredictionData performancePredictionDataSummary) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type IntradayPerformancePredictionDataModifier and TypeMethodDescriptionBuIntradayDataGroup.performancePredictionDataPerInterval(List<IntradayPerformancePredictionData> performancePredictionDataPerInterval) Performance prediction data per interval for this date rangevoidBuIntradayDataGroup.setPerformancePredictionDataPerInterval(List<IntradayPerformancePredictionData> performancePredictionDataPerInterval)