diff --git a/data/rules.yml b/data/rules.yml index 08685f8..efb5fd1 100644 --- a/data/rules.yml +++ b/data/rules.yml @@ -16,4 +16,19 @@ rules: steps: - action: signup_form - active_loop: null - - action: utter_signedup \ No newline at end of file + - action: utter_signedup + + - rule: out_of_scope + steps: + - intent: out_of_scope + - action: utter_out_of_scope + + - rule: bot_challange + steps: + - intent: bot_challange + - action: utter_bot_challenge + + - rule: bye + steps: + - intent: bye + - action: utter_bye \ No newline at end of file