Re: Add PVA as skill to exiting MS bot framework bot
@pawan-msft the scenario I´m looking for is to build an eco system of PVA bots that are connected to an main parent bot build on MS bot framework that the channels is connected to.
The PVA bots will be acting as "skills" to the main bot. To be able to achieve this the main bot need to be able to have the utterance and topics from all the PVA bots to dispatch to the correct PVA bot. this is where the dispatch model comes in.
This scenario will be good in an large organisation where individual teams can build there on PVA bots and have it connected to the main bot for an large audience. The scenario will also give the an "smarter" main bot for each PVA bot added as a "skill" for to the main bot.
Is this supported?
here is an snippet from the earlier published article the scenario, that got removed.
"Train the dispatcher custom model with your Power Virtual Agents topics
Train and recreate the dispatcher app and add your exported topics and utterances with your existing Cognitive Service
intents (eg. LUIS and/or QnA maker) using the Dispatch tool. For more information, follow the guidance in the dispatch
tool tutorial."