Package com.mypurecloud.sdk.v2.model
Class FlowActivityScoredAgent
java.lang.Object
com.mypurecloud.sdk.v2.model.FlowActivityScoredAgent
- All Implemented Interfaces:
Serializable
FlowActivityScoredAgent
- 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
-
FlowActivityScoredAgent
public FlowActivityScoredAgent() -
FlowActivityScoredAgent
-
-
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
-