Skip to content

Instantly share code, notes, and snippets.

@jordotech
Created July 29, 2018 23:49
Show Gist options
  • Save jordotech/a39aec4947a4e93c753c4b6e629b10a2 to your computer and use it in GitHub Desktop.
Save jordotech/a39aec4947a4e93c753c4b6e629b10a2 to your computer and use it in GitHub Desktop.
Dev must pass these verbal tests
1. Entity value belonging to multiple entities. caesar = food_dressing, food_salad_special.
App should recognizes that we want the salad
Expected flow:
user: "large caesar"
alexa: "Ok, I added one large caesar"
2. "ambiguous" entity asks for clarification
Expected flow:
user: "chicken florentine"
alexa: "please specify, say chicken florinting pizza, or, chicken florentine pasta"
user: "chicken florentine pizza"
alexa: "ok, I added one chicken florentine pizza"
3. "food_number" entity - 50/50
Expected flow:
user: "fifty fifty"
alexa: "ok, I added one fifty fifty"
4. Pizza with split toppings
Expected flow:
user: "one small hand tossed pizza with red sauce, half pepperoni, half pineapple"
alexa: "<reads item> if you want more toppings tell me what you want, if not say done"
user: "done"
alexa: "Ok, I added <item>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment