Is there a way to add an adaptive card to the answer of a question in a qna maker?
My bot app uses LuisIntent as well. i have used this link: https://blog.botframework.com/2017/08/25/qna-maker-rich-card-attachments-net/
From what i understand it uses a qnadialog in order to get the relevant question and therefore return the relevant answer and display the desired adaptive card, however this method does not uses LUIS. My app uses luisintent to identify the relevant question.
Thank you in advance