Guest User

Untitled

a guest
Sep 24th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ConversationV1.URL = 'https://gateway.watsonplatform.net/conversation/api';
  2.  
  3. "https://gateway-fra.watsonplatform.net/conversation/api"
  4.  
  5. // Create the service wrapper
  6. var conversation = new Conversation({
  7. username: '<username>',
  8. password: '<password>',
  9. url: 'https://gateway-fra.watsonplatform.net/conversation/api',
  10. version_date: Conversation.VERSION_DATE_2017_04_21
  11. });
Add Comment
Please, Sign In to add comment