I have created a LUIS application with below steps
step 1: I have created a LUIs web app bot in azure portal, step 2: enabled the channel for Direct link step 3: calling the bot api from my web app (hosten in my iis localhost url)
Now when i type from the chat window from my application, the trigger is happening in the azure web app. But i need to create some data in my localhost web app through REST api/SQL. How can i perform this?
Is there any possibility thata LUIS web app bot can also run in locally and consumed by localhost or is there any otherway to handle this scenario?