-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintents.json
More file actions
48 lines (48 loc) · 2.33 KB
/
intents.json
File metadata and controls
48 lines (48 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{"intents": [
{"tag": "greeting",
"patterns": ["Hi there", "How are you", "Is anyone there?","Hey","Hola", "Hi","Hello", "Good day"],
"responses": ["Hi there, how can I help?","Hello, thanks for asking", "Good to see you again"],
"context": [""]
},
{"tag": "goodbye",
"patterns": ["Bye", "See you later", "Goodbye", "Nice chatting to you, bye", "Till next time"],
"responses": ["See you!", "Have a nice day", "Bye! Come back again soon."],
"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": [""]
},
{"tag": "options",
"patterns": ["How you could help me?", "What you can do?", "What help you provide?", "How you can be helpful?", "What support is offered"],
"responses": ["I can guide you through applying for a loan, Estimate if you are eligible for a loan", "Offering support for loan applications"],
"context": [""]
},
{"tag": "loan",
"patterns": ["How to check for a loan?", "Give me a list of loans available", "List all term loans", "Which loans are suitable for me?" ],
"responses": ["What type of loan do you want? Short or Long term (Short is 5 - 10 years)?"],
"context": [""]
},
{"tag": "type",
"patterns": ["Short term ","Long Term", "Mortgage","I want to speak to someone"],
"responses": ["Do you have any existing loans","Have you already got a mortgage"],
"context": [""]
},
{"tag": "who",
"patterns": ["no","Who do I contact", "Who do I contact"],
"responses": ["Navigating to Loan Officer contact details"],
"context": [""]
},
{"tag": "Loan_type",
"patterns": ["Who do I contact", "Can you give me phone number?", "Who do I contact", "I want to speak to someone", "where do I sign up" ],
"responses": ["Navigating to Loan Officer contact details"],
"context": [""]
}
]
}