How to call Google home action directly. I want to click the external connection to jump directly to action。emphasized text
Asked
Active
Viewed 200 times
-3
-
Please add more details or code snippets of what you've tried to your question. https://stackoverflow.com/help/how-to-ask – Ravikumar Jul 30 '21 at 06:26
-
Thank you for your reply,I have an app. I hope that when my users click a button on my app, they can directly jump to the action I created on Google home – TigerLin Jul 30 '21 at 07:20
-
I tried to use the following two links to jump to Google home app, but I couldn't activate my action https://madeby.google.com/home-app/?deeplink= and https://assistant.google.com/services/a/id – TigerLin Jul 30 '21 at 07:22
1 Answers
0
You need to configure the deep link within your app to link to your Action's OAuth flow, as described in the docs.
Your link should be formatted similar to the following:
https://madeby.google.com/home-app/?deeplink=setup%2Fha_linking%3Fagent_id%3Dagent-id
The agent-id
is returned in your SYNC
response, and is typically your project ID in the Actions console (reference docs for SYNC
response).

ToniCorinne
- 503
- 3
- 12