Scenario/Plan:
I am a software developer tasked with creating a chat bot for my company. The idea is that the bot starts off in a specific scenario, and then is expanded upon over time.
My goal is to create a kind of micro bot structure. So I will create many bots that all have a single purpose. Ex: I will have a Q/A bot, a troubleshooting bot, an error handling bot, etc. The goal is to be able to pick and choose as we create bots for specific purposes.
Question:
Is it still recommended to go with PVA, go pure Bot Framework SDK, or a combination? Also, is bot framework SDK still actively developed on?