(Please note that this FAQ bot is created without any coding with the help of Microsoft QnA Maker and then connecting it to Bot Framework).
I created a FAQ bot on Microsoft Bot Framework with the help of its "no-coding-required" QnA Maker and then registered it on Bot Framework. Now I need to insert Message Endpoint for bot to function. But I am not subscribing to Azure Bot Service or any other hosting service to host the bot as of now. I want to run it on my local Windows machine.
I downloaded Bot Framework Emulator and ran node.js http-server command to its folder, tunneled it with ngrok and put the resultant URL followed by /api/messages (like https://xxxxxxxx.ngrok.io/api/messages) for the message endpoint as well as in Botframework Emulator. But it didn't work. Ngrok gives an error as Bot is remote and tunneling is to my local machine, where software too is needed. But I haven't got the bot software code with me as QnA Maker apparently don't provide it for downloading. So what are the options before me to create a working endpoint for my bot?
Hope my query is clear, if not, please ask me to clarify further. TIA!