fix stories and rules
This commit is contained in:
parent
09a68b838d
commit
a7fb4bca98
@ -6,7 +6,7 @@ policies:
|
||||
rules:
|
||||
- rule: activate signup form
|
||||
steps:
|
||||
- intent: signup
|
||||
- intent: inform_email
|
||||
- action: signup_form
|
||||
- active_loop: signup_form
|
||||
|
||||
|
@ -6,5 +6,7 @@ stories:
|
||||
- intent: greet
|
||||
- action: utter_greet
|
||||
- intent: signup
|
||||
- action: utter_ask_email
|
||||
- intent: inform_email
|
||||
- action: signup_form
|
||||
- active_loop: signup_form
|
@ -4,8 +4,8 @@ session_config:
|
||||
carry_over_slots_to_new_session: true
|
||||
intents:
|
||||
- greet
|
||||
- inform
|
||||
- signup
|
||||
- inform_email
|
||||
slots:
|
||||
email:
|
||||
type: text
|
||||
|
Loading…
Reference in New Issue
Block a user