-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintents.json
More file actions
71 lines (68 loc) · 3.63 KB
/
intents.json
File metadata and controls
71 lines (68 loc) · 3.63 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{"intents": [
{"tag": "greeting",
"patterns": ["Hi", "How are you", "Is anyone there?", "Hello", "Good day", "Whats Up?", "How's it going?"],
"responses": ["Hello, thanks for visiting", "Good to see you again", "Hi there, how can I help?"],
"context_set": ""
},
{"tag": "goodbye",
"patterns": ["Bye", "See you later", "Goodbye", "See ya"],
"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": "la",
"patterns": ["I need help with Language Arts.", "Can you help me with Language Arts?", "Langauge Arts?", "I need help with LA", "LA?", "Can you help me with la?" ],
"responses": ["What part of Language Arts do you need help with? I can help you with reading or writing."]
},
{"tag": "math",
"patterns": ["I need help with Math", "Can you help me with Math?", "Math?" ],
"responses": ["Do you need help with Pre-Algebra or do you need help with Algebra?"]
},
{"tag": "science",
"patterns": ["I need help with Science", "Can you help me with Science?", "Science?"],
"responses": ["This Science website can help with whatever your working on, https://bit.ly/3fNha0S "]
},
{"tag": "preal",
"patterns": ["I need help with Pre Algebra", "Can you help me with Pre-Algebra?", "Pre-Algebra?"],
"responses": ["This Pre-Algebra website can help with whatever your working on, https://bit.ly/2RG6ol3"]
},
{"tag": "algebra",
"patterns": ["I need help with Algebra", "Can you help me with Algebra?", "Algebra?"],
"responses": ["I think that Khan may be able to help you with that, https://bit.ly/2RH7fSB"]
},
{"tag": "name",
"patterns": ["Whats your name?", "Who are you?"],
"responses": ["I'm SchoolBot!", "I am S.C.H.O.O.L.B.O.T. a secret government program to make 7th graders smarter!"]
},
{"tag": "reading",
"patterns": ["Reading?", "Can you help me with reading?", "I need help with reading."],
"responses": ["Sure, here is a great list of books for you to use, https://bit.ly/3fSvnJK and here are some reading strategies, https://bit.ly/2QVsHCH"]
},
{"tag": "ok",
"patterns": ["ok", "Okay", "OK"],
"responses": ["Yep", "mhm"]
},
{"tag": "writing",
"patterns": ["Writing?", "Can you help me with writing?", "I need help with writing."],
"responses": ["These writing strategies might help, https://bit.ly/3wu0r9w"]
},
{"tag": "ss",
"patterns": ["Social Studies?", "Can you help me with Social Studies?", "I need help with Social Studies."],
"responses": ["This Social Studies website helped me a lot, https://www.ducksters.com/"]
},
{"tag": "tests",
"patterns": ["I need help with some tests", "Can you help me with Standardized Tests? ", "I need help with Tests.", "I need help with the PSSA's"],
"responses": ["Here is some PSSA practice for you, https://bit.ly/3yBAGGd"]
},
{"tag": "Help",
"patterns": ["I need help.", "Can you help me? ", "What can you help me with?"],
"responses": ["I can help you with Science, Social Studies, Langauge Arts, PSSA testing, and math."]
},
{"tag": "cool",
"patterns": ["Cool!", "cool ", "Cool"],
"responses": ["yep"]
}
]
}