Class AnalyticsScoredAgent

java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsScoredAgent
All Implemented Interfaces:
Serializable

public class AnalyticsScoredAgent extends Object implements Serializable
AnalyticsScoredAgent
See Also:
  • Constructor Details

    • AnalyticsScoredAgent

      public AnalyticsScoredAgent()
    • AnalyticsScoredAgent

      public AnalyticsScoredAgent(Boolean initWithEmptyList)
  • Method Details

    • agentScore

      public AnalyticsScoredAgent agentScore(Integer agentScore)
      Assigned agent score for this conversation (0 - 100, higher being better)
    • getAgentScore

      public Integer getAgentScore()
    • setAgentScore

      public void setAgentScore(Integer agentScore)
    • scoredAgentId

      public AnalyticsScoredAgent scoredAgentId(String scoredAgentId)
      Unique identifier for the agent that was scored for this conversation
    • getScoredAgentId

      public String getScoredAgentId()
    • setScoredAgentId

      public void setScoredAgentId(String scoredAgentId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object