Last active
October 10, 2017 21:54
-
-
Save horeaporutiu/c028deba0115422f39b785f158644220 to your computer and use it in GitHub Desktop.
Watson Conversation instance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var watson = require("watson-developer-cloud"); | |
var conversation = watson.conversation({ | |
username: "Watson conversation username here", | |
password: "Watson conversation password here", | |
version: "v1", | |
version_date: "2017-05-26" | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment