Forum Discussion
Fernando Melo
Oct 30, 2017Copper Contributor
Bots for SharePoint 2016 on-prem?
Has anyone created a bot, using the MS bot framework, for SharePoint 2016 on premise? Is this even possible? Any guidance would be very appreciated! Nando
Fernando Melo
Oct 30, 2017Copper Contributor
Thanks for the clarification. How would you add the chat bot to an on premise site so you can interact with it?
Rohit Mighwal
Feb 23, 2018Copper Contributor
You can use Directline Channel of Bot Framework, to accomplish this task.
Directline allows you to create custom clients, so in SharePoint either use normal JavaScript to embed bot. Or you can use SharePoint Framework as well. Following are some articles on this approach:
https://github.com/Microsoft/BotFramework-WebChat#customizing-web-chat
https://blogs.msdn.microsoft.com/richard_dizeregas_blog/2017/02/15/sharepoint-framework-and-contextual-bots-via-back-channel/