Basically i want the user to forward an input and I want that input to be saved by the chatbot and used, for example:
human:hi
bot:hello
human:take the input first input
bot:First input has been added anything else
what i did at first is created an entity and added many input values for testing purposes only but my bot should basically take any input and store it for later use in the conversation. I also looked into @sys.given-name
but won't work for my case as the input won't be a human name.It could be ajdhshdj
as far as i'm concerned and i'd want to take it.