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.
|
- 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
|