简体   繁体   中英

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

  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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM