dialogflow / resources

Links to all Dialogflow libraries and samples
Apache License 2.0
120 stars 32 forks source link

Introduce version control in Dialogflow #2

Open Legedith opened 5 years ago

Legedith commented 5 years ago

I was developing an action for google assistant using dialogflow and was making making some changes when I mistakenly deleted all my intents. I didn't have a backup of my agent so I contacted dialogflow and Actions on google for recovering my Intents, both of them mentioned that it is simply not possible and they do not create backups or restore points. In the current scenario, if you wan't to make small-small changes to you Actions without the fear of breaking something, you have to download an image of your agent after every change to have a backup. I think this process can be simplified by implementing some king of version control or checkpoint feature in dialogflow. It would save a lot of time and effort and will help beginners like me experiment more freely. I wan't to work on adding this feature to dialogflow, can someone guide me on how I should proceed?

okpane commented 3 years ago

up