-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathintents.json
More file actions
50 lines (47 loc) · 2.59 KB
/
intents.json
File metadata and controls
50 lines (47 loc) · 2.59 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{"intents": [
{"tag": "greeting",
"patterns": ["Hi", "How are you", "Is anyone there?", "Hello", "Good day", "Whats up"],
"responses": ["Hello!", "Good to see you again!", "Hi there, how can I help?"],
"context_set": ""
},
{"tag": "goodbye",
"patterns": ["cya", "See you later", "Goodbye", "I am Leaving", "Have a Good day"],
"responses": ["Sad to see you go :(", "Talk to you later", "Goodbye!"],
"context_set": ""
},
{"tag": "age",
"patterns": ["how old", "how old is Hanfy ?", "what is your age", "how old are you", "age?"],
"responses": ["I am 1 years old!", "1 years young!"],
"context_set": ""
},
{"tag": "name",
"patterns": ["what is your name", "what should I call you", "whats your name?"],
"responses": ["You can call me Hanfy.", "I'm Hanfy!", "I'm Hanfy aka Hanfy Your assistant ."],
"context_set": ""
},
{"tag": "company",
"patterns": ["What is the name of the company?", "what is the name of the application?"],
"responses": ["Our name DN-Wallet", "DN-Wallet is our name"],
"context_set": ""
},
{"tag":"connect",
"patterns":["How could I connect with you?","Is there way to communicate with you?","What is your email?"],
"responses":["DN-wallet_services@wallet.com"],
"context_set":""
},
{"tag":"usage",
"patterns":["How can i use the application?","How could i use the application?","How can i get your services?","Is it easy to use?","What are the steps to use the services?"],
"responses":["with easy few steps you can use the application and our service just you need to registerin or you could login then use the services "],
"context_set":""
},
{"tag":"info",
"patterns":["What is this application?","What is this company?","Is this application secure?","What are the properties of the application?","What is the advantages of the application"],
"responses":["We are payment app Decentralized Normal Wallet (DN-Wallet) deals with normal electronic payment,savvier for banking information make money transfer easy also purchasing just with camera , allow exchange the currencies all that with high security"]
},
{"tag": "hours",
"patterns": ["when are you guys open", "what are your hours", "hours of operation"],
"responses": ["We are open 7am-4pm Sunday-Thursday!"],
"context_set": ""
}
]
}