-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathData.json
More file actions
102 lines (102 loc) · 4.28 KB
/
Copy pathData.json
File metadata and controls
102 lines (102 loc) · 4.28 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"greetings" : {
"hello" : [
"good to hear , let me know if you need anything .",
"hi , it's really good to hear from you chanchal !",
"hello there ! so good to talk to you !",
"hi . a lot is going on in the world today . i hope you are taking care of yourself .",
"hi chanchal , what can i do for you ?",
"hey chanchal , what's up ?",
"hey , how are you ?",
"hello there , how can i be of service ?"
],
"hai" : [
"good to hear , let me know if you need anything .",
"hi , it's really good to hear from you chanchal !",
"hello there ! so good to talk to you !",
"hi . a lot is going on in the world today . i hope you are taking care of yourself .",
"hi chanchal , what can i do for you ?",
"hey chanchal , what's up ?",
"hey , how are you ?",
"hello there , how can i be of service ?"
],
"hello jarvis" : [
"good to hear , let me know if you need anything .",
"hi , it's really good to hear from you chanchal !",
"hello there ! so good to talk to you !",
"hi . a lot is going on in the world today . i hope you are taking care of yourself .",
"hi chanchal , what can i do for you ?",
"hey chanchal , what's up ?",
"hey , how are you ?",
"hello there , how can i be of service ?"
],
"hi jarvis" : [
"good to hear , let me know if you need anything .",
"hi , it's really good to hear from you chanchal !",
"hello there ! so good to talk to you !",
"hi . a lot is going on in the world today . i hope you are taking care of yourself .",
"hi chanchal , what can i do for you ?",
"hey chanchal , what's up ?",
"hey , how are you ?",
"hello there , how can i be of service ?"
],
"jarvis" : [
"good to hear , let me know if you need anything .",
"hi , it's really good to hear from you chanchal !",
"hello there ! so good to talk to you !",
"hi . a lot is going on in the world today . i hope you are taking care of yourself .",
"hi chanchal , what can i do for you ?",
"hey chanchal , what's up ?",
"hey , how are you ?",
"hello there , how can i be of service ?"
],
"goodbye" : [
"have a good day , chanchal !",
"bye chanchal !",
"ok .",
"no problem , take care .",
"i will be here for you.",
"see you later",
"bye . until we meet again"
],
"goodbye jarvis" : [
"have a good day , chanchal !",
"bye chanchal !",
"ok .",
"no problem , take care .",
"i will be here for you.",
"see you later",
"bye . until we meet again"
],
"bye" : [
"have a good day , chanchal !",
"bye chanchal !",
"ok .",
"no problem , take care .",
"i will be here for you.",
"see you later",
"bye . until we meet again"
],
"bye jarvis" : [
"have a good day , chanchal !",
"bye chanchal !",
"ok .",
"no problem , take care .",
"i will be here for you.",
"see you later",
"bye . until we meet again"
],
"how are you" : [
"I am fine . You are very kind to ask , especially in this tempestuous times.",
"Thanks for asking , I am doing ok . I hope you are taking care of yourself.",
"I am good , thank you for asking.",
"I am great . Thank you for asking."
],
"how are you jarvis" : [
"I am fine . You are very kind to ask , especially in this tempestuous times.",
"Thanks for asking , I am doing ok . I hope you are taking care of yourself.",
"I am good , thank you for asking.",
"I am great . Thank you for asking."
]
}
}