microsoft / BotFramework-Services

Microsoft Bot Framework Services
Creative Commons Attribution 4.0 International
38 stars 11 forks source link

How to disable user typing text box with Azure bot #338

Closed dhruviqvia closed 2 years ago

dhruviqvia commented 2 years ago

I am looking for recommendation on disabling attachment and text box when adaptive card is displayed in webchat/directline channel. I am looking for complete code on webchat side.

I tried the sample : https://github.com/microsoft/BotFramework-WebChat/blob/main/samples/05.custom-components/l.disable-adaptive-cards/index.html

However ended up getting javascript error

Can anyone share recommendations on how this can be achieved ? The code behind is composer C#

dmvtech commented 2 years ago

The Microsoft Bot Framework team prefers that how to questions be submitted on Stack Overflow. The official Bot Framework Github repos are the preferred platform for submitting bug fixes and feature requests.

dmvtech commented 2 years ago

Hi @dhruviqvia

Can you please open a question on stack overflow. Also; make sure to share the error that you are getting and any sample code.