nlu:
- intent: greet
examples: |
- hey
- hello
- hi
- hello there
- good morning
- good evening
- moin
- hey there
- let's go
- hey dude
- goodmorning
- goodevening
- good afternoon
- yo yo
- yo
- intent: give_name
examples: |
- I'm [Kelsey]("user_name")
- Hi, I'm [Mary Grace]("user_name")
- Hello, my name is [Arthur]("user_name")
- [Thomas]("user_name")
- [Sarah Elizabeth]("user_name")
- I'm [John Peter]("user_name")
- You can call me [Andrew]("user_name")
- My name is [Alex]("user_name")
Rules:
version: "2.0"
rules:
- rule: Greet the user
steps:
- intent: greet
- action: utter_greet