Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make Google Assistant open my app on a specific state

I am trying to integrate my android app with google assistant. I've already done some research and went through some tutorials, but they only bring me text, card, or audio responses. What I need is that the google assistant open my app on a specific state based on what it is asked to google assistant.

For example, I will ask google assistant when will the next game of my favorite team happen. Then google assistant will open my app showing the schedule of the next games of my favorite team. I think it might be possible to do it with webhooks, but I don't know how. Can someone link me some references to help me?

Thanks in advance.

like image 954
Claor Édino Avatar asked Jul 05 '18 01:07

Claor Édino


1 Answers

You will want to sign up for the app actions developer preview, which will expose intents in your app to be opened from the Assistant.

like image 183
Nick Felker Avatar answered Sep 19 '22 04:09

Nick Felker