Get rasa chatbot reponses - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum
👋 Introducing the Rasa Playground
Get rasa chatbot reponses
post by deeksha1 on Sep 9, 2022
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?
428 views
post by bharath-madduri on Sep 9, 2022
tracker.latest_message.get('text') this will let you access the latest user input in your actions.py