forked from Peehu1308/DocNow_CodeSlush__Hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintents.json
99 lines (99 loc) · 3.45 KB
/
intents.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"intents": [
{
"name": "GeneralHealthSymptoms",
"displayName": "What are the symptoms of the flu?",
"trainingPhrases": [
"What are the symptoms of the flu?",
"Tell me about flu symptoms",
"Flu symptoms",
"How do I know if I have the flu?"
],
"responses": [
{
"text": {
"text": [
"The flu typically includes symptoms such as fever, cough, sore throat, runny or stuffy nose, muscle or body aches, headaches, and fatigue. If you suspect you have the flu, it's important to consult with a healthcare provider."
]
}
}
]
},
{
"name": "AppointmentScheduling",
"displayName": "How can I schedule an appointment with Dr. Smith?",
"trainingPhrases": [
"How can I schedule an appointment with Dr. Smith?",
"I need to book an appointment with Dr. Smith",
"Schedule appointment with Dr. Smith",
"Dr. Smith appointment scheduling"
],
"responses": [
{
"text": {
"text": [
"To schedule an appointment with Dr. Smith, you can visit our appointment scheduling page [link], call our office at [phone number], or use our online booking system [link]."
]
}
}
]
},
{
"name": "MedicationInformation",
"displayName": "What are the side effects of my medication?",
"trainingPhrases": [
"What are the side effects of my medication?",
"Tell me the side effects of my medication",
"Medication side effects",
"What should I expect from my medication?"
],
"responses": [
{
"text": {
"text": [
"For information about the side effects of your medication, please refer to the medication guide provided with your prescription or consult with your pharmacist or healthcare provider. You can also look up specific medications on reliable medical websites."
]
}
}
]
},
{
"name": "InsuranceAndBilling",
"displayName": "What insurance plans do you accept?",
"trainingPhrases": [
"What insurance plans do you accept?",
"List of accepted insurance plans",
"Do you accept my insurance?",
"Insurance information"
],
"responses": [
{
"text": {
"text": [
"We accept a variety of insurance plans. For a detailed list of accepted plans, please visit our insurance page [link] or contact our billing department at [phone number]."
]
}
}
]
},
{
"name": "MentalHealthSupport",
"displayName": "How can I manage anxiety effectively?",
"trainingPhrases": [
"How can I manage anxiety effectively?",
"Anxiety management tips",
"How to deal with anxiety",
"Best ways to manage anxiety"
],
"responses": [
{
"text": {
"text": [
"Managing anxiety can involve practices such as mindfulness, cognitive-behavioral therapy (CBT), regular physical activity, and seeking support from a mental health professional. It’s important to find strategies that work for you and consult with a healthcare provider for personalized support."
]
}
}
]
}
]
}