@ondewo/nlu-client-typescript 3.5.2 → 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.
Files changed (62) hide show
  1. package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +450 -478
  2. package/api/ondewo/nlu/agent_grpc_web_pb.js +1143 -1213
  3. package/api/ondewo/nlu/agent_pb.d.ts +1965 -1672
  4. package/api/ondewo/nlu/agent_pb.js +9401 -10036
  5. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +98 -106
  6. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +245 -280
  7. package/api/ondewo/nlu/aiservices_pb.d.ts +746 -671
  8. package/api/ondewo/nlu/aiservices_pb.js +3648 -4383
  9. package/api/ondewo/nlu/common_pb.d.ts +15 -17
  10. package/api/ondewo/nlu/common_pb.js +83 -93
  11. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +76 -82
  12. package/api/ondewo/nlu/context_grpc_web_pb.js +191 -220
  13. package/api/ondewo/nlu/context_pb.d.ts +151 -151
  14. package/api/ondewo/nlu/context_pb.js +892 -1045
  15. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +142 -154
  16. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +351 -398
  17. package/api/ondewo/nlu/entity_type_pb.d.ts +614 -571
  18. package/api/ondewo/nlu/entity_type_pb.js +2893 -3369
  19. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +310 -334
  20. package/api/ondewo/nlu/intent_grpc_web_pb.js +766 -851
  21. package/api/ondewo/nlu/intent_pb.d.ts +2151 -1993
  22. package/api/ondewo/nlu/intent_pb.js +9502 -10692
  23. package/api/ondewo/nlu/operation_metadata_pb.d.ts +86 -88
  24. package/api/ondewo/nlu/operation_metadata_pb.js +321 -412
  25. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -50
  26. package/api/ondewo/nlu/operations_grpc_web_pb.js +140 -163
  27. package/api/ondewo/nlu/operations_pb.d.ts +189 -182
  28. package/api/ondewo/nlu/operations_pb.js +843 -1004
  29. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +65 -70
  30. package/api/ondewo/nlu/project_role_grpc_web_pb.js +164 -190
  31. package/api/ondewo/nlu/project_role_pb.d.ts +165 -151
  32. package/api/ondewo/nlu/project_role_pb.js +796 -963
  33. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +98 -106
  34. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +246 -281
  35. package/api/ondewo/nlu/project_statistics_pb.d.ts +67 -63
  36. package/api/ondewo/nlu/project_statistics_pb.js +354 -418
  37. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +43 -46
  38. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +110 -130
  39. package/api/ondewo/nlu/server_statistics_pb.d.ts +15 -14
  40. package/api/ondewo/nlu/server_statistics_pb.js +81 -91
  41. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +164 -178
  42. package/api/ondewo/nlu/session_grpc_web_pb.js +409 -460
  43. package/api/ondewo/nlu/session_pb.d.ts +1132 -867
  44. package/api/ondewo/nlu/session_pb.js +5960 -5662
  45. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +172 -190
  46. package/api/ondewo/nlu/user_grpc_web_pb.js +431 -487
  47. package/api/ondewo/nlu/user_pb.d.ts +345 -325
  48. package/api/ondewo/nlu/user_pb.js +1948 -2312
  49. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +98 -106
  50. package/api/ondewo/nlu/utility_grpc_web_pb.js +244 -279
  51. package/api/ondewo/nlu/utility_pb.d.ts +588 -535
  52. package/api/ondewo/nlu/utility_pb.js +2814 -3348
  53. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +43 -46
  54. package/api/ondewo/nlu/webhook_grpc_web_pb.js +112 -132
  55. package/api/ondewo/nlu/webhook_pb.d.ts +123 -119
  56. package/api/ondewo/nlu/webhook_pb.js +599 -718
  57. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +87 -94
  58. package/api/ondewo/qa/qa_grpc_web_pb.js +218 -250
  59. package/api/ondewo/qa/qa_pb.d.ts +235 -220
  60. package/api/ondewo/qa/qa_pb.js +1222 -1452
  61. package/package.json +1 -1
  62. package/public-api.d.ts +4 -34
@@ -6,25 +6,21 @@
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 google_api_annotations_pb = require('../../google/api/annotations_pb.js')
17
+ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
20
18
 
21
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
19
+ var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js');
22
20
 
23
- var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js')
21
+ var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js');
24
22
 
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')
23
+ var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js');
28
24
  const proto = {};
