Skip to content

Instantly share code, notes, and snippets.

@dev-aritra
Created October 30, 2018 19:06
Show Gist options
  • Save dev-aritra/4901bcb80175524c378df38274f837fe to your computer and use it in GitHub Desktop.
Save dev-aritra/4901bcb80175524c378df38274f837fe to your computer and use it in GitHub Desktop.
private void ConnectToWatson()
{
_conversation = new ConversationService("watson username", "watson assitant password", "2018-09-10");
_conversation.SetEndpoint("watson gateway");
}
#gateway = https://gateway.watsonplatform.net/conversation/api
#gateway = https://gateway.watsonplatform.net/assistant/api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment