34 lines
574 B
YAML
Raw Normal View History

2022-08-10 15:37:09 +05:30
version: "3.1"
2022-02-03 01:05:02 +05:30
policies:
- name: RulePolicy
2021-10-20 17:59:59 +05:30
rules:
- rule: activate signup form
steps:
2022-02-03 02:10:39 +05:30
- intent: inform_email
2021-10-20 17:59:59 +05:30
- action: signup_form
- active_loop: signup_form
- rule: submit form
condition:
- active_loop: signup_form
steps:
- action: signup_form
- active_loop: null
2022-08-10 16:32:18 +05:30
- 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