Package com.mypurecloud.sdk.v2.model
Class PredictiveRouting
java.lang.Object
com.mypurecloud.sdk.v2.model.PredictiveRouting
- All Implemented Interfaces:
Serializable
PredictiveRouting
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenableConversationScoreBiasing(Boolean enableConversationScoreBiasing) A switch used to determine if conversations are weighted by conversation score when the system attempts to assign an agent a new conversation.booleaninthashCode()respectSkills(Boolean respectSkills) A switch used to determine if agent skills will be considered.voidsetEnableConversationScoreBiasing(Boolean enableConversationScoreBiasing) voidsetRespectSkills(Boolean respectSkills) toString()
-
Constructor Details
-
PredictiveRouting
public PredictiveRouting() -
PredictiveRouting
-
-
Method Details
-
respectSkills
A switch used to determine if agent skills will be considered. -
getRespectSkills
-
setRespectSkills
-
enableConversationScoreBiasing
A switch used to determine if conversations are weighted by conversation score when the system attempts to assign an agent a new conversation. -
getEnableConversationScoreBiasing
-
setEnableConversationScoreBiasing
-
equals
-
hashCode
public int hashCode() -
toString
-