react-native-rasa
Version:
A simple react native project integration with Rasa Open Source
128 lines (112 loc) • 2.16 kB
YAML
version: "3.0"
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
- intent: goodbye
examples: |
- cu
- good by
- cee you later
- good night
- bye
- goodbye
- have a nice day
- see you around
- bye bye
- see you later
- intent: affirm
examples: |
- yes
- y
- indeed
- of course
- that sounds good
- correct
- intent: deny
examples: |
- no
- n
- never
- I don't think so
- don't like that
- no way
- not really
- intent: mood_great
examples: |
- perfect
- great
- amazing
- feeling like a king
- wonderful
- I am feeling very good
- I am great
- I am amazing
- I am going to save the world
- super stoked
- extremely good
- so so perfect
- so good
- so perfect
- intent: mood_unhappy
examples: |
- my day was horrible
- I am sad
- I don't feel very well
- I am disappointed
- super sad
- I'm so sad
- sad
- very sad
- unhappy
- not good
- not very good
- extremly sad
- so saad
- so sad
- intent: bot_challenge
examples: |
- are you a bot?
- are you a human?
- am I talking to a bot?
- am I talking to a human?
- intent: reset
examples: |
- I want to restart the conversaion
- please restart the conversation
- Reset conversation
- intent: show_image
examples: |
- Show me a picture
- I want to see a picture
- intent: show_video
examples: |
- Show me a video
- I want to see a video
- intent: show_checkbox
examples: |
- Show me a checkbox
- I want to see a checkbox
- intent: show_checkbox
examples: |
- Show me buttons
- I want to see some buttons
- intent: inform
examples: |
- I like [Vegetables](food)
- I like [Fast food](food)
- I like [Fruits](food)
- I like [Meat](food)
- I like [Cereals](food), [Desserts](food) and [Drinks](food)