public class UtteranceAnalysis extends GenericModel
Constructor and Description |
---|
UtteranceAnalysis() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ToneChatScore> |
getTones()
Gets the tones.
|
java.lang.String |
getUtteranceId()
Gets the utteranceId.
|
java.lang.String |
getUtteranceText()
Gets the utteranceText.
|
void |
setTones(java.util.List<ToneChatScore> tones)
Sets the tones.
|
void |
setUtteranceId(java.lang.String utteranceId)
Sets the utteranceId.
|
void |
setUtteranceText(java.lang.String utteranceText)
Sets the utteranceText.
|
equals, hashCode, toString
public java.lang.String getUtteranceId()
public java.lang.String getUtteranceText()
public java.util.List<ToneChatScore> getTones()
public void setUtteranceId(java.lang.String utteranceId)
utteranceId
- the new utteranceIdpublic void setUtteranceText(java.lang.String utteranceText)
utteranceText
- the new utteranceTextpublic void setTones(java.util.List<ToneChatScore> tones)
tones
- the new tones