简体   繁体   English

无意开发 alexa 技能

[英]Develop alexa skills without intents

I want to develop my own logic for intents and the stuff so I want alexa sends me all the phrase without slots etc... This is because I will send it to my server using an API.我想为意图和东西开发自己的逻辑,所以我希望 alexa 向我发送所有没有插槽的短语等......这是因为我将使用 API 将它发送到我的服务器。

Is it possible?可能吗?

Yes it is possible.是的,有可能。 But results are probably worse because you would use Alexa only as an speech to text engine without finding the right intents and filling the slots.但结果可能更糟,因为您只会将 Alexa 用作文本引擎的语音,而不会找到正确的意图并填补空缺。

You can create a slot to catch all.您可以创建一个插槽来捕获所有内容。

Than in you backend handle the intent by calling / using your backend logic to process the text.比在你的后端通过调用/使用你的后端逻辑来处理文本来处理意图。

Just out of curiositiy: You think you could handle the intents better or you just already have a model to process text?出于好奇:您认为您可以更好地处理意图,或者您已经有了一个 model 来处理文本?

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM