-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathcaila_import.json
127 lines (127 loc) · 2.35 KB
/
caila_import.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"project": {
"id": "jaicf-jaicp-caila-template",
"name": "jaicf-jaicp-caila-template",
"folder": "/"
},
"settings": {
"language": "en",
"spellingCorrection": false,
"classificationAlgorithm": "sts",
"timezone": "UTC",
"shared": false
},
"intents": [
{
"id": 6760,
"path": "/Bye",
"enabled": true,
"shared": false,
"phrases": [
{
"text": "goodbye"
},
{
"text": "bye"
},
{
"text": "see you"
}
],
"patterns": []
},
{
"id": 6761,
"path": "/Hello",
"enabled": true,
"shared": false,
"phrases": [
{
"text": "hi"
},
{
"text": "hello"
},
{
"text": "welcome"
}
],
"patterns": []
},
{
"id": 6762,
"path": "/Smalltalk",
"enabled": true,
"shared": false,
"phrases": [],
"patterns": []
},
{
"id": 6763,
"path": "/Smalltalk/Help",
"description": "",
"answer": "I'm a templated bot and can't do useful things yet...",
"enabled": true,
"shared": false,
"phrases": [
{
"text": "help"
},
{
"text": "what can you do"
},
{
"text": "your functions"
},
{
"text": "your possibilities"
},
{
"text": "tell me about you"
}
],
"patterns": []
},
{
"id": 6764,
"path": "/Smalltalk/HowAreYou",
"answer": "I'm fine! Thank you!",
"enabled": true,
"shared": false,
"phrases": [
{
"text": "how are you"
}
],
"patterns": []
},
{
"id": 6765,
"path": "/Smalltalk/WhatIsYourName",
"answer": "I don't have a name yet, I'm just a bot",
"enabled": true,
"shared": false,
"phrases": [
{
"text": "what is your name"
},
{
"text": "how to name you"
},
{
"text": "say me your name"
}
],
"patterns": []
}
],
"entities": [],
"enabledSystemEntities": [
"duckling.number",
"duckling.time",
"duckling.duration",
"duckling.phone-number",
"duckling.email",
"duckling.url"
]
}