How to do integration testing for a Bot Framework SDK v4 event bot? Aug 31, 2019 POSTS Continue the exploration of Bot Framework SDK enabling our Web API bot to receive arbitrary events through a REST API endpoint.
How to test a Bot Framework SDK v4 bot? Jul 19, 2019 POSTS Learn how easy it is to test the interactions in your Bot Framework v4 bot, and a nice way to set up DI for testing.
How to receive events in a Bot Framework SDK v4 Web API bot? May 10, 2019 POSTS Continue the exploration of Bot Framework SDK enabling our Web API bot to receive arbitrary events through a REST API endpoint.
How to send a proactive message with Bot Builder v4? Apr 17, 2019 POSTS Continue the exploration of Bot Builder v4 with a simple Web API app, this time to send proactive messages to the user.
How does a Bot Builder v4 bot work? Apr 16, 2019 POSTS A naïve look into the internals of a Bot Builder v4 bot, to discover it's much simpler than it might seem.