2
votes

We have an smart home app with actions on google and already implemented the SYNC, QUERY and EXECUTE intents.

Now, we would like to implement the REQUEST_SYNC intent (mentionned in the fig. 2 here. However, we cannot find any documentation about it's implementation. Did anyone already implemented it?

2
Any chance you found an answer and just haven't supplied it back here yet? - Michael Hallock
Hi Michael, unfortunatly I did notn't find the answer. If a google engineer comes by here ;). - Fabien
For further reference, google updated the documentation: developers.google.com/actions/smarthome/create-app#request-sync - Fabien

2 Answers

2
votes

Google updated their example Node.js code with request sync functionality: https://github.com/actions-on-google/actionssdk-smart-home-nodejs

Refer to the last commit. Maybe you can start here.

0
votes

Seems to be available now. I use https://homegraph.googleapis.com/v1/devices:requestSync?key= < KEY > with a json body content of agent_user_id: < agent userid >

search for "request sync" on page: https://developers.google.com/actions/smarthome/create-app