capsule {
capsule-categories {
category (ShoppingList)
}
...
}
The ShoppingList
NL category can allow users to create, update, and check a shopping list of items.
Example Use Case | Example Utterance | Feature Requirement |
---|---|---|
Create a shopping list | "Make a birthday shopping list", "Start a shopping list" | Required |
Add items to a shopping list | "Add bread and milk to my shopping list", "Add Skim Milk to my weekend shopping list" | Required |
Remove items from a shopping list | "Remove wine from my shopping list", "Delete cookies from my shopping list" | Required |
View and check a shopping list | "Show my shopping list", "What's on my shopping list?" | Required |