-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdata.json
executable file
·27 lines (27 loc) · 911 Bytes
/
data.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
[
{
"id": "1",
"title": "I am new to AI, how do I chat?",
"content": "Chat with the Hearti AI assistant like you would with your friends or co-workers."
},
{
"id": "2",
"title": "What are Alternative Health Benefits?",
"content": "Alternative health benefits....."
},
{
"id": "3",
"title": "How do I reset my password?",
"content": "Click “Forgot password” from the login page or “Change password” from your profile page. A reset link will be emailed to you."
},
{
"id": "4",
"title": "Can I cancel my plan?",
"content": "Yes! Send us a message and we’ll process your request no questions asked."
},
{
"id": "5",
"title": "Do you provide additional support?",
"content": "Chat and email support is available 24/7. Phone lines are open during normal business hours."
}
]