[Resolved] Streaming input.text from an Adaptive Card

Microsoft

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.

2 Replies

@ktsed Could you please give a more detailed explanation on what exactly you are looking for?

@Gousia_Begum 

 

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.