update responses and forms from pytoxic

This commit is contained in:
Pratyush Desai 2022-08-10 16:51:33 +05:30
parent 5047788f5f
commit 6f279a2267
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD
2 changed files with 29 additions and 14 deletions

View File

@ -2,4 +2,8 @@ forms:
signup_form: signup_form:
required_slots: required_slots:
email: email:
- type: from_text - type: from_slot
first_name:
- type: from_slot
last_name:
- type: from_slot

View File

@ -1,14 +1,25 @@
responses: responses:
utter_greet: utter_bye:
- text: | - text: |
Hello! How can I help you? Goodbye!
- text: | utter_out_of_scope/other:
Hi! - text: |
utter_ask_email: I dont understand sorry!
- text: | utter_out_of_scope/non_english:
What is your email address? - text: |
utter_signedup: I only speak English :(
- text: | utter_bot_challenge:
Check your inbox at {email} in order to finish signing up on Liberta Casa! - text: |
- text: | I am a bot!
You're all set! Check your inbox at {email} to confirm your registration. utter_greet:
- text: |
Hello! How can I help you?
- text: |
Hi!
utter_ask_email:
- text: |
What is your email address?
utter_signedup:
- text: |
Check your inbox at {email} in order to finish signing up on Liberta Casa!
You're all set! Check your inbox at {email} to confirm your registration.