Skip to content

Commit 838b044

Browse files
committed
feat(discovery): new parameters added to match updates to the service
1 parent a8c2206 commit 838b044

File tree

6 files changed

+423
-224
lines changed

6 files changed

+423
-224
lines changed

discovery/v1-generated.ts

Lines changed: 219 additions & 163 deletions
Large diffs are not rendered by default.

personality-insights/v3-generated.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ class PersonalityInsightsV3 extends BaseService {
7777
* set). When specifying a content type of plain text or HTML, include the `charset` parameter to indicate the
7878
* character encoding of the input text; for example: `Content-Type: text/plain;charset=utf-8`.
7979
*
80-
* For detailed information about calling the service and the responses it can generate, see [Requesting a
81-
* profile](https://console.bluemix.net/docs/services/personality-insights/input.html), [Understanding a JSON
82-
* profile](https://console.bluemix.net/docs/services/personality-insights/output.html), and [Understanding a CSV
83-
* profile](https://console.bluemix.net/docs/services/personality-insights/output-csv.html).
80+
* **See also:**
81+
* * [Requesting a profile](https://console.bluemix.net/docs/services/personality-insights/input.html)
82+
* * [Understanding a JSON profile](https://console.bluemix.net/docs/services/personality-insights/output.html)
83+
* * [Understanding a CSV profile](https://console.bluemix.net/docs/services/personality-insights/output-csv.html).
8484
*
8585
* @param {Object} params - The parameters to send to the service.
8686
* @param {Content|string} params.content - A maximum of 20 MB of content to analyze, though the service requires much
@@ -163,10 +163,10 @@ class PersonalityInsightsV3 extends BaseService {
163163
* set). When specifying a content type of plain text or HTML, include the `charset` parameter to indicate the
164164
* character encoding of the input text; for example: `Content-Type: text/plain;charset=utf-8`.
165165
*
166-
* For detailed information about calling the service and the responses it can generate, see [Requesting a
167-
* profile](https://console.bluemix.net/docs/services/personality-insights/input.html), [Understanding a JSON
168-
* profile](https://console.bluemix.net/docs/services/personality-insights/output.html), and [Understanding a CSV
169-
* profile](https://console.bluemix.net/docs/services/personality-insights/output-csv.html).
166+
* **See also:**
167+
* * [Requesting a profile](https://console.bluemix.net/docs/services/personality-insights/input.html)
168+
* * [Understanding a JSON profile](https://console.bluemix.net/docs/services/personality-insights/output.html)
169+
* * [Understanding a CSV profile](https://console.bluemix.net/docs/services/personality-insights/output-csv.html).
170170
*
171171
* @param {Object} params - The parameters to send to the service.
172172
* @param {Content|string} params.content - A maximum of 20 MB of content to analyze, though the service requires much

0 commit comments

Comments
 (0)