简体   繁体   English

使用 Google 助理测试应用操作

[英]Testing App Actions with Google Assistant

I would like to test my app actions for the Google Assistant on my phone by actually using the Google Assistant rather than the App Action Testing Tool for Android Studio.我想通过实际使用 Google Assistant 而不是 Android Studio 的应用操作测试工具来测试我手机上 Google 助理的应用操作。

Does anyone know if there is a way to do so?有谁知道是否有办法这样做? Is there a way to do so without releasing the App into the PlayStore or do I have to do that in order to get the App Actions working with the Assistant itself?有没有办法在不将应用程序发布到 PlayStore 的情况下这样做,还是我必须这样做才能让应用程序操作与助手本身一起工作?

You have two choices:你有两个选择:

  1. Publish the app to the Play store, minimally in an internal testing track, as described in the documentation.将应用程序发布到 Play 商店,至少在内部测试轨道中,如文档中所述。
  2. Use the provided test tool plugin.使用提供的测试工具插件。

There are no other supported ways to test your actions.没有其他受支持的方法可以测试您的操作。 This is because App Actions requires the Assistant backend to be aware of your app and its configuration.这是因为应用操作要求助手后端了解您的应用及其配置。 Both of these two options do that.这两个选项都是这样做的。 There is no device-side only support.没有仅设备端支持。

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

相关问题 使用Google Assistant通过语音测试应用操作的正确语法是什么? - What is the proper syntax for testing app actions via voice using google assistant? 如何使用 Google Assistant 测试 App Actions? - How to test App Actions using Google Assistant? Android TV 中的谷歌助手和应用操作问题 - Problem with google assistant and app actions in Android TV 为 Google 助理操作定义应用名称 - Define app name for Google Assistant actions Google 助理操作 - Google Assistant Actions App Action 适用于 App Actions 测试工具,但不适用于 Google Assistant - App Action Works on App Actions Test Tool But not On Google Assistant 无法在 Google 助理中创建应用中使用的应用操作的预览 - Unable to create preview of the app actions used in the app in google assistant 通过谷歌助手实现 android 应用程序操作的问题 - Issue in implementing android app actions via google assistant Google 人员是否支持 Java 中的“将 Android 应用程序扩展为具有应用程序操作的 Google 助理”? - Does Google people support “Extend an Android app to Google Assistant with App Actions” in Java? 如何使用Google Actions SDK遍历JS对象数组并在Google Assistant应用中显示列表选择器 - How to iterate over array of js objects and display List Selector in google assistant app using google actions sdk
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM