Class FlowMetricsTopicFlowScoredAgent

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

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

    • FlowMetricsTopicFlowScoredAgent

      public FlowMetricsTopicFlowScoredAgent()
    • FlowMetricsTopicFlowScoredAgent

      public FlowMetricsTopicFlowScoredAgent(Boolean initWithEmptyList)
  • Method Details

    • agentScore

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

      public Long getAgentScore()
    • setAgentScore

      public void setAgentScore(Long agentScore)
    • scoredAgentId

      public FlowMetricsTopicFlowScoredAgent 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