You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
I am facing the same issue as seen in issue #35 and issue #33. However, my utterances are all lowercase. Basically, after going down a few branches, Alexa will not register your commands that go down onto more nodes, and she will only say "My apologies, please repeat your command."
Expected behavior
After saying "run" or "hold", my skill will continue down the path.
Actual behavior
I say "run" or "hold", but Alexa only says "My apologies, please repeat your command."
Here is a zip file of everything in my /src/skill/ directory. skill.zip
Screenshots
The node where Alexa stops registering commands
The utterance for the next node
The text was updated successfully, but these errors were encountered:
Have you been able to check your Cloudwatch logs for the function to see if Alexa is recognizing the intent properly? It could be a DynamoDB issue that's preventing Alexa from saving state and therefore recognizing what it should do.
Those are good first steps, but i'm also having the same issue even after fixing those things. Those things might solve the problem for you, though.
Did you ever come up with a solution to this? I'm having the same issue (all utterences are lowercase) and I even changed them all to be completely unique but I just cant progress at a certain point
I was having this same issue... Verified Alexa was recognizing intents correctly via CloudWatch and ensured that it was not an issue with DynamoDB, but still was not working. I reviewed everything again and realized that my utterances were in fact capitalized. I made everything lowercase and it is working now.
As well as the points mentioned above, the other thing to check is that you have copied and pasted both the sample utterances from src/skill/models/utterances.txt and intent schema from src/skill/models/intentSchema.json to the appropriate places in the Developer Console (remembering that this manual step is necessary after every change to your story!)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am facing the same issue as seen in issue #35 and issue #33. However, my utterances are all lowercase. Basically, after going down a few branches, Alexa will not register your commands that go down onto more nodes, and she will only say "My apologies, please repeat your command."
Expected behavior
After saying "run" or "hold", my skill will continue down the path.
Actual behavior
I say "run" or "hold", but Alexa only says "My apologies, please repeat your command."
Here is a zip file of everything in my /src/skill/ directory.
skill.zip
Screenshots
The node where Alexa stops registering commands
The utterance for the next node
The text was updated successfully, but these errors were encountered: