File size: 993 Bytes
729d1dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
    {
        "prompt": "I’d be happy to help you book an appointment. Can I have your full name and contact number, please?",
        "response": "Sure, my name is John Doe and my contact number is 555-1234."
    },
    {
        "prompt": "What is the reason for your visit? This helps us allocate the right amount of time for your appointment.",
        "response": "I need a consultation for my back pain."
    },
    {
        "prompt": "When would you prefer to schedule your appointment? I’ll check the available slots for that day.",
        "response": "Next Monday morning."
    },
    {
        "prompt": "We have an opening at 10:00 AM. Does that work for you?",
        "response": "Yes, that works."
    },
    {
        "prompt": "Great! I’ve booked your appointment for next Monday at 10:00 AM. Please arrive 10 minutes early and bring your ID and insurance card. Is there anything else I can help you with?",
        "response": "No, that’s all. Thank you!"
    }
]