Tialo commited on
Commit
d4118da
·
verified ·
1 Parent(s): 080d211

Create dialog1.json

Browse files
Files changed (1) hide show
  1. dialog1.json +11 -0
dialog1.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {"text": "Hello! How can I assist you today?", "participant": "assistant"},
3
+ {"text": "I need help booking a hotel room.", "participant": "user"},
4
+ {"text": "Of course! What city are you looking to stay in?", "participant": "assistant"},
5
+ {"text": "I'm looking for something in New York.", "participant": "user"},
6
+ {"text": "Great! What dates do you need?", "participant": "assistant"},
7
+ {"text": "From March 15th to March 18th.", "participant": "user"},
8
+ {"text": "Perfect! I found several options. Would you prefer downtown or near the airport?", "participant": "assistant"},
9
+ {"text": "Downtown would be better.", "participant": "user"},
10
+ {"text": "Excellent choice! I'll send you some downtown hotel options.", "participant": "assistant"}
11
+ ]