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

Drink suggestion by type filter #17

Open
TomSeldon opened this issue Jul 20, 2017 · 0 comments
Open

Drink suggestion by type filter #17

TomSeldon opened this issue Jul 20, 2017 · 0 comments

Comments

@TomSeldon
Copy link
Owner

Add support to suggest a drink based on type, e.g.

Alexa, ask Tiny Rebel to suggest an IPA
Alexa, ask Tiny Rebel to suggest a pale ale
Alexa, ask Tiny Rebel to suggest a cider

This involves:

  • Adding new intent with DrinkType slot
  • Handling bar location (either via dialogue, or via extra slot, though that could be too wordy)
  • Filter drinks by drink type slot value. This is more complicated than drinks.dinkType === drinkTypeSlot as certain types overlap (e.g "IPA" should match "Pale Ale"). Need to think of best way of matching these.
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