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 know which utterance is triggered? #19

Closed
rstormsf opened this issue Sep 19, 2015 · 3 comments
Closed

how to know which utterance is triggered? #19

rstormsf opened this issue Sep 19, 2015 · 3 comments

Comments

@rstormsf
Copy link

No description provided.

@matt-kruse
Copy link
Collaborator

You don't get to know. That is a limitation of the Alexa Skills Kit. You only get to know which intent was triggered.

@rstormsf
Copy link
Author

:-( Thank you for your answer. Maybe I can just save to the whole variable and then access as req.slot ??
how would you handle this if I have the following utterance?

"utterances":["{Can you |}{get a taxi|get taxi|get a cab|order taxi}"]

so it can support nested utterances?
or alexa utterance don't allow to have nested vars?

@rstormsf
Copy link
Author

Looks like it's not possible.
Ok, I can access speeachOutput how about access which intent was triggers in postRequest function?

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

2 participants