pvanand commited on
Commit
879fcf9
·
1 Parent(s): e469217

Update data/nlu.yml

Browse files
Files changed (1) hide show
  1. data/nlu.yml +21 -79
data/nlu.yml CHANGED
@@ -1,91 +1,33 @@
1
  version: "3.1"
2
-
3
  nlu:
4
- - intent: greet
5
- examples: |
6
- - hey
7
- - hello
8
- - hi
9
- - hello there
10
- - good morning
11
- - good evening
12
- - moin
13
- - hey there
14
- - let's go
15
- - hey dude
16
- - goodmorning
17
- - goodevening
18
- - good afternoon
19
 
20
- - intent: goodbye
21
- examples: |
22
- - cu
23
- - good by
24
- - cee you later
25
- - good night
26
- - bye
27
- - goodbye
28
- - have a nice day
29
- - see you around
30
- - bye bye
31
- - see you later
32
 
33
- - intent: affirm
34
- examples: |
35
- - yes
36
- - y
37
- - indeed
38
- - of course
39
- - that sounds good
40
- - correct
41
 
42
- - intent: deny
43
  examples: |
44
- - no
45
- - n
46
- - never
47
- - I don't think so
48
- - don't like that
49
- - no way
50
- - not really
51
 
52
- - intent: mood_great
53
  examples: |
54
- - perfect
55
- - great
56
- - amazing
57
- - feeling like a king
58
- - wonderful
59
- - I am feeling very good
60
- - I am great
61
- - I am amazing
62
- - I am going to save the world
63
- - super stoked
64
- - extremely good
65
- - so so perfect
66
- - so good
67
- - so perfect
68
 
69
- - intent: mood_unhappy
70
  examples: |
71
- - my day was horrible
72
- - I am sad
73
- - I don't feel very well
74
- - I am disappointed
75
- - super sad
76
- - I'm so sad
77
- - sad
78
- - very sad
79
- - unhappy
80
- - not good
81
- - not very good
82
- - extremly sad
83
- - so saad
84
- - so sad
85
 
86
- - intent: bot_challenge
87
  examples: |
88
- - are you a bot?
89
- - are you a human?
90
- - am I talking to a bot?
91
- - am I talking to a human?
 
 
1
  version: "3.1"
 
2
  nlu:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
 
4
+ ###----------------INTENTS FOR FOLLOW UP QUESTIONS--------------------###
 
 
 
 
 
 
 
 
 
 
 
5
 
 
 
 
 
 
 
 
 
6
 
7
+ - intent: greeting
8
  examples: |
9
+ - Hi
10
+ - Hello
11
+ - Hey
 
 
 
 
12
 
13
+ - intent: bot_capabilities
14
  examples: |
15
+ - What can you do?
16
+ - What's your function?
17
+ - Tell me your capabilities.
 
 
 
 
 
 
 
 
 
 
 
18
 
19
+ - intent: project_help
20
  examples: |
21
+ - Can you help me with a project?
22
+ - I need help with my project.
23
+ - Can you assist me on this project as a [developer](user_role)?
24
+ - I'm a [client](user_role) looking for assistance.
25
+ - I'm a [client](user_role) representing an organization
 
 
 
 
 
 
 
 
 
26
 
27
+ - intent: inform_role
28
  examples: |
29
+ - I'm a [developer](user_role)
30
+ - I'm a [client](user_role)
31
+ - [client](user_role)
32
+ - [developer](user_role)
33
+ - [client](user_role) work for an organization