问题描述
我的目的是我的用户可以使用我的应用程序为我的alexa技能插入一些意图。因此,我需要动态地更改我的alexa技能的意图架构和示例话语。
My intention is my users can insert some intent to my alexa skill using my applications. So I need to change the intent schema and sample utterance of my alexa skill dynamically.
有没有办法在不重新提交且不使用Amazon开发人员的情况下更新意图架构和示例话语。
Is there any way to update intent schema and sample utterances without resubmisson and without using amazon developer portal.
谢谢
推荐答案
不,没有办法通过编程方式或动态方式来更新技能的配置。
No, there is no way to update the configuration of a skill programmatically or dynamically.
其中有一个受欢迎的功能要求:
There is a popular feature request in for this though:.https://forums.developer.amazon.com/content/idea/49556/programmatic-way-to-update-slots-intent-schema-and.html
这篇关于更新交互模型而无需重新提交的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!