We added two new commands that allow you to control the typing notifications sent by your bot to other residents:
- typing_start (uuid, [keep-typing-delay])
- typing_stop (uuid)
The same for Bot Playground:
The first command displays “Bot-Name is typing” for specific resident, while the second command obviously stops the typing notification.
Using the keep-typing-delay
To prevent bot from occasionally indicating the “typing” status forever, the delay parameter can be used. It defaults to 15 seconds, but you can extend or reduce this value.