Google 帮助与 Android 应用集成

Google Assistance integration with Android App

我想在我的应用中集成 Google 助手。我不仅要启动应用程序,还要像下面这样对其进行操作:

应用程序:嗨!你要买什么? 用户:T恤 应用程序:大小是多少? 用户:40 应用程序:什么颜色? 用户:任何/红蓝 应用程序:这是为您准备的 T 恤 用户:按人气排序 应用程序:在这里。

是否可以通过Google协助完成?是否可以以适当的意图额外启动我的应用程序的任何 activity?

Actions on Google as you will need to build a server side components to handle the voice/chat interaction. For an example of the voice interaction see: https://developers.google.com/actions/extending-the-assistant

关于从 Google 助手实际启动应用程序。我不相信有直接的方法。

或者,select 组语音命令似乎可以通过 Google Search Voice Actions 到达您的应用程序。

请注意,Google 不再接受自定义语音操作的任何请求: https://developers.google.com/voice-actions/custom-actions

而且这些页面似乎自 2015 年以来就没有更新过,所以我不清楚哪些内容仍受支持。

据我所知,Google 搜索语音操作可能在 2017 年仍然存在的唯一部分是能够将应用数据合并到 Google 搜索中 Firebase App Indexing