Class MinerTopic

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

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

    • MinerTopic

      public MinerTopic()
    • MinerTopic

      public MinerTopic(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public MinerTopic name(String name)
      Topic name.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getMiner

      public Miner getMiner()
    • getConversationCount

      public Integer getConversationCount()
    • getConversationPercent

      public Float getConversationPercent()
    • getUtteranceCount

      public Integer getUtteranceCount()
    • getPhraseCount

      public Integer getPhraseCount()
    • phrases

      public MinerTopic phrases(List<TopicPhrase> phrases)
      Phrases associated with a topic.
    • getPhrases

      public List<TopicPhrase> getPhrases()
    • setPhrases

      public void setPhrases(List<TopicPhrase> phrases)
    • getSelfUri

      public String getSelfUri()
    • 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