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

14 line
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