Hi there!
I’m using rasa OS in a GCloug VM.
(venv) antoniopedrolopes@rasa:~/catiaAudio$ rasa --version
Rasa Version : 2.8.15
Minimum Compatible Version: 2.8.9
Rasa SDK Version : 2.8.4
Rasa X Version : None
Python Version : 3.8.10
Operating System : Linux-5.13.0-1019-gcp-x86_64-with-glibc2.29
Python Path : /home/antoniopedrolopes/venv/bin/python3
I’ve an audio external channel, “audiocodes” and I use this commands in order to talk to the bot:
In one terminal: rasa run -m models --enable-api --debug
In another terminal: rasa run actions --debug
I’m able to talk to the bot, the bot gives-me the right answers, but in the end, the conversations/stories are not stored in my “stories.yml” file.
I wonder, if I’m doing someting wrong?
Thanks in advanced!