locked
How to integrate Microsoft chatbot to existing asp.net site RRS feed

All replies

  • User541108374 posted

    Hi,

    in the bot connector you can connect to your online chatbot and then create a channel for HTML. This will give you, after filling on some details of your bot, an iframe script which you can simply put in your ASP.NET application.

    Update: check out https://docs.microsoft.com/en-us/bot-framework/bot-service-channel-connect-webchat.

    Kris.

    Wednesday, February 14, 2018 2:29 PM
  • User845652793 posted

    Thanks for your reply

    But this article is for azure hosted but we don't want to use azure hosting.

    Thursday, February 15, 2018 6:53 AM
  • User541108374 posted

    Hi,

    this article is for azure hosted

    If your endpoint is available to the bot connector hosted on some other machine than on Azure you should be able to accomplish the same thing. Bot connector basically is an easy to use intermediary and translation tool per channel.

    If you don't want that either you could try to download the React.js chatwindow from GitHub and inject that in your page and set up the direct line wiring yourself (that's basically what the bot connector does for you in a transparent way). Take a look at https://github.com/Microsoft/BotFramework-WebChat.

    Kris.

    Thursday, February 15, 2018 7:30 AM