您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

14 行
244 B

  1. version: "3.1"
  2. rules:
  3. - rule: Say goodbye anytime the user says goodbye
  4. steps:
  5. - intent: goodbye
  6. - action: utter_goodbye
  7. - rule: Say 'I am a bot' anytime the user challenges
  8. steps:
  9. - intent: bot_challenge
  10. - action: utter_iamabot