-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconversations.json
More file actions
45 lines (45 loc) · 2.31 KB
/
conversations.json
File metadata and controls
45 lines (45 loc) · 2.31 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
[
{
"conversation_id": "conv_001",
"messages": [
{"sender": "user", "text": "12/10/2024, 09:45 AM - Hi, I'm looking for a 2BHK apartment in Dubai 😊"},
{"sender": "agent", "text": "12/10/2024, 09:46 AM - Sure! Do you have any preferred location?"},
{"sender": "user", "text": "12/10/2024, 09:47 AM - Marina or JVC would be great 🏙️"},
{"sender": "agent", "text": "12/10/2024, 09:48 AM - What's your budget? 💰"},
{"sender": "user", "text": "12/10/2024, 09:49 AM - Around 120k. Can we arrange a site visit this week? 🏠"}
]
},
{
"conversation_id": "conv_002",
"messages": [
{"sender": "user", "text": "15/10/2024, 08:30 AM - Hello, I want to know the price of the iPhone 15 Pro 📱"},
{"sender": "agent", "text": "15/10/2024, 08:32 AM - It starts from 1250 USD. Which storage variant are you interested in?"},
{"sender": "user", "text": "15/10/2024, 08:33 AM - Is there any discount available? 🤔"}
]
},
{
"conversation_id": "conv_003",
"messages": [
{"sender": "user", "text": "18/10/2024, 07:15 PM - Hey, my internet isn’t working since yesterday 😡"},
{"sender": "agent", "text": "18/10/2024, 07:16 PM - Sorry for the inconvenience. Have you tried restarting the router? 🔧"},
{"sender": "user", "text": "18/10/2024, 07:17 PM - Yes, still no connection 😕"},
{"sender": "agent", "text": "18/10/2024, 07:18 PM - I will raise a support ticket and our technician will visit soon 🛠️"}
]
},
{
"conversation_id": "conv_004",
"messages": [
{"sender": "user", "text": "20/10/2024, 10:00 AM - Hi, we discussed the villa last week. Any updates? 🏡"},
{"sender": "agent", "text": "20/10/2024, 10:05 AM - Yes, it's still available. Do you want to proceed?"},
{"sender": "user", "text": "20/10/2024, 10:07 AM - Just checking in. I’ll confirm by tomorrow 🙂"}
]
},
{
"conversation_id": "conv_005",
"messages": [
{"sender": "user", "text": "22/10/2024, 08:10 AM - Good morning! Can I book an appointment with the dentist for Thursday? 🦷"},
{"sender": "agent", "text": "22/10/2024, 08:12 AM - Sure! Morning or evening slot? ⏰"},
{"sender": "user", "text": "22/10/2024, 08:13 AM - Evening, please ✅"}
]
}
]