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

Can't Get Past Second Branched Level #33

Closed
johnnyhamilton opened this issue Apr 27, 2017 · 3 comments
Closed

Can't Get Past Second Branched Level #33

johnnyhamilton opened this issue Apr 27, 2017 · 3 comments

Comments

@johnnyhamilton
Copy link

The skill works when I am at the first level (Welcome), but I encounter an error when I am at the second level (Open Door 1...). When I test it in the Service Simulator and get to the place where I am prompted to choose a door, I type in "Open Door 1". I get the following error in the Lambda request: "Unable to generate request for your skill."

I have saved and uploaded the file in the authoring tool. I have updated the Utterances and IntentSchemas into the Developer Console.

I have also created a new branch in which I can go to the first level, but encounter the following error when I say my prompt for that level "Keep Going":
{
"version": "1.0",
"response": {
"outputSpeech": {
"type": "SSML",
"ssml": "My apologies, please repeat your command.<break time="200ms"/>Say, “Keep going.”"
},
"card": {
"text": "Please repeat your command. Say, “Keep going.”",
"title": "Unrecognized command",
"image": {},
"type": "Standard"
},
"reprompt": {
"outputSpeech": {
"type": "SSML",
"ssml": "I'm sorry.<break time="200ms"/>Say, “Keep going.”"
}
},
"shouldEndSession": false
},
"sessionAttributes": {
"currentSceneId": 7,
"breadcrumbs": [
0
]
}
}

@johnnyhamilton
Copy link
Author

Here are my files from the Models folder.
models.zip
Johnny

@johnnyhamilton
Copy link
Author

I found the issue was that some of the utterances I used included capitols. When I stuck to lowercase, everything worked beautifully. I'll be publishing my skill tomorrow.

This is a great tool. Thank you for developing it.
Johnny

@talk2camden
Copy link

Oh! Thanks! I'll have to try that!

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