Skip to content

Commit

Permalink
feat(discovery): new parameters added to match updates to the service
Browse files Browse the repository at this point in the history
  • Loading branch information
dpopp07 committed Oct 8, 2018
1 parent a8c2206 commit 838b044
Show file tree
Hide file tree
Showing 6 changed files with 423 additions and 224 deletions.
382 changes: 219 additions & 163 deletions discovery/v1-generated.ts

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions personality-insights/v3-generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ class PersonalityInsightsV3 extends BaseService {
* set). When specifying a content type of plain text or HTML, include the `charset` parameter to indicate the
* character encoding of the input text; for example: `Content-Type: text/plain;charset=utf-8`.
*
* For detailed information about calling the service and the responses it can generate, see [Requesting a
* profile](https://console.bluemix.net/docs/services/personality-insights/input.html), [Understanding a JSON
* profile](https://console.bluemix.net/docs/services/personality-insights/output.html), and [Understanding a CSV
* profile](https://console.bluemix.net/docs/services/personality-insights/output-csv.html).
* **See also:**
* * [Requesting a profile](https://console.bluemix.net/docs/services/personality-insights/input.html)
* * [Understanding a JSON profile](https://console.bluemix.net/docs/services/personality-insights/output.html)
* * [Understanding a CSV profile](https://console.bluemix.net/docs/services/personality-insights/output-csv.html).
*
* @param {Object} params - The parameters to send to the service.
* @param {Content|string} params.content - A maximum of 20 MB of content to analyze, though the service requires much
Expand Down Expand Up @@ -163,10 +163,10 @@ class PersonalityInsightsV3 extends BaseService {
* set). When specifying a content type of plain text or HTML, include the `charset` parameter to indicate the
* character encoding of the input text; for example: `Content-Type: text/plain;charset=utf-8`.
*
* For detailed information about calling the service and the responses it can generate, see [Requesting a
* profile](https://console.bluemix.net/docs/services/personality-insights/input.html), [Understanding a JSON
* profile](https://console.bluemix.net/docs/services/personality-insights/output.html), and [Understanding a CSV
* profile](https://console.bluemix.net/docs/services/personality-insights/output-csv.html).
* **See also:**
* * [Requesting a profile](https://console.bluemix.net/docs/services/personality-insights/input.html)
* * [Understanding a JSON profile](https://console.bluemix.net/docs/services/personality-insights/output.html)
* * [Understanding a CSV profile](https://console.bluemix.net/docs/services/personality-insights/output-csv.html).
*
* @param {Object} params - The parameters to send to the service.
* @param {Content|string} params.content - A maximum of 20 MB of content to analyze, though the service requires much
Expand Down
Loading

0 comments on commit 838b044

Please sign in to comment.