We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 941bbea + 02e1320 commit f59475bCopy full SHA for f59475b
examples/tone_analyzer.v3.js
@@ -10,7 +10,7 @@ var tone_analyzer = new ToneAnalyzerV3({
10
11
tone_analyzer.tone(
12
{
13
- tone_input: 'Greetings from Watson Developer Cloud!',
+ tone_input: 'Greetings from the Watson Developer Cloud Node SDK, we are pleased to say hello!',
14
content_type: 'text/plain'
15
},
16
function(err, tone) {
0 commit comments