Hello, I'd like to know what the best would be to have a user send a followup message after a reply from thr chat bot is sent. For example, I want the bot to ask someone for their name and the bot will wait for that reply then perform some logic. What would be the best way to do this? We didn't want to reply on the uset adding a token like "#Name" at the beginning so we're using a database to keep track of the sessions set up but I'd like to know if there's a better idea.
Thank you in advance.