Add support for getting a drink suggestion based on an upper limit, e.g.
Alexa, ask Tiny Rebel to suggest a beer that costs less than £4
This would involve:
- Create new intent with "UpperPriceLimit" slot
- Handle bar location as dialogue? Or add as custom slot, though seems that could get a bit wordy
- Parse upper price limit into number (slot type?), and filter out all drinks where
drink.price >= slot.upperPriceLimit
Add support for getting a drink suggestion based on an upper limit, e.g.
This would involve:
drink.price >= slot.upperPriceLimit