I have existing Bot Framework v4 Virtual Assistant bot Ref: BF VA
I would like to Leverage "Power virtual agents" to build the bots and, have a way to connect to PVA bot from existing BF Virtual Assistant.
Idea is that BF bot should connect to PVA bot and, get the response back to user User will never know that response was actually from PVA bot. User will keep chatting with BF VA bot as normal.
Simple googling I came across Connector App but, its in C#. and I'm looking for javascript as I don't work on C#. However another issue is it works on Direct Line and, I was wondering how to get a Direct Line secret for PVA bot as there is not direct line channel configuration similar to azure bot service bot.
Thank you in advance !