public class ToneChatOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | ToneChatOptions.AcceptLanguageThe desired language of the response. | 
| static class  | ToneChatOptions.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | acceptLanguage()Gets the acceptLanguage. | 
| ToneChatOptions.Builder | newBuilder()New builder. | 
| java.util.List<Utterance> | utterances()Gets the utterances. | 
equals, hashCode, toStringpublic ToneChatOptions.Builder newBuilder()
public java.util.List<Utterance> utterances()
public java.lang.String acceptLanguage()