Skip to content

Instantly share code, notes, and snippets.

@dev-aritra
Created October 31, 2018 07:00
Show Gist options
  • Save dev-aritra/cd550c920e81ea6756938fa18bc47460 to your computer and use it in GitHub Desktop.
Save dev-aritra/cd550c920e81ea6756938fa18bc47460 to your computer and use it in GitHub Desktop.
MessageRequest mr = new MessageRequest()
{
Input = new InputData()
{
Text = temp
},
};
await Task.Run(() => {
var res = _conversation.Message("watson workspace id", mr);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment