[Solved] How to create a side window or iframe that shows data that was gathered by a Web-Chat in one web page?

The easiest way to display information gathered from the chat is to send back channel events from the bot with the data and then intercept the message with a custom activity middleware in WebChat. Then you can process the data on the webpage however you’d like. Bot – NodeJs SDK v4 In the bot, we … Read more