microsoft / BotFramework-WebChat

A highly-customizable web-based client for Azure Bot Services.
https://www.botframework.com/
MIT License
1.56k stars 1.51k forks source link

Customize typing indicator duration via `channelData` #5184

Closed compulim closed 1 month ago

compulim commented 1 month ago

Is your feature request related to a problem?

Some bots may take more than 5 seconds to finish a task.

It is not trivial to build a bot that send "typing" indicator every 5 seconds while the background task is ongoing.

Describe the suggestion or request in detail

Will be great if there is a way to override typingIndicatorDuration on a per-activity basis, possibly in Web Chat-specific channelData.

Describe alternatives you have considered

No response

Additional context

No response