Alexa技能 - 编辑现有的现有现场技能与代码

发布于 2025-01-28 10:40:28 字数 233 浏览 5 评论 0原文

不久前,我开始为Alexa开发技能。我设法为Alexa技能商店添加了一项技能。现在,我想对我的代码进行一些更改,但是我不希望这些更改立即部署在我的技能中。我希望它们被部署在我的“测试版本”上。当该测试版本像我想要的那样工作时,我希望将该Verstion作为一种实时技能部署。在Alexa Developer Console中完成这项工作非常容易,但是我没有找到任何解决方案如何在Visual Studio代码中进行操作。有什么办法做到这一点吗?谢谢!!

I started developing skills for Alexa some time ago. I managed to add one skill to the Alexa Skills Store. Now I would like to make some changes in my code, but I don't want these changes to be deployed in my skill right away. I want them to be deployed on my 'test version'. When that test version works like I want it to, I want that verstion to be deployed as a live skill. It is very easy to do that job in Alexa Developer Console, but I didn't find any solution how to do it in Visual Studio Code. Is there any way to do this? Thanks!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

极致的悲 2025-02-04 10:40:28

Alexa Developer Console的托管技能:

  1. 安装询问cli
  2. 运行ask exploy(代码仅部署到开发室,并在发布新版本后将

其属于prod)。

  1. 您必须更改开发设备中技能的终点。
  2. 然后,您可以将代码上传到lambda(或其他后端)

Hosted Skill in Alexa Developer Console:

  1. Install ASK CLI
  2. Run ask deploy (the code will only be deploy to the dev env and be in prod after you publish the new version)

Hosted Skill yourself:

  1. You have to change the endpoint of your skill in your DEV env.
  2. You can then programmatically upload the code to your lambda (or other backend)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文