I am working on Bot framework technology, recently Microsoft announced the new version (V3) of bot.
I was already developed bots using old version, now I am trying to upgrade m
I discovered that a single public method apart from Post in Controller makes Bot Framework throw 500 InternalServerError. Simply keep only private and public Post method in your Controller and that should fix it.