Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.09 KB

File metadata and controls

17 lines (11 loc) · 1.09 KB

Enabling a connection to Web Chat

Once the Web Chat connection has been enabled in Bot Framework Composer, or via the Azure portal, there are a few additional steps required to get your bot connected.

Pre-requisites: Before you can connect to your bot with Web Chat, be sure you've completed the following actions:

  • You've built a basic bot in Composer
  • You've created a publishing profile and published your bot to Azure
  • You've enabled the Web Chat connection in your bot's settings

Once enabled, you can navigate to your bot's control panel in the Azure Portal to test it.

  • Find your Bot Channel Registration in the portal.
  • Click "Test in Web Chat" on the left nav
  • You should be able to send messages to and receive messages from your bot

To customize and deploy the web chat control to a website, follow the instructions here.