App Action working via App Action Tool Plugin but not with voice command in Google Assistant Screen

两盒软妹~` 提交于 2021-01-05 08:52:14

问题


  1. Logged in using the same credentials (Android Studio, Google Console, Real Device - Samsung s10+) and Device language set to EN-US.

  2. Selected App Action tool plugin from the tools menu

  3. Gave invocation name (todo app) and locale to En-US

  4. Changed default feature "History" with my command (In my case "Open active tasks in todo app")

  5. Tapped on Update Preview.

  6. Once the preview updated, Run the command via the AATT tool, it's working perfectly.

  7. Once the preview updated successfully, Opened the Google Assistant on a Real device and gave a voice command (Open active tasks in todo app), but it's showing web results on the Assistant screen instead of showing my App. Attached screenshot for reference.

Please let me know if I'm missing anything here.


回答1:


I could able to achieve it using GET_THINGS Built-In Intent. OPEN_APP Intent supports only a single word. If your requirement is to say multiple words like "Show alerts for today in TestApp", then we can use GET_THINGS Intent, which supports multiple words.



来源:https://stackoverflow.com/questions/65068572/app-action-working-via-app-action-tool-plugin-but-not-with-voice-command-in-goog

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