Automatically send a message into the WebChat window in Bot Framework
I am using Microsoft Bot Framework and I created two bots. I am trying to build a simple HTML page that will show two webchat windows side by side, each for one of the two bots. The idea is to have an input box in the page, and when someone types into it, the text gets sent into both webchats at the same time. However, since webchats are basically iframes, there is not much I can do unless I make the webchat iframe expose some methods to the parent frame. This is the expected browser behaviour. So my question is: is there any way to control the webchat iframes from a parent frame, or the bot