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

Develop robust utterances #4

Closed
omegabytes opened this issue Apr 9, 2017 · 2 comments
Closed

Develop robust utterances #4

omegabytes opened this issue Apr 9, 2017 · 2 comments

Comments

@omegabytes
Copy link
Owner

omegabytes commented Apr 9, 2017

some examples:
-SpellsIntent what is the {attribute} of {spell}
-SpellsIntent whats the {attribute} of {spell}
-SpellsIntent whats {spell} {attribute}?

-SpellsIntent what does {spell} do
-SpellsIntent whats {spell} do
-SpellsIntent whats {spell}

-SpellsIntent how long does {spell} last

@omegabytes omegabytes added this to the Question: Spells milestone Apr 9, 2017
@omegabytes
Copy link
Owner Author

Some issues with how Alexa wants to accept input here. We can't use "what's" - it has to be "whats", and we can't use a possessive after a slot. So, if I wanted to ask "What's fireball's range?", I can't code SpellsIntent whats {Spell}'s {Attribute}. I have to save a second spell called "fireball's" in spells.js I'm looking around for a more elegant solution than doubling the file size with plural and possessive cases.

omegabytes pushed a commit that referenced this issue Jun 16, 2017
Merge Request: master --> Eldres
@omegabytes
Copy link
Owner Author

The first few links under NPM are libraries that create utterances. https://github.com/miguelmota/awesome-amazon-echo

Eldres added a commit that referenced this issue Sep 1, 2017
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

1 participant