1
1
/*
2
- * (C) Copyright IBM Corp. 2016, 2020.
2
+ * (C) Copyright IBM Corp. 2020.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
36
36
* personality characteristics. The service can infer consumption preferences based on the results of its analysis and,
37
37
* for JSON content that is timestamped, can report temporal behavior.
38
38
* * 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).
41
40
* * 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).
45
42
*
46
43
* **Note:** Request logging is disabled for the Personality Insights service. Regardless of whether you set the
47
44
* `X-Watson-Learning-Opt-Out` request header, the service does not log or retain data from requests and responses.
48
45
*
49
46
* @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>
51
48
*/
52
49
public class PersonalityInsights extends BaseService {
53
50
@@ -116,10 +113,9 @@ public PersonalityInsights(String versionDate, String serviceName, Authenticator
116
113
* English, Japanese, Korean, or Spanish. It can return its results in a variety of languages.
117
114
*
118
115
* **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)
121
117
* * [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)
123
119
*
124
120
* ### Content types
125
121
*
@@ -133,7 +129,7 @@ public PersonalityInsights(String versionDate, String serviceName, Authenticator
133
129
* encoding of the input text; for example, `Content-Type: text/plain;charset=utf-8`.
134
130
*
135
131
* **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)
137
133
*
138
134
* ### Accept types
139
135
*
@@ -143,9 +139,9 @@ public PersonalityInsights(String versionDate, String serviceName, Authenticator
143
139
*
144
140
* **See also:**
145
141
* * [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)
147
143
* * [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).
149
145
*
150
146
* @param profileOptions the {@link ProfileOptions} containing the options for the call
151
147
* @return a {@link ServiceCall} with a response type of {@link Profile}
@@ -195,10 +191,9 @@ public ServiceCall<Profile> profile(ProfileOptions profileOptions) {
195
191
* English, Japanese, Korean, or Spanish. It can return its results in a variety of languages.
196
192
*
197
193
* **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)
200
195
* * [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)
202
197
*
203
198
* ### Content types
204
199
*
@@ -212,7 +207,7 @@ public ServiceCall<Profile> profile(ProfileOptions profileOptions) {
212
207
* encoding of the input text; for example, `Content-Type: text/plain;charset=utf-8`.
213
208
*
214
209
* **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)
216
211
*
217
212
* ### Accept types
218
213
*
@@ -222,9 +217,9 @@ public ServiceCall<Profile> profile(ProfileOptions profileOptions) {
222
217
*
223
218
* **See also:**
224
219
* * [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)
226
221
* * [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).
228
223
*
229
224
* @param profileOptions the {@link ProfileOptions} containing the options for the call
230
225
* @return a {@link ServiceCall} with a response type of {@link String}
0 commit comments