-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintents1.json
36 lines (36 loc) · 1.97 KB
/
intents1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{"intents": [
{"tag": "greeting",
"patterns": ["Hi", "How are you", "Is anyone there?", "Hello", "Good day"],
"responses": ["Hello, Welcome to the best restraunt in the city", "Good to see you", "Hi there, welcome to the best restraunt in the city. How can I help?, Good day to you too"],
"context_set": ""
},
{"tag": "goodbye",
"patterns": ["Bye", "See you later", "Goodbye"],
"responses": ["See you later, thanks for visiting", "Have a nice day", "Bye! Come back again soon."]
},
{"tag": "thanks",
"patterns": ["Thanks", "Thank you", "That's helpful"],
"responses": ["Happy to help!", "Any time!", "My pleasure"]
},
{"tag": "hours",
"patterns": ["What hours are you open?", "What are your hours?", "When are you open?", "When do you close?" ],
"responses": ["We're open every day 9am-9pm", "Our hours are 9am-9pm every day"]
},
{"tag": "payments",
"patterns": ["Do you take credit cards?", "Do you accept Mastercard?", "Are you cash only?","How do you take payments?" ],
"responses": ["We accept VISA, Mastercard and AMEX", "We accept most major credit cards"]
},
{"tag": "opentoday",
"patterns": ["Are you open today?", "When do you open today?", "What are your hours today?"],
"responses": ["We're open every day from 9am-9pm", "Our hours are 9am-9pm every day"]
},
{"tag": "recommendation",
"patterns": ["What is your speciality?","Would you recommend anything","What are the recommendations for today?"],
"responses": ["Shahi paneer is a must try", "paneer tikka is a must try", "palak paneer is a must try", "malai kofta is a must try", "Gulab jamun is a must try", "Hot choclate fudge is a must try"]
},
{"tag": "images",
"patterns":["Show me something delicious", "Show me a photo of your recommendation"],
"responses" :[]
}
]
}