29
25
  proto.ondewo = {};
30
26
  proto.ondewo.nlu = require('./entity_type_pb.js');
@@ -37,24 +33,21 @@ proto.ondewo.nlu = require('./entity_type_pb.js');
37
33
  * @struct
38
34
  * @final
39
35
  */
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);
36
+ proto.ondewo.nlu.EntityTypesClient = function (hostname, credentials, options) {
37
+ if (!options) options = {};
38
+ options.format = 'binary';
49
39
 
50
- /**
51
- * @private @const {string} The hostname
52
- */
53
- this.hostname_ = hostname;
40
+ /**
41
+ * @private @const {!grpc.web.GrpcWebClientBase} The client
42
+ */
43
+ this.client_ = new grpc.web.GrpcWebClientBase(options);
54
44
 
45
+ /**
46
+ * @private @const {string} The hostname
47
+ */
48
+ this.hostname_ = hostname;
55
49
  };
56
50
 
57
-
58
51
  /**
59
52
  * @param {string} hostname
60
53
  * @param {?Object} credentials
@@ -63,24 +56,21 @@ proto.ondewo.nlu.EntityTypesClient =
63
56
  * @struct
64
57
  * @final
65
58
  */
66
- proto.ondewo.nlu.EntityTypesPromiseClient =
67
- function(hostname, credentials, options) {
68
- if (!options) options = {};
69
- options.format = 'binary';
59
+ proto.ondewo.nlu.EntityTypesPromiseClient = function (hostname, credentials, options) {
60
+ if (!options) options = {};
61
+ options.format = 'binary';
70
62
 
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;
63
+ /**
64
+ * @private @const {!grpc.web.GrpcWebClientBase} The client
65
+ */
66
+ this.client_ = new grpc.web.GrpcWebClientBase(options);
80
67
 
68
+ /**
69
+ * @private @const {string} The hostname
70
+ */
71
+ this.hostname_ = hostname;
81
72
  };
82
73
 
83
-
84
74
  /**
85
75
  * @const
86
76
  * @type {!grpc.web.MethodDescriptor<
@@ -88,21 +78,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient =
88
78
  * !proto.ondewo.nlu.ListEntityTypesResponse>}
89
79
  */
90
80
  const methodDescriptor_EntityTypes_ListEntityTypes = new grpc.web.MethodDescriptor(
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
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
103
93
  );
104
94
 
105
-
106
95
  /**
107
96
  * @param {!proto.ondewo.nlu.ListEntityTypesRequest} request The
108
97
  * request proto
@@ -113,17 +102,16 @@ const methodDescriptor_EntityTypes_ListEntityTypes = new grpc.web.MethodDescript
113
102
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListEntityTypesResponse>|undefined}
114
103
  * The XHR Node Readable Stream
115
104
  */
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);
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
+ );
124
113
  };
125
114
 
126
-
127
115
  /**
128
116
  * @param {!proto.ondewo.nlu.ListEntityTypesRequest} request The
129
117
  * request proto
@@ -132,16 +120,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.listEntityTypes =
132
120
  * @return {!Promise<!proto.ondewo.nlu.ListEntityTypesResponse>}
133
121
  * Promise that resolves to the response
134
122
  */
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);
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
+ );
142
130
  };
143
131
 
144
-
145
132
  /**
146
133
  * @const
147
134
  * @type {!grpc.web.MethodDescriptor<
@@ -149,21 +136,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.listEntityTypes =
149
136
  * !proto.ondewo.nlu.EntityType>}
150
137
  */
151
138
  const methodDescriptor_EntityTypes_GetEntityType = new grpc.web.MethodDescriptor(
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
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
164
151
  );
165
152
 
166
-
167
153
  /**
168
154
  * @param {!proto.ondewo.nlu.GetEntityTypeRequest} request The
169
155
  * request proto
@@ -174,17 +160,16 @@ const methodDescriptor_EntityTypes_GetEntityType = new grpc.web.MethodDescriptor
174
160
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.EntityType>|undefined}
175
161
  * The XHR Node Readable Stream
176
162
  */
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);
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
+ );
185
171
  };
186
172
 
187
-
188
173
  /**
189
174
  * @param {!proto.ondewo.nlu.GetEntityTypeRequest} request The
190
175
  * request proto
@@ -193,16 +178,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.getEntityType =
193
178
  * @return {!Promise<!proto.ondewo.nlu.EntityType>}
194
179
  * Promise that resolves to the response
195
180
  */
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);
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
+ );
203
188
  };
