Josjr87
Josjr87

Reputation: 333

Google Assistant Personal Actions

I have created an action inside google, connected it to dialogflow, connected in byt fulfillment to my own home network.

Now I would like to be able to use this on my phone, raspberry, etc. But I don`t want to deploy this to the whole world (because then they can turn off my lights).

How should I do this?

Upvotes: 1

Views: 511

Answers (1)

Nick Felker
Nick Felker

Reputation: 11968

You can release your action to an Alpha channel, which let's you control who can access your action, which is just yourself by default. But you can also add up to twenty accounts.

https://developers.google.com/actions/deploy/release-environments

Upvotes: 2

Related Questions