add rules from pytoxic
This commit is contained in:
parent
c862889cd5
commit
42b153cb0e
@ -16,4 +16,19 @@ rules:
|
|||||||
steps:
|
steps:
|
||||||
- action: signup_form
|
- action: signup_form
|
||||||
- active_loop: null
|
- active_loop: null
|
||||||
- action: utter_signedup
|
- 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
|
Loading…
Reference in New Issue
Block a user