Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle requests for stop/cancel #17

Closed
martincostello opened this issue Feb 12, 2017 · 1 comment
Closed

Handle requests for stop/cancel #17

martincostello opened this issue Feb 12, 2017 · 1 comment
Assignees
Milestone

Comments

@martincostello
Copy link
Owner

martincostello commented Feb 12, 2017

The skill does not respond appropriately when users say "stop" and “cancel". Please see test case 4.13 from our Submission Checklist for guidance on skill exiting.
Example:
User: "Alexa, open london travel"
Skill: "Welcome to London Travel. You can ask me about disruption or for the status of any tube line, London Overground or the D.L.R.."
User: "Stop" / "cancel"
Skill: "{plays disruption intent}"

@martincostello martincostello added this to the 1.0.2 milestone Feb 12, 2017
@martincostello martincostello self-assigned this Feb 12, 2017
martincostello added a commit that referenced this issue Feb 12, 2017
Add intent to handle "stop" and "cancel" for #17.
Add intent to handle "help" with placeholder text for #16.
martincostello added a commit that referenced this issue Feb 12, 2017
Handle the "cancel" intent, which I erroneously thought was part of the
"stop" intent for #17.
@martincostello
Copy link
Owner Author

Intents added and skill schema updated.

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

No branches or pull requests

1 participant