Package com.mypurecloud.sdk.v2.model
Class MinerIntent
java.lang.Object
com.mypurecloud.sdk.v2.model.MinerIntent
- All Implemented Interfaces:
Serializable
MinerIntent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalyticVolumePercent(Double analyticVolumePercent) Percentage of conversations belonging to the intent.booleangetId()getMiner()getName()inthashCode()The miner to which the intent belongs.Intent name.voidsetAnalyticVolumePercent(Double analyticVolumePercent) voidvoidvoidsetUtterances(List<Utterance> utterances) toString()utterances(List<Utterance> utterances) The utterances that are extracted for an Intent.
-
Constructor Details
-
MinerIntent
public MinerIntent() -
MinerIntent
-
-
Method Details
-
getId
-
name
Intent name. -
getName
-
setName
-
miner
The miner to which the intent belongs. -
getMiner
-
setMiner
-
utterances
The utterances that are extracted for an Intent. -
getUtterances
-
setUtterances
-
analyticVolumePercent
Percentage of conversations belonging to the intent. -
getAnalyticVolumePercent
-
setAnalyticVolumePercent
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-