Hi. After the chat ends (e.g., due to timeout), the user input area still accepts the user input; if something is entered there, the bot starts from the Start (which is correct).
My question is, is there a variable where I can check what the user input was, that was captured after the chat ended? My plan is to check for its value and, if it is not empty, not show the user the welcome message he already saw the first time he used the chatbot. Thanks.