Skip to content

Commit

Permalink
Merge pull request watson-developer-cloud#444 from dtom90/master
Browse files Browse the repository at this point in the history
Changed tone_chat parameter `params.utterances` argument type to Object
  • Loading branch information
nfriedly authored Apr 26, 2017
2 parents 2014f68 + 24bff30 commit c230df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tone-analyzer/v3.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ToneAnalyzerV3.prototype.tone = function(params, callback) {

/**
* @param {Object} params The parameters to call the service
* @param {string} [params.utterances] - The utterances to analyze. Utterances must be a JSON object.
* @param {Object} [params.utterances] - The utterances to analyze. Utterances must be a JSON object.
*
* @param callback The callback.
*/
Expand Down

0 comments on commit c230df7

Please sign in to comment.