简体   繁体   English

App Action 通过 App Action Tool Plugin 工作,但不能在 Google Assistant 屏幕中使用语音命令

[英]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.使用相同的凭据(Android Studio、Google 控制台、Real Device - Samsung s10+)登录,并将设备语言设置为 EN-US。

  2. Selected App Action tool plugin from the tools menu从工具菜单中选择的 App Action 工具插件

  3. Gave invocation name (todo app) and locale to En-US将调用名称(待办事项应用程序)和语言环境提供给 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.更新预览后,通过 AATT 工具运行命令,它运行良好。

  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.成功更新预览后,在真实设备上打开 Google 助手并发出语音命令(在待办事项应用中打开活动任务),但它在助手屏幕上显示 web 结果,而不是显示我的应用。 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.我可以使用 GET_THINGS 内置意图来实现它。 OPEN_APP Intent supports only a single word. OPEN_APP Intent 仅支持单个单词。 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.如果您的要求是说多个单词,例如“在 TestApp 中显示今天的警报”,那么我们可以使用 GET_THINGS Intent,它支持多个单词。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 OPEN_APP_FEATURE 操作无法通过语音命令运行 [通过应用程序操作测试工具完美运行] - OPEN_APP_FEATURE action not working through voice command [Works perfactly via App Actions Test Tool] 在我的应用中实施/集成Google语音操作/ Google助手 - Implemanting / Integrating google voice action / google assistant in my app Google语音助手命令无法执行操作CREATE_NOTE - Google voice assistant command not working for action CREATE_NOTE App Action 适用于 App Actions 测试工具,但不适用于 Google Assistant - App Action Works on App Actions Test Tool But not On Google Assistant 通过语音命令(例如Google助手)启动android应用 - Lanch android app from voice command like google assistant 用户通过“ Ok Google,让我在线”之类的声音请求后,如何在Google Assistant中显示我的“应用程序操作”? - How to show my “app action” in google assistant, after user requesting by voice like “Ok Google, make me online”? 通过Google Voice Actions搜索操作过滤列表时,Android应用程序崩溃 - Android app crashes when filtering list via Google Voice Actions search action 当 Android 应用程序不存在时,来自 Google 助手中的操作的 DeepLink 链接? - DeepLink link from Action in Google Assistant when Android app is not present? 如何从 android 手机谷歌助手控制 Android 应用程序操作 - How to control Android app action from android phone google assistant Android应用程序中的Google Assistant命令触发操作 - Google Assistant command triggering action in Android application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM