Created
January 7, 2019 14:13
-
-
Save BrandonShega/1082cbcef50ec8385968df3db5025428 to your computer and use it in GitHub Desktop.
Error when using Alexa commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Windows [Version 10.0.16299.785] | |
(c) 2017 Microsoft Corporation. All rights reserved. | |
C:\Users\jcourtri>c d/ | |
'c' is not recognized as an internal or external command, | |
operable program or batch file. | |
C:\Users\jcourtri>cd / | |
C:\>D: | |
D:\>cd amazon_skills | |
D:\Amazon_Skills>cd u_by_moen_shower_staging | |
D:\Amazon_Skills\U_by_Moen_Shower_Staging>ask simulate -t "Turn on the shower" -l en-US | |
✓ Simulation created for simulation id: a7276cda-f4cd-4e4d-8859-09d8e6d03e78 | |
{ | |
"id": "a7276cda-f4cd-4e4d-8859-09d8e6d03e78", | |
"status": "FAILED", | |
"result": { | |
"alexaExecutionInfo": { | |
"consideredIntents": [ | |
{ | |
"name": "<IntentForDifferentSkill>" | |
} | |
] | |
}, | |
"error": { | |
"message": "Simulation did not result to an intent belonging to this skill. Please make sure the utterance text has the appropriate Alexa invocation command defined for your locale (such as \"ask <invocation name>\" for English locales). " | |
} | |
} | |
} | |
D:\Amazon_Skills\U_by_Moen_Shower_Staging>ask simulate -t "Tell Moen to turn on the shower" -l en-US | |
✓ Simulation created for simulation id: d5e42450-fe15-450b-89f1-2568f4eb6823 | |
{ | |
"id": "d5e42450-fe15-450b-89f1-2568f4eb6823", | |
"status": "FAILED", | |
"result": { | |
"alexaExecutionInfo": { | |
"consideredIntents": [ | |
{ | |
"name": "<IntentForDifferentSkill>" | |
}, | |
{ | |
"name": "<IntentForDifferentSkill>" | |
} | |
] | |
}, | |
"error": { | |
"message": "Simulation did not result to an intent belonging to this skill. Please make sure the utterance text has the appropriate Alexa invocation command defined for your locale (such as \"ask <invocation name>\" for English locales). " | |
} | |
} | |
} | |
D:\Amazon_Skills\U_by_Moen_Shower_Staging>ask simulate -t "turn on the shower" -l en-US | |
✓ Simulation created for simulation id: a84e5a99-cd8e-4e4f-a4c9-5a90fe6a282d | |
{ | |
"id": "a84e5a99-cd8e-4e4f-a4c9-5a90fe6a282d", | |
"status": "FAILED", | |
"result": { | |
"alexaExecutionInfo": { | |
"consideredIntents": [ | |
{ | |
"name": "<IntentForDifferentSkill>" | |
} | |
] | |
}, | |
"error": { | |
"message": "Simulation did not result to an intent belonging to this skill. Please make sure the utterance text has the appropriate Alexa invocation command defined for your locale (such as \"ask <invocation name>\" for English locales). " | |
} | |
} | |
} | |
D:\Amazon_Skills\U_by_Moen_Shower_Staging>ask simulate -t "turn off the shower" -l en-US | |
✓ Simulation created for simulation id: 66e19014-653f-4e7d-8815-f35cdb4a5c0e | |
{ | |
"id": "66e19014-653f-4e7d-8815-f35cdb4a5c0e", | |
"status": "FAILED", | |
"result": { | |
"alexaExecutionInfo": { | |
"consideredIntents": [ | |
{ | |
"name": "<IntentForDifferentSkill>" | |
} | |
] | |
}, | |
"error": { | |
"message": "Simulation did not result to an intent belonging to this skill. Please make sure the utterance text has the appropriate Alexa invocation command defined for your locale (such as \"ask <invocation name>\" for English locales). " | |
} | |
} | |
} | |
D:\Amazon_Skills\U_by_Moen_Shower_Staging>ask simulate -t "turn off the shower" -l en-US | |
✓ Simulation created for simulation id: ecd257cb-f11d-4e3f-9943-fdefab915b10 | |
{ | |
"id": "ecd257cb-f11d-4e3f-9943-fdefab915b10", | |
"status": "FAILED", | |
"result": { | |
"alexaExecutionInfo": { | |
"consideredIntents": [ | |
{ | |
"name": "<IntentForDifferentSkill>" | |
} | |
] | |
}, | |
"error": { | |
"message": "Simulation did not result to an intent belonging to this skill. Please make sure the utterance text has the appropriate Alexa invocation command defined for your locale (such as \"ask <invocation name>\" for English locales). " | |
} | |
} | |
} | |
D:\Amazon_Skills\U_by_Moen_Shower_Staging> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment