Make Google Assistant open my app on a specific state

不羁岁月 提交于 2019-12-20 02:49:12

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/51182446/make-google-assistant-open-my-app-on-a-specific-state

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!