Commit
•
155b4e8
1
Parent(s):
02c9c5d
Delete RASA moodbot model code (#30)
Browse files- Delete RASA moodbot model code (ae2faf9e6c6b1673c53c01e89f307f716f4270a5)
Co-authored-by: Anand <pvanand@users.noreply.huggingface.co>
- data/rules.yml +0 -13
data/rules.yml
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
version: "3.1"
|
2 |
-
|
3 |
-
rules:
|
4 |
-
|
5 |
-
- rule: Say goodbye anytime the user says goodbye
|
6 |
-
steps:
|
7 |
-
- intent: goodbye
|
8 |
-
- action: utter_goodbye
|
9 |
-
|
10 |
-
- rule: Say 'I am a bot' anytime the user challenges
|
11 |
-
steps:
|
12 |
-
- intent: bot_challenge
|
13 |
-
- action: utter_iamabot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|