I need to pass a dynamic list of options to a multiple choice question. Since this is not currently available in PVA, I've tried 2 options.
- First I tried extending with a BotFramework Composer dialog, unfortunately, this doesn't return you to the PVA topic.
- Next, I built a skill with BotFramework Composer, and imported it into PVA. I can call into the skill, and when I configure using it, I'm able to bind a PVA variable to the input variable of the skill. Unfortunately, the value never makes it from PVA to the skill. I have a similar problem getting a value from the skill back to PVA when I'm done. I really hope I'm missing something simple.
What do I need to do to pass a value in from PVA to my skill?
What do I need to do to pass a value from the skill back to PVA?
Thanks!