I have the same question as in: Get Intent Value in RASA Core/NLU but I want the value that the user gives for a given intent.
For example:
User: I want to take it (this sentence is an intent called: 'use_it')
Bot: ....
User: .... (Later in the chat I decide to answer with the same phrase of intent 'use it')
Bot: you said previously "I want to take it"
How can I do something like: tracker.get_slot
but for intent?
I don't want the name of the last intent I want the text of a user-given intent.