Package com.mypurecloud.sdk.v2.model
Class AnalyticsScoredAgent
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsScoredAgent
- All Implemented Interfaces:
Serializable
AnalyticsScoredAgent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentScore(Integer agentScore) Assigned agent score for this conversation (0 - 100, higher being better)booleaninthashCode()scoredAgentId(String scoredAgentId) Unique identifier for the agent that was scored for this conversationvoidsetAgentScore(Integer agentScore) voidsetScoredAgentId(String scoredAgentId) toString()
-
Constructor Details
-
AnalyticsScoredAgent
public AnalyticsScoredAgent() -
AnalyticsScoredAgent
-
-
Method Details
-
agentScore
Assigned agent score for this conversation (0 - 100, higher being better) -
getAgentScore
-
setAgentScore
-
scoredAgentId
Unique identifier for the agent that was scored for this conversation -
getScoredAgentId
-
setScoredAgentId
-
equals
-
hashCode
public int hashCode() -
toString
-