-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintents.json
29 lines (26 loc) · 967 Bytes
/
intents.json
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
{"botName": "bot55",
"intents": [
{"topic": "give name",
"questions": ["[anh](cust sex) là [Hoang](cust_name)","[anh](cust sex) tên [Toàn](cust_name)"],
"responses": ["chào aaaaaa {cust sex} {cust_name}","em kính chào aaaaaa {cust sex} {cust_name}"],
"entities": ["cust sex","cust_name"]
},
{"topic": "greet",
"questions": ["hello","hi","2222"],
"responses": ["chào","em kính chào"],
"entities": []
},
{"topic": "email",
"questions": ["email [anh](cust sex) là [[email protected]](cust_email)","email [anh](cust sex) tên [[email protected]](cust_email)"],
"responses": ["huhuhu {cust sex} {cust_email}" ,"huhuhu {cust sex} {cust_email}"],
"entities": ["cust sex","cust_email"]
}
],
"stories":{
"story1":["greet","give name"],
"story2":["greet"],
"story3":["give name"],
"story4":["greet","email"],
"story5":["email"]
}
}