Switch to unified view

a b/development/testcase/nlu_test.yml
1
version: "2.0"
2
3
nlu:
4
- intent: what_is
5
  examples: |
6
    - what is [atenolol](entity_name)?
7
    - [benazepril](entity_name)
8
    - tell me what is this
9
    - give me info about it.
10
11
- intent: usage
12
  examples: |
13
    - why do i need [baclofen](entity_name)?
14
    - When is [platelet tests](entity_name) useful?
15
    - Uses of it?
16
    - when i need [anion gap blood](entity_name)?
17
    - What is the purpose of the [ketones in urine](entity_name)?
18
19
- intent: risk
20
  examples: |
21
    - is it Harmful for body?
22
    - What is the risk of an [complete blood count](entity_name)
23
    - is [yeast infection tests](entity_name) risky?
24
    - What is the risk of having an [strep a test](entity_name)?
25
    - is [shbg blood](entity_name) dangerous?
26
27
- intent: lab_result
28
  examples: |
29
    - help me to understand this test result 
30
    - Could you explain my results from the [pleural fluid analysis](entity_name) test to me?
31
    - i can't understand my lab result, help me 
32
33
- intent: lab_prepare
34
  examples: |
35
    - Am I required to do anything before my test
36
    - Will I need to do anything to prepare for the [hiv screening](entity_name)?
37
    - Could you provide some advice about how to prep for an [uric acid test](entity_name)?
38
    - How can I prepare myself for an [fobt](entity_name)
39
40
- intent: lab_during
41
  examples: |
42
    - During the [nasal swab](entity_name), what happens?
43
    - What do I need to do during test?
44
    - What happens during an [immunoglobulins blood test](entity_name)?
45
46
- intent: drug_warning
47
  examples: |
48
    - What warnings do you have about [acetaminophen](entity_name)
49
    - What are the warnings about [bryhali](entity_name)?
50
    - Would you pls tell me about the warnings of [aimovig](entity_name)
51
    - what is warnings of the drug? 
52
53
- intent: drug_dosage
54
  examples: |
55
    - I need information on [berinert](entity_name) dosage.
56
    - Give me [advil](entity_name) dosage information.
57
    - How much [nebivolol](entity_name) should I take.
58
    - How many times per day can I take [kevzara](entity_name)?
59
    - tell me what [xofluza](entity_name) dosage I need.
60
61
- intent: drug_interaction
62
  examples: |
63
    - How does [trazodone](entity_name) interact with other drugs?
64
    - What other drugs will affect [alunbrig](entity_name)?
65
    - Which drugs should not be taken with [glucagon](entity_name)
66
67
- intent: drug_sideeffects
68
  examples: |
69
    - What are [gemfibrozil](entity_name) side effects?
70
    - Are there any [jadenu](entity_name) sideeffects?
71
    - What are its side effects?
72
    - [ketamine](entity_name) side effects?
73
    - Are there any side-effects associated with [vraylar](entity_name)?
74
    - What are the side effects of this drug?
75
76
- intent: greet
77
  examples: |
78
    - hello
79
    - hey
80
    - hi
81
82
- intent: goodbye
83
  examples: |
84
    - bye
85
    - i'll catch you later
86
    - thanks bye
87
88
- intent: new_issue
89
  examples: |
90
    - I want some information about a drug.
91
    - I need some information about a pill.
92
    - I'm looking for lab test details. 
93
94
95
- intent: bot_challenge
96
  examples: |
97
    - are you a bot?
98
    - are you a human?
99
    - am I talking to a bot?