11/*
2- * (C) Copyright IBM Corp. 2016, 2020.
2+ * (C) Copyright IBM Corp. 2020.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55 * the License. You may obtain a copy of the License at
3636 * personality characteristics. The service can infer consumption preferences based on the results of its analysis and,
3737 * for JSON content that is timestamped, can report temporal behavior.
3838 * * For information about the meaning of the models that the service uses to describe personality characteristics, see
39- * [Personality
40- * models](https://cloud.ibm.com/docs/services/personality-insights?topic=personality-insights-models#models).
39+ * [Personality models](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-models#models).
4140 * * For information about the meaning of the consumption preferences, see [Consumption
42- * preferences]
43- * (https://cloud.ibm.com/docs/services/personality-insights?topic=personality-insights-preferences#preferences).
44- *
41+ * preferences](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-preferences#preferences).
4542 *
4643 * **Note:** Request logging is disabled for the Personality Insights service. Regardless of whether you set the
4744 * `X-Watson-Learning-Opt-Out` request header, the service does not log or retain data from requests and responses.
4845 *
4946 * @version v3
50- * @see <a href="https://cloud.ibm.com/docs/services/ personality-insights/">Personality Insights</a>
47+ * @see <a href="https://cloud.ibm.com/docs/personality-insights/">Personality Insights</a>
5148 */
5249public class PersonalityInsights extends BaseService {
5350
@@ -116,10 +113,9 @@ public PersonalityInsights(String versionDate, String serviceName, Authenticator
116113 * English, Japanese, Korean, or Spanish. It can return its results in a variety of languages.
117114 *
118115 * **See also:**
119- * * [Requesting a
120- * profile](https://cloud.ibm.com/docs/services/personality-insights?topic=personality-insights-input#input)
116+ * * [Requesting a profile](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-input#input)
121117 * * [Providing sufficient
122- * input](https://cloud.ibm.com/docs/services/ personality-insights?topic=personality-insights-input#sufficient)
118+ * input](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-input#sufficient)
123119 *
124120 * ### Content types
125121 *
@@ -133,7 +129,7 @@ public PersonalityInsights(String versionDate, String serviceName, Authenticator
133129 * encoding of the input text; for example, `Content-Type: text/plain;charset=utf-8`.
134130 *
135131 * **See also:** [Specifying request and response
136- * formats](https://cloud.ibm.com/docs/services/ personality-insights?topic=personality-insights-input#formats)
132+ * formats](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-input#formats)
137133 *
138134 * ### Accept types
139135 *
@@ -143,9 +139,9 @@ public PersonalityInsights(String versionDate, String serviceName, Authenticator
143139 *
144140 * **See also:**
145141 * * [Understanding a JSON
146- * profile](https://cloud.ibm.com/docs/services/ personality-insights?topic=personality-insights-output#output)
142+ * profile](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-output#output)
147143 * * [Understanding a CSV
148- * profile](https://cloud.ibm.com/docs/services/ personality-insights?topic=personality-insights-outputCSV#outputCSV).
144+ * profile](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-outputCSV#outputCSV).
149145 *
150146 * @param profileOptions the {@link ProfileOptions} containing the options for the call
151147 * @return a {@link ServiceCall} with a response type of {@link Profile}
@@ -195,10 +191,9 @@ public ServiceCall<Profile> profile(ProfileOptions profileOptions) {
195191 * English, Japanese, Korean, or Spanish. It can return its results in a variety of languages.
196192 *
197193 * **See also:**
198- * * [Requesting a
199- * profile](https://cloud.ibm.com/docs/services/personality-insights?topic=personality-insights-input#input)
194+ * * [Requesting a profile](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-input#input)
200195 * * [Providing sufficient
201- * input](https://cloud.ibm.com/docs/services/ personality-insights?topic=personality-insights-input#sufficient)
196+ * input](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-input#sufficient)
202197 *
203198 * ### Content types
204199 *
@@ -212,7 +207,7 @@ public ServiceCall<Profile> profile(ProfileOptions profileOptions) {
212207 * encoding of the input text; for example, `Content-Type: text/plain;charset=utf-8`.
213208 *
214209 * **See also:** [Specifying request and response
215- * formats](https://cloud.ibm.com/docs/services/ personality-insights?topic=personality-insights-input#formats)
210+ * formats](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-input#formats)
216211 *
217212 * ### Accept types
218213 *
@@ -222,9 +217,9 @@ public ServiceCall<Profile> profile(ProfileOptions profileOptions) {
222217 *
223218 * **See also:**
224219 * * [Understanding a JSON
225- * profile](https://cloud.ibm.com/docs/services/ personality-insights?topic=personality-insights-output#output)
220+ * profile](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-output#output)
226221 * * [Understanding a CSV
227- * profile](https://cloud.ibm.com/docs/services/ personality-insights?topic=personality-insights-outputCSV#outputCSV).
222+ * profile](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-outputCSV#outputCSV).
228223 *
229224 * @param profileOptions the {@link ProfileOptions} containing the options for the call
230225 * @return a {@link ServiceCall} with a response type of {@link String}
0 commit comments