-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
23 lines (23 loc) · 1019 Bytes
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{"intents": [
{"tag": "greeting",
"patterns": ["Hi there", "How are you", "Is anyone there?","Hey","Hola", "Hello", "Good day"],
"responses": ["Hello there.", "Hi, good to see you.", "Hi there."],
"context": [""]
},
{"tag": "goodbye",
"patterns": ["Bye", "See you later", "Goodbye", "Nice chatting to you, bye", "Till next time", "ciao", "adios"],
"responses": ["See you!", "Adios", "Bye! Come bak again soon.", "Nice chatting with you.", "Ciao"],
"context": [""]
},
{"tag": "thanks",
"patterns": ["Thanks", "Thank you", "That's helpful", "Awesome, thanks", "Thanks for helping me" ],
"responses": ["Happy to help!", "Any time!", "My pleasure."],
"context": [""]
},
{"tag": "noanswer",
"patterns": [],
"responses": ["Sorry, can't understand you", "Please give me more info", "Not sure I understand"],
"context": [""]
}
]
}