Advertisement
Guest User

Untitled

a guest
Oct 11th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var watson = require("watson-developer-cloud");
  2.  
  3. var conversation = watson.conversation({
  4. username: "Watson conversation username here",
  5. password: "Watson conversation password here",
  6. version: "v1",
  7. version_date: "2017-05-26"
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement