Forum Discussion

Fernando Melo's avatar
Fernando Melo
Copper Contributor
Oct 30, 2017

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

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
    • Eng Soon Cheah's avatar
      Eng Soon Cheah
      Iron Contributor

      jcgonzalezmartin 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-local-bot-framework-emulat

    • Fernando Melo's avatar
      Fernando Melo
      Copper 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's avatar
        Rohit Mighwal
        Copper 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/

Resources