public class ToneChatOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | ToneChatOptions.AcceptLanguageThe desired language of the response. | 
| static class  | ToneChatOptions.BuilderBuilder. | 
| static interface  | ToneChatOptions.ContentLanguageThe language of the input text for the request: English or French. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | acceptLanguage()Gets the acceptLanguage. | 
| java.lang.String | contentLanguage()Gets the contentLanguage. | 
| ToneChatOptions.Builder | newBuilder()New builder. | 
| java.util.List<Utterance> | utterances()Gets the utterances. | 
public ToneChatOptions.Builder newBuilder()
public java.util.List<Utterance> utterances()
public java.lang.String contentLanguage()
public java.lang.String acceptLanguage()