Forum Discussion
sudhir chilakapati
Jul 03, 2017Copper Contributor
SharePoint and Chatbot
I have created a chat bot and now I would like to access the bot from my SharePoint site.
1. How to build a chatbot in sharepoint context ie.bot should be able to recognize the login user..
2. How do we deploy chatbot to a sharepoint site (On premise or Online)?
5 Replies
Sort By
- MichielHamersCopper Contributor
I think if you are a starter on Chatbots the following URL is convenient as startpoint: https://dev.botframework.com/
Is that the kind of info you are looking for?
- Saurabh DhallCopper Contributor
Looking forward to get some insight on #creatingabot.
- Not sure if will help, but here there's a sample of using a bot inside an spfx webpart
https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-bot-framework
There's a video recorded here:
https://www.youtube.com/watch?v=Tv03CU_PmVs&feature=youtu.be&t=1329
Also, you can find some interesting links on the GitHub page too. - Deleted
This link will help you getting started with a bot in SharePoint https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-bot-framework
- MichielHamersCopper Contributor
Good addtion Paul. That is a good starting point... if you already have some experience with chatbots I think.