Hi . I have built my own Bot in node.js using Bot Framework and running on Emulator for chat results. Now I have a company's website where they have built their own chat frame .i wanna know that how can i remove the dependency of Emulator so that if any user sends any message on chat frame of website ..it will be directed to my node.js bot and further transfer the message( like when session.send('message') is executed how msg can be sent to java api ) to another api in java. Plz do reply ...DirectLine api cant be used as it is my own built bot(app.js)...if it can be used plz help me to use it in this scenario. 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.