204
189
 
205
-
206
190
  /**
207
191
  * @const
208
192
  * @type {!grpc.web.MethodDescriptor<
@@ -210,21 +194,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.getEntityType =
210
194
  * !proto.ondewo.nlu.EntityType>}
211
195
  */
212
196
  const methodDescriptor_EntityTypes_CreateEntityType = new grpc.web.MethodDescriptor(
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
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
225
209
  );
226
210
 
227
-
228
211
  /**
229
212
  * @param {!proto.ondewo.nlu.CreateEntityTypeRequest} request The
230
213
  * request proto
@@ -235,17 +218,16 @@ const methodDescriptor_EntityTypes_CreateEntityType = new grpc.web.MethodDescrip
235
218
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.EntityType>|undefined}
236
219
  * The XHR Node Readable Stream
237
220
  */
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);
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
+ );
246
229
  };
247
230
 
248
-
249
231
  /**
250
232
  * @param {!proto.ondewo.nlu.CreateEntityTypeRequest} request The
251
233
  * request proto
@@ -254,16 +236,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.createEntityType =
254
236
  * @return {!Promise<!proto.ondewo.nlu.EntityType>}
255
237
  * Promise that resolves to the response
256
238
  */
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);
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
+ );
264
246
  };
265
247
 
266
-
267
248
  /**
268
249
  * @const
269
250
  * @type {!grpc.web.MethodDescriptor<
@@ -271,21 +252,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.createEntityType =
271
252
  * !proto.ondewo.nlu.EntityType>}
272
253
  */
273
254
  const methodDescriptor_EntityTypes_UpdateEntityType = new grpc.web.MethodDescriptor(
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
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
286
267
  );
287
268
 
288
-
289
269
  /**
290
270
  * @param {!proto.ondewo.nlu.UpdateEntityTypeRequest} request The
291
271
  * request proto
@@ -296,17 +276,16 @@ const methodDescriptor_EntityTypes_UpdateEntityType = new grpc.web.MethodDescrip
296
276
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.EntityType>|undefined}
297
277
  * The XHR Node Readable Stream
298
278
  */
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);
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
+ );
307
287
  };
308
288
 
309
-
310
289
  /**
311
290
  * @param {!proto.ondewo.nlu.UpdateEntityTypeRequest} request The
312
291
  * request proto
@@ -315,16 +294,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.updateEntityType =
315
294
  * @return {!Promise<!proto.ondewo.nlu.EntityType>}
316
295
  * Promise that resolves to the response
317
296
  */
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);
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
+ );
325
304
  };
326
305
 
327
-
328
306
  /**
329
307
  * @const
330
308
  * @type {!grpc.web.MethodDescriptor<
@@ -332,21 +310,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.updateEntityType =
332
310
  * !proto.google.protobuf.Empty>}
333
311
  */
334
312
  const methodDescriptor_EntityTypes_DeleteEntityType = new grpc.web.MethodDescriptor(
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
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
347
325
  );
348
326
 
349
-
350
327
  /**
351
328
  * @param {!proto.ondewo.nlu.DeleteEntityTypeRequest} request The
352
329
  * request proto
@@ -357,17 +334,16 @@ const methodDescriptor_EntityTypes_DeleteEntityType = new grpc.web.MethodDescrip
357
334
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
358
335
  * The XHR Node Readable Stream
359
336
  */
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);
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
+ );
368
345
  };
369
346
 
370
-
371
347
  /**
372
348
  * @param {!proto.ondewo.nlu.DeleteEntityTypeRequest} request The
373
349
  * request proto
@@ -376,16 +352,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.deleteEntityType =
376
352
  * @return {!Promise<!proto.google.protobuf.Empty>}
377
353
  * Promise that resolves to the response
378
354
  */
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);
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
+ );
386
362
  };
387
363
 
388
-
389
364
  /**
390
365
  * @const
391
366
  * @type {!grpc.web.MethodDescriptor<
@@ -393,21 +368,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.deleteEntityType =
393
368
  * !proto.ondewo.nlu.Operation>}
394
369
  */
395
370
  const methodDescriptor_EntityTypes_BatchUpdateEntityTypes = new grpc.web.MethodDescriptor(
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
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
408
383
  );
409
384
 
