I have a PVA, and I want to integrate with another bot, that was develop using Bot Framework SDK (no composer).
I already have all configuration, manifest, appid, my bot it's already added to the allowed list in PVA etc.
When I tried to call the begin dialog using the bot id of PVA, I getting a HttpRequestException, with the message:
Error invoking the skill id : xxx at : endpoint of my PVA.
I think's an error with the activity format maybe, but I tried different ways, with the same result.
thanks in advance.