Hi All,
I tried migrating from DialogFlow to Rasa. I followed the instructions from https://rasa.com/blog/how-to-migrate-your-existing-google-dialogflow-assistant-to-rasa/, but the converting step doesn’t seem to work… I get
ValueError: Unknown data format for file 'data/.../intents/*.json'
while I’m executing
rasa data convert nlu --data data/... --out data/nlu.yml --format yaml
I see a lot of posts about this on this forum, however I couldn’t find the fix.
Thanks in advance!