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

how to handle built-in intents like AMAZON.StartOverIntent #84

Closed
dreed47 opened this issue Sep 24, 2016 · 2 comments
Closed

how to handle built-in intents like AMAZON.StartOverIntent #84

dreed47 opened this issue Sep 24, 2016 · 2 comments

Comments

@dreed47
Copy link

dreed47 commented Sep 24, 2016

How can I handle built-in intents like AMAZON.StartOverIntent? When I define it like my custom intents it never seems to fire.

@teddis
Copy link

teddis commented Nov 27, 2016

Just add the built-in intent you want to handle to your interaction model's intent schema:

{
     "intent": "AMAZON.HelpIntent",
     "slots": []
}

@dblock
Copy link
Collaborator

dblock commented Dec 16, 2016

Closing this. @dreed47 please let us know if you're still having issues.

@dblock dblock closed this as completed Dec 16, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants