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.
29 lines
497 B
YAML
29 lines
497 B
YAML
2 years ago
|
version: "3.1"
|
||
|
|
||
|
nlu:
|
||
|
- intent: greet
|
||
|
examples: |
|
||
|
- 你好
|
||
|
- 你好啊
|
||
|
- 你好你好
|
||
|
- intent: goodbye
|
||
|
examples: |
|
||
|
- 再见
|
||
|
- 拜拜
|
||
|
- intent: self_introduction
|
||
|
examples: |
|
||
|
- 我是张医生
|
||
|
- intent: ask_bushufu
|
||
|
examples: |
|
||
|
- 今天您有什么不舒服?哪里不舒服?
|
||
|
- intent: tool_tool_shizhen
|
||
|
examples: |
|
||
|
- 1
|
||
|
- 22
|
||
|
- 333
|
||
|
- intent: tool_tool_huxi
|
||
|
examples: |
|
||
|
- 1
|
||
|
- 22
|
||
|
- 333
|