keatontaylor / alexa-actions

A README and associated code to get actionable notifications setup for Alexa devices.
GNU General Public License v3.0
399 stars 187 forks source link

ResponseNumeric understood as date #186

Closed PaulBiod closed 1 year ago

PaulBiod commented 1 year ago

Hi,

I am trying to use the responseNumeric, but alexa always understand my numbers as dates, no matter if I say "One", "Two", etc. I'm joining a printscreen of the evaluate module on alexa's developper page, as you can see, if I say "three" (in french) it's understood as a date. Capture d’écran 2023-05-25 134315

DEADSEC-SECURITY commented 1 year ago

Does this happen in english too?

PaulBiod commented 1 year ago

Hi, yes, I also tried english. But I realised when building the skill, that I had an error (related to the string intent (because of the space, I applied the fix with AMAZON.Person). After fixing this error and building again the skill, it finally works as expected.

DEADSEC-SECURITY commented 1 year ago

If this was a issue with the code in the repo @PaulBiod please point it out or start a PR to fix the issue.

PaulBiod commented 1 year ago

Hi, it's an already know bug related to the intents (strings). I followed the instructions to fix it, and now, I can build the skill again, and everything is working. Thanks