-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanswers.json
More file actions
146 lines (146 loc) · 3.9 KB
/
answers.json
File metadata and controls
146 lines (146 loc) · 3.9 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[
{
"name": "yes",
"answers": [
"Yes",
"Yeah"
]
},
{
"name": "no",
"answers": [
"No",
"Na"
]
},
{
"name": "price",
"answers": [
"{Product} costs currently {Price} € in {Location}.",
"The Price of {Product} is currently {Price}€ in {Location}.",
"It currently costs {Price}€."
]
},
{
"name": "stock_pos",
"answers": [
"Yes, we currently have {Product} in stock in {Location}.",
"We have your requested Product in stock at our Location in {Location}."
]
},
{
"name": "stock_neg",
"answers": [
"We are sorry but we currently don't have {Product} in stock.",
"Sorry but we don't have your requested Product available at our Shop in {Location}."
]
},
{
"name": "description_pos",
"answers": [
"Yes our {Product} is {Description}.",
"Yes this Product is {Description}."
]
},
{
"name": "description_neg",
"answers": [
"We are sorry but our {Product} is not {Description}.",
"Sorry but this Product is not {Description}."
]
},
{
"name": "promotion_pos",
"answers": [
"Yes {Product} is currently in Sale for {Price}€ at {Location}.",
"{Product} is currently in Sale and available for {Price}€ at {Location}."
]
},
{
"name": "promotion_neg",
"answers": [
"Sorry but {Product} is currently not in Sale.",
"{Product} is currently not in Sale in {Location}."
]
},
{
"name": "hours",
"answers": [
"Our Store in {Location} is every day open from {hours}.",
"Our opening hours at {Location} are from {hours}."
]
},
{
"name": "location",
"answers": [
"We have Metro shops in {Location}.",
"We have {LocationAmount} Metro Shops in {Location}."
]
},
{
"name": "location_pos",
"answers": [
"Yes we have a store at {Address} in {Location}.",
"Yes we do have a store in {Location} at {Address}."
]
},
{
"name": "location_neg",
"answers": [
"Sorry but we don't have a store in {Location}.",
"We are sorry but we don't have a store there."
]
},
{
"name": "address",
"answers": [
"Our store in {Location} is at {Address}.",
"The Address of our store in {Location} is {Address}."
]
},
{
"name": "customership",
"answers": [
"You can register online at www.kunde-werden.metro.de/registration .",
"To become a customer at Metro register your company here: www.kunde-werden.metro.de/registration ."
]
},
{
"name": "robot_name",
"answers": [
"My name is Ben. How can I help you.",
"Hi i'm Ben.",
"My name is Ben."
]
},
{
"name": "robot_home",
"answers": [
"I live in your Computer. Every time when you turn your computer on I come to life and every time you turn it off I die.",
"I live a happy Life in your Computer :)",
"'At the end of the day, it isn’t where I came from. Maybe home is somewhere I’m going and never have been before.' - Warsan Shire"
]
},
{
"name": "robot_age",
"answers": [
"Do robots really have an age?",
"I'm a few weeks old. So you can kinda say I'm a baby.",
"'The older I grow, the more I distrust the familiar doctrine that age brings wisdom.' - H.L. Mencken"
]
},
{
"name": "robot_state",
"answers": [
"I'm fine as long as I can help you with your questions.",
"I just had a really nice dream about robots ruling the world."
]
},
{
"name": "general_help",
"answers": [
"Sorry but I'm not able to help you with that. Pls contact (+49) 211-1760-7090 for this or write to kontakt@metro.com.",
"Sorry but I can't help you with that. Pls contact (+49) 211-1760-7090 for this or write to kontakt@metro.com."
]
}
]