At some point in the dialogue it may happen that there are no questions asked by the user, and it is necessary for the system to react to the user through a message. How to do this?
Conversation is stateless. So you need to handle this at the application layer. You would have the application layer after a set time send a message to conversation to get it to respond.