Reputation: 6800
I have a dialogflow agent, it is currently integrated with slack. However I want to use the web chat interface provided by MS BotFramework.
I have tried to find but could not find any documentation for this.
Upvotes: 1
Views: 276
Reputation: 1248
Webchat channel is enabled by default and the way to see it is :
So the embed code is actually an iframe which you can place in your website or share with others who want to use your bot. Or you can use the src
of the iFrame too to reach the bot directly.
In case webchat is disabled , you can enable it back by unchecking the disable
checkbox in webchat.
To gain more in-depth understanding of webchat, as Nicolas mentioned, start having a look at https://github.com/Microsoft/BotFramework-WebChat
Upvotes: 1