Uses of Class
com.ibm.watson.tone_analyzer.v3.model.Utterance
| Package | Description |
|---|---|
| com.ibm.watson.tone_analyzer.v3.model |
-
Uses of Utterance in com.ibm.watson.tone_analyzer.v3.model
Methods in com.ibm.watson.tone_analyzer.v3.model that return Utterance Modifier and Type Method Description UtteranceUtterance.Builder. build()Builds a Utterance.Methods in com.ibm.watson.tone_analyzer.v3.model that return types with arguments of type Utterance Modifier and Type Method Description List<Utterance>ToneChatOptions. utterances()Gets the utterances.Methods in com.ibm.watson.tone_analyzer.v3.model with parameters of type Utterance Modifier and Type Method Description ToneChatOptions.BuilderToneChatOptions.Builder. addUtterances(Utterance utterances)Adds an utterances to utterances.Method parameters in com.ibm.watson.tone_analyzer.v3.model with type arguments of type Utterance Modifier and Type Method Description ToneChatOptions.BuilderToneChatOptions.Builder. utterances(List<Utterance> utterances)Set the utterances.Constructor parameters in com.ibm.watson.tone_analyzer.v3.model with type arguments of type Utterance Constructor Description Builder(List<Utterance> utterances)Instantiates a new builder with required properties.