2022-02-02 20:35:02 +01:00
|
|
|
version: "3.0"
|
|
|
|
|
2021-10-20 14:29:59 +02:00
|
|
|
nlu:
|
|
|
|
- intent: greet
|
|
|
|
examples: |
|
|
|
|
- Hi
|
|
|
|
- Hey!
|
|
|
|
- Hello
|
|
|
|
- Hallo
|
|
|
|
- Good day
|
|
|
|
- Good morning
|
|
|
|
|
|
|
|
- intent: signup
|
|
|
|
examples: |
|
|
|
|
- I want to get an account
|
|
|
|
- I want to sign up
|
|
|
|
- Can you sign me up for an account?
|
|
|
|
- How do I sign up?
|
|
|
|
|
2022-02-02 20:35:02 +01:00
|
|
|
- intent: inform_email
|
2021-10-20 14:29:59 +02:00
|
|
|
examples: |
|
|
|
|
- My email is example@example.com
|
|
|
|
- random@example.com
|
|
|
|
- Please send it to anything@example.com
|
|
|
|
- Email is something@example.com
|