-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresponses.private.json
67 lines (67 loc) · 2.24 KB
/
responses.private.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"categories": [
{
"section": "Sales",
"responses": [
{
"label": "Features",
"text": "Our product comes with a variety of features that cater to your specific needs."
},
{
"label": "Refund",
"text": "We offer a 30-day money-back guarantee if you’re not satisfied with our product."
},
{
"label": "Upgrade",
"text": "You can upgrade your plan at any time by logging into your account."
},
{
"label": "Demo",
"text": "We offer a free demo of our product to help you make an informed decision."
},
{
"label": "Compatibility",
"text": "Our product is compatible with most modern browsers and devices."
},
{
"label": "Cost",
"text": "We have multiple billing options. You can pay yearly and save 10%"
},
{
"label": "Promotion",
"text": "We do offer discounts for our best customers."
}
]
},
{
"section": "Support",
"responses": [
{
"label": "Technical Issue",
"text": "Please provide us with more details regarding the issue you’re facing so that we can assist you better."
},
{
"label": "Billing Issue",
"text": "Please provide us with your account details so that we can look into the billing issue you’re facing."
},
{
"label": "Customer Feedback",
"text": "We appreciate your feedback and will do our best to improve our product and services."
},
{
"label": "Cancel Subscription",
"text": "You can cancel your subscription at any time by logging into your account and navigating to the subscription section."
},
{
"label": "Account Verification",
"text": "For security purposes, we may require you to verify your account before we can proceed with your request."
},
{ "label": "Login", "text": "You can login at https://example.com" },
{
"label": "Forgot Password",
"text": "You can reset your password here at https://example.com/passwordreset"
}
]
}
]
}