1
votes

I am unable to see the adaptive cards on bot framework emulator.

enter image description here

Bot-framework-emulator version I am using is latest 4.90.0

1
Can you share your adaptive card JSON?Rajesh Sitaraman
@RajeshSitaraman Please find the JSON here : pastebin.com/3bipgnzkfreakomonk
@freakomonk - What do you expect that card to look like? Your text block has no text and your action has no titleKyle Delaney
@freakomonk - Are you still working on this? (Since there are multiple people in this thread, you will need to @ mention me if you want me to see your reply.)Kyle Delaney
@Kyle Delany Sorry I haven't had a chance to work on this. Will look into this today and let you know. Thanks Kylefreakomonk

1 Answers

0
votes

This was in fact occurring due to backend API call resulting in no text being sent to adaptive card.

Checking the API response helped in fixing this. As @Kyle Delaney suggested in the comments, checking for the text in the adaptove card JSON also will expedite the triage.