-
Notifications
You must be signed in to change notification settings - Fork 3
/
test1.json
59 lines (57 loc) · 2.27 KB
/
test1.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{"intents": [
{"tag": "greeting",
"patterns": ["hai","helloi","heya"]
},
{"tag": "goodbye",
"patterns": ["see you","bye bye"]
},
{"tag": "thanks",
"patterns": ["okay thanks","that helps","thanks for reply"]
},
{"tag": "noanswer",
"patterns": ["this is not working","no not working"]
},
{"tag": "options",
"patterns": ["what is your job?","what do you do","how can you help me"]
},
{"tag": "Password Reset",
"patterns": ["password reset issue","my password is not working","i dont remember password","how to change password","I cannot login"]
},
{"tag": "E-mail id",
"patterns": ["skdf@gmail.com","sathvi@yahoo.com","youme@outlook.com"]
},
{"tag": "Blue Sreen issue",
"patterns": ["screen blacked out","my screen went blue","blue screen issue","screen is blue"]
},
{"tag": "Deleted files",
"patterns": ["i dont find my files", "where can i find deleted files"]
},
{"tag": "Unsaved Document",
"patterns": ["i didn't save the document","i closed without saving,what to do?"]
},
{"tag": "Slow Computer",
"patterns": ["computer is slow","computer is working very slow","why is computer slow","how to make computer work fast"]
},
{"tag": "Unexpected Shut Down",
"patterns": ["my computer shut down suddenly","computer shutdown","system shutdown"]
},
{"tag": "Printing issues",
"patterns": ["printer not working","printer is not working","printing is not working"]
},
{"tag": "Vague",
"patterns": ["its not working","something is wrong"]
},
{"tag": "Virus",
"patterns": ["there is virus","how to remove virus","my computer has virus"]
},
{"tag": "Mouse",
"patterns": ["the mouse is not working","mouse cursor not showing","mouse problem"]
},
{"tag": "USB",
"patterns": ["usb is not recognized","pendrive is not recognised","usb not detected"]
},
{"tag": "Slow Internet",
"patterns": ["internet is slow","no internet connection","internet not working"]
}
]
}