Capture user input after chat end
# 🤝help
b
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.
b
flow logic > expression
check if variable either contains a value, or is equal to a specific value
b
Hi Robert. I do know how to use the Expression card, my doubt is, what variable do I have to check, as at this point, the input from the user i taken after the chatbot ended the previous flow, but has not yet started the new one.
13 Views