-
Notifications
You must be signed in to change notification settings - Fork 11
Microsoft chatbot integration
David Hawig edited this page Jun 30, 2018
·
2 revisions
You can now integrate your own Microsoft Bot Framework Chatbot into Chiota. Therefore, you simply need to set up a direct line Channel API 3.0. You can read more about it in the official Microsoft Bot Framework documentation.
Once you have created your direct line API 3.0, you can replace the following code:
https://github.com/Noc2/Chiota/blob/master/Chiota/Chiota/Chatbot/BotList.cs
And that’s it!
If you need any help setting up Chiota or you want to integrate your bot in a compiled Chiota version. Feel free to contact me on LinkedIn or via mail (david.hawig[at]florence[dot]chat).