Create call_center_data.json
Browse files- call_center_data.json +20 -0
call_center_data.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"ticket_id": "T-1001",
|
| 4 |
+
"customer": "Acme Corp",
|
| 5 |
+
"description": "Customer cannot log into their account after password reset.",
|
| 6 |
+
"resolution": "Reset password again and confirmed account access."
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"ticket_id": "T-1002",
|
| 10 |
+
"customer": "Globex Inc",
|
| 11 |
+
"description": "Payment failed on checkout page; error code 402.",
|
| 12 |
+
"resolution": "Updated billing info and retried transaction successfully."
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"ticket_id": "T-1003",
|
| 16 |
+
"customer": "Initech",
|
| 17 |
+
"description": "Order confirmation email not received.",
|
| 18 |
+
"resolution": "Resent confirmation email and verified spam folder."
|
| 19 |
+
}
|
| 20 |
+
]
|