infracloudio / msbotbuilder-go

Microsoft Bot Framework SDK for Go
MIT License
139 stars 39 forks source link

How to send TYPING / Bubble 3 dots while processing answer #80

Open smlsr opened 7 months ago

smlsr commented 7 months ago

In making a chat bot, user enters a question - bot takes a few seconds to respond....

What we would like is once the user sends the questions and it received by the bot - we send back an activity that we are typing so user sees activity happening. How to send this and turn off?