@ondewo/nlu-client-typescript 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +450 -490
- package/api/ondewo/nlu/agent_grpc_web_pb.js +1113 -1244
- package/api/ondewo/nlu/agent_pb.d.ts +1939 -1751
- package/api/ondewo/nlu/agent_pb.js +9062 -10483
- package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/aiservices_grpc_web_pb.js +245 -280
- package/api/ondewo/nlu/aiservices_pb.d.ts +745 -674
- package/api/ondewo/nlu/aiservices_pb.js +3638 -4403
- package/api/ondewo/nlu/common_pb.d.ts +15 -17
- package/api/ondewo/nlu/common_pb.js +83 -93
- package/api/ondewo/nlu/context_grpc_web_pb.d.ts +76 -82
- package/api/ondewo/nlu/context_grpc_web_pb.js +191 -220
- package/api/ondewo/nlu/context_pb.d.ts +151 -151
- package/api/ondewo/nlu/context_pb.js +889 -1042
- package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +142 -154
- package/api/ondewo/nlu/entity_type_grpc_web_pb.js +351 -398
- package/api/ondewo/nlu/entity_type_pb.d.ts +614 -571
- package/api/ondewo/nlu/entity_type_pb.js +2893 -3369
- package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +310 -334
- package/api/ondewo/nlu/intent_grpc_web_pb.js +766 -851
- package/api/ondewo/nlu/intent_pb.d.ts +2151 -1993
- package/api/ondewo/nlu/intent_pb.js +9502 -10692
- package/api/ondewo/nlu/operation_metadata_pb.d.ts +86 -88
- package/api/ondewo/nlu/operation_metadata_pb.js +321 -412
- package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -50
- package/api/ondewo/nlu/operations_grpc_web_pb.js +140 -163
- package/api/ondewo/nlu/operations_pb.d.ts +189 -182
- package/api/ondewo/nlu/operations_pb.js +843 -1004
- package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +65 -70
- package/api/ondewo/nlu/project_role_grpc_web_pb.js +164 -190
- package/api/ondewo/nlu/project_role_pb.d.ts +165 -151
- package/api/ondewo/nlu/project_role_pb.js +796 -963
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +246 -281
- package/api/ondewo/nlu/project_statistics_pb.d.ts +67 -63
- package/api/ondewo/nlu/project_statistics_pb.js +354 -418
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +43 -46
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +110 -130
- package/api/ondewo/nlu/server_statistics_pb.d.ts +15 -14
- package/api/ondewo/nlu/server_statistics_pb.js +81 -91
- package/api/ondewo/nlu/session_grpc_web_pb.d.ts +164 -178
- package/api/ondewo/nlu/session_grpc_web_pb.js +409 -462
- package/api/ondewo/nlu/session_pb.d.ts +1080 -1025
- package/api/ondewo/nlu/session_pb.js +5285 -6536
- package/api/ondewo/nlu/user_grpc_web_pb.d.ts +172 -190
- package/api/ondewo/nlu/user_grpc_web_pb.js +431 -487
- package/api/ondewo/nlu/user_pb.d.ts +345 -325
- package/api/ondewo/nlu/user_pb.js +1948 -2312
- package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/utility_grpc_web_pb.js +244 -279
- package/api/ondewo/nlu/utility_pb.d.ts +588 -535
- package/api/ondewo/nlu/utility_pb.js +2814 -3348
- package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +43 -46
- package/api/ondewo/nlu/webhook_grpc_web_pb.js +112 -132
- package/api/ondewo/nlu/webhook_pb.d.ts +123 -119
- package/api/ondewo/nlu/webhook_pb.js +599 -718
- package/api/ondewo/qa/qa_grpc_web_pb.d.ts +87 -94
- package/api/ondewo/qa/qa_grpc_web_pb.js +218 -250
- package/api/ondewo/qa/qa_pb.d.ts +235 -220
- package/api/ondewo/qa/qa_pb.js +1222 -1452
- package/package.json +1 -1
- package/public-api.d.ts +4 -34
|
@@ -6,23 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
// GENERATED CODE -- DO NOT EDIT!
|
|
8
8
|
|
|
9
|
-
|
|
10
9
|
/* eslint-disable */
|
|
11
10
|
// @ts-nocheck
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
|
|
15
12
|
const grpc = {};
|
|
16
13
|
grpc.web = require('grpc-web');
|
|
17
14
|
|
|
15
|
+
var google_api_annotations_pb = require('../../google/api/annotations_pb.js');
|
|
18
16
|
|
|
19
|
-
var
|
|
17
|
+
var ondewo_nlu_intent_pb = require('../../ondewo/nlu/intent_pb.js');
|
|
20
18
|
|
|
21
|
-
var
|
|
19
|
+
var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js');
|
|
22
20
|
|
|
23
|
-
var
|
|
24
|
-
|
|
25
|
-
var ondewo_nlu_entity_type_pb = require('../../ondewo/nlu/entity_type_pb.js')
|
|
21
|
+
var ondewo_nlu_entity_type_pb = require('../../ondewo/nlu/entity_type_pb.js');
|
|
26
22
|
const proto = {};
|
|
27
23
|
proto.ondewo = {};
|
|
28
24
|
proto.ondewo.nlu = require('./project_statistics_pb.js');
|
|
@@ -35,24 +31,21 @@ proto.ondewo.nlu = require('./project_statistics_pb.js');
|
|
|
35
31
|
* @struct
|
|
36
32
|
* @final
|
|
37
33
|
*/
|
|
38
|
-
proto.ondewo.nlu.ProjectStatisticsClient =
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
this.hostname_ = hostname;
|
|
52
|
-
|
|
34
|
+
proto.ondewo.nlu.ProjectStatisticsClient = function (hostname, credentials, options) {
|
|
35
|
+
if (!options) options = {};
|
|
36
|
+
options.format = 'binary';
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
40
|
+
*/
|
|
41
|
+
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @private @const {string} The hostname
|
|
45
|
+
*/
|
|
46
|
+
this.hostname_ = hostname;
|
|
53
47
|
};
|
|
54
48
|
|
|
55
|
-
|
|
56
49
|
/**
|
|
57
50
|
* @param {string} hostname
|
|
58
51
|
* @param {?Object} credentials
|
|
@@ -61,24 +54,21 @@ proto.ondewo.nlu.ProjectStatisticsClient =
|
|
|
61
54
|
* @struct
|
|
62
55
|
* @final
|
|
63
56
|
*/
|
|
64
|
-
proto.ondewo.nlu.ProjectStatisticsPromiseClient =
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
this.hostname_ = hostname;
|
|
78
|
-
|
|
57
|
+
proto.ondewo.nlu.ProjectStatisticsPromiseClient = function (hostname, credentials, options) {
|
|
58
|
+
if (!options) options = {};
|
|
59
|
+
options.format = 'binary';
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
63
|
+
*/
|
|
64
|
+
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @private @const {string} The hostname
|
|
68
|
+
*/
|
|
69
|
+
this.hostname_ = hostname;
|
|
79
70
|
};
|
|
80
71
|
|
|
81
|
-
|
|
82
72
|
/**
|
|
83
73
|
* @const
|
|
84
74
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -86,21 +76,20 @@ proto.ondewo.nlu.ProjectStatisticsPromiseClient =
|
|
|
86
76
|
* !proto.ondewo.nlu.StatResponse>}
|
|
87
77
|
*/
|
|
88
78
|
const methodDescriptor_ProjectStatistics_GetIntentCount = new grpc.web.MethodDescriptor(
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
79
|
+
'/ondewo.nlu.ProjectStatistics/GetIntentCount',
|
|
80
|
+
grpc.web.MethodType.UNARY,
|
|
81
|
+
proto.ondewo.nlu.GetIntentCountRequest,
|
|
82
|
+
ondewo_nlu_common_pb.StatResponse,
|
|
83
|
+
/**
|
|
84
|
+
* @param {!proto.ondewo.nlu.GetIntentCountRequest} request
|
|
85
|
+
* @return {!Uint8Array}
|
|
86
|
+
*/
|
|
87
|
+
function (request) {
|
|
88
|
+
return request.serializeBinary();
|
|
89
|
+
},
|
|
90
|
+
ondewo_nlu_common_pb.StatResponse.deserializeBinary
|
|
101
91
|
);
|
|
102
92
|
|
|
103
|
-
|
|
104
93
|
/**
|
|
105
94
|
* @param {!proto.ondewo.nlu.GetIntentCountRequest} request The
|
|
106
95
|
* request proto
|
|
@@ -111,17 +100,16 @@ const methodDescriptor_ProjectStatistics_GetIntentCount = new grpc.web.MethodDes
|
|
|
111
100
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.StatResponse>|undefined}
|
|
112
101
|
* The XHR Node Readable Stream
|
|
113
102
|
*/
|
|
114
|
-
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getIntentCount =
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
103
|
+
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getIntentCount = function (request, metadata, callback) {
|
|
104
|
+
return this.client_.rpcCall(
|
|
105
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetIntentCount',
|
|
106
|
+
request,
|
|
107
|
+
metadata || {},
|
|
108
|
+
methodDescriptor_ProjectStatistics_GetIntentCount,
|
|
109
|
+
callback
|
|
110
|
+
);
|
|
122
111
|
};
|
|
123
112
|
|
|
124
|
-
|
|
125
113
|
/**
|
|
126
114
|
* @param {!proto.ondewo.nlu.GetIntentCountRequest} request The
|
|
127
115
|
* request proto
|
|
@@ -130,16 +118,15 @@ proto.ondewo.nlu.ProjectStatisticsClient.prototype.getIntentCount =
|
|
|
130
118
|
* @return {!Promise<!proto.ondewo.nlu.StatResponse>}
|
|
131
119
|
* Promise that resolves to the response
|
|
132
120
|
*/
|
|
133
|
-
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getIntentCount =
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
121
|
+
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getIntentCount = function (request, metadata) {
|
|
122
|
+
return this.client_.unaryCall(
|
|
123
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetIntentCount',
|
|
124
|
+
request,
|
|
125
|
+
metadata || {},
|
|
126
|
+
methodDescriptor_ProjectStatistics_GetIntentCount
|
|
127
|
+
);
|
|
140
128
|
};
|
|
141
129
|
|
|
142
|
-
|
|
143
130
|
/**
|
|
144
131
|
* @const
|
|
145
132
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -147,21 +134,20 @@ proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getIntentCount =
|
|
|
147
134
|
* !proto.ondewo.nlu.StatResponse>}
|
|
148
135
|
*/
|
|
149
136
|
const methodDescriptor_ProjectStatistics_GetEntityTypeCount = new grpc.web.MethodDescriptor(
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
137
|
+
'/ondewo.nlu.ProjectStatistics/GetEntityTypeCount',
|
|
138
|
+
grpc.web.MethodType.UNARY,
|
|
139
|
+
proto.ondewo.nlu.GetEntityTypeCountRequest,
|
|
140
|
+
ondewo_nlu_common_pb.StatResponse,
|
|
141
|
+
/**
|
|
142
|
+
* @param {!proto.ondewo.nlu.GetEntityTypeCountRequest} request
|
|
143
|
+
* @return {!Uint8Array}
|
|
144
|
+
*/
|
|
145
|
+
function (request) {
|
|
146
|
+
return request.serializeBinary();
|
|
147
|
+
},
|
|
148
|
+
ondewo_nlu_common_pb.StatResponse.deserializeBinary
|
|
162
149
|
);
|
|
163
150
|
|
|
164
|
-
|
|
165
151
|
/**
|
|
166
152
|
* @param {!proto.ondewo.nlu.GetEntityTypeCountRequest} request The
|
|
167
153
|
* request proto
|
|
@@ -172,17 +158,16 @@ const methodDescriptor_ProjectStatistics_GetEntityTypeCount = new grpc.web.Metho
|
|
|
172
158
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.StatResponse>|undefined}
|
|
173
159
|
* The XHR Node Readable Stream
|
|
174
160
|
*/
|
|
175
|
-
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getEntityTypeCount =
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
161
|
+
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getEntityTypeCount = function (request, metadata, callback) {
|
|
162
|
+
return this.client_.rpcCall(
|
|
163
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetEntityTypeCount',
|
|
164
|
+
request,
|
|
165
|
+
metadata || {},
|
|
166
|
+
methodDescriptor_ProjectStatistics_GetEntityTypeCount,
|
|
167
|
+
callback
|
|
168
|
+
);
|
|
183
169
|
};
|
|
184
170
|
|
|
185
|
-
|
|
186
171
|
/**
|
|
187
172
|
* @param {!proto.ondewo.nlu.GetEntityTypeCountRequest} request The
|
|
188
173
|
* request proto
|
|
@@ -191,16 +176,15 @@ proto.ondewo.nlu.ProjectStatisticsClient.prototype.getEntityTypeCount =
|
|
|
191
176
|
* @return {!Promise<!proto.ondewo.nlu.StatResponse>}
|
|
192
177
|
* Promise that resolves to the response
|
|
193
178
|
*/
|
|
194
|
-
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getEntityTypeCount =
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
179
|
+
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getEntityTypeCount = function (request, metadata) {
|
|
180
|
+
return this.client_.unaryCall(
|
|
181
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetEntityTypeCount',
|
|
182
|
+
request,
|
|
183
|
+
metadata || {},
|
|
184
|
+
methodDescriptor_ProjectStatistics_GetEntityTypeCount
|
|
185
|
+
);
|
|
201
186
|
};
|
|
202
187
|
|
|
203
|
-
|
|
204
188
|
/**
|
|
205
189
|
* @const
|
|
206
190
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -208,21 +192,20 @@ proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getEntityTypeCount =
|
|
|
208
192
|
* !proto.ondewo.nlu.StatResponse>}
|
|
209
193
|
*/
|
|
210
194
|
const methodDescriptor_ProjectStatistics_GetUserCount = new grpc.web.MethodDescriptor(
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
195
|
+
'/ondewo.nlu.ProjectStatistics/GetUserCount',
|
|
196
|
+
grpc.web.MethodType.UNARY,
|
|
197
|
+
proto.ondewo.nlu.GetProjectStatRequest,
|
|
198
|
+
ondewo_nlu_common_pb.StatResponse,
|
|
199
|
+
/**
|
|
200
|
+
* @param {!proto.ondewo.nlu.GetProjectStatRequest} request
|
|
201
|
+
* @return {!Uint8Array}
|
|
202
|
+
*/
|
|
203
|
+
function (request) {
|
|
204
|
+
return request.serializeBinary();
|
|
205
|
+
},
|
|
206
|
+
ondewo_nlu_common_pb.StatResponse.deserializeBinary
|
|
223
207
|
);
|
|
224
208
|
|
|
225
|
-
|
|
226
209
|
/**
|
|
227
210
|
* @param {!proto.ondewo.nlu.GetProjectStatRequest} request The
|
|
228
211
|
* request proto
|
|
@@ -233,17 +216,16 @@ const methodDescriptor_ProjectStatistics_GetUserCount = new grpc.web.MethodDescr
|
|
|
233
216
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.StatResponse>|undefined}
|
|
234
217
|
* The XHR Node Readable Stream
|
|
235
218
|
*/
|
|
236
|
-
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getUserCount =
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
219
|
+
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getUserCount = function (request, metadata, callback) {
|
|
220
|
+
return this.client_.rpcCall(
|
|
221
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetUserCount',
|
|
222
|
+
request,
|
|
223
|
+
metadata || {},
|
|
224
|
+
methodDescriptor_ProjectStatistics_GetUserCount,
|
|
225
|
+
callback
|
|
226
|
+
);
|
|
244
227
|
};
|
|
245
228
|
|
|
246
|
-
|
|
247
229
|
/**
|
|
248
230
|
* @param {!proto.ondewo.nlu.GetProjectStatRequest} request The
|
|
249
231
|
* request proto
|
|
@@ -252,16 +234,15 @@ proto.ondewo.nlu.ProjectStatisticsClient.prototype.getUserCount =
|
|
|
252
234
|
* @return {!Promise<!proto.ondewo.nlu.StatResponse>}
|
|
253
235
|
* Promise that resolves to the response
|
|
254
236
|
*/
|
|
255
|
-
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getUserCount =
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
237
|
+
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getUserCount = function (request, metadata) {
|
|
238
|
+
return this.client_.unaryCall(
|
|
239
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetUserCount',
|
|
240
|
+
request,
|
|
241
|
+
metadata || {},
|
|
242
|
+
methodDescriptor_ProjectStatistics_GetUserCount
|
|
243
|
+
);
|
|
262
244
|
};
|
|
263
245
|
|
|
264
|
-
|
|
265
246
|
/**
|
|
266
247
|
* @const
|
|
267
248
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -269,21 +250,20 @@ proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getUserCount =
|
|
|
269
250
|
* !proto.ondewo.nlu.StatResponse>}
|
|
270
251
|
*/
|
|
271
252
|
const methodDescriptor_ProjectStatistics_GetSessionCount = new grpc.web.MethodDescriptor(
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
253
|
+
'/ondewo.nlu.ProjectStatistics/GetSessionCount',
|
|
254
|
+
grpc.web.MethodType.UNARY,
|
|
255
|
+
proto.ondewo.nlu.GetProjectStatRequest,
|
|
256
|
+
ondewo_nlu_common_pb.StatResponse,
|
|
257
|
+
/**
|
|
258
|
+
* @param {!proto.ondewo.nlu.GetProjectStatRequest} request
|
|
259
|
+
* @return {!Uint8Array}
|
|
260
|
+
*/
|
|
261
|
+
function (request) {
|
|
262
|
+
return request.serializeBinary();
|
|
263
|
+
},
|
|
264
|
+
ondewo_nlu_common_pb.StatResponse.deserializeBinary
|
|
284
265
|
);
|
|
285
266
|
|
|
286
|
-
|
|
287
267
|
/**
|
|
288
268
|
* @param {!proto.ondewo.nlu.GetProjectStatRequest} request The
|
|
289
269
|
* request proto
|
|
@@ -294,17 +274,16 @@ const methodDescriptor_ProjectStatistics_GetSessionCount = new grpc.web.MethodDe
|
|
|
294
274
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.StatResponse>|undefined}
|
|
295
275
|
* The XHR Node Readable Stream
|
|
296
276
|
*/
|
|
297
|
-
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getSessionCount =
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
277
|
+
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getSessionCount = function (request, metadata, callback) {
|
|
278
|
+
return this.client_.rpcCall(
|
|
279
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetSessionCount',
|
|
280
|
+
request,
|
|
281
|
+
metadata || {},
|
|
282
|
+
methodDescriptor_ProjectStatistics_GetSessionCount,
|
|
283
|
+
callback
|
|
284
|
+
);
|
|
305
285
|
};
|
|
306
286
|
|
|
307
|
-
|
|
308
287
|
/**
|
|
309
288
|
* @param {!proto.ondewo.nlu.GetProjectStatRequest} request The
|
|
310
289
|
* request proto
|
|
@@ -313,16 +292,15 @@ proto.ondewo.nlu.ProjectStatisticsClient.prototype.getSessionCount =
|
|
|
313
292
|
* @return {!Promise<!proto.ondewo.nlu.StatResponse>}
|
|
314
293
|
* Promise that resolves to the response
|
|
315
294
|
*/
|
|
316
|
-
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getSessionCount =
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
295
|
+
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getSessionCount = function (request, metadata) {
|
|
296
|
+
return this.client_.unaryCall(
|
|
297
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetSessionCount',
|
|
298
|
+
request,
|
|
299
|
+
metadata || {},
|
|
300
|
+
methodDescriptor_ProjectStatistics_GetSessionCount
|
|
301
|
+
);
|
|
323
302
|
};
|
|
324
303
|
|
|
325
|
-
|
|
326
304
|
/**
|
|
327
305
|
* @const
|
|
328
306
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -330,21 +308,20 @@ proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getSessionCount =
|
|
|
330
308
|
* !proto.ondewo.nlu.StatResponse>}
|
|
331
309
|
*/
|
|
332
310
|
const methodDescriptor_ProjectStatistics_GetTrainingPhraseCount = new grpc.web.MethodDescriptor(
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
311
|
+
'/ondewo.nlu.ProjectStatistics/GetTrainingPhraseCount',
|
|
312
|
+
grpc.web.MethodType.UNARY,
|
|
313
|
+
proto.ondewo.nlu.GetProjectElementStatRequest,
|
|
314
|
+
ondewo_nlu_common_pb.StatResponse,
|
|
315
|
+
/**
|
|
316
|
+
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request
|
|
317
|
+
* @return {!Uint8Array}
|
|
318
|
+
*/
|
|
319
|
+
function (request) {
|
|
320
|
+
return request.serializeBinary();
|
|
321
|
+
},
|
|
322
|
+
ondewo_nlu_common_pb.StatResponse.deserializeBinary
|
|
345
323
|
);
|
|
346
324
|
|
|
347
|
-
|
|
348
325
|
/**
|
|
349
326
|
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request The
|
|
350
327
|
* request proto
|
|
@@ -355,17 +332,16 @@ const methodDescriptor_ProjectStatistics_GetTrainingPhraseCount = new grpc.web.M
|
|
|
355
332
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.StatResponse>|undefined}
|
|
356
333
|
* The XHR Node Readable Stream
|
|
357
334
|
*/
|
|
358
|
-
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getTrainingPhraseCount =
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
335
|
+
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getTrainingPhraseCount = function (request, metadata, callback) {
|
|
336
|
+
return this.client_.rpcCall(
|
|
337
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetTrainingPhraseCount',
|
|
338
|
+
request,
|
|
339
|
+
metadata || {},
|
|
340
|
+
methodDescriptor_ProjectStatistics_GetTrainingPhraseCount,
|
|
341
|
+
callback
|
|
342
|
+
);
|
|
366
343
|
};
|
|
367
344
|
|
|
368
|
-
|
|
369
345
|
/**
|
|
370
346
|
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request The
|
|
371
347
|
* request proto
|
|
@@ -374,16 +350,15 @@ proto.ondewo.nlu.ProjectStatisticsClient.prototype.getTrainingPhraseCount =
|
|
|
374
350
|
* @return {!Promise<!proto.ondewo.nlu.StatResponse>}
|
|
375
351
|
* Promise that resolves to the response
|
|
376
352
|
*/
|
|
377
|
-
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getTrainingPhraseCount =
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
353
|
+
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getTrainingPhraseCount = function (request, metadata) {
|
|
354
|
+
return this.client_.unaryCall(
|
|
355
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetTrainingPhraseCount',
|
|
356
|
+
request,
|
|
357
|
+
metadata || {},
|
|
358
|
+
methodDescriptor_ProjectStatistics_GetTrainingPhraseCount
|
|
359
|
+
);
|
|
384
360
|
};
|
|
385
361
|
|
|
386
|
-
|
|
387
362
|
/**
|
|
388
363
|
* @const
|
|
389
364
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -391,21 +366,20 @@ proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getTrainingPhraseCount
|
|
|
391
366
|
* !proto.ondewo.nlu.StatResponse>}
|
|
392
367
|
*/
|
|
393
368
|
const methodDescriptor_ProjectStatistics_GetResponseCount = new grpc.web.MethodDescriptor(
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
369
|
+
'/ondewo.nlu.ProjectStatistics/GetResponseCount',
|
|
370
|
+
grpc.web.MethodType.UNARY,
|
|
371
|
+
proto.ondewo.nlu.GetProjectElementStatRequest,
|
|
372
|
+
ondewo_nlu_common_pb.StatResponse,
|
|
373
|
+
/**
|
|
374
|
+
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request
|
|
375
|
+
* @return {!Uint8Array}
|
|
376
|
+
*/
|
|
377
|
+
function (request) {
|
|
378
|
+
return request.serializeBinary();
|
|
379
|
+
},
|
|
380
|
+
ondewo_nlu_common_pb.StatResponse.deserializeBinary
|
|
406
381
|
);
|
|
407
382
|
|
|
408
|
-
|
|
409
383
|
/**
|
|
410
384
|
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request The
|
|
411
385
|
* request proto
|
|
@@ -416,17 +390,16 @@ const methodDescriptor_ProjectStatistics_GetResponseCount = new grpc.web.MethodD
|
|
|
416
390
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.StatResponse>|undefined}
|
|
417
391
|
* The XHR Node Readable Stream
|
|
418
392
|
*/
|
|
419
|
-
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getResponseCount =
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
393
|
+
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getResponseCount = function (request, metadata, callback) {
|
|
394
|
+
return this.client_.rpcCall(
|
|
395
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetResponseCount',
|
|
396
|
+
request,
|
|
397
|
+
metadata || {},
|
|
398
|
+
methodDescriptor_ProjectStatistics_GetResponseCount,
|
|
399
|
+
callback
|
|
400
|
+
);
|
|
427
401
|
};
|
|
428
402
|
|
|
429
|
-
|
|
430
403
|
/**
|
|
431
404
|
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request The
|
|
432
405
|
* request proto
|
|
@@ -435,16 +408,15 @@ proto.ondewo.nlu.ProjectStatisticsClient.prototype.getResponseCount =
|
|
|
435
408
|
* @return {!Promise<!proto.ondewo.nlu.StatResponse>}
|
|
436
409
|
* Promise that resolves to the response
|
|
437
410
|
*/
|
|
438
|
-
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getResponseCount =
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
411
|
+
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getResponseCount = function (request, metadata) {
|
|
412
|
+
return this.client_.unaryCall(
|
|
413
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetResponseCount',
|
|
414
|
+
request,
|
|
415
|
+
metadata || {},
|
|
416
|
+
methodDescriptor_ProjectStatistics_GetResponseCount
|
|
417
|
+
);
|
|
445
418
|
};
|
|
446
419
|
|
|
447
|
-
|
|
448
420
|
/**
|
|
449
421
|
* @const
|
|
450
422
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -452,21 +424,20 @@ proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getResponseCount =
|
|
|
452
424
|
* !proto.ondewo.nlu.StatResponse>}
|
|
453
425
|
*/
|
|
454
426
|
const methodDescriptor_ProjectStatistics_GetEntityValueCount = new grpc.web.MethodDescriptor(
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
427
|
+
'/ondewo.nlu.ProjectStatistics/GetEntityValueCount',
|
|
428
|
+
grpc.web.MethodType.UNARY,
|
|
429
|
+
proto.ondewo.nlu.GetProjectElementStatRequest,
|
|
430
|
+
ondewo_nlu_common_pb.StatResponse,
|
|
431
|
+
/**
|
|
432
|
+
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request
|
|
433
|
+
* @return {!Uint8Array}
|
|
434
|
+
*/
|
|
435
|
+
function (request) {
|
|
436
|
+
return request.serializeBinary();
|
|
437
|
+
},
|
|
438
|
+
ondewo_nlu_common_pb.StatResponse.deserializeBinary
|
|
467
439
|
);
|
|
468
440
|
|
|
469
|
-
|
|
470
441
|
/**
|
|
471
442
|
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request The
|
|
472
443
|
* request proto
|
|
@@ -477,17 +448,16 @@ const methodDescriptor_ProjectStatistics_GetEntityValueCount = new grpc.web.Meth
|
|
|
477
448
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.StatResponse>|undefined}
|
|
478
449
|
* The XHR Node Readable Stream
|
|
479
450
|
*/
|
|
480
|
-
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getEntityValueCount =
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
451
|
+
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getEntityValueCount = function (request, metadata, callback) {
|
|
452
|
+
return this.client_.rpcCall(
|
|
453
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetEntityValueCount',
|
|
454
|
+
request,
|
|
455
|
+
metadata || {},
|
|
456
|
+
methodDescriptor_ProjectStatistics_GetEntityValueCount,
|
|
457
|
+
callback
|
|
458
|
+
);
|
|
488
459
|
};
|
|
489
460
|
|
|
490
|
-
|
|
491
461
|
/**
|
|
492
462
|
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request The
|
|
493
463
|
* request proto
|
|
@@ -496,16 +466,15 @@ proto.ondewo.nlu.ProjectStatisticsClient.prototype.getEntityValueCount =
|
|
|
496
466
|
* @return {!Promise<!proto.ondewo.nlu.StatResponse>}
|
|
497
467
|
* Promise that resolves to the response
|
|
498
468
|
*/
|
|
499
|
-
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getEntityValueCount =
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
469
|
+
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getEntityValueCount = function (request, metadata) {
|
|
470
|
+
return this.client_.unaryCall(
|
|
471
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetEntityValueCount',
|
|
472
|
+
request,
|
|
473
|
+
metadata || {},
|
|
474
|
+
methodDescriptor_ProjectStatistics_GetEntityValueCount
|
|
475
|
+
);
|
|
506
476
|
};
|
|
507
477
|
|
|
508
|
-
|
|
509
478
|
/**
|
|
510
479
|
* @const
|
|
511
480
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -513,21 +482,20 @@ proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getEntityValueCount =
|
|
|
513
482
|
* !proto.ondewo.nlu.StatResponse>}
|
|
514
483
|
*/
|
|
515
484
|
const methodDescriptor_ProjectStatistics_GetEntitySynonymCount = new grpc.web.MethodDescriptor(
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
485
|
+
'/ondewo.nlu.ProjectStatistics/GetEntitySynonymCount',
|
|
486
|
+
grpc.web.MethodType.UNARY,
|
|
487
|
+
proto.ondewo.nlu.GetProjectElementStatRequest,
|
|
488
|
+
ondewo_nlu_common_pb.StatResponse,
|
|
489
|
+
/**
|
|
490
|
+
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request
|
|
491
|
+
* @return {!Uint8Array}
|
|
492
|
+
*/
|
|
493
|
+
function (request) {
|
|
494
|
+
return request.serializeBinary();
|
|
495
|
+
},
|
|
496
|
+
ondewo_nlu_common_pb.StatResponse.deserializeBinary
|
|
528
497
|
);
|
|
529
498
|
|
|
530
|
-
|
|
531
499
|
/**
|
|
532
500
|
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request The
|
|
533
501
|
* request proto
|
|
@@ -538,17 +506,16 @@ const methodDescriptor_ProjectStatistics_GetEntitySynonymCount = new grpc.web.Me
|
|
|
538
506
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.StatResponse>|undefined}
|
|
539
507
|
* The XHR Node Readable Stream
|
|
540
508
|
*/
|
|
541
|
-
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getEntitySynonymCount =
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
509
|
+
proto.ondewo.nlu.ProjectStatisticsClient.prototype.getEntitySynonymCount = function (request, metadata, callback) {
|
|
510
|
+
return this.client_.rpcCall(
|
|
511
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetEntitySynonymCount',
|
|
512
|
+
request,
|
|
513
|
+
metadata || {},
|
|
514
|
+
methodDescriptor_ProjectStatistics_GetEntitySynonymCount,
|
|
515
|
+
callback
|
|
516
|
+
);
|
|
549
517
|
};
|
|
550
518
|
|
|
551
|
-
|
|
552
519
|
/**
|
|
553
520
|
* @param {!proto.ondewo.nlu.GetProjectElementStatRequest} request The
|
|
554
521
|
* request proto
|
|
@@ -557,15 +524,13 @@ proto.ondewo.nlu.ProjectStatisticsClient.prototype.getEntitySynonymCount =
|
|
|
557
524
|
* @return {!Promise<!proto.ondewo.nlu.StatResponse>}
|
|
558
525
|
* Promise that resolves to the response
|
|
559
526
|
*/
|
|
560
|
-
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getEntitySynonymCount =
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
527
|
+
proto.ondewo.nlu.ProjectStatisticsPromiseClient.prototype.getEntitySynonymCount = function (request, metadata) {
|
|
528
|
+
return this.client_.unaryCall(
|
|
529
|
+
this.hostname_ + '/ondewo.nlu.ProjectStatistics/GetEntitySynonymCount',
|
|
530
|
+
request,
|
|
531
|
+
metadata || {},
|
|
532
|
+
methodDescriptor_ProjectStatistics_GetEntitySynonymCount
|
|
533
|
+
);
|
|
567
534
|
};
|
|
568
535
|
|
|
569
|
-
|
|
570
536
|
module.exports = proto.ondewo.nlu;
|
|
571
|
-
|