public class UtteranceAnalysis extends GenericModel
| Constructor and Description | 
|---|
| UtteranceAnalysis() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getError()Gets the error. | 
| java.util.List<ToneChatScore> | getTones()Gets the tones. | 
| java.lang.Long | getUtteranceId()Gets the utteranceId. | 
| java.lang.String | getUtteranceText()Gets the utteranceText. | 
equals, hashCode, toStringpublic java.lang.Long getUtteranceId()
public java.lang.String getUtteranceText()
public java.util.List<ToneChatScore> getTones()
public java.lang.String getError()