hi all ! I am using a trigger to initiate a conversation when someone clicks on the bot button, which is great. The problem arises when the chat is dormant for a while and no prompt is being fed. For example, if a user comes back to the bot 2 hours after initially using it, they reply back to the bot but nothing happens, since the bot is the one directed to initiate the convo.
My thought is, is there a way to erase a conversation completely or reset the conversation to the beginning, lets say after 5 minutes of inactivity ? that way the bot will initiate the conversation again after 5 minutes of no activity from the user