72 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2022-08-10 15:37:09 +05:30
version: '3.1'
2021-10-20 17:59:59 +05:30
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
2022-08-10 16:49:22 +05:30
entities:
- email
- last_name
- first_name
- full_name
2021-10-20 17:59:59 +05:30
intents:
- greet
2022-08-10 16:49:22 +05:30
- inform
2021-10-20 17:59:59 +05:30
- signup
2022-08-10 16:49:22 +05:30
- bye
- affirm
- deny
2022-09-09 07:24:40 +05:30
- bot_challange
2022-08-10 16:49:22 +05:30
- out_of_scope
2021-10-20 17:59:59 +05:30
slots:
email:
2022-08-10 16:49:22 +05:30
type: any
influence_conversation: false
2022-09-09 07:24:40 +05:30
mappings:
- type: custom
2022-08-10 16:49:22 +05:30
first_name:
type: text
influence_conversation: false
2022-09-09 07:24:40 +05:30
mappings:
- type: custom
2022-08-10 16:49:22 +05:30
last_name:
type: text
2021-10-20 17:59:59 +05:30
influence_conversation: false
2022-09-09 07:24:40 +05:30
mappings:
- type: custom
2021-10-20 17:59:59 +05:30
responses:
2022-08-10 16:49:22 +05:30
utter_bye:
- text: |
Goodbye!
utter_out_of_scope/other:
- text: |
I dont understand sorry!
utter_out_of_scope/non_english:
- text: |
I only speak English :(
utter_bot_challenge:
- text: |
I am a bot!
2021-10-20 17:59:59 +05:30
utter_greet:
- text: |
2022-08-10 16:49:22 +05:30
Hello! How can I help you?
2021-10-20 17:59:59 +05:30
- text: |
2022-08-10 16:49:22 +05:30
Hi!
2021-10-20 17:59:59 +05:30
utter_ask_email:
- text: |
2022-08-10 16:49:22 +05:30
What is your email address?
2021-10-20 17:59:59 +05:30
utter_signedup:
- text: |
Check your inbox at {email} in order to finish signing up on Liberta Casa!
2022-08-10 16:49:22 +05:30
You're all set! Check your inbox at {email} to confirm your registration.
2021-10-20 17:59:59 +05:30
actions:
- '...'
- utter_greet
- utter_signedup
forms:
signup_form:
required_slots:
2022-09-09 07:24:40 +05:30
- email
# - type: from_slot
- first_name
# - type: from_slot
- last_name
# - type: from_slot