Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

"My apologies, please repeat your command." Issue #35

Open
user1342 opened this issue May 26, 2017 · 3 comments
Open

"My apologies, please repeat your command." Issue #35

user1342 opened this issue May 26, 2017 · 3 comments

Comments

@user1342
Copy link

Hello everyone, i'm in the middle of testing my skill however while testing it the skill appears to not accept any command after the first box. This being the case as it will return:

{
"version": "1.0",
"response": {
"outputSpeech": {
"type": "SSML",
"ssml": "My apologies, please repeat your command.<break time="200ms"/>You can say, “Office,” “Vault,” “Library” <break time="100ms" />or “Training Area.”"
},
"card": {
"text": "Please repeat your command. You can say, “Office,” “Vault,” “Library” or “Training Area.”",
"title": "Unrecognized command",
"image": {},
"type": "Standard"
},
"reprompt": {
"outputSpeech": {
"type": "SSML",
"ssml": "I'm sorry.<break time="200ms"/>You can say, “Office,” “Vault,” “Library” <break time="100ms" />or “Training Area.”"
}
},
"shouldEndSession": false
},
"sessionAttributes": {
"currentSceneId": 1,
"breadcrumbs": [
0
]
}
}

I don't know if i'm missing something simple here or if this is a problem. Any help would be greatly appreciated. I have updated the utterances and intents to make sure that this was not the problem however I am still at a loss.

Thanks for any help,
James

image

image

@talk2camden
Copy link

I am experiencing something similar! I've been trying to find out how to fix this for DAYS. Hopefully someone can fix this, as I've never had a problem with it before. I am still waiting for Amazon's Developer Customer Service reply. I'll post here if they ever provide a solution!

@talk2camden
Copy link

@user1342 I just found a closed issue by @johnnyhamilton that might solve our issue. I'll link to it below:
Issue #33 (Can't get past Second Branch). Try uncapitalizing all of your utterances! (The options/branches in the tool.) Good luck! I'll be trying this later today. :)

@talk2camden
Copy link

It definitely works! If you have tried this and it still doesn't work, keep it open. Otherwise close it! 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants