I want to implement Typing indicator
when the bot is sending the response is their features already implemented in Bot framework webchat? if so can you please guide me on what I have to include in my code?
Asked
Active
Viewed 414 times
1

Vishal Parmar
- 524
- 7
- 27

rajath hs
- 53
- 7
-
2Does this answer your question? [Send a typing indicator in bot-framework v4 using DirectLine and webchat (Node.js)](https://stackoverflow.com/questions/53582445/send-a-typing-indicator-in-bot-framework-v4-using-directline-and-webchat-node-j) – Mick Feb 11 '20 at 12:53
1 Answers
1
Webchat is already setup to render typing indicators. You must add typing middleware to your bot code.

Dana V
- 1,327
- 1
- 5
- 10