google-cloud-platformactions-on-googleactions-builder

Create and share actions programatically


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:

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?


Solution

  • The short answer is that currently you can't completely create an Actions on Google project programatically.

    There are some tasks that you can do, however. For example you can:

    However, there is no way to make the project an Actions on Google project using the API. Users will need to connect to the Actions Console at least once themselves to indicate what Cloud Project should be used for an Actions on Google project.