410
-
411
385
  /**
412
386
  * @param {!proto.ondewo.nlu.BatchUpdateEntityTypesRequest} request The
413
387
  * request proto
@@ -418,17 +392,16 @@ const methodDescriptor_EntityTypes_BatchUpdateEntityTypes = new grpc.web.MethodD
418
392
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
419
393
  * The XHR Node Readable Stream
420
394
  */
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);
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
+ );
429
403
  };
430
404
 
431
-
432
405
  /**
433
406
  * @param {!proto.ondewo.nlu.BatchUpdateEntityTypesRequest} request The
434
407
  * request proto
@@ -437,16 +410,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntityTypes =
437
410
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
438
411
  * Promise that resolves to the response
439
412
  */
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);
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
+ );
447
420
  };
448
421
 
449
-
450
422
  /**
451
423
  * @const
452
424
  * @type {!grpc.web.MethodDescriptor<
@@ -454,21 +426,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntityTypes =
454
426
  * !proto.ondewo.nlu.Operation>}
455
427
  */
456
428
  const methodDescriptor_EntityTypes_BatchDeleteEntityTypes = new grpc.web.MethodDescriptor(
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
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
469
441
  );
470
442
 
471
-
472
443
  /**
473
444
  * @param {!proto.ondewo.nlu.BatchDeleteEntityTypesRequest} request The
474
445
  * request proto
@@ -479,17 +450,16 @@ const methodDescriptor_EntityTypes_BatchDeleteEntityTypes = new grpc.web.MethodD
479
450
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
480
451
  * The XHR Node Readable Stream
481
452
  */
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);
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
+ );
490
461
  };
491
462
 
492
-
493
463
  /**
494
464
  * @param {!proto.ondewo.nlu.BatchDeleteEntityTypesRequest} request The
495
465
  * request proto
@@ -498,16 +468,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntityTypes =
498
468
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
499
469
  * Promise that resolves to the response
500
470
  */
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);
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
+ );
508
478
  };
509
479
 
510
-
511
480
  /**
512
481
  * @const
513
482
  * @type {!grpc.web.MethodDescriptor<
@@ -515,21 +484,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntityTypes =
515
484
  * !proto.ondewo.nlu.BatchEntitiesResponse>}
516
485
  */
517
486
  const methodDescriptor_EntityTypes_BatchCreateEntities = new grpc.web.MethodDescriptor(
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
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
530
499
  );
531
500
 
532
-
533
501
  /**
534
502
  * @param {!proto.ondewo.nlu.BatchCreateEntitiesRequest} request The
535
503
  * request proto
@@ -540,17 +508,16 @@ const methodDescriptor_EntityTypes_BatchCreateEntities = new grpc.web.MethodDesc
540
508
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchEntitiesResponse>|undefined}
541
509
  * The XHR Node Readable Stream
542
510
  */
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);
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
+ );
551
519
  };
552
520
 
553
-
554
521
  /**
555
522
  * @param {!proto.ondewo.nlu.BatchCreateEntitiesRequest} request The
556
523
  * request proto
@@ -559,16 +526,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchCreateEntities =
559
526
  * @return {!Promise<!proto.ondewo.nlu.BatchEntitiesResponse>}
560
527
  * Promise that resolves to the response
561
528
  */
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);
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
+ );
569
536
  };
570
537
 
571
-
572
538
  /**
573
539
  * @const
574
540
  * @type {!grpc.web.MethodDescriptor<
@@ -576,21 +542,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchCreateEntities =
576
542
  * !proto.ondewo.nlu.BatchEntitiesResponse>}
577
543
  */
578
544
  const methodDescriptor_EntityTypes_BatchUpdateEntities = new grpc.web.MethodDescriptor(
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
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
591
557
  );
592
558
 
593
-
594
559
  /**
595
560
  * @param {!proto.ondewo.nlu.BatchUpdateEntitiesRequest} request The
596
561
  * request proto
@@ -601,17 +566,16 @@ const methodDescriptor_EntityTypes_BatchUpdateEntities = new grpc.web.MethodDesc
601
566
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchEntitiesResponse>|undefined}
602
567
  * The XHR Node Readable Stream
603
568
  */
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);
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
+ );
612
577
  };
613
578
 
