@ondewo/nlu-client-typescript 4.1.0 → 4.3.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.
Files changed (62) hide show
  1. package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +490 -450
  2. package/api/ondewo/nlu/agent_grpc_web_pb.js +1244 -1113
  3. package/api/ondewo/nlu/agent_pb.d.ts +1758 -1939
  4. package/api/ondewo/nlu/agent_pb.js +10491 -9063
  5. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +106 -98
  6. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +280 -245
  7. package/api/ondewo/nlu/aiservices_pb.d.ts +674 -745
  8. package/api/ondewo/nlu/aiservices_pb.js +4403 -3638
  9. package/api/ondewo/nlu/common_pb.d.ts +17 -15
  10. package/api/ondewo/nlu/common_pb.js +93 -83
  11. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +82 -76
  12. package/api/ondewo/nlu/context_grpc_web_pb.js +220 -191
  13. package/api/ondewo/nlu/context_pb.d.ts +151 -151
  14. package/api/ondewo/nlu/context_pb.js +1042 -889
  15. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +154 -142
  16. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +398 -351
  17. package/api/ondewo/nlu/entity_type_pb.d.ts +571 -614
  18. package/api/ondewo/nlu/entity_type_pb.js +3369 -2893
  19. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +334 -310
  20. package/api/ondewo/nlu/intent_grpc_web_pb.js +851 -766
  21. package/api/ondewo/nlu/intent_pb.d.ts +1993 -2151
  22. package/api/ondewo/nlu/intent_pb.js +10692 -9502
  23. package/api/ondewo/nlu/operation_metadata_pb.d.ts +98 -86
  24. package/api/ondewo/nlu/operation_metadata_pb.js +492 -322
  25. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +50 -46
  26. package/api/ondewo/nlu/operations_grpc_web_pb.js +163 -140
  27. package/api/ondewo/nlu/operations_pb.d.ts +182 -189
  28. package/api/ondewo/nlu/operations_pb.js +1004 -843
  29. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +70 -65
  30. package/api/ondewo/nlu/project_role_grpc_web_pb.js +190 -164
  31. package/api/ondewo/nlu/project_role_pb.d.ts +151 -165
  32. package/api/ondewo/nlu/project_role_pb.js +963 -796
  33. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +106 -98
  34. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +281 -246
  35. package/api/ondewo/nlu/project_statistics_pb.d.ts +63 -67
  36. package/api/ondewo/nlu/project_statistics_pb.js +418 -354
  37. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +46 -43
  38. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +130 -110
  39. package/api/ondewo/nlu/server_statistics_pb.d.ts +14 -15
  40. package/api/ondewo/nlu/server_statistics_pb.js +91 -81
  41. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +334 -164
  42. package/api/ondewo/nlu/session_grpc_web_pb.js +1255 -409
  43. package/api/ondewo/nlu/session_pb.d.ts +1721 -1080
  44. package/api/ondewo/nlu/session_pb.js +13885 -6673
  45. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +190 -172
  46. package/api/ondewo/nlu/user_grpc_web_pb.js +487 -431
  47. package/api/ondewo/nlu/user_pb.d.ts +325 -345
  48. package/api/ondewo/nlu/user_pb.js +2312 -1948
  49. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +106 -98
  50. package/api/ondewo/nlu/utility_grpc_web_pb.js +279 -244
  51. package/api/ondewo/nlu/utility_pb.d.ts +535 -588
  52. package/api/ondewo/nlu/utility_pb.js +3348 -2814
  53. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +46 -43
  54. package/api/ondewo/nlu/webhook_grpc_web_pb.js +132 -112
  55. package/api/ondewo/nlu/webhook_pb.d.ts +119 -123
  56. package/api/ondewo/nlu/webhook_pb.js +718 -599
  57. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +94 -87
  58. package/api/ondewo/qa/qa_grpc_web_pb.js +250 -218
  59. package/api/ondewo/qa/qa_pb.d.ts +220 -235
  60. package/api/ondewo/qa/qa_pb.js +1452 -1222
  61. package/package.json +1 -1
  62. package/public-api.d.ts +34 -4
@@ -6,21 +6,25 @@
6
6
 
7
7
  // GENERATED CODE -- DO NOT EDIT!
8
8
 
9
+
9
10
  /* eslint-disable */
10
11
  // @ts-nocheck
11
12
 
13
+
14
+
12
15
  const grpc = {};
13
16
  grpc.web = require('grpc-web');
14
17
 
15
- var google_api_annotations_pb = require('../../google/api/annotations_pb.js');
16
18
 
17
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
19
+ var google_api_annotations_pb = require('../../google/api/annotations_pb.js')
18
20
 
19
- var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js');
21
+ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
20
22
 
21
- var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js');
23
+ var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js')
22
24
 
23
- var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js');
25
+ var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js')
26
+
27
+ var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js')
24
28
  const proto = {};
25
29
  proto.ondewo = {};
26
30
  proto.ondewo.nlu = require('./entity_type_pb.js');
@@ -33,21 +37,24 @@ proto.ondewo.nlu = require('./entity_type_pb.js');
33
37
  * @struct
34
38
  * @final
35
39
  */
