Skip to content

Instantly share code, notes, and snippets.

@horeaporutiu
Last active October 10, 2017 21:54
Show Gist options
  • Save horeaporutiu/c028deba0115422f39b785f158644220 to your computer and use it in GitHub Desktop.
Save horeaporutiu/c028deba0115422f39b785f158644220 to your computer and use it in GitHub Desktop.
Watson Conversation instance
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