You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
virtual-patient/domain.yml

34 lines
647 B
YAML

version: "3.1"
intents:
- self_introduction
- goodbye
- greet
- ask_bushufu
responses:
utter_self_introduction:
- text: "再见"
utter_goodbye:
- text: "你好医生"
utter_greet:
- text: "你好"
utter_ask_bushufu:
- text: "我最近感觉心跳特别快,喘不上气。"
utter_tool_tool_shizhen:
- text: "---tool---1"
utter_tool_tool_huxi:
- text: "---tool---10"
actions:
- utter_self_introduction
- utter_goodbye
- utter_greet
- utter_ask_bushufu
- utter_tool_tool_shizhen
- utter_tool_tool_huxi
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true