36
- proto.ondewo.nlu.EntityTypesClient = function (hostname, credentials, options) {
37
- if (!options) options = {};
38
- options.format = 'binary';
40
+ proto.ondewo.nlu.EntityTypesClient =
41
+ function(hostname, credentials, options) {
42
+ if (!options) options = {};
43
+ options.format = 'binary';
44
+
45
+ /**
46
+ * @private @const {!grpc.web.GrpcWebClientBase} The client
47
+ */
48
+ this.client_ = new grpc.web.GrpcWebClientBase(options);
39
49
 
40
- /**
41
- * @private @const {!grpc.web.GrpcWebClientBase} The client
42
- */
43
- this.client_ = new grpc.web.GrpcWebClientBase(options);
50
+ /**
51
+ * @private @const {string} The hostname
52
+ */
53
+ this.hostname_ = hostname;
44
54
 
45
- /**
46
- * @private @const {string} The hostname
47
- */
48
- this.hostname_ = hostname;
49
55
  };
50
56
 
57
+
51
58
  /**
52
59
  * @param {string} hostname
53
60
  * @param {?Object} credentials
@@ -56,21 +63,24 @@ proto.ondewo.nlu.EntityTypesClient = function (hostname, credentials, options) {
56
63
  * @struct
57
64
  * @final
58
65
  */
59
- proto.ondewo.nlu.EntityTypesPromiseClient = function (hostname, credentials, options) {
60
- if (!options) options = {};
61
- options.format = 'binary';
66
+ proto.ondewo.nlu.EntityTypesPromiseClient =
67
+ function(hostname, credentials, options) {
68
+ if (!options) options = {};
69
+ options.format = 'binary';
62
70
 
63
- /**
64
- * @private @const {!grpc.web.GrpcWebClientBase} The client
65
- */
66
- this.client_ = new grpc.web.GrpcWebClientBase(options);
71
+ /**
72
+ * @private @const {!grpc.web.GrpcWebClientBase} The client
73
+ */
74
+ this.client_ = new grpc.web.GrpcWebClientBase(options);
75
+
76
+ /**
77
+ * @private @const {string} The hostname
78
+ */
79
+ this.hostname_ = hostname;
67
80
 
68
- /**
69
- * @private @const {string} The hostname
70
- */
71
- this.hostname_ = hostname;
72
81
  };
73
82
 
83
+
74
84
  /**
75
85
  * @const
76
86
  * @type {!grpc.web.MethodDescriptor<
@@ -78,20 +88,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient = function (hostname, credentials, opt
78
88
  * !proto.ondewo.nlu.ListEntityTypesResponse>}
79
89
  */
80
90
  const methodDescriptor_EntityTypes_ListEntityTypes = new grpc.web.MethodDescriptor(
81
- '/ondewo.nlu.EntityTypes/ListEntityTypes',
82
- grpc.web.MethodType.UNARY,
83
- proto.ondewo.nlu.ListEntityTypesRequest,
84
- proto.ondewo.nlu.ListEntityTypesResponse,
85
- /**
86
- * @param {!proto.ondewo.nlu.ListEntityTypesRequest} request
87
- * @return {!Uint8Array}
88
- */
89
- function (request) {
90
- return request.serializeBinary();
91
- },
92
- proto.ondewo.nlu.ListEntityTypesResponse.deserializeBinary
91
+ '/ondewo.nlu.EntityTypes/ListEntityTypes',
92
+ grpc.web.MethodType.UNARY,
93
+ proto.ondewo.nlu.ListEntityTypesRequest,
94
+ proto.ondewo.nlu.ListEntityTypesResponse,
95
+ /**
96
+ * @param {!proto.ondewo.nlu.ListEntityTypesRequest} request
97
+ * @return {!Uint8Array}
98
+ */
99
+ function(request) {
100
+ return request.serializeBinary();
101
+ },
102
+ proto.ondewo.nlu.ListEntityTypesResponse.deserializeBinary
93
103
  );
94
104
 
105
+
95
106
  /**
96
107
  * @param {!proto.ondewo.nlu.ListEntityTypesRequest} request The
97
108
  * request proto
@@ -102,16 +113,17 @@ const methodDescriptor_EntityTypes_ListEntityTypes = new grpc.web.MethodDescript
102
113
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListEntityTypesResponse>|undefined}
103
114
  * The XHR Node Readable Stream
104
115
  */
105
- proto.ondewo.nlu.EntityTypesClient.prototype.listEntityTypes = function (request, metadata, callback) {
106
- return this.client_.rpcCall(
107
- this.hostname_ + '/ondewo.nlu.EntityTypes/ListEntityTypes',
108
- request,
109
- metadata || {},
110
- methodDescriptor_EntityTypes_ListEntityTypes,
111
- callback
112
- );
116
+ proto.ondewo.nlu.EntityTypesClient.prototype.listEntityTypes =
117
+ function(request, metadata, callback) {
118
+ return this.client_.rpcCall(this.hostname_ +
119
+ '/ondewo.nlu.EntityTypes/ListEntityTypes',
120
+ request,
121
+ metadata || {},
122
+ methodDescriptor_EntityTypes_ListEntityTypes,
123
+ callback);
113
124
  };
114
125
 
126
+
115
127
  /**
116
128
  * @param {!proto.ondewo.nlu.ListEntityTypesRequest} request The
117
129
  * request proto
@@ -120,15 +132,16 @@ proto.ondewo.nlu.EntityTypesClient.prototype.listEntityTypes = function (request
120
132
  * @return {!Promise<!proto.ondewo.nlu.ListEntityTypesResponse>}
121
133
  * Promise that resolves to the response
122
134
  */
123
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.listEntityTypes = function (request, metadata) {
124
- return this.client_.unaryCall(
125
- this.hostname_ + '/ondewo.nlu.EntityTypes/ListEntityTypes',
126
- request,
127
- metadata || {},
128
- methodDescriptor_EntityTypes_ListEntityTypes
129
- );
135
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.listEntityTypes =
136
+ function(request, metadata) {
137
+ return this.client_.unaryCall(this.hostname_ +
138
+ '/ondewo.nlu.EntityTypes/ListEntityTypes',
139
+ request,
140
+ metadata || {},
141
+ methodDescriptor_EntityTypes_ListEntityTypes);
130
142
  };
131
143
 
144
+
132
145
  /**
133
146
  * @const
134
147
  * @type {!grpc.web.MethodDescriptor<
@@ -136,20 +149,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.listEntityTypes = function (
136
149
  * !proto.ondewo.nlu.EntityType>}
137
150
  */
138
151
  const methodDescriptor_EntityTypes_GetEntityType = new grpc.web.MethodDescriptor(
139
- '/ondewo.nlu.EntityTypes/GetEntityType',
140
- grpc.web.MethodType.UNARY,
141
- proto.ondewo.nlu.GetEntityTypeRequest,
142
- proto.ondewo.nlu.EntityType,
143
- /**
144
- * @param {!proto.ondewo.nlu.GetEntityTypeRequest} request
145
- * @return {!Uint8Array}
146
- */
147
- function (request) {
148
- return request.serializeBinary();
149
- },
150
- proto.ondewo.nlu.EntityType.deserializeBinary
152
+ '/ondewo.nlu.EntityTypes/GetEntityType',
153
+ grpc.web.MethodType.UNARY,
154
+ proto.ondewo.nlu.GetEntityTypeRequest,
155
+ proto.ondewo.nlu.EntityType,
156
+ /**
157
+ * @param {!proto.ondewo.nlu.GetEntityTypeRequest} request
158
+ * @return {!Uint8Array}
159
+ */
160
+ function(request) {
161
+ return request.serializeBinary();
162
+ },
163
+ proto.ondewo.nlu.EntityType.deserializeBinary
151
164
  );
152
165
 
166
+
153
167
  /**
154
168
  * @param {!proto.ondewo.nlu.GetEntityTypeRequest} request The
155
169
  * request proto
@@ -160,16 +174,17 @@ const methodDescriptor_EntityTypes_GetEntityType = new grpc.web.MethodDescriptor
160
174
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.EntityType>|undefined}
161
175
  * The XHR Node Readable Stream
162
176
  */
163
- proto.ondewo.nlu.EntityTypesClient.prototype.getEntityType = function (request, metadata, callback) {
164
- return this.client_.rpcCall(
165
- this.hostname_ + '/ondewo.nlu.EntityTypes/GetEntityType',
166
- request,
167
- metadata || {},
168
- methodDescriptor_EntityTypes_GetEntityType,
169
- callback
170
- );
177
+ proto.ondewo.nlu.EntityTypesClient.prototype.getEntityType =
178
+ function(request, metadata, callback) {
179
+ return this.client_.rpcCall(this.hostname_ +
180
+ '/ondewo.nlu.EntityTypes/GetEntityType',
181
+ request,
182
+ metadata || {},
183
+ methodDescriptor_EntityTypes_GetEntityType,
184
+ callback);
171
185
  };
172
186
 
187
+
173
188
  /**
174
189
  * @param {!proto.ondewo.nlu.GetEntityTypeRequest} request The
175
190
  * request proto
@@ -178,15 +193,16 @@ proto.ondewo.nlu.EntityTypesClient.prototype.getEntityType = function (request,
178
193
  * @return {!Promise<!proto.ondewo.nlu.EntityType>}
179
194
  * Promise that resolves to the response
180
195
  */
181
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.getEntityType = function (request, metadata) {
182
- return this.client_.unaryCall(
183
- this.hostname_ + '/ondewo.nlu.EntityTypes/GetEntityType',
184
- request,
185
- metadata || {},
186
- methodDescriptor_EntityTypes_GetEntityType
187
- );
196
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.getEntityType =
197
+ function(request, metadata) {
198
+ return this.client_.unaryCall(this.hostname_ +
199
+ '/ondewo.nlu.EntityTypes/GetEntityType',
200
+ request,
201
+ metadata || {},
202
+ methodDescriptor_EntityTypes_GetEntityType);
188
203
  };
189
204
 
205
+
190
206
  /**
191
207
  * @const
192
208
  * @type {!grpc.web.MethodDescriptor<
@@ -194,20 +210,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.getEntityType = function (re
194
210
  * !proto.ondewo.nlu.EntityType>}
195
211
  */
196
212
  const methodDescriptor_EntityTypes_CreateEntityType = new grpc.web.MethodDescriptor(
197
- '/ondewo.nlu.EntityTypes/CreateEntityType',
198
- grpc.web.MethodType.UNARY,
199
- proto.ondewo.nlu.CreateEntityTypeRequest,
200
- proto.ondewo.nlu.EntityType,
201
- /**
202
- * @param {!proto.ondewo.nlu.CreateEntityTypeRequest} request
203
- * @return {!Uint8Array}
204
- */
205
- function (request) {
206
- return request.serializeBinary();
207
- },
208
- proto.ondewo.nlu.EntityType.deserializeBinary
213
+ '/ondewo.nlu.EntityTypes/CreateEntityType',
214
+ grpc.web.MethodType.UNARY,
215
+ proto.ondewo.nlu.CreateEntityTypeRequest,
216
+ proto.ondewo.nlu.EntityType,
217
+ /**
218
+ * @param {!proto.ondewo.nlu.CreateEntityTypeRequest} request
219
+ * @return {!Uint8Array}
220
+ */
221
+ function(request) {
222
+ return request.serializeBinary();
223
+ },
224
+ proto.ondewo.nlu.EntityType.deserializeBinary
209
225
  );
210
226
 
227
+
211
228
  /**
212
229
  * @param {!proto.ondewo.nlu.CreateEntityTypeRequest} request The
213
230
  * request proto
@@ -218,16 +235,17 @@ const methodDescriptor_EntityTypes_CreateEntityType = new grpc.web.MethodDescrip
218
235
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.EntityType>|undefined}
219
236
  * The XHR Node Readable Stream
220
237
  */
221
- proto.ondewo.nlu.EntityTypesClient.prototype.createEntityType = function (request, metadata, callback) {
222
- return this.client_.rpcCall(
223
- this.hostname_ + '/ondewo.nlu.EntityTypes/CreateEntityType',
224
- request,
225
- metadata || {},
226
- methodDescriptor_EntityTypes_CreateEntityType,
227
- callback
228
- );
238
+ proto.ondewo.nlu.EntityTypesClient.prototype.createEntityType =
239
+ function(request, metadata, callback) {
240
+ return this.client_.rpcCall(this.hostname_ +
241
+ '/ondewo.nlu.EntityTypes/CreateEntityType',
242
+ request,
243
+ metadata || {},
244
+ methodDescriptor_EntityTypes_CreateEntityType,
245
+ callback);
229
246
  };
230
247
 
248
+
231
249
  /**
232
250
  * @param {!proto.ondewo.nlu.CreateEntityTypeRequest} request The
233
251
  * request proto
@@ -236,15 +254,16 @@ proto.ondewo.nlu.EntityTypesClient.prototype.createEntityType = function (reques
236
254
  * @return {!Promise<!proto.ondewo.nlu.EntityType>}
237
255
  * Promise that resolves to the response
238
256
  */
239
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.createEntityType = function (request, metadata) {
240
- return this.client_.unaryCall(
241
- this.hostname_ + '/ondewo.nlu.EntityTypes/CreateEntityType',
242
- request,
243
- metadata || {},
244
- methodDescriptor_EntityTypes_CreateEntityType
245
- );
257
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.createEntityType =
258
+ function(request, metadata) {
259
+ return this.client_.unaryCall(this.hostname_ +
260
+ '/ondewo.nlu.EntityTypes/CreateEntityType',
261
+ request,
262
+ metadata || {},
263
+ methodDescriptor_EntityTypes_CreateEntityType);
246
264
  };
247
265
 
266
+
248
267
  /**
249
268
  * @const
250
269
  * @type {!grpc.web.MethodDescriptor<
@@ -252,20 +271,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.createEntityType = function
252
271
  * !proto.ondewo.nlu.EntityType>}
253
272
  */
254
273
  const methodDescriptor_EntityTypes_UpdateEntityType = new grpc.web.MethodDescriptor(
255
- '/ondewo.nlu.EntityTypes/UpdateEntityType',
256
- grpc.web.MethodType.UNARY,
257
- proto.ondewo.nlu.UpdateEntityTypeRequest,
258
- proto.ondewo.nlu.EntityType,
259
- /**
260
- * @param {!proto.ondewo.nlu.UpdateEntityTypeRequest} request
261
- * @return {!Uint8Array}
262
- */
263
- function (request) {
264
- return request.serializeBinary();
265
- },
266
- proto.ondewo.nlu.EntityType.deserializeBinary
274
+ '/ondewo.nlu.EntityTypes/UpdateEntityType',
275
+ grpc.web.MethodType.UNARY,
276
+ proto.ondewo.nlu.UpdateEntityTypeRequest,
277
+ proto.ondewo.nlu.EntityType,
278
+ /**
279
+ * @param {!proto.ondewo.nlu.UpdateEntityTypeRequest} request
280
+ * @return {!Uint8Array}
281
+ */
282
+ function(request) {
283
+ return request.serializeBinary();
284
+ },
285
+ proto.ondewo.nlu.EntityType.deserializeBinary
267
286
  );
268
287
 
288
+
269
289
  /**
270
290
  * @param {!proto.ondewo.nlu.UpdateEntityTypeRequest} request The
271
291
  * request proto
@@ -276,16 +296,17 @@ const methodDescriptor_EntityTypes_UpdateEntityType = new grpc.web.MethodDescrip
276
296
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.EntityType>|undefined}
277
297
  * The XHR Node Readable Stream
278
298
  */
279
- proto.ondewo.nlu.EntityTypesClient.prototype.updateEntityType = function (request, metadata, callback) {
280
- return this.client_.rpcCall(
281
- this.hostname_ + '/ondewo.nlu.EntityTypes/UpdateEntityType',
282
- request,
283
- metadata || {},
284
- methodDescriptor_EntityTypes_UpdateEntityType,
285
- callback
286
- );
299
+ proto.ondewo.nlu.EntityTypesClient.prototype.updateEntityType =
300
+ function(request, metadata, callback) {
301
+ return this.client_.rpcCall(this.hostname_ +
302
+ '/ondewo.nlu.EntityTypes/UpdateEntityType',
303
+ request,
304
+ metadata || {},
305
+ methodDescriptor_EntityTypes_UpdateEntityType,
306
+ callback);
287
307
  };
288
308
 
309
+
289
310
  /**
290
311
  * @param {!proto.ondewo.nlu.UpdateEntityTypeRequest} request The
291
312
  * request proto
@@ -294,15 +315,16 @@ proto.ondewo.nlu.EntityTypesClient.prototype.updateEntityType = function (reques
294
315
  * @return {!Promise<!proto.ondewo.nlu.EntityType>}
295
316
  * Promise that resolves to the response
296
317
  */
297
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.updateEntityType = function (request, metadata) {
298
- return this.client_.unaryCall(
299
- this.hostname_ + '/ondewo.nlu.EntityTypes/UpdateEntityType',
300
- request,
301
- metadata || {},
302
- methodDescriptor_EntityTypes_UpdateEntityType
303
- );
318
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.updateEntityType =
319
+ function(request, metadata) {
320
+ return this.client_.unaryCall(this.hostname_ +
321
+ '/ondewo.nlu.EntityTypes/UpdateEntityType',
322
+ request,
323
+ metadata || {},
324
+ methodDescriptor_EntityTypes_UpdateEntityType);
304
325
  };
305
326
 
327
+
306
328
  /**
307
329
  * @const
308
330
  * @type {!grpc.web.MethodDescriptor<
@@ -310,20 +332,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.updateEntityType = function
310
332
  * !proto.google.protobuf.Empty>}
311
333
  */
312
334
  const methodDescriptor_EntityTypes_DeleteEntityType = new grpc.web.MethodDescriptor(
313
- '/ondewo.nlu.EntityTypes/DeleteEntityType',
314
- grpc.web.MethodType.UNARY,
315
- proto.ondewo.nlu.DeleteEntityTypeRequest,
316
- google_protobuf_empty_pb.Empty,
317
- /**
318
- * @param {!proto.ondewo.nlu.DeleteEntityTypeRequest} request
319
- * @return {!Uint8Array}
320
- */
321
- function (request) {
322
- return request.serializeBinary();
323
- },
324
- google_protobuf_empty_pb.Empty.deserializeBinary
335
+ '/ondewo.nlu.EntityTypes/DeleteEntityType',
336
+ grpc.web.MethodType.UNARY,
337
+ proto.ondewo.nlu.DeleteEntityTypeRequest,
338
+ google_protobuf_empty_pb.Empty,
339
+ /**
340
+ * @param {!proto.ondewo.nlu.DeleteEntityTypeRequest} request
341
+ * @return {!Uint8Array}
342
+ */
343
+ function(request) {
344
+ return request.serializeBinary();
345
+ },
346
+ google_protobuf_empty_pb.Empty.deserializeBinary
325
347
  );
326
348
 
349
+
327
350
  /**
328
351
  * @param {!proto.ondewo.nlu.DeleteEntityTypeRequest} request The
329
352
  * request proto
@@ -334,16 +357,17 @@ const methodDescriptor_EntityTypes_DeleteEntityType = new grpc.web.MethodDescrip
334
357
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
335
358
  * The XHR Node Readable Stream
336
359
  */
337
- proto.ondewo.nlu.EntityTypesClient.prototype.deleteEntityType = function (request, metadata, callback) {
338
- return this.client_.rpcCall(
339
- this.hostname_ + '/ondewo.nlu.EntityTypes/DeleteEntityType',
340
- request,
341
- metadata || {},
342
- methodDescriptor_EntityTypes_DeleteEntityType,
343
- callback
344
- );
360
+ proto.ondewo.nlu.EntityTypesClient.prototype.deleteEntityType =
361
+ function(request, metadata, callback) {
362
+ return this.client_.rpcCall(this.hostname_ +
363
+ '/ondewo.nlu.EntityTypes/DeleteEntityType',
364
+ request,
365
+ metadata || {},
366
+ methodDescriptor_EntityTypes_DeleteEntityType,
367
+ callback);
345
368
  };
346
369
 
370
+
347
371
  /**
348
372
  * @param {!proto.ondewo.nlu.DeleteEntityTypeRequest} request The
349
373
  * request proto
@@ -352,15 +376,16 @@ proto.ondewo.nlu.EntityTypesClient.prototype.deleteEntityType = function (reques
352
376
  * @return {!Promise<!proto.google.protobuf.Empty>}
353
377
  * Promise that resolves to the response
354
378
  */
355
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.deleteEntityType = function (request, metadata) {
356
- return this.client_.unaryCall(
357
- this.hostname_ + '/ondewo.nlu.EntityTypes/DeleteEntityType',
358
- request,
359
- metadata || {},
360
- methodDescriptor_EntityTypes_DeleteEntityType
361
- );
379
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.deleteEntityType =
380
+ function(request, metadata) {
381
+ return this.client_.unaryCall(this.hostname_ +
382
+ '/ondewo.nlu.EntityTypes/DeleteEntityType',
383
+ request,
384
+ metadata || {},
385
+ methodDescriptor_EntityTypes_DeleteEntityType);
362
386
  };
363
387
 
388
+
364
389
  /**
365
390
  * @const
366
391
  * @type {!grpc.web.MethodDescriptor<
@@ -368,20 +393,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.deleteEntityType = function
368
393
  * !proto.ondewo.nlu.Operation>}
369
394
  */
370
395
  const methodDescriptor_EntityTypes_BatchUpdateEntityTypes = new grpc.web.MethodDescriptor(
371
- '/ondewo.nlu.EntityTypes/BatchUpdateEntityTypes',
372
- grpc.web.MethodType.UNARY,
373
- proto.ondewo.nlu.BatchUpdateEntityTypesRequest,
374
- ondewo_nlu_operations_pb.Operation,
375
- /**
376
- * @param {!proto.ondewo.nlu.BatchUpdateEntityTypesRequest} request
377
- * @return {!Uint8Array}
378
- */
379
- function (request) {
380
- return request.serializeBinary();
381
- },
382
- ondewo_nlu_operations_pb.Operation.deserializeBinary
396
+ '/ondewo.nlu.EntityTypes/BatchUpdateEntityTypes',
397
+ grpc.web.MethodType.UNARY,
398
+ proto.ondewo.nlu.BatchUpdateEntityTypesRequest,
399
+ ondewo_nlu_operations_pb.Operation,
400
+ /**
401
+ * @param {!proto.ondewo.nlu.BatchUpdateEntityTypesRequest} request
402
+ * @return {!Uint8Array}
403
+ */
404
+ function(request) {
405
+ return request.serializeBinary();
406
+ },
407
+ ondewo_nlu_operations_pb.Operation.deserializeBinary
383
408
  );
384
409
 
410
+
385
411
  /**
386
412
  * @param {!proto.ondewo.nlu.BatchUpdateEntityTypesRequest} request The
387
413
  * request proto
@@ -392,16 +418,17 @@ const methodDescriptor_EntityTypes_BatchUpdateEntityTypes = new grpc.web.MethodD
392
418
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
393
419
  * The XHR Node Readable Stream
394
420
  */
395
- proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntityTypes = function (request, metadata, callback) {
396
- return this.client_.rpcCall(
397
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchUpdateEntityTypes',
398
- request,
399
- metadata || {},
400
- methodDescriptor_EntityTypes_BatchUpdateEntityTypes,
401
- callback
402
- );
421
+ proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntityTypes =
422
+ function(request, metadata, callback) {
423
+ return this.client_.rpcCall(this.hostname_ +
424
+ '/ondewo.nlu.EntityTypes/BatchUpdateEntityTypes',
425
+ request,
426
+ metadata || {},
427
+ methodDescriptor_EntityTypes_BatchUpdateEntityTypes,
428
+ callback);
403
429
  };
404
430
 
431
+
405
432
  /**
406
433
  * @param {!proto.ondewo.nlu.BatchUpdateEntityTypesRequest} request The
407
434
  * request proto
@@ -410,15 +437,16 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntityTypes = function (
410
437
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
411
438
  * Promise that resolves to the response
412
439
  */
413
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntityTypes = function (request, metadata) {
414
- return this.client_.unaryCall(
415
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchUpdateEntityTypes',
416
- request,
417
- metadata || {},
418
- methodDescriptor_EntityTypes_BatchUpdateEntityTypes
419
- );
440
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntityTypes =
441
+ function(request, metadata) {
442
+ return this.client_.unaryCall(this.hostname_ +
443
+ '/ondewo.nlu.EntityTypes/BatchUpdateEntityTypes',
444
+ request,
445
+ metadata || {},
446
+ methodDescriptor_EntityTypes_BatchUpdateEntityTypes);
420
447
  };
421
448
 
449
+
422
450
  /**
423
451
  * @const
424
452
  * @type {!grpc.web.MethodDescriptor<
@@ -426,20 +454,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntityTypes = fun
426
454
  * !proto.ondewo.nlu.Operation>}
427
455
  */
428
456
  const methodDescriptor_EntityTypes_BatchDeleteEntityTypes = new grpc.web.MethodDescriptor(
429
- '/ondewo.nlu.EntityTypes/BatchDeleteEntityTypes',
430
- grpc.web.MethodType.UNARY,
431
- proto.ondewo.nlu.BatchDeleteEntityTypesRequest,
432
- ondewo_nlu_operations_pb.Operation,
433
- /**
434
- * @param {!proto.ondewo.nlu.BatchDeleteEntityTypesRequest} request
435
- * @return {!Uint8Array}
436
- */
437
- function (request) {
438
- return request.serializeBinary();
439
- },
440
- ondewo_nlu_operations_pb.Operation.deserializeBinary
457
+ '/ondewo.nlu.EntityTypes/BatchDeleteEntityTypes',
458
+ grpc.web.MethodType.UNARY,
459
+ proto.ondewo.nlu.BatchDeleteEntityTypesRequest,
460
+ ondewo_nlu_operations_pb.Operation,
461
+ /**
462
+ * @param {!proto.ondewo.nlu.BatchDeleteEntityTypesRequest} request
463
+ * @return {!Uint8Array}
464
+ */
465
+ function(request) {
466
+ return request.serializeBinary();
467
+ },
468
+ ondewo_nlu_operations_pb.Operation.deserializeBinary
441
469
  );
442
470
 
471
+
443
472
  /**
444
473
  * @param {!proto.ondewo.nlu.BatchDeleteEntityTypesRequest} request The
445
474
  * request proto
@@ -450,16 +479,17 @@ const methodDescriptor_EntityTypes_BatchDeleteEntityTypes = new grpc.web.MethodD
450
479
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
451
480
  * The XHR Node Readable Stream
452
481
  */
453
- proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntityTypes = function (request, metadata, callback) {
454
- return this.client_.rpcCall(
455
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchDeleteEntityTypes',
456
- request,
457
- metadata || {},
458
- methodDescriptor_EntityTypes_BatchDeleteEntityTypes,
459
- callback
460
- );
482
+ proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntityTypes =
483
+ function(request, metadata, callback) {
484
+ return this.client_.rpcCall(this.hostname_ +
485
+ '/ondewo.nlu.EntityTypes/BatchDeleteEntityTypes',
486
+ request,
487
+ metadata || {},
488
+ methodDescriptor_EntityTypes_BatchDeleteEntityTypes,
489
+ callback);
461
490
  };
462
491
 
492
+
463
493
  /**
464
494
  * @param {!proto.ondewo.nlu.BatchDeleteEntityTypesRequest} request The
465
495
  * request proto
@@ -468,15 +498,16 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntityTypes = function (
468
498
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
469
499
  * Promise that resolves to the response
470
500
  */
471
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntityTypes = function (request, metadata) {
472
- return this.client_.unaryCall(
473
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchDeleteEntityTypes',
474
- request,
475
- metadata || {},
476
- methodDescriptor_EntityTypes_BatchDeleteEntityTypes
477
- );
501
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntityTypes =
502
+ function(request, metadata) {
503
+ return this.client_.unaryCall(this.hostname_ +
504
+ '/ondewo.nlu.EntityTypes/BatchDeleteEntityTypes',
505
+ request,
506
+ metadata || {},
507
+ methodDescriptor_EntityTypes_BatchDeleteEntityTypes);
478
508
  };
479
509
 
510
+
480
511
  /**
481
512
  * @const
482
513
  * @type {!grpc.web.MethodDescriptor<
@@ -484,20 +515,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntityTypes = fun
484
515
  * !proto.ondewo.nlu.BatchEntitiesResponse>}
485
516
  */
486
517
  const methodDescriptor_EntityTypes_BatchCreateEntities = new grpc.web.MethodDescriptor(
487
- '/ondewo.nlu.EntityTypes/BatchCreateEntities',
488
- grpc.web.MethodType.UNARY,
489
- proto.ondewo.nlu.BatchCreateEntitiesRequest,
490
- proto.ondewo.nlu.BatchEntitiesResponse,
491
- /**
492
- * @param {!proto.ondewo.nlu.BatchCreateEntitiesRequest} request
493
- * @return {!Uint8Array}
494
- */
495
- function (request) {
496
- return request.serializeBinary();
497
- },
498
- proto.ondewo.nlu.BatchEntitiesResponse.deserializeBinary
518
+ '/ondewo.nlu.EntityTypes/BatchCreateEntities',
519
+ grpc.web.MethodType.UNARY,
520
+ proto.ondewo.nlu.BatchCreateEntitiesRequest,
521
+ proto.ondewo.nlu.BatchEntitiesResponse,
522
+ /**
523
+ * @param {!proto.ondewo.nlu.BatchCreateEntitiesRequest} request
524
+ * @return {!Uint8Array}
525
+ */
526
+ function(request) {
527
+ return request.serializeBinary();
528
+ },
529
+ proto.ondewo.nlu.BatchEntitiesResponse.deserializeBinary
499
530
  );
500
531
 
532
+
501
533
  /**
502
534
  * @param {!proto.ondewo.nlu.BatchCreateEntitiesRequest} request The
503
535
  * request proto
@@ -508,16 +540,17 @@ const methodDescriptor_EntityTypes_BatchCreateEntities = new grpc.web.MethodDesc
508
540
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchEntitiesResponse>|undefined}
509
541
  * The XHR Node Readable Stream
510
542
  */
511
- proto.ondewo.nlu.EntityTypesClient.prototype.batchCreateEntities = function (request, metadata, callback) {
512
- return this.client_.rpcCall(
513
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchCreateEntities',
514
- request,
515
- metadata || {},
516
- methodDescriptor_EntityTypes_BatchCreateEntities,
517
- callback
518
- );
543
+ proto.ondewo.nlu.EntityTypesClient.prototype.batchCreateEntities =
544
+ function(request, metadata, callback) {
545
+ return this.client_.rpcCall(this.hostname_ +
546
+ '/ondewo.nlu.EntityTypes/BatchCreateEntities',
547
+ request,
548
+ metadata || {},
549
+ methodDescriptor_EntityTypes_BatchCreateEntities,
550
+ callback);
519
551
  };
520
552
 
553
+
521
554
  /**
522
555
  * @param {!proto.ondewo.nlu.BatchCreateEntitiesRequest} request The
523
556
  * request proto
@@ -526,15 +559,16 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchCreateEntities = function (req
526
559
  * @return {!Promise<!proto.ondewo.nlu.BatchEntitiesResponse>}
527
560
  * Promise that resolves to the response
528
561
  */
529
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchCreateEntities = function (request, metadata) {
530
- return this.client_.unaryCall(
531
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchCreateEntities',
532
- request,
533
- metadata || {},
534
- methodDescriptor_EntityTypes_BatchCreateEntities
535
- );
562
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchCreateEntities =
563
+ function(request, metadata) {
564
+ return this.client_.unaryCall(this.hostname_ +
565
+ '/ondewo.nlu.EntityTypes/BatchCreateEntities',
566
+ request,
567
+ metadata || {},
568
+ methodDescriptor_EntityTypes_BatchCreateEntities);
536
569
  };
537
570
 
571
+
538
572
  /**
539
573
  * @const
540
574
  * @type {!grpc.web.MethodDescriptor<
@@ -542,20 +576,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchCreateEntities = functi
542
576
  * !proto.ondewo.nlu.BatchEntitiesResponse>}
543
577
  */
544
578
  const methodDescriptor_EntityTypes_BatchUpdateEntities = new grpc.web.MethodDescriptor(
545
- '/ondewo.nlu.EntityTypes/BatchUpdateEntities',
546
- grpc.web.MethodType.UNARY,
547
- proto.ondewo.nlu.BatchUpdateEntitiesRequest,
548
- proto.ondewo.nlu.BatchEntitiesResponse,
549
- /**
550
- * @param {!proto.ondewo.nlu.BatchUpdateEntitiesRequest} request
551
- * @return {!Uint8Array}
552
- */
553
- function (request) {
554
- return request.serializeBinary();
555
- },
556
- proto.ondewo.nlu.BatchEntitiesResponse.deserializeBinary
579
+ '/ondewo.nlu.EntityTypes/BatchUpdateEntities',
580
+ grpc.web.MethodType.UNARY,
581
+ proto.ondewo.nlu.BatchUpdateEntitiesRequest,
582
+ proto.ondewo.nlu.BatchEntitiesResponse,
583
+ /**
584
+ * @param {!proto.ondewo.nlu.BatchUpdateEntitiesRequest} request
585
+ * @return {!Uint8Array}
586
+ */
587
+ function(request) {
588
+ return request.serializeBinary();
589
+ },
590
+ proto.ondewo.nlu.BatchEntitiesResponse.deserializeBinary
557
591
  );
558
592
 
593
+
559
594
  /**
560
595
  * @param {!proto.ondewo.nlu.BatchUpdateEntitiesRequest} request The
561
596
  * request proto
@@ -566,16 +601,17 @@ const methodDescriptor_EntityTypes_BatchUpdateEntities = new grpc.web.MethodDesc
566
601
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchEntitiesResponse>|undefined}
567
602
  * The XHR Node Readable Stream
568
603
  */
569
- proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntities = function (request, metadata, callback) {
570
- return this.client_.rpcCall(
571
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchUpdateEntities',
572
- request,
573
- metadata || {},
574
- methodDescriptor_EntityTypes_BatchUpdateEntities,
575
- callback
576
- );
604
+ proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntities =
605
+ function(request, metadata, callback) {
606
+ return this.client_.rpcCall(this.hostname_ +
607
+ '/ondewo.nlu.EntityTypes/BatchUpdateEntities',
608
+ request,
609
+ metadata || {},
610
+ methodDescriptor_EntityTypes_BatchUpdateEntities,
611
+ callback);
577
612
  };
578
613
 
614
+
579
615
  /**
580
616
  * @param {!proto.ondewo.nlu.BatchUpdateEntitiesRequest} request The
581
617
  * request proto
@@ -584,15 +620,16 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntities = function (req
584
620
  * @return {!Promise<!proto.ondewo.nlu.BatchEntitiesResponse>}
585
621
  * Promise that resolves to the response
586
622
  */
587
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntities = function (request, metadata) {
588
- return this.client_.unaryCall(
589
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchUpdateEntities',
590
- request,
591
- metadata || {},
592
- methodDescriptor_EntityTypes_BatchUpdateEntities
593
- );
623
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntities =
624
+ function(request, metadata) {
625
+ return this.client_.unaryCall(this.hostname_ +
626
+ '/ondewo.nlu.EntityTypes/BatchUpdateEntities',
627
+ request,
628
+ metadata || {},
629
+ methodDescriptor_EntityTypes_BatchUpdateEntities);
594
630
  };
595
631
 
632
+
596
633
  /**
597
634
  * @const
598
635
  * @type {!grpc.web.MethodDescriptor<
@@ -600,20 +637,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntities = functi
600
637
  * !proto.ondewo.nlu.BatchEntitiesResponse>}
601
638
  */
602
639
  const methodDescriptor_EntityTypes_BatchGetEntities = new grpc.web.MethodDescriptor(
603
- '/ondewo.nlu.EntityTypes/BatchGetEntities',
604
- grpc.web.MethodType.UNARY,
605
- proto.ondewo.nlu.BatchGetEntitiesRequest,
606
- proto.ondewo.nlu.BatchEntitiesResponse,
607
- /**
608
- * @param {!proto.ondewo.nlu.BatchGetEntitiesRequest} request
609
- * @return {!Uint8Array}
610
- */
611
- function (request) {
612
- return request.serializeBinary();
613
- },
614
- proto.ondewo.nlu.BatchEntitiesResponse.deserializeBinary
640
+ '/ondewo.nlu.EntityTypes/BatchGetEntities',
641
+ grpc.web.MethodType.UNARY,
642
+ proto.ondewo.nlu.BatchGetEntitiesRequest,
643
+ proto.ondewo.nlu.BatchEntitiesResponse,
644
+ /**
645
+ * @param {!proto.ondewo.nlu.BatchGetEntitiesRequest} request
646
+ * @return {!Uint8Array}
647
+ */
648
+ function(request) {
649
+ return request.serializeBinary();
650
+ },
651
+ proto.ondewo.nlu.BatchEntitiesResponse.deserializeBinary
615
652
  );
616
653
 
654
+
617
655
  /**
618
656
  * @param {!proto.ondewo.nlu.BatchGetEntitiesRequest} request The
619
657
  * request proto
@@ -624,16 +662,17 @@ const methodDescriptor_EntityTypes_BatchGetEntities = new grpc.web.MethodDescrip
624
662
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchEntitiesResponse>|undefined}
625
663
  * The XHR Node Readable Stream
626
664
  */
627
- proto.ondewo.nlu.EntityTypesClient.prototype.batchGetEntities = function (request, metadata, callback) {
628
- return this.client_.rpcCall(
629
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchGetEntities',
630
- request,
631
- metadata || {},
632
- methodDescriptor_EntityTypes_BatchGetEntities,
633
- callback
634
- );
665
+ proto.ondewo.nlu.EntityTypesClient.prototype.batchGetEntities =
666
+ function(request, metadata, callback) {
667
+ return this.client_.rpcCall(this.hostname_ +
668
+ '/ondewo.nlu.EntityTypes/BatchGetEntities',
669
+ request,
670
+ metadata || {},
671
+ methodDescriptor_EntityTypes_BatchGetEntities,
672
+ callback);
635
673
  };
636
674
 
675
+
637
676
  /**
638
677
  * @param {!proto.ondewo.nlu.BatchGetEntitiesRequest} request The
639
678
  * request proto
@@ -642,15 +681,16 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchGetEntities = function (reques
642
681
  * @return {!Promise<!proto.ondewo.nlu.BatchEntitiesResponse>}
643
682
  * Promise that resolves to the response
644
683
  */
645
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchGetEntities = function (request, metadata) {
646
- return this.client_.unaryCall(
647
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchGetEntities',
648
- request,
649
- metadata || {},
650
- methodDescriptor_EntityTypes_BatchGetEntities
651
- );
684
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchGetEntities =
685
+ function(request, metadata) {
686
+ return this.client_.unaryCall(this.hostname_ +
687
+ '/ondewo.nlu.EntityTypes/BatchGetEntities',
688
+ request,
689
+ metadata || {},
690
+ methodDescriptor_EntityTypes_BatchGetEntities);
652
691
  };
653
692
 
693
+
654
694
  /**
655
695
  * @const
656
696
  * @type {!grpc.web.MethodDescriptor<
@@ -658,20 +698,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchGetEntities = function
658
698
  * !proto.ondewo.nlu.BatchDeleteEntitiesResponse>}
659
699
  */
660
700
  const methodDescriptor_EntityTypes_BatchDeleteEntities = new grpc.web.MethodDescriptor(
661
- '/ondewo.nlu.EntityTypes/BatchDeleteEntities',
662
- grpc.web.MethodType.UNARY,
663
- proto.ondewo.nlu.BatchDeleteEntitiesRequest,
664
- proto.ondewo.nlu.BatchDeleteEntitiesResponse,
665
- /**
666
- * @param {!proto.ondewo.nlu.BatchDeleteEntitiesRequest} request
667
- * @return {!Uint8Array}
668
- */
669
- function (request) {
670
- return request.serializeBinary();
671
- },
672
- proto.ondewo.nlu.BatchDeleteEntitiesResponse.deserializeBinary
701
+ '/ondewo.nlu.EntityTypes/BatchDeleteEntities',
702
+ grpc.web.MethodType.UNARY,
703
+ proto.ondewo.nlu.BatchDeleteEntitiesRequest,
704
+ proto.ondewo.nlu.BatchDeleteEntitiesResponse,
705
+ /**
706
+ * @param {!proto.ondewo.nlu.BatchDeleteEntitiesRequest} request
707
+ * @return {!Uint8Array}
708
+ */
709
+ function(request) {
710
+ return request.serializeBinary();
711
+ },
712
+ proto.ondewo.nlu.BatchDeleteEntitiesResponse.deserializeBinary
673
713
  );
674
714
 
715
+
675
716
  /**
676
717
  * @param {!proto.ondewo.nlu.BatchDeleteEntitiesRequest} request The
677
718
  * request proto
@@ -682,16 +723,17 @@ const methodDescriptor_EntityTypes_BatchDeleteEntities = new grpc.web.MethodDesc
682
723
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchDeleteEntitiesResponse>|undefined}
683
724
  * The XHR Node Readable Stream
684
725
  */
685
- proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntities = function (request, metadata, callback) {
686
- return this.client_.rpcCall(
687
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchDeleteEntities',
688
- request,
689
- metadata || {},
690
- methodDescriptor_EntityTypes_BatchDeleteEntities,
691
- callback
692
- );
726
+ proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntities =
727
+ function(request, metadata, callback) {
728
+ return this.client_.rpcCall(this.hostname_ +
729
+ '/ondewo.nlu.EntityTypes/BatchDeleteEntities',
730
+ request,
731
+ metadata || {},
732
+ methodDescriptor_EntityTypes_BatchDeleteEntities,
733
+ callback);
693
734
  };
694
735
 
736
+
695
737
  /**
696
738
  * @param {!proto.ondewo.nlu.BatchDeleteEntitiesRequest} request The
697
739
  * request proto
@@ -700,15 +742,16 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntities = function (req
700
742
  * @return {!Promise<!proto.ondewo.nlu.BatchDeleteEntitiesResponse>}
701
743
  * Promise that resolves to the response
702
744
  */
703
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntities = function (request, metadata) {
704
- return this.client_.unaryCall(
705
- this.hostname_ + '/ondewo.nlu.EntityTypes/BatchDeleteEntities',
706
- request,
707
- metadata || {},
708
- methodDescriptor_EntityTypes_BatchDeleteEntities
709
- );
745
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntities =
746
+ function(request, metadata) {
747
+ return this.client_.unaryCall(this.hostname_ +
748
+ '/ondewo.nlu.EntityTypes/BatchDeleteEntities',
749
+ request,
750
+ metadata || {},
751
+ methodDescriptor_EntityTypes_BatchDeleteEntities);
710
752
  };
711
753
 
754
+
712
755
  /**
713
756
  * @const
714
757
  * @type {!grpc.web.MethodDescriptor<
@@ -716,20 +759,21 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntities = functi
716
759
  * !proto.ondewo.nlu.ListEntitiesResponse>}
717
760
  */
718
761
  const methodDescriptor_EntityTypes_ListEntities = new grpc.web.MethodDescriptor(
719
- '/ondewo.nlu.EntityTypes/ListEntities',
720
- grpc.web.MethodType.UNARY,
721
- proto.ondewo.nlu.ListEntitiesRequest,
722
- proto.ondewo.nlu.ListEntitiesResponse,
723
- /**
724
- * @param {!proto.ondewo.nlu.ListEntitiesRequest} request
725
- * @return {!Uint8Array}
726
- */
727
- function (request) {
728
- return request.serializeBinary();
729
- },
730
- proto.ondewo.nlu.ListEntitiesResponse.deserializeBinary
762
+ '/ondewo.nlu.EntityTypes/ListEntities',
763
+ grpc.web.MethodType.UNARY,
764
+ proto.ondewo.nlu.ListEntitiesRequest,
765
+ proto.ondewo.nlu.ListEntitiesResponse,
766
+ /**
767
+ * @param {!proto.ondewo.nlu.ListEntitiesRequest} request
768
+ * @return {!Uint8Array}
769
+ */
770
+ function(request) {
771
+ return request.serializeBinary();
772
+ },
773
+ proto.ondewo.nlu.ListEntitiesResponse.deserializeBinary
731
774
  );
732
775
 
776
+
733
777
  /**
734
778
  * @param {!proto.ondewo.nlu.ListEntitiesRequest} request The
735
779
  * request proto
@@ -740,16 +784,17 @@ const methodDescriptor_EntityTypes_ListEntities = new grpc.web.MethodDescriptor(
740
784
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListEntitiesResponse>|undefined}
741
785
  * The XHR Node Readable Stream
742
786
  */
743
- proto.ondewo.nlu.EntityTypesClient.prototype.listEntities = function (request, metadata, callback) {
744
- return this.client_.rpcCall(
745
- this.hostname_ + '/ondewo.nlu.EntityTypes/ListEntities',
746
- request,
747
- metadata || {},
748
- methodDescriptor_EntityTypes_ListEntities,
749
- callback
750
- );
787
+ proto.ondewo.nlu.EntityTypesClient.prototype.listEntities =
788
+ function(request, metadata, callback) {
789
+ return this.client_.rpcCall(this.hostname_ +
790
+ '/ondewo.nlu.EntityTypes/ListEntities',
791
+ request,
792
+ metadata || {},
793
+ methodDescriptor_EntityTypes_ListEntities,
794
+ callback);
751
795
  };
752
796
 
797
+
753
798
  /**
754
799
  * @param {!proto.ondewo.nlu.ListEntitiesRequest} request The
755
800
  * request proto
@@ -758,13 +803,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.listEntities = function (request, m
758
803
  * @return {!Promise<!proto.ondewo.nlu.ListEntitiesResponse>}
759
804
  * Promise that resolves to the response
760
805
  */
761
- proto.ondewo.nlu.EntityTypesPromiseClient.prototype.listEntities = function (request, metadata) {
762
- return this.client_.unaryCall(
763
- this.hostname_ + '/ondewo.nlu.EntityTypes/ListEntities',
764
- request,
765
- metadata || {},
766
- methodDescriptor_EntityTypes_ListEntities
767
- );
806
+ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.listEntities =
807
+ function(request, metadata) {
808
+ return this.client_.unaryCall(this.hostname_ +
809
+ '/ondewo.nlu.EntityTypes/ListEntities',
810
+ request,
811
+ metadata || {},
812
+ methodDescriptor_EntityTypes_ListEntities);
768
813
  };
769
814
 
815
+
770
816
  module.exports = proto.ondewo.nlu;
817
+