Package com.mypurecloud.sdk.v2.model
Class ConfusionIntentDetails
java.lang.Object
com.mypurecloud.sdk.v2.model.ConfusionIntentDetails
- All Implemented Interfaces:
Serializable
ConfusionIntentDetails
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()voidvoidsetUtteranceCount(Integer utteranceCount) voidsetUtterances(List<ConfusionUtterance> utterances) toString()utteranceCount(Integer utteranceCount) Number of utterances in this intent which are similar to parent utterance.utterances(List<ConfusionUtterance> utterances) List of utterance which are similar to parent utterance.
-
Constructor Details
-
ConfusionIntentDetails
public ConfusionIntentDetails() -
ConfusionIntentDetails
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
utteranceCount
Number of utterances in this intent which are similar to parent utterance. -
getUtteranceCount
-
setUtteranceCount
-
utterances
List of utterance which are similar to parent utterance. -
getUtterances
-
setUtterances
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-