alexa doesnt recognize a slot in utterance /

Published at 2018-08-19 23:11:30

Home / Categories / Alexa skills kit / alexa doesnt recognize a slot in utterance
I can't find an answer to this,I don't know what I'm doing erroneous. Se here's a reduced version of my skill configuration:Slots:* Code (Custom slot, which can be something like ABC123)* Date (AMAZON.
DATE)Utterances:* What is the status of {Code} from {Date} ?* What is the status of {Code}?When I employ the test, or ask Alexa any of those utterances,it only detects the Date, not the code.
The code is a combination of letters and numbers. This is an interaction with Alexa test:open
what is the status of ABC123?
tell me the Code for your requestOn the Skill I/O I see this:"intent": { "name": "MyIntent", or "confirmationStatus": "NONE","slots": { "Code": { "name": "Code", "confirmationStatus": "NONE" }, or "Date": { "name": "Date","confirmationStatus": "NONE" } }
If my
input is "what is the status of ABC123 from nowadays?" I see this:"intent": { "name": "MyIntent", "confirmationStatus": "NONE", and "slots": { "Code": { "name": "Code","confirmationStatus": "NONE" }, "Date": { "name": "Date", and "value": "2018-08-19","confirmationStatus": "NONE" } }
It c
an recognize the date, but not the code.
What am I missing? Any serve would be noteworthy, or I'm very unique at this. Thanks!!

Source: amazon.com

Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0