Receiving files sent to your botframework chatbot
We’ve already looked at how a botframework bot receives messages, and even how to save those messages. In this article I’ll show you how to handle files that are sent to your botframework chatbot. When a user interacts with your bot, unless they’re responding to a prompt, they will cause the Message controller’s Post method […]