Google Assistant App Actions codelab 示例在 AndroidTV 上不起作用 (Fit Actions)

Google Assistant App Actions codelab example not working (Fit Actions) on AndroidTV

我正在尝试这个例子: https://codelabs.developers.google.com/codelabs/appactions/#0

我已经构建了该应用程序并将其安装在我的 AndroidTV 设备上,并且能够通过以下方式启动它:

am start -a android.intent.action.VIEW -d "https://fit-actions.firebaseapp.com/start"

但是,当我尝试 运行 应用程序操作测试工具并尝试建议的 actions.intent.START_EXERCISE 意图(据说与 Google 助手集成)时,我只看到一个错误,表示“您没有可以执行此操作的应用程序”。整个命令如下所示:

am start -a android.intent.action.VIEW -d "https://assistant.google.com/services/invoke/uid/00001f0ad064c9a0?intent=actions.intent.START_EXERCISE\&param.exercise=%7B%0A++++%22%40type%22%3A+%22Exercise%22%2C%0A++++%22name%22%3A+%22Running%22%2C%0A++++%22%40context%22%3A+%22http%3A%2F%2Fschema.googleapis.com%22%0A%7D"

此外,我尝试直接说出请求“嘿 Google,在 Fit Actions 中启动 运行ning”,但我遇到了同样的错误。有什么想法可能会丢失吗?

我刚刚意识到 AndroidTV 不支持 AppActions,我在三星平板电脑上尝试了这个示例,测试工具启动它时运行良好。也就是说,尝试使用语音命令时它仍然无法正常工作