This post covers the comparison between Bot Framework and Power Virtual Agents
This post covers how to create a user profile card using Adaptive Cards and Bot Framwork Composer
This post covers how to create a Microsoft Teams Task Module using Bot Framework Composer
This post covers all the great announcements from this years Microsoft Build conference 2021
While building chatbots using Bot Framework Composer I often encoutered the problem that I needed to store properties and use them within my dialogs for different purposes. Within the Bot Framework SDK, I would most probably use the state to store information which is not only valuable within a single dialog or turn, but for the whole conversation. The equivalent of the state in Composer is called “memory” which can be described as the bot’s mind or brain.
As a Bot Framework enthusiast, I was looking for ways how to speed up routines in my daily tasks. Therefore I decided to publish some nice little helpers together with my friends from the Bot Framework Community to speed up tasks when working on a bot a bit while working with VS Code.