alexa-slot

Alexa Custom Slot Type: No value in intent

北慕城南 提交于 2019-12-03 07:54:46
问题 I've already posted this question to the amazon developer forum but don't receive an answer there. I guess Stackoverflow should've been the first choice from the beginning: From my understanding if I use a Custom Slot Type even if the list of its possible values does not contain the spoken word the spoken word is still passed to the function. The documentation says A custom slot type is not the equivalent of an enumeration. Values outside the list may still be returned if recognized by the

Alexa Custom Slot Type: No value in intent

不打扰是莪最后的温柔 提交于 2019-12-02 21:23:09
I've already posted this question to the amazon developer forum but don't receive an answer there. I guess Stackoverflow should've been the first choice from the beginning: From my understanding if I use a Custom Slot Type even if the list of its possible values does not contain the spoken word the spoken word is still passed to the function. The documentation says A custom slot type is not the equivalent of an enumeration. Values outside the list may still be returned if recognized by the spoken language understanding system. Now I have a Custom Slot Type LIST_OF_PERSONS with values Matthias

Get unique device id for every amazon echo devices

人盡茶涼 提交于 2019-11-27 19:30:01
问题 I need to make a Custom Skill for the Alexa Skills Kit, which should be one echo device in every room. I need to get the device_id for every echo device. I heard this isn't possible, but maybe it changed, or if not is there any other way around. 回答1: You can do it now! context:System:device:deviceId As far as I can tell it only works on real devices. So if you are testing in the developer's Skills Manager you don't get the field, but when used with a real Alexa device, it works. 回答2: This is