Skip to content

Instantly share code, notes, and snippets.

@bumie-e
Created February 7, 2021 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bumie-e/4544e8f7e606fa91bd0605015c1859d1 to your computer and use it in GitHub Desktop.
Save bumie-e/4544e8f7e606fa91bd0605015c1859d1 to your computer and use it in GitHub Desktop.
{
"intents":[
{
"patterns": ["Hello","Good day",
"Hey you!",
"Hello good morning",
"hey", "howdy",
"whats up",
"how you",
"hi"],
"responses":["Hello", "Hi",
"Hi, How can I help you?",
"Hello, good to see you?",
"Hey, how are you?"],
"tag":"greeting"},
{
"patterns":["talk to you later",
"yea bye",
"bye",
"goodbye",
"see you later",
"bye"],
"responses":["have a nice day",
"it was nice talking to you",
"see you soon",
"take care",
"Hope to see you soon"],
"tag": "goodbye"},
{
"patterns":["thanks", "thank you",
"I appreciate",
"oh, thanks a lot"],
"responses":["My pleasure",
"That's what I do",
"Happy that you are helped",
"Don't mention"],
"tag": "thanks"},
{
"patterns":["What kind of doughnuts do you have?",
"What types of doughnuts do you sell?",
"Do you have different types of doughnuts",
"what are the various kinds of donuts that you have",
"So, what are your specialities"],
"responses":["Yeast Raised doughnuts, Cake doughnuts, and Speciality doughnuts"],
"tag": "category"},
{
"patterns":["What's on today's menu",
"Can I see your doughnuts",
"What doughnuts are avaliable",
"what's on your menu",
"What can I order?",
"what's on the menu"],
"responses":["Plain cake doughnut, Powdered Sugar Cake, Chocolate cake",
"Sprinkle Cake, Marshall Mathers, Double Chocolate"],
"tag": "doughnuts"},
{
"patterns":["Do you have chocolated glazed doughnuts",
"Do you have any one with chocolate",
"Any chocolate doughnut avaliable",
"I want chocolate dounuts",
"can I get chocolate doughnuts",
"what of chocloate flavours"],
"responses":["Double Chocolate, Chocolate Coconut Cake, Chocolate cake, Chocolate Ring, Portland Cream, Chuckles"],
"tag": "chocolate"},
{
"patterns":["Do you have strawberry glazed doughnuts",
"Do you have any one with strawberry",
"Any strawberry doughnut avaliable",
"I want strawberry dounuts",
"can I get strawberry doughnuts",
"what of strawberry flavours"],
"responses":["Strawberry Go-Tart, The Homer"],
"tag": "strawberry"},
{
"patterns":["Do you have vallina glazed doughnuts",
"Do you have any one with vallina flavour",
"Any vallina doughnut avaliable",
"I want vallina dounuts",
"can I get vallina doughnuts",
"what of vallina flavours"],
"responses":["Voodoo Bubble, Grape Ape, Oh_Captain_My_Captain, Butterfingering, Dirt"],
"tag": "vallina"},
{
"patterns":["Do you have any other doughnut flavours",
"is there any other doughnut flavour avaliable",
"can I get other flavours of doughnuts"],
"responses":["Buttermilk Bar, Apple Fritter, Raised Glazed, Cinnamon Sugar Cake, Marshall Mathers"],
"tag": "vallina"},
{
"patterns":["How long will it take ",
"When should I be expecting my order",
"How soon will I get my order",
"How long will I have to wait before getting my order"],
"responses":["Soon, 10 mins time",
"in just 5 mins",
"just give me 8 mins",
"in the next 15 mins"],
"tag": "order_time"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment