version: '2.0'
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
entities:
- email
- last_name
- first_name
- full_name
intents:
- greet
- inform
- signup
- bye
- affirm
- deny
- out_of_scope
slots:
email:
type: any
influence_conversation: false
first_name:
type: text
last_name:
responses:
utter_bye:
- text: |
Goodbye!
utter_out_of_scope/other:
I dont understand sorry!
utter_out_of_scope/non_english:
I only speak English :(
utter_bot_challenge:
I am a bot!
utter_greet:
Hello! How can I help you?
Hi!
utter_ask_email:
What is your email address?
utter_signedup:
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.
actions:
- '...'
- utter_greet
- utter_signedup
forms:
signup_form:
required_slots:
- type: from_slot