Package com.mypurecloud.sdk.v2.model
Class Predictor
java.lang.Object
com.mypurecloud.sdk.v2.model.Predictor
- All Implemented Interfaces:
Serializable
Predictor
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getKpi()getState()inthashCode()The KPI that the predictor attempts to maximize/minimize.queues(List<AddressableEntityRef> queues) The queue IDs associated with the predictor.routingTimeoutSeconds(Integer routingTimeoutSeconds) Number of seconds allocated to predictive routing before attempting a different routing method.schedule(PredictorSchedule schedule) The predictor schedule that determines when the predictor is used for routing interactions.voidvoidsetQueues(List<AddressableEntityRef> queues) voidsetRoutingTimeoutSeconds(Integer routingTimeoutSeconds) voidsetSchedule(PredictorSchedule schedule) voidsetWorkloadBalancingConfig(PredictorWorkloadBalancing workloadBalancingConfig) toString()workloadBalancingConfig(PredictorWorkloadBalancing workloadBalancingConfig) The predictor balancing configuration to enable workload balancing.
-
Constructor Details
-
Predictor
public Predictor() -
Predictor
-
-
Method Details
-
getId
-
queues
The queue IDs associated with the predictor. -
getQueues
-
setQueues
-
kpi
The KPI that the predictor attempts to maximize/minimize. -
getKpi
-
setKpi
-
routingTimeoutSeconds
Number of seconds allocated to predictive routing before attempting a different routing method. This is a value between 12 and 900 seconds. -
getRoutingTimeoutSeconds
-
setRoutingTimeoutSeconds
-
schedule
The predictor schedule that determines when the predictor is used for routing interactions. -
getSchedule
-
setSchedule
-
getState
-
getDateCreated
-
getDateModified
-
workloadBalancingConfig
The predictor balancing configuration to enable workload balancing. -
getWorkloadBalancingConfig
-
setWorkloadBalancingConfig
-
getErrorCode
-
getModels
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-