I am making an app as my uni project, to help users create actions with 0 programming experience.
The problem I've encountered is the following:
- How do I create a google action programatically
- How do I make that action available for user to test?
I've looked at resource manager (thinking it could create a new project for that user, and add action to it), but didn't have a lot of success.
I'm using node.js SDK to do this. Any ideas how?