CoolFace
Apppublic

pvanand/RASA_moodbot

sourceHugging Facemitupdated 3y agoView on Hugging Face
2likes
rules.yml14 linesDownload Raw Back to data
1version: "3.1"2 3rules:4 5- rule: Say goodbye anytime the user says goodbye6  steps:7  - intent: goodbye8  - action: utter_goodbye9 10- rule: Say 'I am a bot' anytime the user challenges11  steps:12  - intent: bot_challenge13  - action: utter_iamabot14