-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding AdaptiveCard to DialogSet results in error #172
Comments
@mdrichardson Any brief thoughts on this? I'll try to run through it over the weekend, if not. |
I think our current packages are sitting on 4.8. I have a PR for 4.9 in draft, but I need to test all the samples before making it non-draft. If nobody gets to it before me, I'll be able to debug/test when I run through those samples. |
Thanks for the responses, unfortunately we need 4.9 for some of the new features like carousel and speech-to-text. Any idea when the packages will refer to 4.9? |
@steps371 Hopefully in the next 1-2 weeks. |
Hi,
Glad to see community js examples popping up!
I am trying to implement an adaptive card prompt inside of dialogs, but I cannot seem to replicate the brief example in the documentation mentioned here.
The code below is the
run
method of my top-level dialog.I get a runtime error:
DialogSet.add(): Invalid dialog being added
Typescript error:
Any workarounds, suggestions or solutions will be appreciated!
The text was updated successfully, but these errors were encountered: