1212 */
1313package com .ibm .watson .developer_cloud .tone_analyzer .v3 .model ;
1414
15- import com .ibm .watson .developer_cloud .service .model .GenericModel ;
16- import com .ibm .watson .developer_cloud .util .Validator ;
17-
1815import java .util .ArrayList ;
1916import java .util .List ;
2017
18+ import com .ibm .watson .developer_cloud .service .model .GenericModel ;
19+ import com .ibm .watson .developer_cloud .util .Validator ;
20+
2121/**
2222 * The toneChat options.
2323 */
@@ -26,8 +26,8 @@ public class ToneChatOptions extends GenericModel {
2626 /**
2727 * The language of the input text for the request: English or French. Regional variants are treated as their parent
2828 * language; for example, `en-US` is interpreted as `en`. The input content must match the specified language. Do not
29- * submit content that contains both languages. You can specify any combination of languages for ` Content-Language`
30- * and ` Accept-Language` . * **`2017-09-21`:** Accepts `en` or `fr`. * **`2016-05-19`:** Accepts only `en`.
29+ * submit content that contains both languages. You can use different languages for ** Content-Language** and
30+ * ** Accept-Language** . * **`2017-09-21`:** Accepts `en` or `fr`. * **`2016-05-19`:** Accepts only `en`.
3131 */
3232 public interface ContentLanguage {
3333 /** en. */
@@ -38,7 +38,8 @@ public interface ContentLanguage {
3838
3939 /**
4040 * The desired language of the response. For two-character arguments, regional variants are treated as their parent
41- * language; for example, `en-US` is interpreted as `en`.
41+ * language; for example, `en-US` is interpreted as `en`. You can use different languages for **Content-Language** and
42+ * **Accept-Language**.
4243 */
4344 public interface AcceptLanguage {
4445 /** ar. */
@@ -189,8 +190,8 @@ public List<Utterance> utterances() {
189190 *
190191 * The language of the input text for the request: English or French. Regional variants are treated as their parent
191192 * language; for example, `en-US` is interpreted as `en`. The input content must match the specified language. Do not
192- * submit content that contains both languages. You can specify any combination of languages for ` Content-Language`
193- * and ` Accept-Language` . * **`2017-09-21`:** Accepts `en` or `fr`. * **`2016-05-19`:** Accepts only `en`.
193+ * submit content that contains both languages. You can use different languages for ** Content-Language** and
194+ * ** Accept-Language** . * **`2017-09-21`:** Accepts `en` or `fr`. * **`2016-05-19`:** Accepts only `en`.
194195 *
195196 * @return the contentLanguage
196197 */
@@ -202,7 +203,8 @@ public String contentLanguage() {
202203 * Gets the acceptLanguage.
203204 *
204205 * The desired language of the response. For two-character arguments, regional variants are treated as their parent
205- * language; for example, `en-US` is interpreted as `en`.
206+ * language; for example, `en-US` is interpreted as `en`. You can use different languages for **Content-Language** and
207+ * **Accept-Language**.
206208 *
207209 * @return the acceptLanguage
208210 */
0 commit comments