Find answers from the community

Updated 3 weeks ago

Implementing a Feature to Send Suggestive Messages During Inactivity in a Chatbot

I want to implement a feature where chatbot will send suggestive messages if there is a period of inactivity during a conversation. How can I do it
W
P
3 comments
Plain Text
if no_chat > 5 min:
  send_suggestive_messages

Is there anything specific with this?
How can I get suggestive messages
Add a reply
Sign up and join the conversation on Discord