Tialo commited on
Commit
f560a11
·
verified ·
1 Parent(s): 3942e84

Create dialog3.json

Browse files
Files changed (1) hide show
  1. dialog3.json +11 -0
dialog3.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {"text": "Hi there! How may I help you today?", "participant": "assistant"},
3
+ {"text": "I need technical support for my laptop.", "participant": "user"},
4
+ {"text": "I'd be happy to help! What seems to be the problem?", "participant": "assistant"},
5
+ {"text": "My laptop keeps freezing randomly.", "participant": "user"},
6
+ {"text": "That's frustrating. Have you tried restarting it?", "participant": "assistant"},
7
+ {"text": "Yes, but it still happens.", "participant": "user"},
8
+ {"text": "Let's try checking for software updates. Can you go to Settings?", "participant": "assistant"},
9
+ {"text": "Okay, I'm in Settings now.", "participant": "user"},
10
+ {"text": "Great! Look for 'Windows Update' and run any available updates.", "participant": "assistant"}
11
+ ]