I have crated a server application using botframework in NodeJS and configured for web chat channel in botframework.
I want to validate the every reply that bot delivers to end user and those messages will be validated by human from an external web application.
How can we trigger the bot from external application and deliver the response to the exact user?