Bots for SharePoint 2016 on-prem?

Copper Contributor

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

5 Replies
Can you elaborate more about your scenario? Bots are not really platform dependan so you could create a Bot that do things in your SP OnPrem sites
Thanks for the clarification. How would you add the chat bot to an on premise site so you can interact with it?

Bueller?

Bueller?

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-contextu...

@Juan Carlos González Martín if the Bot not host in the SP OnPrem sites , How can I code for it?

Thank you.

The Question that I had write in StackOverflow.

https://stackoverflow.com/questions/59205348/chatbot-did-not-work-in-web-emulator-but-work-well-in-l...