Hunzla commited on
Commit
29df80b
1 Parent(s): 10bd715

Create tasks.json

Browse files
Files changed (1) hide show
  1. tasks.json +62 -0
tasks.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": {
3
+ "0":[ "I'm not interested. Please don't call me again.",
4
+ "I'm too busy right now. Can you call back later?",
5
+ "Sorry, I'm not in the market for any services right now.",
6
+ "I've had a bad experience with your company before. I'm not interested.",
7
+ "I've already found a solution that works for me.",
8
+ "I've just received a similar call from your company. It's getting annoying.",
9
+ "I'm not interested in anything you're offering.",
10
+ "I don't have the budget for this at the moment.",
11
+ "I'm not the decision-maker for this in my company.",
12
+ "I've heard negative things about your company. I don't want to proceed.",
13
+ "I'm not interested right now. Please remove me from your list.",
14
+ "I'm on a Do Not Call list. You should not be calling me.",
15
+ "I've been contacted by your company multiple times. Please stop."],
16
+ "1":["Tell me more about your services. I'm interested.",
17
+ "Could you provide me with some information on the pricing and packages?",
18
+ "I'm looking for a solution to a specific problem, can your service help with that?",
19
+ "I've heard good things about your company. Can you tell me what sets you apart from the competition?",
20
+ "I'm curious about your customer reviews and testimonials. Do you have any you can share?",
21
+ "I'm ready to make a purchase. How can I do that?",
22
+ "I'm interested in scheduling a demo or a trial of your service.",
23
+ "I'd like to know more about your availability for support or assistance.",
24
+ "What's your pricing for the services you offer?",
25
+ "Can you send me more information via email?",
26
+ "This sounds interesting. Could you send me more details?",
27
+ "What are your working hours for customer support?",
28
+ "I'd like to explore your service further. What's the next step?" ]
29
+ },
30
+ "1": {
31
+ "0":[
32
+ "I'm not interested. Please don't call me again.",
33
+ "I'm too busy right now. Can you call back later?",
34
+ "Sorry, I'm not in the market for any services right now.",
35
+ "I've had a bad experience with your company before. I'm not interested.",
36
+ "I've already found a solution that works for me.",
37
+ "I've just received a similar call from your company. It's getting annoying.",
38
+ "I'm not interested in anything you're offering.",
39
+ "I don't have the budget for this at the moment.",
40
+ "I'm not the decision-maker for this in my company.",
41
+ "I've heard negative things about your company. I don't want to proceed.",
42
+ "I'm not interested right now. Please remove me from your list.",
43
+ "I'm on a Do Not Call list. You should not be calling me.",
44
+ "I've been contacted by your company multiple times. Please stop."
45
+ ],
46
+ "1":[
47
+ "Tell me more about your services. I'm interested.",
48
+ "Could you provide me with some information on the pricing and packages?",
49
+ "I'm looking for a solution to a specific problem, can your service help with that?",
50
+ "I've heard good things about your company. Can you tell me what sets you apart from the competition?",
51
+ "I'm curious about your customer reviews and testimonials. Do you have any you can share?",
52
+ "I'm ready to make a purchase. How can I do that?",
53
+ "I'm interested in scheduling a demo or a trial of your service.",
54
+ "I'd like to know more about your availability for support or assistance.",
55
+ "What's your pricing for the services you offer?",
56
+ "Can you send me more information via email?",
57
+ "This sounds interesting. Could you send me more details?",
58
+ "What are your working hours for customer support?",
59
+ "I'd like to explore your service further. What's the next step?"
60
+ ]
61
+ }
62
+ }