For a few days, I have been trying to make a bot using Microsoft BotBuilder.
I want to use the bot within an app locally.
I don't want to deploy it to azure or other servers.
I want to talk to it just like using emulator by resifting it, but i will not use emulator?
So far, I tried the following.
defined an endpoint using "express".
tried to call the API, but it did not invoke the first dialog, did not show any error.
So, in this case, what I need to do? what is the way to use a bot within an app while still developing it?
Could anyone point out what should i do?