mirror of
https://github.com/pyt0xic/pablo-bot.git
synced 2024-11-23 02:29:28 +01:00
14 lines
244 B
YAML
14 lines
244 B
YAML
|
version: "2.0"
|
||
|
|
||
|
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
|