-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
143 lines (143 loc) · 5.33 KB
/
data.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
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
[
{
"user": "how to upload image",
"keywords": ["upload", "image", "photo", "post" ,"picture"],
"response": "Sure, Starting the tutorial on uploading image",
"steps": "upload_image",
"type": "help"
},
{
"user": "how to sign in",
"keywords": ["sign", "log", "account", "access", "authentication"],
"response": "Sure, Starting the tutorial on signing in",
"steps": "sign_in",
"type": "help"
},
{
"user": "how to buy products",
"keywords": ["buy", "purchase", "shop", "order", "products"],
"response": "Sure, Starting the tutorial on buying products",
"steps": "buy_products",
"type": "help"
},
{
"user": "hi",
"keywords": ["hi", "hello", "greet", "welcome", "hey"],
"response": "Hello! How can I assist you today?",
"type": "general"
},
{
"user": "hello",
"keywords": ["hello", "hi", "greet", "welcome", "hey"],
"response": "Hi there! How can I help you?",
"type": "general"
},
{
"user": "good day",
"keywords": ["day", "greet", "hello", "welcome", "hi"],
"response": "Hello! Welcome to Amazon support. How can I assist you today?",
"type": "general"
},
{
"user": "hi there",
"keywords": ["hi", "hello", "greet", "welcome", "hey"],
"response": "Hey! How may I assist you?",
"type": "general"
},
{
"user": "good morning",
"keywords": ["morning", "greet", "hello", "welcome", "hi"],
"response": "Good morning! How can I assist you?",
"type": "general"
},
{
"user": "good afternoon",
"keywords": ["afternoon", "greet", "hello", "welcome", "hi"],
"response": "Good afternoon! What can I help you with?",
"type": "general"
},
{
"user": "evening",
"keywords": ["evening", "greet", "hello", "welcome", "hi"],
"response": "Good evening! How may I assist you?",
"type": "general"
},
{
"user": "howdy",
"keywords": ["howdy", "hello", "greet", "welcome", "hi"],
"response": "Howdy! How can I assist you?",
"type": "general"
},
{
"user": "hi Amazon",
"keywords": ["amazon", "hi", "hello", "greet", "welcome"],
"response": "Hello! Welcome to Amazon support. How can I assist you?",
"type": "general"
},
{
"user": "what can you do for me?",
"keywords": ["help", "assist", "support", "service", "capabilities"],
"response": "I can assist you with orders, product recommendations, returns, refunds, account security, and more. How can I help you today?",
"type": "general"
},
{
"user": "do you have time to help me?",
"keywords": ["help", "assist", "support", "time", "available"],
"response": "Of course! I'm here to assist you. What can I do for you?",
"type": "general"
},
{
"user": "could you please help me?",
"keywords": ["help", "assist", "support", "please", "request"],
"response": "Absolutely! How can I assist you?",
"type": "general"
},
{
"user": "can you assist with a purchase issue?",
"keywords": ["purchase", "issue", "problem", "help", "order"],
"response": "Certainly! Please provide details of the issue, and I'll do my best to help.",
"type": "general"
},
{
"user": "need help with an order",
"keywords": ["order", "help", "purchase", "issue", "problem"],
"response": "Sure! Please let me know your order details or the issue you're facing.",
"type": "general"
},
{
"user": "looking for product recommendations",
"keywords": ["recommendations", "products", "suggest", "advice", "options"],
"response": "Of course! What type of product are you looking for? I can suggest some options.",
"type": "general"
},
{
"user": "how do I return an item?",
"keywords": ["return", "item", "refund", "process", "send back"],
"response": "To return an item, you can initiate the return process through your Amazon account. Would you like detailed instructions?",
"type": "general"
},
{
"user": "what's the status of my delivery?",
"keywords": ["delivery", "status", "tracking", "shipment", "order"],
"response": "Let me check that for you. Please provide your order number or tracking details.",
"type": "general"
},
{
"user": "any updates on my refund?",
"keywords": ["refund", "update", "status", "money", "return"],
"response": "I can check the status of your refund. Please provide me with the details of your return.",
"type": "general"
},
{
"user": "how secure is my account?",
"keywords": ["secure", "security", "account", "protection", "safety"],
"response": "Your account security is important to us. We use advanced security measures to protect your information. Is there something specific you're concerned about?",
"type": "general"
},
{
"user": "how much is the price",
"keywords": ["price", "cost", "amount", "rate", "value"],
"response": "We have multiple ranges starting from 100Rs",
"type": "general"
}
]