Forum Discussion
voonsionglum
Jul 02, 2020Brass Contributor
Skill Dialog Bots and Update Activity
Hi, In a dialog-root-bot and skill-dialog-bot implementation, if my skill-dialog-bot shows an adaptive card and the user has already acted on the presented card, I want to update the card with ei...
- Jul 06, 2020
Nikitha-MSFT updating to await for final step did not produce the desired results. Anyway, we reviewed the dialog logic and have decided to take a different routing approach. Thanks for your help!
Nikitha-MSFT
Jul 02, 2020Former Employee
voonsionglum - From the code i could see that you are using await for final step, it will update the card and return the dialog. Could you please use return instead of await functionality?
voonsionglum
Jul 06, 2020Brass Contributor
Nikitha-MSFT updating to await for final step did not produce the desired results. Anyway, we reviewed the dialog logic and have decided to take a different routing approach. Thanks for your help!