environment:
rasa-sdk = 2.8.5
rasa == 2.8.17
question:
When I interact with rasa (rasa interactive), I want to export the dialog data and create a new file. However, there is no data in the new file and it is an empty file. Why is this? How to solve this problem?
thank you!