Skip to content

Instantly share code, notes, and snippets.

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