Forum Discussion
ktsed
Microsoft
Jun 24, 2019[Resolved] Streaming input.text from an Adaptive Card
I'm building a messaging extension for Microsoft Teams, and am using an Adaptive Card for the UI. I'd like to be able to dynamically update the card as the user is types in their input, and was wondering how to do it.
- Gousia_Begum
Microsoft
ktsed Could you please give a more detailed explanation on what exactly you are looking for?
- ktsed
Microsoft
Apologies.
Essentially what I wanted to replicate the functionality of searched based messaging extensions (where queries are launched whenever the user stops typing). I was under the impression that the only layout possible search based messaging extensions were grid and lists, so I wanted to see if I could do the same with an adaptive card.
I now realize that adaptive cards are supported in my original use case.