Hello,
We are trying to explore PVA capabilities before we accept this platform fully as bot development in our organization. We have many teams that are building bot and, we are trying to see if we can create Master - slave pattern or Virtual assistant pattern in PVA.
Example:
Master PVA bot get user input.
Master PVA, provide user authentication using existing PVA capabilities. and, flows out in 2 paths.
- If user token is received -
- If user token is not received.
Based on some information present in a token, master will call respective Child PVA bot. For example, if in JWT token user belongs to 'HR group', master will send user to HR PVA bot.
Can we achieve something like this in PVA platform? If not out of the box, are there any workarounds? or items on the roadmap?