您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- version: "3.1"
-
- rules:
-
- - rule: Say goodbye anytime the user says goodbye
- steps:
- - intent: goodbye
- - action: utter_goodbye
-
- - rule: Say 'I am a bot' anytime the user challenges
- steps:
- - intent: bot_challenge
- - action: utter_iamabot
|