Using IBM Watson Conversation from API in C #

I am developing an API that will be used by the mobile application that I am developing. In this application, I want to use IBM Watson Conversation to create a bot that will "talk" to my end user. I created a workspace in Watson Conversation. However, I don’t know, and I can’t find an example in C # where the code β€œcalls” the conversation.

So, does anyone have an example of how I can use the Watson conversation from my C # Api?

Thank!

+4
source share
1 answer

Source: https://habr.com/ru/post/1659762/


All Articles