-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.yml
44 lines (38 loc) · 830 Bytes
/
domain.yml
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
version: "3.1"
intents:
- greet
- goodbye
- ask_medicine
- medicine
- ask_hospital
- ask_department
- medical_hospital
- medical_department
- health_advice
- symptoms
entities:
- disease
- symptom
slots:
disease:
type: text
mappings:
- type: from_entity
entity: disease
responses:
utter_greet:
- text: "Hello! How can I assist you today?"
utter_ask_disease:
- text: "Please provide the name of the condition or disease you are experiencing."
utter_goodbye:
- text: "Goodbye! Have a great day!"
actions:
- action_operator_agent
- action_greeting_agent
- action_medicine_agent
- action_medical_hospital_agent
- action_medical_department_agent
- user_proxy_agent
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true