How to use Power Vitual Agent bot as a skill in a Bot created with .net Bot Framework SDK?
I created a bot with .net bot framework SDK and I published it to my azure bot service. And I created another simple bot in Power Virtual Agent. I want to use the second bot as a skill in the first bot, is there a way to do that?
I have referred this articles:
https://powervirtualagents.microsoft.com/en-us/blog/power-virtual-agents-bots-as-skills-with-bot-framework-bots-public-preview/
but I don't know how to open my existing .net bot in Bot framework Composer.
Also, in this article,
https://learn.microsoft.com/en-us/composer/quickstart-create-bot-with-azure
I can see there's an option to open the bot with Composer, but I can't find this option in my Azure web pages.