
Announcements
Hi!
I build a remote bot skill in bot framework composer. The skill uses the Telephony lib to aggregate a DTMF input(Aggregate DTMF Input(n)). I managed to include the skill into the PVA but when testing the bot, I get an unexpected error. Any idea how I can debug? Or did somebody have experience with this kind of use case? Or an idea how to solve this? 🙂
Hi
Click your adaptive dialogue and on the right hand side bottom set your output in dialogue interface.
I think the message in your PVA is not retrieving the variable value and hence the error.
or you may have to set the variable to user input value, such that user input is captured and stored
or both the above steps