Send a message if the user doesn't reply

I want to use the time the user does not respond (for example after 1 minute they do not answer) to send a goodbye or contact form. but I have no idea. thanks with your help

Look up Reminders.

You will need to make all your responses as actions, with all of them having 2 events:

  • Canceling any previous reminder
  • Setting a reminder for the intent goodbye for 1 minute in the future

I see. But in Rules how I have to write to cancel any previous reminder when the user responds (any responses). can you give the example code for this case?