Class MinerIntent

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

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

    • MinerIntent

      public MinerIntent()
    • MinerIntent

      public MinerIntent(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public MinerIntent name(String name)
      Intent name.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • miner

      public MinerIntent miner(Miner miner)
      The miner to which the intent belongs.
    • getMiner

      public Miner getMiner()
    • setMiner

      public void setMiner(Miner miner)
    • utterances

      public MinerIntent utterances(List<Utterance> utterances)
      The utterances that are extracted for an Intent.
    • getUtterances

      public List<Utterance> getUtterances()
    • setUtterances

      public void setUtterances(List<Utterance> utterances)
    • analyticVolumePercent

      public MinerIntent analyticVolumePercent(Double analyticVolumePercent)
      Percentage of conversations belonging to the intent.
    • getAnalyticVolumePercent

      public Double getAnalyticVolumePercent()
    • setAnalyticVolumePercent

      public void setAnalyticVolumePercent(Double analyticVolumePercent)
    • 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