I'm creating a proactive bot, that once an endpoint was accessed with the right parameters it will start a new dialog with a specific user.
locally it is easy to be done with Restify
or Express
, by just adding a server.get
method.
How can I do it with the Bot Service?
Is it something I need to change on the function.json
file?