I have a simple a quiz bot with the help qnamaker. I have successfully tested it and want to share it with my friends. Is this possible and I want to know that can I integrate my bot to WhatsApp, messenger like somethings??
I have a simple a quiz bot with the help qnamaker. I have successfully tested it and want to share it with my friends. Is this possible and I want to know that can I integrate my bot to WhatsApp, messenger like somethings??
Based on the document here
To get support on Bot service, ask questions and get support from Microsoft engineers and the open-source Bot Framework community on Gitter and StackOverflow. (Use botframework tag)
If the response helped, do "Mark as answer" and upvote it
Hi if you just want to quickly share you Bot, make a JS call in a HTML page to post and get responses from your bot. You can use this library to do it: https://github.com/Microsoft/botbuilder-js
To do a simple implementation you will spend maybe 2 hrs..
14 people are following this question.