614
-
615
579
  /**
616
580
  * @param {!proto.ondewo.nlu.BatchUpdateEntitiesRequest} request The
617
581
  * request proto
@@ -620,16 +584,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntities =
620
584
  * @return {!Promise<!proto.ondewo.nlu.BatchEntitiesResponse>}
621
585
  * Promise that resolves to the response
622
586
  */
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);
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
+ );
630
594
  };
631
595
 
632
-
633
596
  /**
634
597
  * @const
635
598
  * @type {!grpc.web.MethodDescriptor<
@@ -637,21 +600,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntities =
637
600
  * !proto.ondewo.nlu.BatchEntitiesResponse>}
638
601
  */
639
602
  const methodDescriptor_EntityTypes_BatchGetEntities = new grpc.web.MethodDescriptor(
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
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
652
615
  );
653
616
 
654
-
655
617
  /**
656
618
  * @param {!proto.ondewo.nlu.BatchGetEntitiesRequest} request The
657
619
  * request proto
@@ -662,17 +624,16 @@ const methodDescriptor_EntityTypes_BatchGetEntities = new grpc.web.MethodDescrip
662
624
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchEntitiesResponse>|undefined}
663
625
  * The XHR Node Readable Stream
664
626
  */
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);
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
+ );
673
635
  };
674
636
 
675
-
676
637
  /**
677
638
  * @param {!proto.ondewo.nlu.BatchGetEntitiesRequest} request The
678
639
  * request proto
@@ -681,16 +642,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchGetEntities =
681
642
  * @return {!Promise<!proto.ondewo.nlu.BatchEntitiesResponse>}
682
643
  * Promise that resolves to the response
683
644
  */
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);
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
+ );
691
652
  };
692
653
 
693
-
694
654
  /**
695
655
  * @const
696
656
  * @type {!grpc.web.MethodDescriptor<
@@ -698,21 +658,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchGetEntities =
698
658
  * !proto.ondewo.nlu.BatchDeleteEntitiesResponse>}
699
659
  */
700
660
  const methodDescriptor_EntityTypes_BatchDeleteEntities = new grpc.web.MethodDescriptor(
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
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
713
673
  );
714
674
 
715
-
716
675
  /**
717
676
  * @param {!proto.ondewo.nlu.BatchDeleteEntitiesRequest} request The
718
677
  * request proto
@@ -723,17 +682,16 @@ const methodDescriptor_EntityTypes_BatchDeleteEntities = new grpc.web.MethodDesc
723
682
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchDeleteEntitiesResponse>|undefined}
724
683
  * The XHR Node Readable Stream
725
684
  */
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);
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
+ );
734
693
  };
735
694
 
736
-
737
695
  /**
738
696
  * @param {!proto.ondewo.nlu.BatchDeleteEntitiesRequest} request The
739
697
  * request proto
@@ -742,16 +700,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntities =
742
700
  * @return {!Promise<!proto.ondewo.nlu.BatchDeleteEntitiesResponse>}
743
701
  * Promise that resolves to the response
744
702
  */
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);
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
+ );
752
710
  };
753
711
 
754
-
755
712
  /**
756
713
  * @const
757
714
  * @type {!grpc.web.MethodDescriptor<
@@ -759,21 +716,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntities =
759
716
  * !proto.ondewo.nlu.ListEntitiesResponse>}
760
717
  */
761
718
  const methodDescriptor_EntityTypes_ListEntities = new grpc.web.MethodDescriptor(
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
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
774
731
  );
775
732
 
776
-
777
733
  /**
778
734
  * @param {!proto.ondewo.nlu.ListEntitiesRequest} request The
779
735
  * request proto
@@ -784,17 +740,16 @@ const methodDescriptor_EntityTypes_ListEntities = new grpc.web.MethodDescriptor(
784
740
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListEntitiesResponse>|undefined}
785
741
  * The XHR Node Readable Stream
786
742
  */
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);
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
+ );
795
751
  };
796
752
 
797
-
798
753
  /**
799
754
  * @param {!proto.ondewo.nlu.ListEntitiesRequest} request The
800
755
  * request proto
@@ -803,15 +758,13 @@ proto.ondewo.nlu.EntityTypesClient.prototype.listEntities =
803
758
  * @return {!Promise<!proto.ondewo.nlu.ListEntitiesResponse>}
804
759
  * Promise that resolves to the response
805
760
  */
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);
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
+ );
813
768
  };
814
769
 
815
-
816
770
  module.exports = proto.ondewo.nlu;
817
-