我正在尝试将使用 Google Actions Console 创建的 Google Assistant Action 导出为 .zip 文件。
Github 上有几个示例 Google Assistant 项目的示例,但我无法确定他们如何能够为他们的 Action 导出代码。请参阅https://github.com/actions-on-google/smart-home-nodejs,尤其是/src
目录,以获取我想从我的操作中导出的文件示例。
我尝试使用gactions
CLI,尤其是gactions get --project PROJECT_ID
命令,但它似乎没有我正在寻找的导出功能。
谢谢。