Get rasa chatbot reponses

How can i get the rasa chatbot user answers or is there any way to store user input? For example: user has clicked on a button, how can I know what the user have chosen?

tracker.latest_message.get('text') this will let you access the latest user input in your actions.py