Create dialog2.json
Browse files- dialog2.json +11 -0
dialog2.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{"text": "Welcome! What can I help you with?", "participant": "assistant"},
|
3 |
+
{"text": "I want to order some food for delivery.", "participant": "user"},
|
4 |
+
{"text": "Sure! What type of cuisine are you in the mood for?", "participant": "assistant"},
|
5 |
+
{"text": "Maybe some Italian food?", "participant": "user"},
|
6 |
+
{"text": "Great choice! Pizza or pasta?", "participant": "assistant"},
|
7 |
+
{"text": "I think I'll go with pizza.", "participant": "user"},
|
8 |
+
{"text": "What toppings would you like on your pizza?", "participant": "assistant"},
|
9 |
+
{"text": "Pepperoni and mushrooms, please.", "participant": "user"},
|
10 |
+
{"text": "Perfect! Your pepperoni and mushroom pizza will be ready in 30 minutes.", "participant": "assistant"}
|
11 |
+
]
|