Package com.mypurecloud.sdk.v2.model
Class NluUtterance
java.lang.Object
com.mypurecloud.sdk.v2.model.NluUtterance
- All Implemented Interfaces:
Serializable
NluUtterance
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe source of the utterance. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()segments(List<NluUtteranceSegment> segments) The list of segments that that constitute this utterance for the given intent.voidsetSegments(List<NluUtteranceSegment> segments) voidsetSource(NluUtterance.SourceEnum source) source(NluUtterance.SourceEnum source) The source of the utterance.toString()
-
Constructor Details
-
NluUtterance
public NluUtterance() -
NluUtterance
-
-
Method Details
-
getId
-
source
The source of the utterance. -
getSource
-
setSource
-
segments
The list of segments that that constitute this utterance for the given intent. -
getSegments
-
setSegments
-
equals
-
hashCode
public int hashCode() -
toString
-