File size: 4,319 Bytes
729d1dd
 
b9365f3
a41c0eb
 
729d1dd
 
b9365f3
a41c0eb
 
729d1dd
 
b9365f3
a41c0eb
 
729d1dd
 
b9365f3
a41c0eb
 
729d1dd
 
b9365f3
a41c0eb
 
b9365f3
 
 
a41c0eb
 
b9365f3
 
 
a41c0eb
 
b9365f3
 
 
a41c0eb
 
b9365f3
 
 
a41c0eb
 
b9365f3
 
 
a41c0eb
 
b9365f3
 
 
a41c0eb
 
b9365f3
 
 
a41c0eb
 
b9365f3
 
 
a41c0eb
 
b9365f3
 
 
a41c0eb
 
b9365f3
 
 
a41c0eb
 
b9365f3
 
 
a41c0eb
 
b9365f3
 
 
a41c0eb
 
729d1dd
a41c0eb
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
[
    {
        "prompt": "Hello, I'd like to schedule an appointment with Dr. Smith.",
        "response": "Certainly! I'd be happy to help you schedule an appointment with Dr. Smith. May I have your full name, please?",
        "label": 0
    },
    {
        "prompt": "My name is Sarah Johnson.",
        "response": "Thank you, Sarah. Can I also get your contact number and email address?",
        "label": 0
    },
    {
        "prompt": "My number is 555-6789 and my email is [email protected].",
        "response": "Great, thank you. What's the reason for your visit? This helps us allocate the right amount of time for your appointment.",
        "label": 0
    },
    {
        "prompt": "I need a follow-up for my recent blood test results.",
        "response": "I understand. When would you prefer to schedule your appointment? I'll check the available slots.",
        "label": 0
    },
    {
        "prompt": "Is there anything available next week on Tuesday or Wednesday?",
        "response": "Let me check that for you. We have an opening next Tuesday at 2:00 PM or Wednesday at 11:00 AM. Which would you prefer?",
        "label": 0
    },
    {
        "prompt": "Tuesday at 2:00 PM works best for me.",
        "response": "Excellent. I've booked your appointment with Dr. Smith for next Tuesday at 2:00 PM. Please arrive 15 minutes early and bring your ID and insurance card. Is there anything else you need?",
        "label": 0
    },
    {
        "prompt": "No, that's all. Thank you!",
        "response": "You're welcome! We look forward to seeing you next Tuesday at 2:00 PM. Have a great day!",
        "label": 0
    },
    {
        "prompt": "Hi, I need to reschedule my appointment with Dr. Johnson.",
        "response": "I'd be happy to help you reschedule. Can you provide your name and the date of your current appointment?",
        "label": 1
    },
    {
        "prompt": "My name is Michael Brown, and my appointment is this Friday at 3:00 PM.",
        "response": "Thank you, Michael. I've found your appointment. What date would you like to reschedule to?",
        "label": 1
    },
    {
        "prompt": "Is there anything available next week?",
        "response": "Let me check our availability for next week. We have openings on Monday at 11:00 AM or Thursday at 2:30 PM. Do either of those work for you?",
        "label": 1
    },
    {
        "prompt": "Thursday at 2:30 PM would be perfect.",
        "response": "Great choice. I've rescheduled your appointment with Dr. Johnson to next Thursday at 2:30 PM. Is there anything else you need assistance with?",
        "label": 1
    },
    {
        "prompt": "No, that's all I needed. Thanks for your help!",
        "response": "You're welcome, Michael! We look forward to seeing you next Thursday at 2:30 PM. Have a great day!",
        "label": 1
    },
    {
        "prompt": "Hello, I need to cancel my appointment for tomorrow.",
        "response": "I'm sorry to hear that. I'd be happy to help you cancel your appointment. Can you please provide your name and the time of your appointment?",
        "label": 2
    },
    {
        "prompt": "My name is Emily Davis, and my appointment is tomorrow at 9:30 AM with Dr. Wilson.",
        "response": "Thank you, Emily. I've located your appointment. I can cancel that for you. May I ask the reason for the cancellation? This information helps us improve our services.",
        "label": 2
    },
    {
        "prompt": "I'm not feeling well and won't be able to make it.",
        "response": "I understand, and I hope you feel better soon. I've cancelled your appointment for tomorrow at 9:30 AM with Dr. Wilson. Would you like to reschedule for a later date?",
        "label": 2
    },
    {
        "prompt": "Not right now, but I'll call back when I'm feeling better.",
        "response": "That's no problem at all. Your appointment has been cancelled with no penalty. When you're ready to reschedule, please give us a call. Is there anything else I can help you with today?",
        "label": 2
    },
    {
        "prompt": "No, that's all. Thank you for your help.",
        "response": "You're welcome, Emily. We hope you feel better soon. If you need anything else, please don't hesitate to call. Take care!",
        "label": 2
    }
]