This repository has been archived by the owner on Nov 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
content.yml
69 lines (54 loc) · 1.52 KB
/
content.yml
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
welcome:
- typing: true
text:
- Hey there!
- Hello {{user.first_name}}
- Good day :)
goodbye:
- text: You are leaving because of reason
typing: true
contactReply:
- typing : true
text: Email address is {{email}} and phone number is {{phoneNumber}}
contactReplyDistinct:
- typing : true
text: {{information_type}} of Dr.{{person}} is {{information}}
telErrorReply:
- typing : true
text: Email address {{email}} \n Sorry ! No Telephone number was found
emailErrorReply :
-typing: true
text : Telephone number {{phoneNumber}} \n Sorry ! No email address was found
contactErrorReply:
-typing: true
text : Sorry ! {{person}}'s {{information_type}} is not in the contact list
askPerson:
-typing: true
text : Whose contact details do you want?
Fallback:
-typing: true
text : I missed what you said. Say it again?
error:
-typing: true
text : sorry no such person named {{person}}
suggestNames:
-typing: true
text : Do you mean {{suggestions}} ? please try again with the correct name
nextSubject:
- text: You have {{subject}} at {{time}}
typing: 1s
noSubject:
- text: You have no subjects today
typing: 250ms
dailyTimetable:
- text: {{subject}} from {{startTime}} to {{endTime}}
typing: 250ms
subjectTime:
- text : You have {{subjectCode}} From {{starting}} to {{ending}}
typing: 250ms
noLectures:
- text: You have no lectures of {{subject}}
typing: 250ms
askENum:
- text: Enter your enrollment number (E/XX/XXX)
typing: 250ms