@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,37 +6,33 @@
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_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js');
20
18
 
21
- var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js')
19
+ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
22
20
 
23
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
21
+ var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
24
22
 
25
- var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js')
23
+ var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js');
26
24
 
27
- var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js')
25
+ var ondewo_nlu_intent_pb = require('../../ondewo/nlu/intent_pb.js');
28
26
 
29
- var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js')
27
+ var ondewo_nlu_user_pb = require('../../ondewo/nlu/user_pb.js');
30
28
 
31
- var ondewo_nlu_intent_pb = require('../../ondewo/nlu/intent_pb.js')
29
+ var ondewo_nlu_project_role_pb = require('../../ondewo/nlu/project_role_pb.js');
32
30
 
33
- var ondewo_nlu_user_pb = require('../../ondewo/nlu/user_pb.js')
31
+ var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js');
34
32
 
35
- var ondewo_nlu_project_role_pb = require('../../ondewo/nlu/project_role_pb.js')
33
+ var ondewo_nlu_session_pb = require('../../ondewo/nlu/session_pb.js');
36
34
 
37
- var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js')
38
-
39
- var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js')
35
+ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
40
36
  const proto = {};
41
37
  proto.ondewo = {};
42
38
  proto.ondewo.nlu = require('./agent_pb.js');
@@ -49,24 +45,21 @@ proto.ondewo.nlu = require('./agent_pb.js');
49
45
  * @struct
50
46
  * @final
51
47
  */
52
- proto.ondewo.nlu.AgentsClient =
53
- function(hostname, credentials, options) {
54
- if (!options) options = {};
55
- options.format = 'binary';
56
-
57
- /**
58
- * @private @const {!grpc.web.GrpcWebClientBase} The client
59
- */
60
- this.client_ = new grpc.web.GrpcWebClientBase(options);
48
+ proto.ondewo.nlu.AgentsClient = function (hostname, credentials, options) {
49
+ if (!options) options = {};
50
+ options.format = 'binary';
61
51
 
62
- /**
63
- * @private @const {string} The hostname
64
- */
65
- this.hostname_ = hostname;
52
+ /**
53
+ * @private @const {!grpc.web.GrpcWebClientBase} The client
54
+ */
55
+ this.client_ = new grpc.web.GrpcWebClientBase(options);
66
56
 
57
+ /**
58
+ * @private @const {string} The hostname
59
+ */
60
+ this.hostname_ = hostname;
67
61
  };
68
62
 
69
-
70
63
  /**
71
64
  * @param {string} hostname
72
65
  * @param {?Object} credentials
@@ -75,24 +68,21 @@ proto.ondewo.nlu.AgentsClient =
75
68
  * @struct
76
69
  * @final
77
70
  */
78
- proto.ondewo.nlu.AgentsPromiseClient =
79
- function(hostname, credentials, options) {
80
- if (!options) options = {};
81
- options.format = 'binary';
82
-
83
- /**
84
- * @private @const {!grpc.web.GrpcWebClientBase} The client
85
- */
86
- this.client_ = new grpc.web.GrpcWebClientBase(options);
71
+ proto.ondewo.nlu.AgentsPromiseClient = function (hostname, credentials, options) {
72
+ if (!options) options = {};
73
+ options.format = 'binary';
87
74
 
88
- /**
89
- * @private @const {string} The hostname
90
- */
91
- this.hostname_ = hostname;
75
+ /**
76
+ * @private @const {!grpc.web.GrpcWebClientBase} The client
77
+ */
78
+ this.client_ = new grpc.web.GrpcWebClientBase(options);
92
79
 
80
+ /**
81
+ * @private @const {string} The hostname
82
+ */
83
+ this.hostname_ = hostname;
93
84
  };
94
85
 
95
-
96
86
  /**
97
87
  * @const
98
88
  * @type {!grpc.web.MethodDescriptor<
@@ -100,21 +90,20 @@ proto.ondewo.nlu.AgentsPromiseClient =
100
90
  * !proto.ondewo.nlu.Agent>}
101
91
  */
102
92
  const methodDescriptor_Agents_CreateAgent = new grpc.web.MethodDescriptor(
103
- '/ondewo.nlu.Agents/CreateAgent',
104
- grpc.web.MethodType.UNARY,
105
- proto.ondewo.nlu.CreateAgentRequest,
106
- proto.ondewo.nlu.Agent,
107
- /**
108
- * @param {!proto.ondewo.nlu.CreateAgentRequest} request
109
- * @return {!Uint8Array}
110
- */
111
- function(request) {
112
- return request.serializeBinary();
113
- },
114
- proto.ondewo.nlu.Agent.deserializeBinary
93
+ '/ondewo.nlu.Agents/CreateAgent',
94
+ grpc.web.MethodType.UNARY,
95
+ proto.ondewo.nlu.CreateAgentRequest,
96
+ proto.ondewo.nlu.Agent,
97
+ /**
98
+ * @param {!proto.ondewo.nlu.CreateAgentRequest} request
99
+ * @return {!Uint8Array}
100
+ */
101
+ function (request) {
102
+ return request.serializeBinary();
103
+ },
104
+ proto.ondewo.nlu.Agent.deserializeBinary
115
105
  );
116
106
 
117
-
118
107
  /**
119
108
  * @param {!proto.ondewo.nlu.CreateAgentRequest} request The
120
109
  * request proto
@@ -125,17 +114,16 @@ const methodDescriptor_Agents_CreateAgent = new grpc.web.MethodDescriptor(
125
114
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
126
115
  * The XHR Node Readable Stream
127
116
  */
128
- proto.ondewo.nlu.AgentsClient.prototype.createAgent =
129
- function(request, metadata, callback) {
130
- return this.client_.rpcCall(this.hostname_ +
131
- '/ondewo.nlu.Agents/CreateAgent',
132
- request,
133
- metadata || {},
134
- methodDescriptor_Agents_CreateAgent,
135
- callback);
117
+ proto.ondewo.nlu.AgentsClient.prototype.createAgent = function (request, metadata, callback) {
118
+ return this.client_.rpcCall(
119
+ this.hostname_ + '/ondewo.nlu.Agents/CreateAgent',
120
+ request,
121
+ metadata || {},
122
+ methodDescriptor_Agents_CreateAgent,
123
+ callback
124
+ );
136
125
  };
137
126
 
138
-
139
127
  /**
140
128
  * @param {!proto.ondewo.nlu.CreateAgentRequest} request The
141
129
  * request proto
@@ -144,16 +132,15 @@ proto.ondewo.nlu.AgentsClient.prototype.createAgent =
144
132
  * @return {!Promise<!proto.ondewo.nlu.Agent>}
145
133
  * Promise that resolves to the response
146
134
  */
147
- proto.ondewo.nlu.AgentsPromiseClient.prototype.createAgent =
148
- function(request, metadata) {
149
- return this.client_.unaryCall(this.hostname_ +
150
- '/ondewo.nlu.Agents/CreateAgent',
151
- request,
152
- metadata || {},
153
- methodDescriptor_Agents_CreateAgent);
135
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.createAgent = function (request, metadata) {
136
+ return this.client_.unaryCall(
137
+ this.hostname_ + '/ondewo.nlu.Agents/CreateAgent',
138
+ request,
139
+ metadata || {},
140
+ methodDescriptor_Agents_CreateAgent
141
+ );
154
142
  };
155
143
 
156
-
157
144
  /**
158
145
  * @const
159
146
  * @type {!grpc.web.MethodDescriptor<
@@ -161,21 +148,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.createAgent =
161
148
  * !proto.ondewo.nlu.Agent>}
162
149
  */
163
150
  const methodDescriptor_Agents_UpdateAgent = new grpc.web.MethodDescriptor(
164
- '/ondewo.nlu.Agents/UpdateAgent',
165
- grpc.web.MethodType.UNARY,
166
- proto.ondewo.nlu.UpdateAgentRequest,
167
- proto.ondewo.nlu.Agent,
168
- /**
169
- * @param {!proto.ondewo.nlu.UpdateAgentRequest} request
170
- * @return {!Uint8Array}
171
- */
172
- function(request) {
173
- return request.serializeBinary();
174
- },
175
- proto.ondewo.nlu.Agent.deserializeBinary
151
+ '/ondewo.nlu.Agents/UpdateAgent',
152
+ grpc.web.MethodType.UNARY,
153
+ proto.ondewo.nlu.UpdateAgentRequest,
154
+ proto.ondewo.nlu.Agent,
155
+ /**
156
+ * @param {!proto.ondewo.nlu.UpdateAgentRequest} request
157
+ * @return {!Uint8Array}
158
+ */
159
+ function (request) {
160
+ return request.serializeBinary();
161
+ },
162
+ proto.ondewo.nlu.Agent.deserializeBinary
176
163
  );
177
164
 
178
-
179
165
  /**
180
166
  * @param {!proto.ondewo.nlu.UpdateAgentRequest} request The
181
167
  * request proto
@@ -186,17 +172,16 @@ const methodDescriptor_Agents_UpdateAgent = new grpc.web.MethodDescriptor(
186
172
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
187
173
  * The XHR Node Readable Stream
188
174
  */
189
- proto.ondewo.nlu.AgentsClient.prototype.updateAgent =
190
- function(request, metadata, callback) {
191
- return this.client_.rpcCall(this.hostname_ +
192
- '/ondewo.nlu.Agents/UpdateAgent',
193
- request,
194
- metadata || {},
195
- methodDescriptor_Agents_UpdateAgent,
196
- callback);
175
+ proto.ondewo.nlu.AgentsClient.prototype.updateAgent = function (request, metadata, callback) {
176
+ return this.client_.rpcCall(
177
+ this.hostname_ + '/ondewo.nlu.Agents/UpdateAgent',
178
+ request,
179
+ metadata || {},
180
+ methodDescriptor_Agents_UpdateAgent,
181
+ callback
182
+ );
197
183
  };
198
184
 
199
-
200
185
  /**
201
186
  * @param {!proto.ondewo.nlu.UpdateAgentRequest} request The
202
187
  * request proto
@@ -205,16 +190,15 @@ proto.ondewo.nlu.AgentsClient.prototype.updateAgent =
205
190
  * @return {!Promise<!proto.ondewo.nlu.Agent>}
206
191
  * Promise that resolves to the response
207
192
  */
208
- proto.ondewo.nlu.AgentsPromiseClient.prototype.updateAgent =
209
- function(request, metadata) {
210
- return this.client_.unaryCall(this.hostname_ +
211
- '/ondewo.nlu.Agents/UpdateAgent',
212
- request,
213
- metadata || {},
214
- methodDescriptor_Agents_UpdateAgent);
193
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.updateAgent = function (request, metadata) {
194
+ return this.client_.unaryCall(
195
+ this.hostname_ + '/ondewo.nlu.Agents/UpdateAgent',
196
+ request,
197
+ metadata || {},
198
+ methodDescriptor_Agents_UpdateAgent
199
+ );
215
200
  };
216
201
 
217
-
218
202
  /**
219
203
  * @const
220
204
  * @type {!grpc.web.MethodDescriptor<
@@ -222,21 +206,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.updateAgent =
222
206
  * !proto.ondewo.nlu.Agent>}
223
207
  */
224
208
  const methodDescriptor_Agents_GetAgent = new grpc.web.MethodDescriptor(
225
- '/ondewo.nlu.Agents/GetAgent',
226
- grpc.web.MethodType.UNARY,
227
- proto.ondewo.nlu.GetAgentRequest,
228
- proto.ondewo.nlu.Agent,
229
- /**
230
- * @param {!proto.ondewo.nlu.GetAgentRequest} request
231
- * @return {!Uint8Array}
232
- */
233
- function(request) {
234
- return request.serializeBinary();
235
- },
236
- proto.ondewo.nlu.Agent.deserializeBinary
209
+ '/ondewo.nlu.Agents/GetAgent',
210
+ grpc.web.MethodType.UNARY,
211
+ proto.ondewo.nlu.GetAgentRequest,
212
+ proto.ondewo.nlu.Agent,
213
+ /**
214
+ * @param {!proto.ondewo.nlu.GetAgentRequest} request
215
+ * @return {!Uint8Array}
216
+ */
217
+ function (request) {
218
+ return request.serializeBinary();
219
+ },
220
+ proto.ondewo.nlu.Agent.deserializeBinary
237
221
  );
238
222
 
239
-
240
223
  /**
241
224
  * @param {!proto.ondewo.nlu.GetAgentRequest} request The
242
225
  * request proto
@@ -247,17 +230,16 @@ const methodDescriptor_Agents_GetAgent = new grpc.web.MethodDescriptor(
247
230
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
248
231
  * The XHR Node Readable Stream
249
232
  */
250
- proto.ondewo.nlu.AgentsClient.prototype.getAgent =
251
- function(request, metadata, callback) {
252
- return this.client_.rpcCall(this.hostname_ +
253
- '/ondewo.nlu.Agents/GetAgent',
254
- request,
255
- metadata || {},
256
- methodDescriptor_Agents_GetAgent,
257
- callback);
233
+ proto.ondewo.nlu.AgentsClient.prototype.getAgent = function (request, metadata, callback) {
234
+ return this.client_.rpcCall(
235
+ this.hostname_ + '/ondewo.nlu.Agents/GetAgent',
236
+ request,
237
+ metadata || {},
238
+ methodDescriptor_Agents_GetAgent,
239
+ callback
240
+ );
258
241
  };
259
242
 
260
-
261
243
  /**
262
244
  * @param {!proto.ondewo.nlu.GetAgentRequest} request The
263
245
  * request proto
@@ -266,16 +248,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getAgent =
266
248
  * @return {!Promise<!proto.ondewo.nlu.Agent>}
267
249
  * Promise that resolves to the response
268
250
  */
269
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgent =
270
- function(request, metadata) {
271
- return this.client_.unaryCall(this.hostname_ +
272
- '/ondewo.nlu.Agents/GetAgent',
273
- request,
274
- metadata || {},
275
- methodDescriptor_Agents_GetAgent);
251
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgent = function (request, metadata) {
252
+ return this.client_.unaryCall(
253
+ this.hostname_ + '/ondewo.nlu.Agents/GetAgent',
254
+ request,
255
+ metadata || {},
256
+ methodDescriptor_Agents_GetAgent
257
+ );
276
258
  };
277
259
 
278
-
279
260
  /**
280
261
  * @const
281
262
  * @type {!grpc.web.MethodDescriptor<
@@ -283,21 +264,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgent =
283
264
  * !proto.google.protobuf.Empty>}
284
265
  */
285
266
  const methodDescriptor_Agents_DeleteAgent = new grpc.web.MethodDescriptor(
286
- '/ondewo.nlu.Agents/DeleteAgent',
287
- grpc.web.MethodType.UNARY,
288
- proto.ondewo.nlu.DeleteAgentRequest,
289
- google_protobuf_empty_pb.Empty,
290
- /**
291
- * @param {!proto.ondewo.nlu.DeleteAgentRequest} request
292
- * @return {!Uint8Array}
293
- */
294
- function(request) {
295
- return request.serializeBinary();
296
- },
297
- google_protobuf_empty_pb.Empty.deserializeBinary
267
+ '/ondewo.nlu.Agents/DeleteAgent',
268
+ grpc.web.MethodType.UNARY,
269
+ proto.ondewo.nlu.DeleteAgentRequest,
270
+ google_protobuf_empty_pb.Empty,
271
+ /**
272
+ * @param {!proto.ondewo.nlu.DeleteAgentRequest} request
273
+ * @return {!Uint8Array}
274
+ */
275
+ function (request) {
276
+ return request.serializeBinary();
277
+ },
278
+ google_protobuf_empty_pb.Empty.deserializeBinary
298
279
  );
299
280
 
300
-
301
281
  /**
302
282
  * @param {!proto.ondewo.nlu.DeleteAgentRequest} request The
303
283
  * request proto
@@ -308,17 +288,16 @@ const methodDescriptor_Agents_DeleteAgent = new grpc.web.MethodDescriptor(
308
288
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
309
289
  * The XHR Node Readable Stream
310
290
  */
311
- proto.ondewo.nlu.AgentsClient.prototype.deleteAgent =
312
- function(request, metadata, callback) {
313
- return this.client_.rpcCall(this.hostname_ +
314
- '/ondewo.nlu.Agents/DeleteAgent',
315
- request,
316
- metadata || {},
317
- methodDescriptor_Agents_DeleteAgent,
318
- callback);
291
+ proto.ondewo.nlu.AgentsClient.prototype.deleteAgent = function (request, metadata, callback) {
292
+ return this.client_.rpcCall(
293
+ this.hostname_ + '/ondewo.nlu.Agents/DeleteAgent',
294
+ request,
295
+ metadata || {},
296
+ methodDescriptor_Agents_DeleteAgent,
297
+ callback
298
+ );
319
299
  };
320
300
 
321
-
322
301
  /**
323
302
  * @param {!proto.ondewo.nlu.DeleteAgentRequest} request The
324
303
  * request proto
@@ -327,16 +306,15 @@ proto.ondewo.nlu.AgentsClient.prototype.deleteAgent =
327
306
  * @return {!Promise<!proto.google.protobuf.Empty>}
328
307
  * Promise that resolves to the response
329
308
  */
330
- proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAgent =
331
- function(request, metadata) {
332
- return this.client_.unaryCall(this.hostname_ +
333
- '/ondewo.nlu.Agents/DeleteAgent',
334
- request,
335
- metadata || {},
336
- methodDescriptor_Agents_DeleteAgent);
309
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAgent = function (request, metadata) {
310
+ return this.client_.unaryCall(
311
+ this.hostname_ + '/ondewo.nlu.Agents/DeleteAgent',
312
+ request,
313
+ metadata || {},
314
+ methodDescriptor_Agents_DeleteAgent
315
+ );
337
316
  };
338
317
 
339
-
340
318
  /**
341
319
  * @const
342
320
  * @type {!grpc.web.MethodDescriptor<
@@ -344,21 +322,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAgent =
344
322
  * !proto.google.protobuf.Empty>}
345
323
  */
346
324
  const methodDescriptor_Agents_DeleteAllAgents = new grpc.web.MethodDescriptor(
347
- '/ondewo.nlu.Agents/DeleteAllAgents',
348
- grpc.web.MethodType.UNARY,
349
- google_protobuf_empty_pb.Empty,
350
- google_protobuf_empty_pb.Empty,
351
- /**
352
- * @param {!proto.google.protobuf.Empty} request
353
- * @return {!Uint8Array}
354
- */
355
- function(request) {
356
- return request.serializeBinary();
357
- },
358
- google_protobuf_empty_pb.Empty.deserializeBinary
325
+ '/ondewo.nlu.Agents/DeleteAllAgents',
326
+ grpc.web.MethodType.UNARY,
327
+ google_protobuf_empty_pb.Empty,
328
+ google_protobuf_empty_pb.Empty,
329
+ /**
330
+ * @param {!proto.google.protobuf.Empty} request
331
+ * @return {!Uint8Array}
332
+ */
333
+ function (request) {
334
+ return request.serializeBinary();
335
+ },
336
+ google_protobuf_empty_pb.Empty.deserializeBinary
359
337
  );
360
338
 
361
-
362
339
  /**
363
340
  * @param {!proto.google.protobuf.Empty} request The
364
341
  * request proto
@@ -369,17 +346,16 @@ const methodDescriptor_Agents_DeleteAllAgents = new grpc.web.MethodDescriptor(
369
346
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
370
347
  * The XHR Node Readable Stream
371
348
  */
372
- proto.ondewo.nlu.AgentsClient.prototype.deleteAllAgents =
373
- function(request, metadata, callback) {
374
- return this.client_.rpcCall(this.hostname_ +
375
- '/ondewo.nlu.Agents/DeleteAllAgents',
376
- request,
377
- metadata || {},
378
- methodDescriptor_Agents_DeleteAllAgents,
379
- callback);
349
+ proto.ondewo.nlu.AgentsClient.prototype.deleteAllAgents = function (request, metadata, callback) {
350
+ return this.client_.rpcCall(
351
+ this.hostname_ + '/ondewo.nlu.Agents/DeleteAllAgents',
352
+ request,
353
+ metadata || {},
354
+ methodDescriptor_Agents_DeleteAllAgents,
355
+ callback
356
+ );
380
357
  };
381
358
 
382
-
383
359
  /**
384
360
  * @param {!proto.google.protobuf.Empty} request The
385
361
  * request proto
@@ -388,16 +364,15 @@ proto.ondewo.nlu.AgentsClient.prototype.deleteAllAgents =
388
364
  * @return {!Promise<!proto.google.protobuf.Empty>}
389
365
  * Promise that resolves to the response
390
366
  */
391
- proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAllAgents =
392
- function(request, metadata) {
393
- return this.client_.unaryCall(this.hostname_ +
394
- '/ondewo.nlu.Agents/DeleteAllAgents',
395
- request,
396
- metadata || {},
397
- methodDescriptor_Agents_DeleteAllAgents);
367
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAllAgents = function (request, metadata) {
368
+ return this.client_.unaryCall(
369
+ this.hostname_ + '/ondewo.nlu.Agents/DeleteAllAgents',
370
+ request,
371
+ metadata || {},
372
+ methodDescriptor_Agents_DeleteAllAgents
373
+ );
398
374
  };
399
375
 
400
-
401
376
  /**
402
377
  * @const
403
378
  * @type {!grpc.web.MethodDescriptor<
@@ -405,21 +380,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAllAgents =
405
380
  * !proto.ondewo.nlu.ListAgentsResponse>}
406
381
  */
407
382
  const methodDescriptor_Agents_ListAgents = new grpc.web.MethodDescriptor(
408
- '/ondewo.nlu.Agents/ListAgents',
409
- grpc.web.MethodType.UNARY,
410
- proto.ondewo.nlu.ListAgentsRequest,
411
- proto.ondewo.nlu.ListAgentsResponse,
412
- /**
413
- * @param {!proto.ondewo.nlu.ListAgentsRequest} request
414
- * @return {!Uint8Array}
415
- */
416
- function(request) {
417
- return request.serializeBinary();
418
- },
419
- proto.ondewo.nlu.ListAgentsResponse.deserializeBinary
383
+ '/ondewo.nlu.Agents/ListAgents',
384
+ grpc.web.MethodType.UNARY,
385
+ proto.ondewo.nlu.ListAgentsRequest,
386
+ proto.ondewo.nlu.ListAgentsResponse,
387
+ /**
388
+ * @param {!proto.ondewo.nlu.ListAgentsRequest} request
389
+ * @return {!Uint8Array}
390
+ */
391
+ function (request) {
392
+ return request.serializeBinary();
393
+ },
394
+ proto.ondewo.nlu.ListAgentsResponse.deserializeBinary
420
395
  );
421
396
 
422
-
423
397
  /**
424
398
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
425
399
  * request proto
@@ -430,17 +404,16 @@ const methodDescriptor_Agents_ListAgents = new grpc.web.MethodDescriptor(
430
404
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListAgentsResponse>|undefined}
431
405
  * The XHR Node Readable Stream
432
406
  */
433
- proto.ondewo.nlu.AgentsClient.prototype.listAgents =
434
- function(request, metadata, callback) {
435
- return this.client_.rpcCall(this.hostname_ +
436
- '/ondewo.nlu.Agents/ListAgents',
437
- request,
438
- metadata || {},
439
- methodDescriptor_Agents_ListAgents,
440
- callback);
407
+ proto.ondewo.nlu.AgentsClient.prototype.listAgents = function (request, metadata, callback) {
408
+ return this.client_.rpcCall(
409
+ this.hostname_ + '/ondewo.nlu.Agents/ListAgents',
410
+ request,
411
+ metadata || {},
412
+ methodDescriptor_Agents_ListAgents,
413
+ callback
414
+ );
441
415
  };
442
416
 
443
-
444
417
  /**
445
418
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
446
419
  * request proto
@@ -449,16 +422,15 @@ proto.ondewo.nlu.AgentsClient.prototype.listAgents =
449
422
  * @return {!Promise<!proto.ondewo.nlu.ListAgentsResponse>}
450
423
  * Promise that resolves to the response
451
424
  */
452
- proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgents =
453
- function(request, metadata) {
454
- return this.client_.unaryCall(this.hostname_ +
455
- '/ondewo.nlu.Agents/ListAgents',
456
- request,
457
- metadata || {},
458
- methodDescriptor_Agents_ListAgents);
425
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgents = function (request, metadata) {
426
+ return this.client_.unaryCall(
427
+ this.hostname_ + '/ondewo.nlu.Agents/ListAgents',
428
+ request,
429
+ metadata || {},
430
+ methodDescriptor_Agents_ListAgents
431
+ );
459
432
  };
460
433
 
461
-
462
434
  /**
463
435
  * @const
464
436
  * @type {!grpc.web.MethodDescriptor<
@@ -466,21 +438,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgents =
466
438
  * !proto.ondewo.nlu.ListAgentsOfUserResponse>}
467
439
  */
468
440
  const methodDescriptor_Agents_ListAgentsOfUser = new grpc.web.MethodDescriptor(
469
- '/ondewo.nlu.Agents/ListAgentsOfUser',
470
- grpc.web.MethodType.UNARY,
471
- proto.ondewo.nlu.ListAgentsRequest,
472
- proto.ondewo.nlu.ListAgentsOfUserResponse,
473
- /**
474
- * @param {!proto.ondewo.nlu.ListAgentsRequest} request
475
- * @return {!Uint8Array}
476
- */
477
- function(request) {
478
- return request.serializeBinary();
479
- },
480
- proto.ondewo.nlu.ListAgentsOfUserResponse.deserializeBinary
441
+ '/ondewo.nlu.Agents/ListAgentsOfUser',
442
+ grpc.web.MethodType.UNARY,
443
+ proto.ondewo.nlu.ListAgentsRequest,
444
+ proto.ondewo.nlu.ListAgentsOfUserResponse,
445
+ /**
446
+ * @param {!proto.ondewo.nlu.ListAgentsRequest} request
447
+ * @return {!Uint8Array}
448
+ */
449
+ function (request) {
450
+ return request.serializeBinary();
451
+ },
452
+ proto.ondewo.nlu.ListAgentsOfUserResponse.deserializeBinary
481
453
  );
482
454
 
483
-
484
455
  /**
485
456
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
486
457
  * request proto
@@ -491,17 +462,16 @@ const methodDescriptor_Agents_ListAgentsOfUser = new grpc.web.MethodDescriptor(
491
462
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListAgentsOfUserResponse>|undefined}
492
463
  * The XHR Node Readable Stream
493
464
  */
494
- proto.ondewo.nlu.AgentsClient.prototype.listAgentsOfUser =
495
- function(request, metadata, callback) {
496
- return this.client_.rpcCall(this.hostname_ +
497
- '/ondewo.nlu.Agents/ListAgentsOfUser',
498
- request,
499
- metadata || {},
500
- methodDescriptor_Agents_ListAgentsOfUser,
501
- callback);
465
+ proto.ondewo.nlu.AgentsClient.prototype.listAgentsOfUser = function (request, metadata, callback) {
466
+ return this.client_.rpcCall(
467
+ this.hostname_ + '/ondewo.nlu.Agents/ListAgentsOfUser',
468
+ request,
469
+ metadata || {},
470
+ methodDescriptor_Agents_ListAgentsOfUser,
471
+ callback
472
+ );
502
473
  };
503
474
 
504
-
505
475
  /**
506
476
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
507
477
  * request proto
@@ -510,16 +480,15 @@ proto.ondewo.nlu.AgentsClient.prototype.listAgentsOfUser =
510
480
  * @return {!Promise<!proto.ondewo.nlu.ListAgentsOfUserResponse>}
511
481
  * Promise that resolves to the response
512
482
  */
513
- proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgentsOfUser =
514
- function(request, metadata) {
515
- return this.client_.unaryCall(this.hostname_ +
516
- '/ondewo.nlu.Agents/ListAgentsOfUser',
517
- request,
518
- metadata || {},
519
- methodDescriptor_Agents_ListAgentsOfUser);
483
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgentsOfUser = function (request, metadata) {
484
+ return this.client_.unaryCall(
485
+ this.hostname_ + '/ondewo.nlu.Agents/ListAgentsOfUser',
486
+ request,
487
+ metadata || {},
488
+ methodDescriptor_Agents_ListAgentsOfUser
489
+ );
520
490
  };
521
491
 
522
-
523
492
  /**
524
493
  * @const
525
494
  * @type {!grpc.web.MethodDescriptor<
@@ -527,21 +496,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgentsOfUser =
527
496
  * !proto.ondewo.nlu.ListAgentsResponse>}
528
497
  */
529
498
  const methodDescriptor_Agents_ListAllAgents = new grpc.web.MethodDescriptor(
530
- '/ondewo.nlu.Agents/ListAllAgents',
531
- grpc.web.MethodType.UNARY,
532
- proto.ondewo.nlu.ListAgentsRequest,
533
- proto.ondewo.nlu.ListAgentsResponse,
534
- /**
535
- * @param {!proto.ondewo.nlu.ListAgentsRequest} request
536
- * @return {!Uint8Array}
537
- */
538
- function(request) {
539
- return request.serializeBinary();
540
- },
541
- proto.ondewo.nlu.ListAgentsResponse.deserializeBinary
499
+ '/ondewo.nlu.Agents/ListAllAgents',
500
+ grpc.web.MethodType.UNARY,
501
+ proto.ondewo.nlu.ListAgentsRequest,
502
+ proto.ondewo.nlu.ListAgentsResponse,
503
+ /**
504
+ * @param {!proto.ondewo.nlu.ListAgentsRequest} request
505
+ * @return {!Uint8Array}
506
+ */
507
+ function (request) {
508
+ return request.serializeBinary();
509
+ },
510
+ proto.ondewo.nlu.ListAgentsResponse.deserializeBinary
542
511
  );
543
512
 
544
-
545
513
  /**
546
514
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
547
515
  * request proto
@@ -552,17 +520,16 @@ const methodDescriptor_Agents_ListAllAgents = new grpc.web.MethodDescriptor(
552
520
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListAgentsResponse>|undefined}
553
521
  * The XHR Node Readable Stream
554
522
  */
555
- proto.ondewo.nlu.AgentsClient.prototype.listAllAgents =
556
- function(request, metadata, callback) {
557
- return this.client_.rpcCall(this.hostname_ +
558
- '/ondewo.nlu.Agents/ListAllAgents',
559
- request,
560
- metadata || {},
561
- methodDescriptor_Agents_ListAllAgents,
562
- callback);
523
+ proto.ondewo.nlu.AgentsClient.prototype.listAllAgents = function (request, metadata, callback) {
524
+ return this.client_.rpcCall(
525
+ this.hostname_ + '/ondewo.nlu.Agents/ListAllAgents',
526
+ request,
527
+ metadata || {},
528
+ methodDescriptor_Agents_ListAllAgents,
529
+ callback
530
+ );
563
531
  };
564
532
 
565
-
566
533
  /**
567
534
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
568
535
  * request proto
@@ -571,16 +538,15 @@ proto.ondewo.nlu.AgentsClient.prototype.listAllAgents =
571
538
  * @return {!Promise<!proto.ondewo.nlu.ListAgentsResponse>}
572
539
  * Promise that resolves to the response
573
540
  */
574
- proto.ondewo.nlu.AgentsPromiseClient.prototype.listAllAgents =
575
- function(request, metadata) {
576
- return this.client_.unaryCall(this.hostname_ +
577
- '/ondewo.nlu.Agents/ListAllAgents',
578
- request,
579
- metadata || {},
580
- methodDescriptor_Agents_ListAllAgents);
541
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAllAgents = function (request, metadata) {
542
+ return this.client_.unaryCall(
543
+ this.hostname_ + '/ondewo.nlu.Agents/ListAllAgents',
544
+ request,
545
+ metadata || {},
546
+ methodDescriptor_Agents_ListAllAgents
547
+ );
581
548
  };
582
549
 
583
-
584
550
  /**
585
551
  * @const
586
552
  * @type {!grpc.web.MethodDescriptor<
@@ -588,21 +554,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAllAgents =
588
554
  * !proto.google.protobuf.Empty>}
589
555
  */
590
556
  const methodDescriptor_Agents_AddUserToProject = new grpc.web.MethodDescriptor(
591
- '/ondewo.nlu.Agents/AddUserToProject',
592
- grpc.web.MethodType.UNARY,
593
- proto.ondewo.nlu.AddUserToProjectRequest,
594
- google_protobuf_empty_pb.Empty,
595
- /**
596
- * @param {!proto.ondewo.nlu.AddUserToProjectRequest} request
597
- * @return {!Uint8Array}
598
- */
599
- function(request) {
600
- return request.serializeBinary();
601
- },
602
- google_protobuf_empty_pb.Empty.deserializeBinary
557
+ '/ondewo.nlu.Agents/AddUserToProject',
558
+ grpc.web.MethodType.UNARY,
559
+ proto.ondewo.nlu.AddUserToProjectRequest,
560
+ google_protobuf_empty_pb.Empty,
561
+ /**
562
+ * @param {!proto.ondewo.nlu.AddUserToProjectRequest} request
563
+ * @return {!Uint8Array}
564
+ */
565
+ function (request) {
566
+ return request.serializeBinary();
567
+ },
568
+ google_protobuf_empty_pb.Empty.deserializeBinary
603
569
  );
604
570
 
605
-
606
571
  /**
607
572
  * @param {!proto.ondewo.nlu.AddUserToProjectRequest} request The
608
573
  * request proto
@@ -613,17 +578,16 @@ const methodDescriptor_Agents_AddUserToProject = new grpc.web.MethodDescriptor(
613
578
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
614
579
  * The XHR Node Readable Stream
615
580
  */
616
- proto.ondewo.nlu.AgentsClient.prototype.addUserToProject =
617
- function(request, metadata, callback) {
618
- return this.client_.rpcCall(this.hostname_ +
619
- '/ondewo.nlu.Agents/AddUserToProject',
620
- request,
621
- metadata || {},
622
- methodDescriptor_Agents_AddUserToProject,
623
- callback);
581
+ proto.ondewo.nlu.AgentsClient.prototype.addUserToProject = function (request, metadata, callback) {
582
+ return this.client_.rpcCall(
583
+ this.hostname_ + '/ondewo.nlu.Agents/AddUserToProject',
584
+ request,
585
+ metadata || {},
586
+ methodDescriptor_Agents_AddUserToProject,
587
+ callback
588
+ );
624
589
  };
625
590
 
626
-
627
591
  /**
628
592
  * @param {!proto.ondewo.nlu.AddUserToProjectRequest} request The
629
593
  * request proto
@@ -632,16 +596,15 @@ proto.ondewo.nlu.AgentsClient.prototype.addUserToProject =
632
596
  * @return {!Promise<!proto.google.protobuf.Empty>}
633
597
  * Promise that resolves to the response
634
598
  */
635
- proto.ondewo.nlu.AgentsPromiseClient.prototype.addUserToProject =
636
- function(request, metadata) {
637
- return this.client_.unaryCall(this.hostname_ +
638
- '/ondewo.nlu.Agents/AddUserToProject',
639
- request,
640
- metadata || {},
641
- methodDescriptor_Agents_AddUserToProject);
599
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.addUserToProject = function (request, metadata) {
600
+ return this.client_.unaryCall(
601
+ this.hostname_ + '/ondewo.nlu.Agents/AddUserToProject',
602
+ request,
603
+ metadata || {},
604
+ methodDescriptor_Agents_AddUserToProject
605
+ );
642
606
  };
643
607
 
644
-
645
608
  /**
646
609
  * @const
647
610
  * @type {!grpc.web.MethodDescriptor<
@@ -649,21 +612,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.addUserToProject =
649
612
  * !proto.google.protobuf.Empty>}
650
613
  */
651
614
  const methodDescriptor_Agents_RemoveUserFromProject = new grpc.web.MethodDescriptor(
652
- '/ondewo.nlu.Agents/RemoveUserFromProject',
653
- grpc.web.MethodType.UNARY,
654
- proto.ondewo.nlu.RemoveUserFromProjectRequest,
655
- google_protobuf_empty_pb.Empty,
656
- /**
657
- * @param {!proto.ondewo.nlu.RemoveUserFromProjectRequest} request
658
- * @return {!Uint8Array}
659
- */
660
- function(request) {
661
- return request.serializeBinary();
662
- },
663
- google_protobuf_empty_pb.Empty.deserializeBinary
615
+ '/ondewo.nlu.Agents/RemoveUserFromProject',
616
+ grpc.web.MethodType.UNARY,
617
+ proto.ondewo.nlu.RemoveUserFromProjectRequest,
618
+ google_protobuf_empty_pb.Empty,
619
+ /**
620
+ * @param {!proto.ondewo.nlu.RemoveUserFromProjectRequest} request
621
+ * @return {!Uint8Array}
622
+ */
623
+ function (request) {
624
+ return request.serializeBinary();
625
+ },
626
+ google_protobuf_empty_pb.Empty.deserializeBinary
664
627
  );
665
628
 
666
-
667
629
  /**
668
630
  * @param {!proto.ondewo.nlu.RemoveUserFromProjectRequest} request The
669
631
  * request proto
@@ -674,17 +636,16 @@ const methodDescriptor_Agents_RemoveUserFromProject = new grpc.web.MethodDescrip
674
636
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
675
637
  * The XHR Node Readable Stream
676
638
  */
677
- proto.ondewo.nlu.AgentsClient.prototype.removeUserFromProject =
678
- function(request, metadata, callback) {
679
- return this.client_.rpcCall(this.hostname_ +
680
- '/ondewo.nlu.Agents/RemoveUserFromProject',
681
- request,
682
- metadata || {},
683
- methodDescriptor_Agents_RemoveUserFromProject,
684
- callback);
639
+ proto.ondewo.nlu.AgentsClient.prototype.removeUserFromProject = function (request, metadata, callback) {
640
+ return this.client_.rpcCall(
641
+ this.hostname_ + '/ondewo.nlu.Agents/RemoveUserFromProject',
642
+ request,
643
+ metadata || {},
644
+ methodDescriptor_Agents_RemoveUserFromProject,
645
+ callback
646
+ );
685
647
  };
686
648
 
687
-
688
649
  /**
689
650
  * @param {!proto.ondewo.nlu.RemoveUserFromProjectRequest} request The
690
651
  * request proto
@@ -693,16 +654,15 @@ proto.ondewo.nlu.AgentsClient.prototype.removeUserFromProject =
693
654
  * @return {!Promise<!proto.google.protobuf.Empty>}
694
655
  * Promise that resolves to the response
695
656
  */
696
- proto.ondewo.nlu.AgentsPromiseClient.prototype.removeUserFromProject =
697
- function(request, metadata) {
698
- return this.client_.unaryCall(this.hostname_ +
699
- '/ondewo.nlu.Agents/RemoveUserFromProject',
700
- request,
701
- metadata || {},
702
- methodDescriptor_Agents_RemoveUserFromProject);
657
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.removeUserFromProject = function (request, metadata) {
658
+ return this.client_.unaryCall(
659
+ this.hostname_ + '/ondewo.nlu.Agents/RemoveUserFromProject',
660
+ request,
661
+ metadata || {},
662
+ methodDescriptor_Agents_RemoveUserFromProject
663
+ );
703
664
  };
704
665
 
705
-
706
666
  /**
707
667
  * @const
708
668
  * @type {!grpc.web.MethodDescriptor<
@@ -710,21 +670,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.removeUserFromProject =
710
670
  * !proto.ondewo.nlu.ListUsersInProjectResponse>}
711
671
  */
712
672
  const methodDescriptor_Agents_ListUsersInProject = new grpc.web.MethodDescriptor(
713
- '/ondewo.nlu.Agents/ListUsersInProject',
714
- grpc.web.MethodType.UNARY,
715
- proto.ondewo.nlu.ListUsersInProjectRequest,
716
- proto.ondewo.nlu.ListUsersInProjectResponse,
717
- /**
718
- * @param {!proto.ondewo.nlu.ListUsersInProjectRequest} request
719
- * @return {!Uint8Array}
720
- */
721
- function(request) {
722
- return request.serializeBinary();
723
- },
724
- proto.ondewo.nlu.ListUsersInProjectResponse.deserializeBinary
673
+ '/ondewo.nlu.Agents/ListUsersInProject',
674
+ grpc.web.MethodType.UNARY,
675
+ proto.ondewo.nlu.ListUsersInProjectRequest,
676
+ proto.ondewo.nlu.ListUsersInProjectResponse,
677
+ /**
678
+ * @param {!proto.ondewo.nlu.ListUsersInProjectRequest} request
679
+ * @return {!Uint8Array}
680
+ */
681
+ function (request) {
682
+ return request.serializeBinary();
683
+ },
684
+ proto.ondewo.nlu.ListUsersInProjectResponse.deserializeBinary
725
685
  );
726
686
 
727
-
728
687
  /**
729
688
  * @param {!proto.ondewo.nlu.ListUsersInProjectRequest} request The
730
689
  * request proto
@@ -735,17 +694,16 @@ const methodDescriptor_Agents_ListUsersInProject = new grpc.web.MethodDescriptor
735
694
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListUsersInProjectResponse>|undefined}
736
695
  * The XHR Node Readable Stream
737
696
  */
738
- proto.ondewo.nlu.AgentsClient.prototype.listUsersInProject =
739
- function(request, metadata, callback) {
740
- return this.client_.rpcCall(this.hostname_ +
741
- '/ondewo.nlu.Agents/ListUsersInProject',
742
- request,
743
- metadata || {},
744
- methodDescriptor_Agents_ListUsersInProject,
745
- callback);
697
+ proto.ondewo.nlu.AgentsClient.prototype.listUsersInProject = function (request, metadata, callback) {
698
+ return this.client_.rpcCall(
699
+ this.hostname_ + '/ondewo.nlu.Agents/ListUsersInProject',
700
+ request,
701
+ metadata || {},
702
+ methodDescriptor_Agents_ListUsersInProject,
703
+ callback
704
+ );
746
705
  };
747
706
 
748
-
749
707
  /**
750
708
  * @param {!proto.ondewo.nlu.ListUsersInProjectRequest} request The
751
709
  * request proto
@@ -754,16 +712,15 @@ proto.ondewo.nlu.AgentsClient.prototype.listUsersInProject =
754
712
  * @return {!Promise<!proto.ondewo.nlu.ListUsersInProjectResponse>}
755
713
  * Promise that resolves to the response
756
714
  */
757
- proto.ondewo.nlu.AgentsPromiseClient.prototype.listUsersInProject =
758
- function(request, metadata) {
759
- return this.client_.unaryCall(this.hostname_ +
760
- '/ondewo.nlu.Agents/ListUsersInProject',
761
- request,
762
- metadata || {},
763
- methodDescriptor_Agents_ListUsersInProject);
715
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.listUsersInProject = function (request, metadata) {
716
+ return this.client_.unaryCall(
717
+ this.hostname_ + '/ondewo.nlu.Agents/ListUsersInProject',
718
+ request,
719
+ metadata || {},
720
+ methodDescriptor_Agents_ListUsersInProject
721
+ );
764
722
  };
765
723
 
766
-
767
724
  /**
768
725
  * @const
769
726
  * @type {!grpc.web.MethodDescriptor<
@@ -771,21 +728,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listUsersInProject =
771
728
  * !proto.ondewo.nlu.GetPlatformInfoResponse>}
772
729
  */
773
730
  const methodDescriptor_Agents_GetPlatformInfo = new grpc.web.MethodDescriptor(
774
- '/ondewo.nlu.Agents/GetPlatformInfo',
775
- grpc.web.MethodType.UNARY,
776
- google_protobuf_empty_pb.Empty,
777
- proto.ondewo.nlu.GetPlatformInfoResponse,
778
- /**
779
- * @param {!proto.google.protobuf.Empty} request
780
- * @return {!Uint8Array}
781
- */
782
- function(request) {
783
- return request.serializeBinary();
784
- },
785
- proto.ondewo.nlu.GetPlatformInfoResponse.deserializeBinary
731
+ '/ondewo.nlu.Agents/GetPlatformInfo',
732
+ grpc.web.MethodType.UNARY,
733
+ google_protobuf_empty_pb.Empty,
734
+ proto.ondewo.nlu.GetPlatformInfoResponse,
735
+ /**
736
+ * @param {!proto.google.protobuf.Empty} request
737
+ * @return {!Uint8Array}
738
+ */
739
+ function (request) {
740
+ return request.serializeBinary();
741
+ },
742
+ proto.ondewo.nlu.GetPlatformInfoResponse.deserializeBinary
786
743
  );
787
744
 
788
-
789
745
  /**
790
746
  * @param {!proto.google.protobuf.Empty} request The
791
747
  * request proto
@@ -796,17 +752,16 @@ const methodDescriptor_Agents_GetPlatformInfo = new grpc.web.MethodDescriptor(
796
752
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetPlatformInfoResponse>|undefined}
797
753
  * The XHR Node Readable Stream
798
754
  */
799
- proto.ondewo.nlu.AgentsClient.prototype.getPlatformInfo =
800
- function(request, metadata, callback) {
801
- return this.client_.rpcCall(this.hostname_ +
802
- '/ondewo.nlu.Agents/GetPlatformInfo',
803
- request,
804
- metadata || {},
805
- methodDescriptor_Agents_GetPlatformInfo,
806
- callback);
755
+ proto.ondewo.nlu.AgentsClient.prototype.getPlatformInfo = function (request, metadata, callback) {
756
+ return this.client_.rpcCall(
757
+ this.hostname_ + '/ondewo.nlu.Agents/GetPlatformInfo',
758
+ request,
759
+ metadata || {},
760
+ methodDescriptor_Agents_GetPlatformInfo,
761
+ callback
762
+ );
807
763
  };
808
764
 
809
-
810
765
  /**
811
766
  * @param {!proto.google.protobuf.Empty} request The
812
767
  * request proto
@@ -815,16 +770,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getPlatformInfo =
815
770
  * @return {!Promise<!proto.ondewo.nlu.GetPlatformInfoResponse>}
816
771
  * Promise that resolves to the response
817
772
  */
818
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformInfo =
819
- function(request, metadata) {
820
- return this.client_.unaryCall(this.hostname_ +
821
- '/ondewo.nlu.Agents/GetPlatformInfo',
822
- request,
823
- metadata || {},
824
- methodDescriptor_Agents_GetPlatformInfo);
773
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformInfo = function (request, metadata) {
774
+ return this.client_.unaryCall(
775
+ this.hostname_ + '/ondewo.nlu.Agents/GetPlatformInfo',
776
+ request,
777
+ metadata || {},
778
+ methodDescriptor_Agents_GetPlatformInfo
779
+ );
825
780
  };
826
781
 
827
-
828
782
  /**
829
783
  * @const
830
784
  * @type {!grpc.web.MethodDescriptor<
@@ -832,21 +786,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformInfo =
832
786
  * !proto.ondewo.nlu.ListProjectPermissionsResponse>}
833
787
  */
834
788
  const methodDescriptor_Agents_ListProjectPermissions = new grpc.web.MethodDescriptor(
835
- '/ondewo.nlu.Agents/ListProjectPermissions',
836
- grpc.web.MethodType.UNARY,
837
- proto.ondewo.nlu.ListProjectPermissionsRequest,
838
- proto.ondewo.nlu.ListProjectPermissionsResponse,
839
- /**
840
- * @param {!proto.ondewo.nlu.ListProjectPermissionsRequest} request
841
- * @return {!Uint8Array}
842
- */
843
- function(request) {
844
- return request.serializeBinary();
845
- },
846
- proto.ondewo.nlu.ListProjectPermissionsResponse.deserializeBinary
789
+ '/ondewo.nlu.Agents/ListProjectPermissions',
790
+ grpc.web.MethodType.UNARY,
791
+ proto.ondewo.nlu.ListProjectPermissionsRequest,
792
+ proto.ondewo.nlu.ListProjectPermissionsResponse,
793
+ /**
794
+ * @param {!proto.ondewo.nlu.ListProjectPermissionsRequest} request
795
+ * @return {!Uint8Array}
796
+ */
797
+ function (request) {
798
+ return request.serializeBinary();
799
+ },
800
+ proto.ondewo.nlu.ListProjectPermissionsResponse.deserializeBinary
847
801
  );
848
802
 
849
-
850
803
  /**
851
804
  * @param {!proto.ondewo.nlu.ListProjectPermissionsRequest} request The
852
805
  * request proto
@@ -857,17 +810,16 @@ const methodDescriptor_Agents_ListProjectPermissions = new grpc.web.MethodDescri
857
810
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListProjectPermissionsResponse>|undefined}
858
811
  * The XHR Node Readable Stream
859
812
  */
860
- proto.ondewo.nlu.AgentsClient.prototype.listProjectPermissions =
861
- function(request, metadata, callback) {
862
- return this.client_.rpcCall(this.hostname_ +
863
- '/ondewo.nlu.Agents/ListProjectPermissions',
864
- request,
865
- metadata || {},
866
- methodDescriptor_Agents_ListProjectPermissions,
867
- callback);
813
+ proto.ondewo.nlu.AgentsClient.prototype.listProjectPermissions = function (request, metadata, callback) {
814
+ return this.client_.rpcCall(
815
+ this.hostname_ + '/ondewo.nlu.Agents/ListProjectPermissions',
816
+ request,
817
+ metadata || {},
818
+ methodDescriptor_Agents_ListProjectPermissions,
819
+ callback
820
+ );
868
821
  };
869
822
 
870
-
871
823
  /**
872
824
  * @param {!proto.ondewo.nlu.ListProjectPermissionsRequest} request The
873
825
  * request proto
@@ -876,16 +828,15 @@ proto.ondewo.nlu.AgentsClient.prototype.listProjectPermissions =
876
828
  * @return {!Promise<!proto.ondewo.nlu.ListProjectPermissionsResponse>}
877
829
  * Promise that resolves to the response
878
830
  */
879
- proto.ondewo.nlu.AgentsPromiseClient.prototype.listProjectPermissions =
880
- function(request, metadata) {
881
- return this.client_.unaryCall(this.hostname_ +
882
- '/ondewo.nlu.Agents/ListProjectPermissions',
883
- request,
884
- metadata || {},
885
- methodDescriptor_Agents_ListProjectPermissions);
831
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.listProjectPermissions = function (request, metadata) {
832
+ return this.client_.unaryCall(
833
+ this.hostname_ + '/ondewo.nlu.Agents/ListProjectPermissions',
834
+ request,
835
+ metadata || {},
836
+ methodDescriptor_Agents_ListProjectPermissions
837
+ );
886
838
  };
887
839
 
888
-
889
840
  /**
890
841
  * @const
891
842
  * @type {!grpc.web.MethodDescriptor<
@@ -893,21 +844,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listProjectPermissions =
893
844
  * !proto.ondewo.nlu.Operation>}
894
845
  */
895
846
  const methodDescriptor_Agents_TrainAgent = new grpc.web.MethodDescriptor(
896
- '/ondewo.nlu.Agents/TrainAgent',
897
- grpc.web.MethodType.UNARY,
898
- proto.ondewo.nlu.TrainAgentRequest,
899
- ondewo_nlu_operations_pb.Operation,
900
- /**
901
- * @param {!proto.ondewo.nlu.TrainAgentRequest} request
902
- * @return {!Uint8Array}
903
- */
904
- function(request) {
905
- return request.serializeBinary();
906
- },
907
- ondewo_nlu_operations_pb.Operation.deserializeBinary
847
+ '/ondewo.nlu.Agents/TrainAgent',
848
+ grpc.web.MethodType.UNARY,
849
+ proto.ondewo.nlu.TrainAgentRequest,
850
+ ondewo_nlu_operations_pb.Operation,
851
+ /**
852
+ * @param {!proto.ondewo.nlu.TrainAgentRequest} request
853
+ * @return {!Uint8Array}
854
+ */
855
+ function (request) {
856
+ return request.serializeBinary();
857
+ },
858
+ ondewo_nlu_operations_pb.Operation.deserializeBinary
908
859
  );
909
860
 
910
-
911
861
  /**
912
862
  * @param {!proto.ondewo.nlu.TrainAgentRequest} request The
913
863
  * request proto
@@ -918,17 +868,16 @@ const methodDescriptor_Agents_TrainAgent = new grpc.web.MethodDescriptor(
918
868
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
919
869
  * The XHR Node Readable Stream
920
870
  */
921
- proto.ondewo.nlu.AgentsClient.prototype.trainAgent =
922
- function(request, metadata, callback) {
923
- return this.client_.rpcCall(this.hostname_ +
924
- '/ondewo.nlu.Agents/TrainAgent',
925
- request,
926
- metadata || {},
927
- methodDescriptor_Agents_TrainAgent,
928
- callback);
871
+ proto.ondewo.nlu.AgentsClient.prototype.trainAgent = function (request, metadata, callback) {
872
+ return this.client_.rpcCall(
873
+ this.hostname_ + '/ondewo.nlu.Agents/TrainAgent',
874
+ request,
875
+ metadata || {},
876
+ methodDescriptor_Agents_TrainAgent,
877
+ callback
878
+ );
929
879
  };
930
880
 
931
-
932
881
  /**
933
882
  * @param {!proto.ondewo.nlu.TrainAgentRequest} request The
934
883
  * request proto
@@ -937,16 +886,15 @@ proto.ondewo.nlu.AgentsClient.prototype.trainAgent =
937
886
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
938
887
  * Promise that resolves to the response
939
888
  */
940
- proto.ondewo.nlu.AgentsPromiseClient.prototype.trainAgent =
941
- function(request, metadata) {
942
- return this.client_.unaryCall(this.hostname_ +
943
- '/ondewo.nlu.Agents/TrainAgent',
944
- request,
945
- metadata || {},
946
- methodDescriptor_Agents_TrainAgent);
889
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.trainAgent = function (request, metadata) {
890
+ return this.client_.unaryCall(
891
+ this.hostname_ + '/ondewo.nlu.Agents/TrainAgent',
892
+ request,
893
+ metadata || {},
894
+ methodDescriptor_Agents_TrainAgent
895
+ );
947
896
  };
948
897
 
949
-
950
898
  /**
951
899
  * @const
952
900
  * @type {!grpc.web.MethodDescriptor<
@@ -954,21 +902,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.trainAgent =
954
902
  * !proto.ondewo.nlu.Operation>}
955
903
  */
956
904
  const methodDescriptor_Agents_BuildCache = new grpc.web.MethodDescriptor(
957
- '/ondewo.nlu.Agents/BuildCache',
958
- grpc.web.MethodType.UNARY,
959
- proto.ondewo.nlu.BuildCacheRequest,
960
- ondewo_nlu_operations_pb.Operation,
961
- /**
962
- * @param {!proto.ondewo.nlu.BuildCacheRequest} request
963
- * @return {!Uint8Array}
964
- */
965
- function(request) {
966
- return request.serializeBinary();
967
- },
968
- ondewo_nlu_operations_pb.Operation.deserializeBinary
905
+ '/ondewo.nlu.Agents/BuildCache',
906
+ grpc.web.MethodType.UNARY,
907
+ proto.ondewo.nlu.BuildCacheRequest,
908
+ ondewo_nlu_operations_pb.Operation,
909
+ /**
910
+ * @param {!proto.ondewo.nlu.BuildCacheRequest} request
911
+ * @return {!Uint8Array}
912
+ */
913
+ function (request) {
914
+ return request.serializeBinary();
915
+ },
916
+ ondewo_nlu_operations_pb.Operation.deserializeBinary
969
917
  );
970
918
 
971
-
972
919
  /**
973
920
  * @param {!proto.ondewo.nlu.BuildCacheRequest} request The
974
921
  * request proto
@@ -979,17 +926,16 @@ const methodDescriptor_Agents_BuildCache = new grpc.web.MethodDescriptor(
979
926
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
980
927
  * The XHR Node Readable Stream
981
928
  */
982
- proto.ondewo.nlu.AgentsClient.prototype.buildCache =
983
- function(request, metadata, callback) {
984
- return this.client_.rpcCall(this.hostname_ +
985
- '/ondewo.nlu.Agents/BuildCache',
986
- request,
987
- metadata || {},
988
- methodDescriptor_Agents_BuildCache,
989
- callback);
929
+ proto.ondewo.nlu.AgentsClient.prototype.buildCache = function (request, metadata, callback) {
930
+ return this.client_.rpcCall(
931
+ this.hostname_ + '/ondewo.nlu.Agents/BuildCache',
932
+ request,
933
+ metadata || {},
934
+ methodDescriptor_Agents_BuildCache,
935
+ callback
936
+ );
990
937
  };
991
938
 
992
-
993
939
  /**
994
940
  * @param {!proto.ondewo.nlu.BuildCacheRequest} request The
995
941
  * request proto
@@ -998,16 +944,15 @@ proto.ondewo.nlu.AgentsClient.prototype.buildCache =
998
944
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
999
945
  * Promise that resolves to the response
1000
946
  */
1001
- proto.ondewo.nlu.AgentsPromiseClient.prototype.buildCache =
1002
- function(request, metadata) {
1003
- return this.client_.unaryCall(this.hostname_ +
1004
- '/ondewo.nlu.Agents/BuildCache',
1005
- request,
1006
- metadata || {},
1007
- methodDescriptor_Agents_BuildCache);
947
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.buildCache = function (request, metadata) {
948
+ return this.client_.unaryCall(
949
+ this.hostname_ + '/ondewo.nlu.Agents/BuildCache',
950
+ request,
951
+ metadata || {},
952
+ methodDescriptor_Agents_BuildCache
953
+ );
1008
954
  };
1009
955
 
1010
-
1011
956
  /**
1012
957
  * @const
1013
958
  * @type {!grpc.web.MethodDescriptor<
@@ -1015,21 +960,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.buildCache =
1015
960
  * !proto.ondewo.nlu.Operation>}
1016
961
  */
1017
962
  const methodDescriptor_Agents_ExportAgent = new grpc.web.MethodDescriptor(
1018
- '/ondewo.nlu.Agents/ExportAgent',
1019
- grpc.web.MethodType.UNARY,
1020
- proto.ondewo.nlu.ExportAgentRequest,
1021
- ondewo_nlu_operations_pb.Operation,
1022
- /**
1023
- * @param {!proto.ondewo.nlu.ExportAgentRequest} request
1024
- * @return {!Uint8Array}
1025
- */
1026
- function(request) {
1027
- return request.serializeBinary();
1028
- },
1029
- ondewo_nlu_operations_pb.Operation.deserializeBinary
963
+ '/ondewo.nlu.Agents/ExportAgent',
964
+ grpc.web.MethodType.UNARY,
965
+ proto.ondewo.nlu.ExportAgentRequest,
966
+ ondewo_nlu_operations_pb.Operation,
967
+ /**
968
+ * @param {!proto.ondewo.nlu.ExportAgentRequest} request
969
+ * @return {!Uint8Array}
970
+ */
971
+ function (request) {
972
+ return request.serializeBinary();
973
+ },
974
+ ondewo_nlu_operations_pb.Operation.deserializeBinary
1030
975
  );
1031
976
 
1032
-
1033
977
  /**
1034
978
  * @param {!proto.ondewo.nlu.ExportAgentRequest} request The
1035
979
  * request proto
@@ -1040,17 +984,16 @@ const methodDescriptor_Agents_ExportAgent = new grpc.web.MethodDescriptor(
1040
984
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
1041
985
  * The XHR Node Readable Stream
1042
986
  */
1043
- proto.ondewo.nlu.AgentsClient.prototype.exportAgent =
1044
- function(request, metadata, callback) {
1045
- return this.client_.rpcCall(this.hostname_ +
1046
- '/ondewo.nlu.Agents/ExportAgent',
1047
- request,
1048
- metadata || {},
1049
- methodDescriptor_Agents_ExportAgent,
1050
- callback);
987
+ proto.ondewo.nlu.AgentsClient.prototype.exportAgent = function (request, metadata, callback) {
988
+ return this.client_.rpcCall(
989
+ this.hostname_ + '/ondewo.nlu.Agents/ExportAgent',
990
+ request,
991
+ metadata || {},
992
+ methodDescriptor_Agents_ExportAgent,
993
+ callback
994
+ );
1051
995
  };
1052
996
 
1053
-
1054
997
  /**
1055
998
  * @param {!proto.ondewo.nlu.ExportAgentRequest} request The
1056
999
  * request proto
@@ -1059,16 +1002,15 @@ proto.ondewo.nlu.AgentsClient.prototype.exportAgent =
1059
1002
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
1060
1003
  * Promise that resolves to the response
1061
1004
  */
1062
- proto.ondewo.nlu.AgentsPromiseClient.prototype.exportAgent =
1063
- function(request, metadata) {
1064
- return this.client_.unaryCall(this.hostname_ +
1065
- '/ondewo.nlu.Agents/ExportAgent',
1066
- request,
1067
- metadata || {},
1068
- methodDescriptor_Agents_ExportAgent);
1005
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportAgent = function (request, metadata) {
1006
+ return this.client_.unaryCall(
1007
+ this.hostname_ + '/ondewo.nlu.Agents/ExportAgent',
1008
+ request,
1009
+ metadata || {},
1010
+ methodDescriptor_Agents_ExportAgent
1011
+ );
1069
1012
  };
1070
1013
 
1071
-
1072
1014
  /**
1073
1015
  * @const
1074
1016
  * @type {!grpc.web.MethodDescriptor<
@@ -1076,21 +1018,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportAgent =
1076
1018
  * !proto.ondewo.nlu.Operation>}
1077
1019
  */
1078
1020
  const methodDescriptor_Agents_ExportBenchmarkAgent = new grpc.web.MethodDescriptor(
1079
- '/ondewo.nlu.Agents/ExportBenchmarkAgent',
1080
- grpc.web.MethodType.UNARY,
1081
- proto.ondewo.nlu.ExportBenchmarkAgentRequest,
1082
- ondewo_nlu_operations_pb.Operation,
1083
- /**
1084
- * @param {!proto.ondewo.nlu.ExportBenchmarkAgentRequest} request
1085
- * @return {!Uint8Array}
1086
- */
1087
- function(request) {
1088
- return request.serializeBinary();
1089
- },
1090
- ondewo_nlu_operations_pb.Operation.deserializeBinary
1021
+ '/ondewo.nlu.Agents/ExportBenchmarkAgent',
1022
+ grpc.web.MethodType.UNARY,
1023
+ proto.ondewo.nlu.ExportBenchmarkAgentRequest,
1024
+ ondewo_nlu_operations_pb.Operation,
1025
+ /**
1026
+ * @param {!proto.ondewo.nlu.ExportBenchmarkAgentRequest} request
1027
+ * @return {!Uint8Array}
1028
+ */
1029
+ function (request) {
1030
+ return request.serializeBinary();
1031
+ },
1032
+ ondewo_nlu_operations_pb.Operation.deserializeBinary
1091
1033
  );
1092
1034
 
1093
-
1094
1035
  /**
1095
1036
  * @param {!proto.ondewo.nlu.ExportBenchmarkAgentRequest} request The
1096
1037
  * request proto
@@ -1101,17 +1042,16 @@ const methodDescriptor_Agents_ExportBenchmarkAgent = new grpc.web.MethodDescript
1101
1042
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
1102
1043
  * The XHR Node Readable Stream
1103
1044
  */
1104
- proto.ondewo.nlu.AgentsClient.prototype.exportBenchmarkAgent =
1105
- function(request, metadata, callback) {
1106
- return this.client_.rpcCall(this.hostname_ +
1107
- '/ondewo.nlu.Agents/ExportBenchmarkAgent',
1108
- request,
1109
- metadata || {},
1110
- methodDescriptor_Agents_ExportBenchmarkAgent,
1111
- callback);
1045
+ proto.ondewo.nlu.AgentsClient.prototype.exportBenchmarkAgent = function (request, metadata, callback) {
1046
+ return this.client_.rpcCall(
1047
+ this.hostname_ + '/ondewo.nlu.Agents/ExportBenchmarkAgent',
1048
+ request,
1049
+ metadata || {},
1050
+ methodDescriptor_Agents_ExportBenchmarkAgent,
1051
+ callback
1052
+ );
1112
1053
  };
1113
1054
 
1114
-
1115
1055
  /**
1116
1056
  * @param {!proto.ondewo.nlu.ExportBenchmarkAgentRequest} request The
1117
1057
  * request proto
@@ -1120,16 +1060,15 @@ proto.ondewo.nlu.AgentsClient.prototype.exportBenchmarkAgent =
1120
1060
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
1121
1061
  * Promise that resolves to the response
1122
1062
  */
1123
- proto.ondewo.nlu.AgentsPromiseClient.prototype.exportBenchmarkAgent =
1124
- function(request, metadata) {
1125
- return this.client_.unaryCall(this.hostname_ +
1126
- '/ondewo.nlu.Agents/ExportBenchmarkAgent',
1127
- request,
1128
- metadata || {},
1129
- methodDescriptor_Agents_ExportBenchmarkAgent);
1063
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportBenchmarkAgent = function (request, metadata) {
1064
+ return this.client_.unaryCall(
1065
+ this.hostname_ + '/ondewo.nlu.Agents/ExportBenchmarkAgent',
1066
+ request,
1067
+ metadata || {},
1068
+ methodDescriptor_Agents_ExportBenchmarkAgent
1069
+ );
1130
1070
  };
1131
1071
 
1132
-
1133
1072
  /**
1134
1073
  * @const
1135
1074
  * @type {!grpc.web.MethodDescriptor<
@@ -1137,21 +1076,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportBenchmarkAgent =
1137
1076
  * !proto.ondewo.nlu.Operation>}
1138
1077
  */
1139
1078
  const methodDescriptor_Agents_ImportAgent = new grpc.web.MethodDescriptor(
1140
- '/ondewo.nlu.Agents/ImportAgent',
1141
- grpc.web.MethodType.UNARY,
1142
- proto.ondewo.nlu.ImportAgentRequest,
1143
- ondewo_nlu_operations_pb.Operation,
1144
- /**
1145
- * @param {!proto.ondewo.nlu.ImportAgentRequest} request
1146
- * @return {!Uint8Array}
1147
- */
1148
- function(request) {
1149
- return request.serializeBinary();
1150
- },
1151
- ondewo_nlu_operations_pb.Operation.deserializeBinary
1079
+ '/ondewo.nlu.Agents/ImportAgent',
1080
+ grpc.web.MethodType.UNARY,
1081
+ proto.ondewo.nlu.ImportAgentRequest,
1082
+ ondewo_nlu_operations_pb.Operation,
1083
+ /**
1084
+ * @param {!proto.ondewo.nlu.ImportAgentRequest} request
1085
+ * @return {!Uint8Array}
1086
+ */
1087
+ function (request) {
1088
+ return request.serializeBinary();
1089
+ },
1090
+ ondewo_nlu_operations_pb.Operation.deserializeBinary
1152
1091
  );
1153
1092
 
1154
-
1155
1093
  /**
1156
1094
  * @param {!proto.ondewo.nlu.ImportAgentRequest} request The
1157
1095
  * request proto
@@ -1162,17 +1100,16 @@ const methodDescriptor_Agents_ImportAgent = new grpc.web.MethodDescriptor(
1162
1100
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
1163
1101
  * The XHR Node Readable Stream
1164
1102
  */
1165
- proto.ondewo.nlu.AgentsClient.prototype.importAgent =
1166
- function(request, metadata, callback) {
1167
- return this.client_.rpcCall(this.hostname_ +
1168
- '/ondewo.nlu.Agents/ImportAgent',
1169
- request,
1170
- metadata || {},
1171
- methodDescriptor_Agents_ImportAgent,
1172
- callback);
1103
+ proto.ondewo.nlu.AgentsClient.prototype.importAgent = function (request, metadata, callback) {
1104
+ return this.client_.rpcCall(
1105
+ this.hostname_ + '/ondewo.nlu.Agents/ImportAgent',
1106
+ request,
1107
+ metadata || {},
1108
+ methodDescriptor_Agents_ImportAgent,
1109
+ callback
1110
+ );
1173
1111
  };
1174
1112
 
1175
-
1176
1113
  /**
1177
1114
  * @param {!proto.ondewo.nlu.ImportAgentRequest} request The
1178
1115
  * request proto
@@ -1181,16 +1118,15 @@ proto.ondewo.nlu.AgentsClient.prototype.importAgent =
1181
1118
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
1182
1119
  * Promise that resolves to the response
1183
1120
  */
1184
- proto.ondewo.nlu.AgentsPromiseClient.prototype.importAgent =
1185
- function(request, metadata) {
1186
- return this.client_.unaryCall(this.hostname_ +
1187
- '/ondewo.nlu.Agents/ImportAgent',
1188
- request,
1189
- metadata || {},
1190
- methodDescriptor_Agents_ImportAgent);
1121
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.importAgent = function (request, metadata) {
1122
+ return this.client_.unaryCall(
1123
+ this.hostname_ + '/ondewo.nlu.Agents/ImportAgent',
1124
+ request,
1125
+ metadata || {},
1126
+ methodDescriptor_Agents_ImportAgent
1127
+ );
1191
1128
  };
1192
1129
 
1193
-
1194
1130
  /**
1195
1131
  * @const
1196
1132
  * @type {!grpc.web.MethodDescriptor<
@@ -1198,21 +1134,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.importAgent =
1198
1134
  * !proto.ondewo.nlu.Operation>}
1199
1135
  */
1200
1136
  const methodDescriptor_Agents_OptimizeRankingMatch = new grpc.web.MethodDescriptor(
1201
- '/ondewo.nlu.Agents/OptimizeRankingMatch',
1202
- grpc.web.MethodType.UNARY,
1203
- proto.ondewo.nlu.OptimizeRankingMatchRequest,
1204
- ondewo_nlu_operations_pb.Operation,
1205
- /**
1206
- * @param {!proto.ondewo.nlu.OptimizeRankingMatchRequest} request
1207
- * @return {!Uint8Array}
1208
- */
1209
- function(request) {
1210
- return request.serializeBinary();
1211
- },
1212
- ondewo_nlu_operations_pb.Operation.deserializeBinary
1137
+ '/ondewo.nlu.Agents/OptimizeRankingMatch',
1138
+ grpc.web.MethodType.UNARY,
1139
+ proto.ondewo.nlu.OptimizeRankingMatchRequest,
1140
+ ondewo_nlu_operations_pb.Operation,
1141
+ /**
1142
+ * @param {!proto.ondewo.nlu.OptimizeRankingMatchRequest} request
1143
+ * @return {!Uint8Array}
1144
+ */
1145
+ function (request) {
1146
+ return request.serializeBinary();
1147
+ },
1148
+ ondewo_nlu_operations_pb.Operation.deserializeBinary
1213
1149
  );
1214
1150
 
1215
-
1216
1151
  /**
1217
1152
  * @param {!proto.ondewo.nlu.OptimizeRankingMatchRequest} request The
1218
1153
  * request proto
@@ -1223,17 +1158,16 @@ const methodDescriptor_Agents_OptimizeRankingMatch = new grpc.web.MethodDescript
1223
1158
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
1224
1159
  * The XHR Node Readable Stream
1225
1160
  */
1226
- proto.ondewo.nlu.AgentsClient.prototype.optimizeRankingMatch =
1227
- function(request, metadata, callback) {
1228
- return this.client_.rpcCall(this.hostname_ +
1229
- '/ondewo.nlu.Agents/OptimizeRankingMatch',
1230
- request,
1231
- metadata || {},
1232
- methodDescriptor_Agents_OptimizeRankingMatch,
1233
- callback);
1161
+ proto.ondewo.nlu.AgentsClient.prototype.optimizeRankingMatch = function (request, metadata, callback) {
1162
+ return this.client_.rpcCall(
1163
+ this.hostname_ + '/ondewo.nlu.Agents/OptimizeRankingMatch',
1164
+ request,
1165
+ metadata || {},
1166
+ methodDescriptor_Agents_OptimizeRankingMatch,
1167
+ callback
1168
+ );
1234
1169
  };
1235
1170
 
1236
-
1237
1171
  /**
1238
1172
  * @param {!proto.ondewo.nlu.OptimizeRankingMatchRequest} request The
1239
1173
  * request proto
@@ -1242,16 +1176,15 @@ proto.ondewo.nlu.AgentsClient.prototype.optimizeRankingMatch =
1242
1176
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
1243
1177
  * Promise that resolves to the response
1244
1178
  */
1245
- proto.ondewo.nlu.AgentsPromiseClient.prototype.optimizeRankingMatch =
1246
- function(request, metadata) {
1247
- return this.client_.unaryCall(this.hostname_ +
1248
- '/ondewo.nlu.Agents/OptimizeRankingMatch',
1249
- request,
1250
- metadata || {},
1251
- methodDescriptor_Agents_OptimizeRankingMatch);
1179
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.optimizeRankingMatch = function (request, metadata) {
1180
+ return this.client_.unaryCall(
1181
+ this.hostname_ + '/ondewo.nlu.Agents/OptimizeRankingMatch',
1182
+ request,
1183
+ metadata || {},
1184
+ methodDescriptor_Agents_OptimizeRankingMatch
1185
+ );
1252
1186
  };
1253
1187
 
1254
-
1255
1188
  /**
1256
1189
  * @const
1257
1190
  * @type {!grpc.web.MethodDescriptor<
@@ -1259,21 +1192,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.optimizeRankingMatch =
1259
1192
  * !proto.ondewo.nlu.Operation>}
1260
1193
  */
1261
1194
  const methodDescriptor_Agents_RestoreAgent = new grpc.web.MethodDescriptor(
1262
- '/ondewo.nlu.Agents/RestoreAgent',
1263
- grpc.web.MethodType.UNARY,
1264
- proto.ondewo.nlu.RestoreAgentRequest,
1265
- ondewo_nlu_operations_pb.Operation,
1266
- /**
1267
- * @param {!proto.ondewo.nlu.RestoreAgentRequest} request
1268
- * @return {!Uint8Array}
1269
- */
1270
- function(request) {
1271
- return request.serializeBinary();
1272
- },
1273
- ondewo_nlu_operations_pb.Operation.deserializeBinary
1195
+ '/ondewo.nlu.Agents/RestoreAgent',
1196
+ grpc.web.MethodType.UNARY,
1197
+ proto.ondewo.nlu.RestoreAgentRequest,
1198
+ ondewo_nlu_operations_pb.Operation,
1199
+ /**
1200
+ * @param {!proto.ondewo.nlu.RestoreAgentRequest} request
1201
+ * @return {!Uint8Array}
1202
+ */
1203
+ function (request) {
1204
+ return request.serializeBinary();
1205
+ },
1206
+ ondewo_nlu_operations_pb.Operation.deserializeBinary
1274
1207
  );
1275
1208
 
1276
-
1277
1209
  /**
1278
1210
  * @param {!proto.ondewo.nlu.RestoreAgentRequest} request The
1279
1211
  * request proto
@@ -1284,17 +1216,16 @@ const methodDescriptor_Agents_RestoreAgent = new grpc.web.MethodDescriptor(
1284
1216
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
1285
1217
  * The XHR Node Readable Stream
1286
1218
  */
1287
- proto.ondewo.nlu.AgentsClient.prototype.restoreAgent =
1288
- function(request, metadata, callback) {
1289
- return this.client_.rpcCall(this.hostname_ +
1290
- '/ondewo.nlu.Agents/RestoreAgent',
1291
- request,
1292
- metadata || {},
1293
- methodDescriptor_Agents_RestoreAgent,
1294
- callback);
1219
+ proto.ondewo.nlu.AgentsClient.prototype.restoreAgent = function (request, metadata, callback) {
1220
+ return this.client_.rpcCall(
1221
+ this.hostname_ + '/ondewo.nlu.Agents/RestoreAgent',
1222
+ request,
1223
+ metadata || {},
1224
+ methodDescriptor_Agents_RestoreAgent,
1225
+ callback
1226
+ );
1295
1227
  };
1296
1228
 
1297
-
1298
1229
  /**
1299
1230
  * @param {!proto.ondewo.nlu.RestoreAgentRequest} request The
1300
1231
  * request proto
@@ -1303,16 +1234,15 @@ proto.ondewo.nlu.AgentsClient.prototype.restoreAgent =
1303
1234
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
1304
1235
  * Promise that resolves to the response
1305
1236
  */
1306
- proto.ondewo.nlu.AgentsPromiseClient.prototype.restoreAgent =
1307
- function(request, metadata) {
1308
- return this.client_.unaryCall(this.hostname_ +
1309
- '/ondewo.nlu.Agents/RestoreAgent',
1310
- request,
1311
- metadata || {},
1312
- methodDescriptor_Agents_RestoreAgent);
1237
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.restoreAgent = function (request, metadata) {
1238
+ return this.client_.unaryCall(
1239
+ this.hostname_ + '/ondewo.nlu.Agents/RestoreAgent',
1240
+ request,
1241
+ metadata || {},
1242
+ methodDescriptor_Agents_RestoreAgent
1243
+ );
1313
1244
  };
1314
1245
 
1315
-
1316
1246
  /**
1317
1247
  * @const
1318
1248
  * @type {!grpc.web.MethodDescriptor<
@@ -1320,21 +1250,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.restoreAgent =
1320
1250
  * !proto.ondewo.nlu.GetAgentStatisticsResponse>}
1321
1251
  */
1322
1252
  const methodDescriptor_Agents_GetAgentStatistics = new grpc.web.MethodDescriptor(
1323
- '/ondewo.nlu.Agents/GetAgentStatistics',
1324
- grpc.web.MethodType.UNARY,
1325
- proto.ondewo.nlu.GetAgentStatisticsRequest,
1326
- proto.ondewo.nlu.GetAgentStatisticsResponse,
1327
- /**
1328
- * @param {!proto.ondewo.nlu.GetAgentStatisticsRequest} request
1329
- * @return {!Uint8Array}
1330
- */
1331
- function(request) {
1332
- return request.serializeBinary();
1333
- },
1334
- proto.ondewo.nlu.GetAgentStatisticsResponse.deserializeBinary
1253
+ '/ondewo.nlu.Agents/GetAgentStatistics',
1254
+ grpc.web.MethodType.UNARY,
1255
+ proto.ondewo.nlu.GetAgentStatisticsRequest,
1256
+ proto.ondewo.nlu.GetAgentStatisticsResponse,
1257
+ /**
1258
+ * @param {!proto.ondewo.nlu.GetAgentStatisticsRequest} request
1259
+ * @return {!Uint8Array}
1260
+ */
1261
+ function (request) {
1262
+ return request.serializeBinary();
1263
+ },
1264
+ proto.ondewo.nlu.GetAgentStatisticsResponse.deserializeBinary
1335
1265
  );
1336
1266
 
1337
-
1338
1267
  /**
1339
1268
  * @param {!proto.ondewo.nlu.GetAgentStatisticsRequest} request The
1340
1269
  * request proto
@@ -1345,17 +1274,16 @@ const methodDescriptor_Agents_GetAgentStatistics = new grpc.web.MethodDescriptor
1345
1274
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetAgentStatisticsResponse>|undefined}
1346
1275
  * The XHR Node Readable Stream
1347
1276
  */
1348
- proto.ondewo.nlu.AgentsClient.prototype.getAgentStatistics =
1349
- function(request, metadata, callback) {
1350
- return this.client_.rpcCall(this.hostname_ +
1351
- '/ondewo.nlu.Agents/GetAgentStatistics',
1352
- request,
1353
- metadata || {},
1354
- methodDescriptor_Agents_GetAgentStatistics,
1355
- callback);
1277
+ proto.ondewo.nlu.AgentsClient.prototype.getAgentStatistics = function (request, metadata, callback) {
1278
+ return this.client_.rpcCall(
1279
+ this.hostname_ + '/ondewo.nlu.Agents/GetAgentStatistics',
1280
+ request,
1281
+ metadata || {},
1282
+ methodDescriptor_Agents_GetAgentStatistics,
1283
+ callback
1284
+ );
1356
1285
  };
1357
1286
 
1358
-
1359
1287
  /**
1360
1288
  * @param {!proto.ondewo.nlu.GetAgentStatisticsRequest} request The
1361
1289
  * request proto
@@ -1364,15 +1292,72 @@ proto.ondewo.nlu.AgentsClient.prototype.getAgentStatistics =
1364
1292
  * @return {!Promise<!proto.ondewo.nlu.GetAgentStatisticsResponse>}
1365
1293
  * Promise that resolves to the response
1366
1294
  */
1367
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgentStatistics =
1368
- function(request, metadata) {
1369
- return this.client_.unaryCall(this.hostname_ +
1370
- '/ondewo.nlu.Agents/GetAgentStatistics',
1371
- request,
1372
- metadata || {},
1373
- methodDescriptor_Agents_GetAgentStatistics);
1295
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgentStatistics = function (request, metadata) {
1296
+ return this.client_.unaryCall(
1297
+ this.hostname_ + '/ondewo.nlu.Agents/GetAgentStatistics',
1298
+ request,
1299
+ metadata || {},
1300
+ methodDescriptor_Agents_GetAgentStatistics
1301
+ );
1302
+ };
1303
+
1304
+ /**
1305
+ * @const
1306
+ * @type {!grpc.web.MethodDescriptor<
1307
+ * !proto.ondewo.nlu.GetSessionsStatisticsRequest,
1308
+ * !proto.ondewo.nlu.GetSessionsStatisticsResponse>}
1309
+ */
1310
+ const methodDescriptor_Agents_GetSessionsStatistics = new grpc.web.MethodDescriptor(
1311
+ '/ondewo.nlu.Agents/GetSessionsStatistics',
1312
+ grpc.web.MethodType.UNARY,
1313
+ proto.ondewo.nlu.GetSessionsStatisticsRequest,
1314
+ proto.ondewo.nlu.GetSessionsStatisticsResponse,
1315
+ /**
1316
+ * @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} request
1317
+ * @return {!Uint8Array}
1318
+ */
1319
+ function (request) {
1320
+ return request.serializeBinary();
1321
+ },
1322
+ proto.ondewo.nlu.GetSessionsStatisticsResponse.deserializeBinary
1323
+ );
1324
+
1325
+ /**
1326
+ * @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} request The
1327
+ * request proto
1328
+ * @param {?Object<string, string>} metadata User defined
1329
+ * call metadata
1330
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.GetSessionsStatisticsResponse)}
1331
+ * callback The callback function(error, response)
1332
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetSessionsStatisticsResponse>|undefined}
1333
+ * The XHR Node Readable Stream
1334
+ */
1335
+ proto.ondewo.nlu.AgentsClient.prototype.getSessionsStatistics = function (request, metadata, callback) {
1336
+ return this.client_.rpcCall(
1337
+ this.hostname_ + '/ondewo.nlu.Agents/GetSessionsStatistics',
1338
+ request,
1339
+ metadata || {},
1340
+ methodDescriptor_Agents_GetSessionsStatistics,
1341
+ callback
1342
+ );
1374
1343
  };
1375
1344
 
1345
+ /**
1346
+ * @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} request The
1347
+ * request proto
1348
+ * @param {?Object<string, string>=} metadata User defined
1349
+ * call metadata
1350
+ * @return {!Promise<!proto.ondewo.nlu.GetSessionsStatisticsResponse>}
1351
+ * Promise that resolves to the response
1352
+ */
1353
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getSessionsStatistics = function (request, metadata) {
1354
+ return this.client_.unaryCall(
1355
+ this.hostname_ + '/ondewo.nlu.Agents/GetSessionsStatistics',
1356
+ request,
1357
+ metadata || {},
1358
+ methodDescriptor_Agents_GetSessionsStatistics
1359
+ );
1360
+ };
1376
1361
 
1377
1362
  /**
1378
1363
  * @const
@@ -1381,21 +1366,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgentStatistics =
1381
1366
  * !proto.ondewo.nlu.Agent>}
1382
1367
  */
1383
1368
  const methodDescriptor_Agents_SetAgentStatus = new grpc.web.MethodDescriptor(
1384
- '/ondewo.nlu.Agents/SetAgentStatus',
1385
- grpc.web.MethodType.UNARY,
1386
- proto.ondewo.nlu.SetAgentStatusRequest,
1387
- proto.ondewo.nlu.Agent,
1388
- /**
1389
- * @param {!proto.ondewo.nlu.SetAgentStatusRequest} request
1390
- * @return {!Uint8Array}
1391
- */
1392
- function(request) {
1393
- return request.serializeBinary();
1394
- },
1395
- proto.ondewo.nlu.Agent.deserializeBinary
1369
+ '/ondewo.nlu.Agents/SetAgentStatus',
1370
+ grpc.web.MethodType.UNARY,
1371
+ proto.ondewo.nlu.SetAgentStatusRequest,
1372
+ proto.ondewo.nlu.Agent,
1373
+ /**
1374
+ * @param {!proto.ondewo.nlu.SetAgentStatusRequest} request
1375
+ * @return {!Uint8Array}
1376
+ */
1377
+ function (request) {
1378
+ return request.serializeBinary();
1379
+ },
1380
+ proto.ondewo.nlu.Agent.deserializeBinary
1396
1381
  );
1397
1382
 
1398
-
1399
1383
  /**
1400
1384
  * @param {!proto.ondewo.nlu.SetAgentStatusRequest} request The
1401
1385
  * request proto
@@ -1406,17 +1390,16 @@ const methodDescriptor_Agents_SetAgentStatus = new grpc.web.MethodDescriptor(
1406
1390
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
1407
1391
  * The XHR Node Readable Stream
1408
1392
  */
1409
- proto.ondewo.nlu.AgentsClient.prototype.setAgentStatus =
1410
- function(request, metadata, callback) {
1411
- return this.client_.rpcCall(this.hostname_ +
1412
- '/ondewo.nlu.Agents/SetAgentStatus',
1413
- request,
1414
- metadata || {},
1415
- methodDescriptor_Agents_SetAgentStatus,
1416
- callback);
1393
+ proto.ondewo.nlu.AgentsClient.prototype.setAgentStatus = function (request, metadata, callback) {
1394
+ return this.client_.rpcCall(
1395
+ this.hostname_ + '/ondewo.nlu.Agents/SetAgentStatus',
1396
+ request,
1397
+ metadata || {},
1398
+ methodDescriptor_Agents_SetAgentStatus,
1399
+ callback
1400
+ );
1417
1401
  };
1418
1402
 
1419
-
1420
1403
  /**
1421
1404
  * @param {!proto.ondewo.nlu.SetAgentStatusRequest} request The
1422
1405
  * request proto
@@ -1425,16 +1408,15 @@ proto.ondewo.nlu.AgentsClient.prototype.setAgentStatus =
1425
1408
  * @return {!Promise<!proto.ondewo.nlu.Agent>}
1426
1409
  * Promise that resolves to the response
1427
1410
  */
1428
- proto.ondewo.nlu.AgentsPromiseClient.prototype.setAgentStatus =
1429
- function(request, metadata) {
1430
- return this.client_.unaryCall(this.hostname_ +
1431
- '/ondewo.nlu.Agents/SetAgentStatus',
1432
- request,
1433
- metadata || {},
1434
- methodDescriptor_Agents_SetAgentStatus);
1411
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.setAgentStatus = function (request, metadata) {
1412
+ return this.client_.unaryCall(
1413
+ this.hostname_ + '/ondewo.nlu.Agents/SetAgentStatus',
1414
+ request,
1415
+ metadata || {},
1416
+ methodDescriptor_Agents_SetAgentStatus
1417
+ );
1435
1418
  };
1436
1419
 
1437
-
1438
1420
  /**
1439
1421
  * @const
1440
1422
  * @type {!grpc.web.MethodDescriptor<
@@ -1442,21 +1424,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.setAgentStatus =
1442
1424
  * !proto.google.protobuf.Empty>}
1443
1425
  */
1444
1426
  const methodDescriptor_Agents_SetResources = new grpc.web.MethodDescriptor(
1445
- '/ondewo.nlu.Agents/SetResources',
1446
- grpc.web.MethodType.UNARY,
1447
- proto.ondewo.nlu.SetResourcesRequest,
1448
- google_protobuf_empty_pb.Empty,
1449
- /**
1450
- * @param {!proto.ondewo.nlu.SetResourcesRequest} request
1451
- * @return {!Uint8Array}
1452
- */
1453
- function(request) {
1454
- return request.serializeBinary();
1455
- },
1456
- google_protobuf_empty_pb.Empty.deserializeBinary
1427
+ '/ondewo.nlu.Agents/SetResources',
1428
+ grpc.web.MethodType.UNARY,
1429
+ proto.ondewo.nlu.SetResourcesRequest,
1430
+ google_protobuf_empty_pb.Empty,
1431
+ /**
1432
+ * @param {!proto.ondewo.nlu.SetResourcesRequest} request
1433
+ * @return {!Uint8Array}
1434
+ */
1435
+ function (request) {
1436
+ return request.serializeBinary();
1437
+ },
1438
+ google_protobuf_empty_pb.Empty.deserializeBinary
1457
1439
  );
1458
1440
 
1459
-
1460
1441
  /**
1461
1442
  * @param {!proto.ondewo.nlu.SetResourcesRequest} request The
1462
1443
  * request proto
@@ -1467,17 +1448,16 @@ const methodDescriptor_Agents_SetResources = new grpc.web.MethodDescriptor(
1467
1448
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
1468
1449
  * The XHR Node Readable Stream
1469
1450
  */
1470
- proto.ondewo.nlu.AgentsClient.prototype.setResources =
1471
- function(request, metadata, callback) {
1472
- return this.client_.rpcCall(this.hostname_ +
1473
- '/ondewo.nlu.Agents/SetResources',
1474
- request,
1475
- metadata || {},
1476
- methodDescriptor_Agents_SetResources,
1477
- callback);
1451
+ proto.ondewo.nlu.AgentsClient.prototype.setResources = function (request, metadata, callback) {
1452
+ return this.client_.rpcCall(
1453
+ this.hostname_ + '/ondewo.nlu.Agents/SetResources',
1454
+ request,
1455
+ metadata || {},
1456
+ methodDescriptor_Agents_SetResources,
1457
+ callback
1458
+ );
1478
1459
  };
1479
1460
 
1480
-
1481
1461
  /**
1482
1462
  * @param {!proto.ondewo.nlu.SetResourcesRequest} request The
1483
1463
  * request proto
@@ -1486,16 +1466,15 @@ proto.ondewo.nlu.AgentsClient.prototype.setResources =
1486
1466
  * @return {!Promise<!proto.google.protobuf.Empty>}
1487
1467
  * Promise that resolves to the response
1488
1468
  */
1489
- proto.ondewo.nlu.AgentsPromiseClient.prototype.setResources =
1490
- function(request, metadata) {
1491
- return this.client_.unaryCall(this.hostname_ +
1492
- '/ondewo.nlu.Agents/SetResources',
1493
- request,
1494
- metadata || {},
1495
- methodDescriptor_Agents_SetResources);
1469
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.setResources = function (request, metadata) {
1470
+ return this.client_.unaryCall(
1471
+ this.hostname_ + '/ondewo.nlu.Agents/SetResources',
1472
+ request,
1473
+ metadata || {},
1474
+ methodDescriptor_Agents_SetResources
1475
+ );
1496
1476
  };
1497
1477
 
1498
-
1499
1478
  /**
1500
1479
  * @const
1501
1480
  * @type {!grpc.web.MethodDescriptor<
@@ -1503,21 +1482,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.setResources =
1503
1482
  * !proto.google.protobuf.Empty>}
1504
1483
  */
1505
1484
  const methodDescriptor_Agents_DeleteResources = new grpc.web.MethodDescriptor(
1506
- '/ondewo.nlu.Agents/DeleteResources',
1507
- grpc.web.MethodType.UNARY,
1508
- proto.ondewo.nlu.DeleteResourcesRequest,
1509
- google_protobuf_empty_pb.Empty,
1510
- /**
1511
- * @param {!proto.ondewo.nlu.DeleteResourcesRequest} request
1512
- * @return {!Uint8Array}
1513
- */
1514
- function(request) {
1515
- return request.serializeBinary();
1516
- },
1517
- google_protobuf_empty_pb.Empty.deserializeBinary
1485
+ '/ondewo.nlu.Agents/DeleteResources',
1486
+ grpc.web.MethodType.UNARY,
1487
+ proto.ondewo.nlu.DeleteResourcesRequest,
1488
+ google_protobuf_empty_pb.Empty,
1489
+ /**
1490
+ * @param {!proto.ondewo.nlu.DeleteResourcesRequest} request
1491
+ * @return {!Uint8Array}
1492
+ */
1493
+ function (request) {
1494
+ return request.serializeBinary();
1495
+ },
1496
+ google_protobuf_empty_pb.Empty.deserializeBinary
1518
1497
  );
1519
1498
 
1520
-
1521
1499
  /**
1522
1500
  * @param {!proto.ondewo.nlu.DeleteResourcesRequest} request The
1523
1501
  * request proto
@@ -1528,17 +1506,16 @@ const methodDescriptor_Agents_DeleteResources = new grpc.web.MethodDescriptor(
1528
1506
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
1529
1507
  * The XHR Node Readable Stream
1530
1508
  */
1531
- proto.ondewo.nlu.AgentsClient.prototype.deleteResources =
1532
- function(request, metadata, callback) {
1533
- return this.client_.rpcCall(this.hostname_ +
1534
- '/ondewo.nlu.Agents/DeleteResources',
1535
- request,
1536
- metadata || {},
1537
- methodDescriptor_Agents_DeleteResources,
1538
- callback);
1509
+ proto.ondewo.nlu.AgentsClient.prototype.deleteResources = function (request, metadata, callback) {
1510
+ return this.client_.rpcCall(
1511
+ this.hostname_ + '/ondewo.nlu.Agents/DeleteResources',
1512
+ request,
1513
+ metadata || {},
1514
+ methodDescriptor_Agents_DeleteResources,
1515
+ callback
1516
+ );
1539
1517
  };
1540
1518
 
1541
-
1542
1519
  /**
1543
1520
  * @param {!proto.ondewo.nlu.DeleteResourcesRequest} request The
1544
1521
  * request proto
@@ -1547,16 +1524,15 @@ proto.ondewo.nlu.AgentsClient.prototype.deleteResources =
1547
1524
  * @return {!Promise<!proto.google.protobuf.Empty>}
1548
1525
  * Promise that resolves to the response
1549
1526
  */
1550
- proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteResources =
1551
- function(request, metadata) {
1552
- return this.client_.unaryCall(this.hostname_ +
1553
- '/ondewo.nlu.Agents/DeleteResources',
1554
- request,
1555
- metadata || {},
1556
- methodDescriptor_Agents_DeleteResources);
1527
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteResources = function (request, metadata) {
1528
+ return this.client_.unaryCall(
1529
+ this.hostname_ + '/ondewo.nlu.Agents/DeleteResources',
1530
+ request,
1531
+ metadata || {},
1532
+ methodDescriptor_Agents_DeleteResources
1533
+ );
1557
1534
  };
1558
1535
 
1559
-
1560
1536
  /**
1561
1537
  * @const
1562
1538
  * @type {!grpc.web.MethodDescriptor<
@@ -1564,21 +1540,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteResources =
1564
1540
  * !proto.ondewo.nlu.ExportResourcesResponse>}
1565
1541
  */
1566
1542
  const methodDescriptor_Agents_ExportResources = new grpc.web.MethodDescriptor(
1567
- '/ondewo.nlu.Agents/ExportResources',
1568
- grpc.web.MethodType.UNARY,
1569
- proto.ondewo.nlu.ExportResourcesRequest,
1570
- proto.ondewo.nlu.ExportResourcesResponse,
1571
- /**
1572
- * @param {!proto.ondewo.nlu.ExportResourcesRequest} request
1573
- * @return {!Uint8Array}
1574
- */
1575
- function(request) {
1576
- return request.serializeBinary();
1577
- },
1578
- proto.ondewo.nlu.ExportResourcesResponse.deserializeBinary
1543
+ '/ondewo.nlu.Agents/ExportResources',
1544
+ grpc.web.MethodType.UNARY,
1545
+ proto.ondewo.nlu.ExportResourcesRequest,
1546
+ proto.ondewo.nlu.ExportResourcesResponse,
1547
+ /**
1548
+ * @param {!proto.ondewo.nlu.ExportResourcesRequest} request
1549
+ * @return {!Uint8Array}
1550
+ */
1551
+ function (request) {
1552
+ return request.serializeBinary();
1553
+ },
1554
+ proto.ondewo.nlu.ExportResourcesResponse.deserializeBinary
1579
1555
  );
1580
1556
 
1581
-
1582
1557
  /**
1583
1558
  * @param {!proto.ondewo.nlu.ExportResourcesRequest} request The
1584
1559
  * request proto
@@ -1589,17 +1564,16 @@ const methodDescriptor_Agents_ExportResources = new grpc.web.MethodDescriptor(
1589
1564
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ExportResourcesResponse>|undefined}
1590
1565
  * The XHR Node Readable Stream
1591
1566
  */
1592
- proto.ondewo.nlu.AgentsClient.prototype.exportResources =
1593
- function(request, metadata, callback) {
1594
- return this.client_.rpcCall(this.hostname_ +
1595
- '/ondewo.nlu.Agents/ExportResources',
1596
- request,
1597
- metadata || {},
1598
- methodDescriptor_Agents_ExportResources,
1599
- callback);
1567
+ proto.ondewo.nlu.AgentsClient.prototype.exportResources = function (request, metadata, callback) {
1568
+ return this.client_.rpcCall(
1569
+ this.hostname_ + '/ondewo.nlu.Agents/ExportResources',
1570
+ request,
1571
+ metadata || {},
1572
+ methodDescriptor_Agents_ExportResources,
1573
+ callback
1574
+ );
1600
1575
  };
1601
1576
 
1602
-
1603
1577
  /**
1604
1578
  * @param {!proto.ondewo.nlu.ExportResourcesRequest} request The
1605
1579
  * request proto
@@ -1608,16 +1582,15 @@ proto.ondewo.nlu.AgentsClient.prototype.exportResources =
1608
1582
  * @return {!Promise<!proto.ondewo.nlu.ExportResourcesResponse>}
1609
1583
  * Promise that resolves to the response
1610
1584
  */
1611
- proto.ondewo.nlu.AgentsPromiseClient.prototype.exportResources =
1612
- function(request, metadata) {
1613
- return this.client_.unaryCall(this.hostname_ +
1614
- '/ondewo.nlu.Agents/ExportResources',
1615
- request,
1616
- metadata || {},
1617
- methodDescriptor_Agents_ExportResources);
1585
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportResources = function (request, metadata) {
1586
+ return this.client_.unaryCall(
1587
+ this.hostname_ + '/ondewo.nlu.Agents/ExportResources',
1588
+ request,
1589
+ metadata || {},
1590
+ methodDescriptor_Agents_ExportResources
1591
+ );
1618
1592
  };
1619
1593
 
1620
-
1621
1594
  /**
1622
1595
  * @const
1623
1596
  * @type {!grpc.web.MethodDescriptor<
@@ -1625,21 +1598,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportResources =
1625
1598
  * !proto.ondewo.nlu.GetModelStatusesResponse>}
1626
1599
  */
1627
1600
  const methodDescriptor_Agents_GetModelStatuses = new grpc.web.MethodDescriptor(
1628
- '/ondewo.nlu.Agents/GetModelStatuses',
1629
- grpc.web.MethodType.UNARY,
1630
- proto.ondewo.nlu.GetModelStatusesRequest,
1631
- proto.ondewo.nlu.GetModelStatusesResponse,
1632
- /**
1633
- * @param {!proto.ondewo.nlu.GetModelStatusesRequest} request
1634
- * @return {!Uint8Array}
1635
- */
1636
- function(request) {
1637
- return request.serializeBinary();
1638
- },
1639
- proto.ondewo.nlu.GetModelStatusesResponse.deserializeBinary
1601
+ '/ondewo.nlu.Agents/GetModelStatuses',
1602
+ grpc.web.MethodType.UNARY,
1603
+ proto.ondewo.nlu.GetModelStatusesRequest,
1604
+ proto.ondewo.nlu.GetModelStatusesResponse,
1605
+ /**
1606
+ * @param {!proto.ondewo.nlu.GetModelStatusesRequest} request
1607
+ * @return {!Uint8Array}
1608
+ */
1609
+ function (request) {
1610
+ return request.serializeBinary();
1611
+ },
1612
+ proto.ondewo.nlu.GetModelStatusesResponse.deserializeBinary
1640
1613
  );
1641
1614
 
1642
-
1643
1615
  /**
1644
1616
  * @param {!proto.ondewo.nlu.GetModelStatusesRequest} request The
1645
1617
  * request proto
@@ -1650,17 +1622,16 @@ const methodDescriptor_Agents_GetModelStatuses = new grpc.web.MethodDescriptor(
1650
1622
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetModelStatusesResponse>|undefined}
1651
1623
  * The XHR Node Readable Stream
1652
1624
  */
1653
- proto.ondewo.nlu.AgentsClient.prototype.getModelStatuses =
1654
- function(request, metadata, callback) {
1655
- return this.client_.rpcCall(this.hostname_ +
1656
- '/ondewo.nlu.Agents/GetModelStatuses',
1657
- request,
1658
- metadata || {},
1659
- methodDescriptor_Agents_GetModelStatuses,
1660
- callback);
1625
+ proto.ondewo.nlu.AgentsClient.prototype.getModelStatuses = function (request, metadata, callback) {
1626
+ return this.client_.rpcCall(
1627
+ this.hostname_ + '/ondewo.nlu.Agents/GetModelStatuses',
1628
+ request,
1629
+ metadata || {},
1630
+ methodDescriptor_Agents_GetModelStatuses,
1631
+ callback
1632
+ );
1661
1633
  };
1662
1634
 
1663
-
1664
1635
  /**
1665
1636
  * @param {!proto.ondewo.nlu.GetModelStatusesRequest} request The
1666
1637
  * request proto
@@ -1669,16 +1640,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getModelStatuses =
1669
1640
  * @return {!Promise<!proto.ondewo.nlu.GetModelStatusesResponse>}
1670
1641
  * Promise that resolves to the response
1671
1642
  */
1672
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getModelStatuses =
1673
- function(request, metadata) {
1674
- return this.client_.unaryCall(this.hostname_ +
1675
- '/ondewo.nlu.Agents/GetModelStatuses',
1676
- request,
1677
- metadata || {},
1678
- methodDescriptor_Agents_GetModelStatuses);
1643
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getModelStatuses = function (request, metadata) {
1644
+ return this.client_.unaryCall(
1645
+ this.hostname_ + '/ondewo.nlu.Agents/GetModelStatuses',
1646
+ request,
1647
+ metadata || {},
1648
+ methodDescriptor_Agents_GetModelStatuses
1649
+ );
1679
1650
  };
1680
1651
 
1681
-
1682
1652
  /**
1683
1653
  * @const
1684
1654
  * @type {!grpc.web.MethodDescriptor<
@@ -1686,21 +1656,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getModelStatuses =
1686
1656
  * !proto.ondewo.nlu.PlatformMapping>}
1687
1657
  */
1688
1658
  const methodDescriptor_Agents_GetPlatformMapping = new grpc.web.MethodDescriptor(
1689
- '/ondewo.nlu.Agents/GetPlatformMapping',
1690
- grpc.web.MethodType.UNARY,
1691
- proto.ondewo.nlu.GetPlatformMappingRequest,
1692
- proto.ondewo.nlu.PlatformMapping,
1693
- /**
1694
- * @param {!proto.ondewo.nlu.GetPlatformMappingRequest} request
1695
- * @return {!Uint8Array}
1696
- */
1697
- function(request) {
1698
- return request.serializeBinary();
1699
- },
1700
- proto.ondewo.nlu.PlatformMapping.deserializeBinary
1659
+ '/ondewo.nlu.Agents/GetPlatformMapping',
1660
+ grpc.web.MethodType.UNARY,
1661
+ proto.ondewo.nlu.GetPlatformMappingRequest,
1662
+ proto.ondewo.nlu.PlatformMapping,
1663
+ /**
1664
+ * @param {!proto.ondewo.nlu.GetPlatformMappingRequest} request
1665
+ * @return {!Uint8Array}
1666
+ */
1667
+ function (request) {
1668
+ return request.serializeBinary();
1669
+ },
1670
+ proto.ondewo.nlu.PlatformMapping.deserializeBinary
1701
1671
  );
1702
1672
 
1703
-
1704
1673
  /**
1705
1674
  * @param {!proto.ondewo.nlu.GetPlatformMappingRequest} request The
1706
1675
  * request proto
@@ -1711,17 +1680,16 @@ const methodDescriptor_Agents_GetPlatformMapping = new grpc.web.MethodDescriptor
1711
1680
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.PlatformMapping>|undefined}
1712
1681
  * The XHR Node Readable Stream
1713
1682
  */
1714
- proto.ondewo.nlu.AgentsClient.prototype.getPlatformMapping =
1715
- function(request, metadata, callback) {
1716
- return this.client_.rpcCall(this.hostname_ +
1717
- '/ondewo.nlu.Agents/GetPlatformMapping',
1718
- request,
1719
- metadata || {},
1720
- methodDescriptor_Agents_GetPlatformMapping,
1721
- callback);
1683
+ proto.ondewo.nlu.AgentsClient.prototype.getPlatformMapping = function (request, metadata, callback) {
1684
+ return this.client_.rpcCall(
1685
+ this.hostname_ + '/ondewo.nlu.Agents/GetPlatformMapping',
1686
+ request,
1687
+ metadata || {},
1688
+ methodDescriptor_Agents_GetPlatformMapping,
1689
+ callback
1690
+ );
1722
1691
  };
1723
1692
 
1724
-
1725
1693
  /**
1726
1694
  * @param {!proto.ondewo.nlu.GetPlatformMappingRequest} request The
1727
1695
  * request proto
@@ -1730,16 +1698,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getPlatformMapping =
1730
1698
  * @return {!Promise<!proto.ondewo.nlu.PlatformMapping>}
1731
1699
  * Promise that resolves to the response
1732
1700
  */
1733
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformMapping =
1734
- function(request, metadata) {
1735
- return this.client_.unaryCall(this.hostname_ +
1736
- '/ondewo.nlu.Agents/GetPlatformMapping',
1737
- request,
1738
- metadata || {},
1739
- methodDescriptor_Agents_GetPlatformMapping);
1701
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformMapping = function (request, metadata) {
1702
+ return this.client_.unaryCall(
1703
+ this.hostname_ + '/ondewo.nlu.Agents/GetPlatformMapping',
1704
+ request,
1705
+ metadata || {},
1706
+ methodDescriptor_Agents_GetPlatformMapping
1707
+ );
1740
1708
  };
1741
1709
 
1742
-
1743
1710
  /**
1744
1711
  * @const
1745
1712
  * @type {!grpc.web.MethodDescriptor<
@@ -1747,21 +1714,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformMapping =
1747
1714
  * !proto.ondewo.nlu.PlatformMapping>}
1748
1715
  */
1749
1716
  const methodDescriptor_Agents_SetPlatformMapping = new grpc.web.MethodDescriptor(
1750
- '/ondewo.nlu.Agents/SetPlatformMapping',
1751
- grpc.web.MethodType.UNARY,
1752
- proto.ondewo.nlu.PlatformMapping,
1753
- proto.ondewo.nlu.PlatformMapping,
1754
- /**
1755
- * @param {!proto.ondewo.nlu.PlatformMapping} request
1756
- * @return {!Uint8Array}
1757
- */
1758
- function(request) {
1759
- return request.serializeBinary();
1760
- },
1761
- proto.ondewo.nlu.PlatformMapping.deserializeBinary
1717
+ '/ondewo.nlu.Agents/SetPlatformMapping',
1718
+ grpc.web.MethodType.UNARY,
1719
+ proto.ondewo.nlu.PlatformMapping,
1720
+ proto.ondewo.nlu.PlatformMapping,
1721
+ /**
1722
+ * @param {!proto.ondewo.nlu.PlatformMapping} request
1723
+ * @return {!Uint8Array}
1724
+ */
1725
+ function (request) {
1726
+ return request.serializeBinary();
1727
+ },
1728
+ proto.ondewo.nlu.PlatformMapping.deserializeBinary
1762
1729
  );
1763
1730
 
1764
-
1765
1731
  /**
1766
1732
  * @param {!proto.ondewo.nlu.PlatformMapping} request The
1767
1733
  * request proto
@@ -1772,17 +1738,16 @@ const methodDescriptor_Agents_SetPlatformMapping = new grpc.web.MethodDescriptor
1772
1738
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.PlatformMapping>|undefined}
1773
1739
  * The XHR Node Readable Stream
1774
1740
  */
1775
- proto.ondewo.nlu.AgentsClient.prototype.setPlatformMapping =
1776
- function(request, metadata, callback) {
1777
- return this.client_.rpcCall(this.hostname_ +
1778
- '/ondewo.nlu.Agents/SetPlatformMapping',
1779
- request,
1780
- metadata || {},
1781
- methodDescriptor_Agents_SetPlatformMapping,
1782
- callback);
1741
+ proto.ondewo.nlu.AgentsClient.prototype.setPlatformMapping = function (request, metadata, callback) {
1742
+ return this.client_.rpcCall(
1743
+ this.hostname_ + '/ondewo.nlu.Agents/SetPlatformMapping',
1744
+ request,
1745
+ metadata || {},
1746
+ methodDescriptor_Agents_SetPlatformMapping,
1747
+ callback
1748
+ );
1783
1749
  };
1784
1750
 
1785
-
1786
1751
  /**
1787
1752
  * @param {!proto.ondewo.nlu.PlatformMapping} request The
1788
1753
  * request proto
@@ -1791,16 +1756,15 @@ proto.ondewo.nlu.AgentsClient.prototype.setPlatformMapping =
1791
1756
  * @return {!Promise<!proto.ondewo.nlu.PlatformMapping>}
1792
1757
  * Promise that resolves to the response
1793
1758
  */
1794
- proto.ondewo.nlu.AgentsPromiseClient.prototype.setPlatformMapping =
1795
- function(request, metadata) {
1796
- return this.client_.unaryCall(this.hostname_ +
1797
- '/ondewo.nlu.Agents/SetPlatformMapping',
1798
- request,
1799
- metadata || {},
1800
- methodDescriptor_Agents_SetPlatformMapping);
1759
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.setPlatformMapping = function (request, metadata) {
1760
+ return this.client_.unaryCall(
1761
+ this.hostname_ + '/ondewo.nlu.Agents/SetPlatformMapping',
1762
+ request,
1763
+ metadata || {},
1764
+ methodDescriptor_Agents_SetPlatformMapping
1765
+ );
1801
1766
  };
1802
1767
 
1803
-
1804
1768
  /**
1805
1769
  * @const
1806
1770
  * @type {!grpc.web.MethodDescriptor<
@@ -1808,21 +1772,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.setPlatformMapping =
1808
1772
  * !proto.ondewo.nlu.FullTextSearchResponseEntityType>}
1809
1773
  */
1810
1774
  const methodDescriptor_Agents_GetFullTextSearchEntityType = new grpc.web.MethodDescriptor(
1811
- '/ondewo.nlu.Agents/GetFullTextSearchEntityType',
1812
- grpc.web.MethodType.UNARY,
1813
- proto.ondewo.nlu.FullTextSearchRequest,
1814
- proto.ondewo.nlu.FullTextSearchResponseEntityType,
1815
- /**
1816
- * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
1817
- * @return {!Uint8Array}
1818
- */
1819
- function(request) {
1820
- return request.serializeBinary();
1821
- },
1822
- proto.ondewo.nlu.FullTextSearchResponseEntityType.deserializeBinary
1775
+ '/ondewo.nlu.Agents/GetFullTextSearchEntityType',
1776
+ grpc.web.MethodType.UNARY,
1777
+ proto.ondewo.nlu.FullTextSearchRequest,
1778
+ proto.ondewo.nlu.FullTextSearchResponseEntityType,
1779
+ /**
1780
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
1781
+ * @return {!Uint8Array}
1782
+ */
1783
+ function (request) {
1784
+ return request.serializeBinary();
1785
+ },
1786
+ proto.ondewo.nlu.FullTextSearchResponseEntityType.deserializeBinary
1823
1787
  );
1824
1788
 
1825
-
1826
1789
  /**
1827
1790
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1828
1791
  * request proto
@@ -1833,17 +1796,16 @@ const methodDescriptor_Agents_GetFullTextSearchEntityType = new grpc.web.MethodD
1833
1796
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseEntityType>|undefined}
1834
1797
  * The XHR Node Readable Stream
1835
1798
  */
1836
- proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntityType =
1837
- function(request, metadata, callback) {
1838
- return this.client_.rpcCall(this.hostname_ +
1839
- '/ondewo.nlu.Agents/GetFullTextSearchEntityType',
1840
- request,
1841
- metadata || {},
1842
- methodDescriptor_Agents_GetFullTextSearchEntityType,
1843
- callback);
1799
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntityType = function (request, metadata, callback) {
1800
+ return this.client_.rpcCall(
1801
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchEntityType',
1802
+ request,
1803
+ metadata || {},
1804
+ methodDescriptor_Agents_GetFullTextSearchEntityType,
1805
+ callback
1806
+ );
1844
1807
  };
1845
1808
 
1846
-
1847
1809
  /**
1848
1810
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1849
1811
  * request proto
@@ -1852,16 +1814,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntityType =
1852
1814
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseEntityType>}
1853
1815
  * Promise that resolves to the response
1854
1816
  */
1855
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntityType =
1856
- function(request, metadata) {
1857
- return this.client_.unaryCall(this.hostname_ +
1858
- '/ondewo.nlu.Agents/GetFullTextSearchEntityType',
1859
- request,
1860
- metadata || {},
1861
- methodDescriptor_Agents_GetFullTextSearchEntityType);
1817
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntityType = function (request, metadata) {
1818
+ return this.client_.unaryCall(
1819
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchEntityType',
1820
+ request,
1821
+ metadata || {},
1822
+ methodDescriptor_Agents_GetFullTextSearchEntityType
1823
+ );
1862
1824
  };
1863
1825
 
1864
-
1865
1826
  /**
1866
1827
  * @const
1867
1828
  * @type {!grpc.web.MethodDescriptor<
@@ -1869,21 +1830,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntityType =
1869
1830
  * !proto.ondewo.nlu.FullTextSearchResponseEntity>}
1870
1831
  */
1871
1832
  const methodDescriptor_Agents_GetFullTextSearchEntity = new grpc.web.MethodDescriptor(
1872
- '/ondewo.nlu.Agents/GetFullTextSearchEntity',
1873
- grpc.web.MethodType.UNARY,
1874
- proto.ondewo.nlu.FullTextSearchRequest,
1875
- proto.ondewo.nlu.FullTextSearchResponseEntity,
1876
- /**
1877
- * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
1878
- * @return {!Uint8Array}
1879
- */
1880
- function(request) {
1881
- return request.serializeBinary();
1882
- },
1883
- proto.ondewo.nlu.FullTextSearchResponseEntity.deserializeBinary
1833
+ '/ondewo.nlu.Agents/GetFullTextSearchEntity',
1834
+ grpc.web.MethodType.UNARY,
1835
+ proto.ondewo.nlu.FullTextSearchRequest,
1836
+ proto.ondewo.nlu.FullTextSearchResponseEntity,
1837
+ /**
1838
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
1839
+ * @return {!Uint8Array}
1840
+ */
1841
+ function (request) {
1842
+ return request.serializeBinary();
1843
+ },
1844
+ proto.ondewo.nlu.FullTextSearchResponseEntity.deserializeBinary
1884
1845
  );
1885
1846
 
1886
-
1887
1847
  /**
1888
1848
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1889
1849
  * request proto
@@ -1894,17 +1854,16 @@ const methodDescriptor_Agents_GetFullTextSearchEntity = new grpc.web.MethodDescr
1894
1854
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseEntity>|undefined}
1895
1855
  * The XHR Node Readable Stream
1896
1856
  */
1897
- proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntity =
1898
- function(request, metadata, callback) {
1899
- return this.client_.rpcCall(this.hostname_ +
1900
- '/ondewo.nlu.Agents/GetFullTextSearchEntity',
1901
- request,
1902
- metadata || {},
1903
- methodDescriptor_Agents_GetFullTextSearchEntity,
1904
- callback);
1857
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntity = function (request, metadata, callback) {
1858
+ return this.client_.rpcCall(
1859
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchEntity',
1860
+ request,
1861
+ metadata || {},
1862
+ methodDescriptor_Agents_GetFullTextSearchEntity,
1863
+ callback
1864
+ );
1905
1865
  };
1906
1866
 
1907
-
1908
1867
  /**
1909
1868
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1910
1869
  * request proto
@@ -1913,16 +1872,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntity =
1913
1872
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseEntity>}
1914
1873
  * Promise that resolves to the response
1915
1874
  */
1916
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntity =
1917
- function(request, metadata) {
1918
- return this.client_.unaryCall(this.hostname_ +
1919
- '/ondewo.nlu.Agents/GetFullTextSearchEntity',
1920
- request,
1921
- metadata || {},
1922
- methodDescriptor_Agents_GetFullTextSearchEntity);
1875
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntity = function (request, metadata) {
1876
+ return this.client_.unaryCall(
1877
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchEntity',
1878
+ request,
1879
+ metadata || {},
1880
+ methodDescriptor_Agents_GetFullTextSearchEntity
1881
+ );
1923
1882
  };
1924
1883
 
1925
-
1926
1884
  /**
1927
1885
  * @const
1928
1886
  * @type {!grpc.web.MethodDescriptor<
@@ -1930,21 +1888,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntity =
1930
1888
  * !proto.ondewo.nlu.FullTextSearchResponseEntitySynonym>}
1931
1889
  */
1932
1890
  const methodDescriptor_Agents_GetFullTextSearchEntitySynonym = new grpc.web.MethodDescriptor(
1933
- '/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
1934
- grpc.web.MethodType.UNARY,
1935
- proto.ondewo.nlu.FullTextSearchRequest,
1936
- proto.ondewo.nlu.FullTextSearchResponseEntitySynonym,
1937
- /**
1938
- * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
1939
- * @return {!Uint8Array}
1940
- */
1941
- function(request) {
1942
- return request.serializeBinary();
1943
- },
1944
- proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.deserializeBinary
1891
+ '/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
1892
+ grpc.web.MethodType.UNARY,
1893
+ proto.ondewo.nlu.FullTextSearchRequest,
1894
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym,
1895
+ /**
1896
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
1897
+ * @return {!Uint8Array}
1898
+ */
1899
+ function (request) {
1900
+ return request.serializeBinary();
1901
+ },
1902
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.deserializeBinary
1945
1903
  );
1946
1904
 
1947
-
1948
1905
  /**
1949
1906
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1950
1907
  * request proto
@@ -1955,17 +1912,16 @@ const methodDescriptor_Agents_GetFullTextSearchEntitySynonym = new grpc.web.Meth
1955
1912
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseEntitySynonym>|undefined}
1956
1913
  * The XHR Node Readable Stream
1957
1914
  */
1958
- proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntitySynonym =
1959
- function(request, metadata, callback) {
1960
- return this.client_.rpcCall(this.hostname_ +
1961
- '/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
1962
- request,
1963
- metadata || {},
1964
- methodDescriptor_Agents_GetFullTextSearchEntitySynonym,
1965
- callback);
1915
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntitySynonym = function (request, metadata, callback) {
1916
+ return this.client_.rpcCall(
1917
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
1918
+ request,
1919
+ metadata || {},
1920
+ methodDescriptor_Agents_GetFullTextSearchEntitySynonym,
1921
+ callback
1922
+ );
1966
1923
  };
1967
1924
 
1968
-
1969
1925
  /**
1970
1926
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1971
1927
  * request proto
@@ -1974,16 +1930,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntitySynonym =
1974
1930
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseEntitySynonym>}
1975
1931
  * Promise that resolves to the response
1976
1932
  */
1977
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntitySynonym =
1978
- function(request, metadata) {
1979
- return this.client_.unaryCall(this.hostname_ +
1980
- '/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
1981
- request,
1982
- metadata || {},
1983
- methodDescriptor_Agents_GetFullTextSearchEntitySynonym);
1933
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntitySynonym = function (request, metadata) {
1934
+ return this.client_.unaryCall(
1935
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
1936
+ request,
1937
+ metadata || {},
1938
+ methodDescriptor_Agents_GetFullTextSearchEntitySynonym
1939
+ );
1984
1940
  };
1985
1941
 
1986
-
1987
1942
  /**
1988
1943
  * @const
1989
1944
  * @type {!grpc.web.MethodDescriptor<
@@ -1991,21 +1946,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntitySynonym =
1991
1946
  * !proto.ondewo.nlu.FullTextSearchResponseIntent>}
1992
1947
  */
1993
1948
  const methodDescriptor_Agents_GetFullTextSearchIntent = new grpc.web.MethodDescriptor(
1994
- '/ondewo.nlu.Agents/GetFullTextSearchIntent',
1995
- grpc.web.MethodType.UNARY,
1996
- proto.ondewo.nlu.FullTextSearchRequest,
1997
- proto.ondewo.nlu.FullTextSearchResponseIntent,
1998
- /**
1999
- * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2000
- * @return {!Uint8Array}
2001
- */
2002
- function(request) {
2003
- return request.serializeBinary();
2004
- },
2005
- proto.ondewo.nlu.FullTextSearchResponseIntent.deserializeBinary
1949
+ '/ondewo.nlu.Agents/GetFullTextSearchIntent',
1950
+ grpc.web.MethodType.UNARY,
1951
+ proto.ondewo.nlu.FullTextSearchRequest,
1952
+ proto.ondewo.nlu.FullTextSearchResponseIntent,
1953
+ /**
1954
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
1955
+ * @return {!Uint8Array}
1956
+ */
1957
+ function (request) {
1958
+ return request.serializeBinary();
1959
+ },
1960
+ proto.ondewo.nlu.FullTextSearchResponseIntent.deserializeBinary
2006
1961
  );
2007
1962
 
2008
-
2009
1963
  /**
2010
1964
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2011
1965
  * request proto
@@ -2016,17 +1970,16 @@ const methodDescriptor_Agents_GetFullTextSearchIntent = new grpc.web.MethodDescr
2016
1970
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntent>|undefined}
2017
1971
  * The XHR Node Readable Stream
2018
1972
  */
2019
- proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntent =
2020
- function(request, metadata, callback) {
2021
- return this.client_.rpcCall(this.hostname_ +
2022
- '/ondewo.nlu.Agents/GetFullTextSearchIntent',
2023
- request,
2024
- metadata || {},
2025
- methodDescriptor_Agents_GetFullTextSearchIntent,
2026
- callback);
1973
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntent = function (request, metadata, callback) {
1974
+ return this.client_.rpcCall(
1975
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntent',
1976
+ request,
1977
+ metadata || {},
1978
+ methodDescriptor_Agents_GetFullTextSearchIntent,
1979
+ callback
1980
+ );
2027
1981
  };
2028
1982
 
2029
-
2030
1983
  /**
2031
1984
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2032
1985
  * request proto
@@ -2035,16 +1988,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntent =
2035
1988
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntent>}
2036
1989
  * Promise that resolves to the response
2037
1990
  */
2038
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntent =
2039
- function(request, metadata) {
2040
- return this.client_.unaryCall(this.hostname_ +
2041
- '/ondewo.nlu.Agents/GetFullTextSearchIntent',
2042
- request,
2043
- metadata || {},
2044
- methodDescriptor_Agents_GetFullTextSearchIntent);
1991
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntent = function (request, metadata) {
1992
+ return this.client_.unaryCall(
1993
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntent',
1994
+ request,
1995
+ metadata || {},
1996
+ methodDescriptor_Agents_GetFullTextSearchIntent
1997
+ );
2045
1998
  };
2046
1999
 
2047
-
2048
2000
  /**
2049
2001
  * @const
2050
2002
  * @type {!grpc.web.MethodDescriptor<
@@ -2052,21 +2004,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntent =
2052
2004
  * !proto.ondewo.nlu.FullTextSearchResponseIntentContextIn>}
2053
2005
  */
2054
2006
  const methodDescriptor_Agents_GetFullTextSearchIntentContextIn = new grpc.web.MethodDescriptor(
2055
- '/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
2056
- grpc.web.MethodType.UNARY,
2057
- proto.ondewo.nlu.FullTextSearchRequest,
2058
- proto.ondewo.nlu.FullTextSearchResponseIntentContextIn,
2059
- /**
2060
- * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2061
- * @return {!Uint8Array}
2062
- */
2063
- function(request) {
2064
- return request.serializeBinary();
2065
- },
2066
- proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.deserializeBinary
2007
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
2008
+ grpc.web.MethodType.UNARY,
2009
+ proto.ondewo.nlu.FullTextSearchRequest,
2010
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn,
2011
+ /**
2012
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2013
+ * @return {!Uint8Array}
2014
+ */
2015
+ function (request) {
2016
+ return request.serializeBinary();
2017
+ },
2018
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.deserializeBinary
2067
2019
  );
2068
2020
 
2069
-
2070
2021
  /**
2071
2022
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2072
2023
  * request proto
@@ -2077,17 +2028,16 @@ const methodDescriptor_Agents_GetFullTextSearchIntentContextIn = new grpc.web.Me
2077
2028
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentContextIn>|undefined}
2078
2029
  * The XHR Node Readable Stream
2079
2030
  */
2080
- proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextIn =
2081
- function(request, metadata, callback) {
2082
- return this.client_.rpcCall(this.hostname_ +
2083
- '/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
2084
- request,
2085
- metadata || {},
2086
- methodDescriptor_Agents_GetFullTextSearchIntentContextIn,
2087
- callback);
2031
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextIn = function (request, metadata, callback) {
2032
+ return this.client_.rpcCall(
2033
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
2034
+ request,
2035
+ metadata || {},
2036
+ methodDescriptor_Agents_GetFullTextSearchIntentContextIn,
2037
+ callback
2038
+ );
2088
2039
  };
2089
2040
 
2090
-
2091
2041
  /**
2092
2042
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2093
2043
  * request proto
@@ -2096,16 +2046,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextIn =
2096
2046
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentContextIn>}
2097
2047
  * Promise that resolves to the response
2098
2048
  */
2099
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextIn =
2100
- function(request, metadata) {
2101
- return this.client_.unaryCall(this.hostname_ +
2102
- '/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
2103
- request,
2104
- metadata || {},
2105
- methodDescriptor_Agents_GetFullTextSearchIntentContextIn);
2049
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextIn = function (request, metadata) {
2050
+ return this.client_.unaryCall(
2051
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
2052
+ request,
2053
+ metadata || {},
2054
+ methodDescriptor_Agents_GetFullTextSearchIntentContextIn
2055
+ );
2106
2056
  };
2107
2057
 
2108
-
2109
2058
  /**
2110
2059
  * @const
2111
2060
  * @type {!grpc.web.MethodDescriptor<
@@ -2113,21 +2062,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextIn
2113
2062
  * !proto.ondewo.nlu.FullTextSearchResponseIntentContextOut>}
2114
2063
  */
2115
2064
  const methodDescriptor_Agents_GetFullTextSearchIntentContextOut = new grpc.web.MethodDescriptor(
2116
- '/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
2117
- grpc.web.MethodType.UNARY,
2118
- proto.ondewo.nlu.FullTextSearchRequest,
2119
- proto.ondewo.nlu.FullTextSearchResponseIntentContextOut,
2120
- /**
2121
- * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2122
- * @return {!Uint8Array}
2123
- */
2124
- function(request) {
2125
- return request.serializeBinary();
2126
- },
2127
- proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.deserializeBinary
2065
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
2066
+ grpc.web.MethodType.UNARY,
2067
+ proto.ondewo.nlu.FullTextSearchRequest,
2068
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut,
2069
+ /**
2070
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2071
+ * @return {!Uint8Array}
2072
+ */
2073
+ function (request) {
2074
+ return request.serializeBinary();
2075
+ },
2076
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.deserializeBinary
2128
2077
  );
2129
2078
 
2130
-
2131
2079
  /**
2132
2080
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2133
2081
  * request proto
@@ -2138,17 +2086,16 @@ const methodDescriptor_Agents_GetFullTextSearchIntentContextOut = new grpc.web.M
2138
2086
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentContextOut>|undefined}
2139
2087
  * The XHR Node Readable Stream
2140
2088
  */
2141
- proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextOut =
2142
- function(request, metadata, callback) {
2143
- return this.client_.rpcCall(this.hostname_ +
2144
- '/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
2145
- request,
2146
- metadata || {},
2147
- methodDescriptor_Agents_GetFullTextSearchIntentContextOut,
2148
- callback);
2089
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextOut = function (request, metadata, callback) {
2090
+ return this.client_.rpcCall(
2091
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
2092
+ request,
2093
+ metadata || {},
2094
+ methodDescriptor_Agents_GetFullTextSearchIntentContextOut,
2095
+ callback
2096
+ );
2149
2097
  };
2150
2098
 
2151
-
2152
2099
  /**
2153
2100
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2154
2101
  * request proto
@@ -2157,16 +2104,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextOut =
2157
2104
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentContextOut>}
2158
2105
  * Promise that resolves to the response
2159
2106
  */
2160
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextOut =
2161
- function(request, metadata) {
2162
- return this.client_.unaryCall(this.hostname_ +
2163
- '/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
2164
- request,
2165
- metadata || {},
2166
- methodDescriptor_Agents_GetFullTextSearchIntentContextOut);
2107
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextOut = function (request, metadata) {
2108
+ return this.client_.unaryCall(
2109
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
2110
+ request,
2111
+ metadata || {},
2112
+ methodDescriptor_Agents_GetFullTextSearchIntentContextOut
2113
+ );
2167
2114
  };
2168
2115
 
2169
-
2170
2116
  /**
2171
2117
  * @const
2172
2118
  * @type {!grpc.web.MethodDescriptor<
@@ -2174,21 +2120,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextOut
2174
2120
  * !proto.ondewo.nlu.FullTextSearchResponseIntentUsersays>}
2175
2121
  */
2176
2122
  const methodDescriptor_Agents_GetFullTextSearchIntentUsersays = new grpc.web.MethodDescriptor(
2177
- '/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
2178
- grpc.web.MethodType.UNARY,
2179
- proto.ondewo.nlu.FullTextSearchRequest,
2180
- proto.ondewo.nlu.FullTextSearchResponseIntentUsersays,
2181
- /**
2182
- * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2183
- * @return {!Uint8Array}
2184
- */
2185
- function(request) {
2186
- return request.serializeBinary();
2187
- },
2188
- proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.deserializeBinary
2123
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
2124
+ grpc.web.MethodType.UNARY,
2125
+ proto.ondewo.nlu.FullTextSearchRequest,
2126
+ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays,
2127
+ /**
2128
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2129
+ * @return {!Uint8Array}
2130
+ */
2131
+ function (request) {
2132
+ return request.serializeBinary();
2133
+ },
2134
+ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.deserializeBinary
2189
2135
  );
2190
2136
 
2191
-
2192
2137
  /**
2193
2138
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2194
2139
  * request proto
@@ -2199,17 +2144,16 @@ const methodDescriptor_Agents_GetFullTextSearchIntentUsersays = new grpc.web.Met
2199
2144
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentUsersays>|undefined}
2200
2145
  * The XHR Node Readable Stream
2201
2146
  */
2202
- proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentUsersays =
2203
- function(request, metadata, callback) {
2204
- return this.client_.rpcCall(this.hostname_ +
2205
- '/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
2206
- request,
2207
- metadata || {},
2208
- methodDescriptor_Agents_GetFullTextSearchIntentUsersays,
2209
- callback);
2147
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentUsersays = function (request, metadata, callback) {
2148
+ return this.client_.rpcCall(
2149
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
2150
+ request,
2151
+ metadata || {},
2152
+ methodDescriptor_Agents_GetFullTextSearchIntentUsersays,
2153
+ callback
2154
+ );
2210
2155
  };
2211
2156
 
2212
-
2213
2157
  /**
2214
2158
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2215
2159
  * request proto
@@ -2218,16 +2162,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentUsersays =
2218
2162
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentUsersays>}
2219
2163
  * Promise that resolves to the response
2220
2164
  */
2221
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentUsersays =
2222
- function(request, metadata) {
2223
- return this.client_.unaryCall(this.hostname_ +
2224
- '/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
2225
- request,
2226
- metadata || {},
2227
- methodDescriptor_Agents_GetFullTextSearchIntentUsersays);
2165
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentUsersays = function (request, metadata) {
2166
+ return this.client_.unaryCall(
2167
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
2168
+ request,
2169
+ metadata || {},
2170
+ methodDescriptor_Agents_GetFullTextSearchIntentUsersays
2171
+ );
2228
2172
  };
2229
2173
 
2230
-
2231
2174
  /**
2232
2175
  * @const
2233
2176
  * @type {!grpc.web.MethodDescriptor<
@@ -2235,21 +2178,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentUsersays =
2235
2178
  * !proto.ondewo.nlu.FullTextSearchResponseIntentTags>}
2236
2179
  */
2237
2180
  const methodDescriptor_Agents_GetFullTextSearchIntentTags = new grpc.web.MethodDescriptor(
2238
- '/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
2239
- grpc.web.MethodType.UNARY,
2240
- proto.ondewo.nlu.FullTextSearchRequest,
2241
- proto.ondewo.nlu.FullTextSearchResponseIntentTags,
2242
- /**
2243
- * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2244
- * @return {!Uint8Array}
2245
- */
2246
- function(request) {
2247
- return request.serializeBinary();
2248
- },
2249
- proto.ondewo.nlu.FullTextSearchResponseIntentTags.deserializeBinary
2181
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
2182
+ grpc.web.MethodType.UNARY,
2183
+ proto.ondewo.nlu.FullTextSearchRequest,
2184
+ proto.ondewo.nlu.FullTextSearchResponseIntentTags,
2185
+ /**
2186
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2187
+ * @return {!Uint8Array}
2188
+ */
2189
+ function (request) {
2190
+ return request.serializeBinary();
2191
+ },
2192
+ proto.ondewo.nlu.FullTextSearchResponseIntentTags.deserializeBinary
2250
2193
  );
2251
2194
 
2252
-
2253
2195
  /**
2254
2196
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2255
2197
  * request proto
@@ -2260,17 +2202,16 @@ const methodDescriptor_Agents_GetFullTextSearchIntentTags = new grpc.web.MethodD
2260
2202
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentTags>|undefined}
2261
2203
  * The XHR Node Readable Stream
2262
2204
  */
2263
- proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentTags =
2264
- function(request, metadata, callback) {
2265
- return this.client_.rpcCall(this.hostname_ +
2266
- '/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
2267
- request,
2268
- metadata || {},
2269
- methodDescriptor_Agents_GetFullTextSearchIntentTags,
2270
- callback);
2205
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentTags = function (request, metadata, callback) {
2206
+ return this.client_.rpcCall(
2207
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
2208
+ request,
2209
+ metadata || {},
2210
+ methodDescriptor_Agents_GetFullTextSearchIntentTags,
2211
+ callback
2212
+ );
2271
2213
  };
2272
2214
 
2273
-
2274
2215
  /**
2275
2216
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2276
2217
  * request proto
@@ -2279,16 +2220,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentTags =
2279
2220
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentTags>}
2280
2221
  * Promise that resolves to the response
2281
2222
  */
2282
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentTags =
2283
- function(request, metadata) {
2284
- return this.client_.unaryCall(this.hostname_ +
2285
- '/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
2286
- request,
2287
- metadata || {},
2288
- methodDescriptor_Agents_GetFullTextSearchIntentTags);
2223
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentTags = function (request, metadata) {
2224
+ return this.client_.unaryCall(
2225
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
2226
+ request,
2227
+ metadata || {},
2228
+ methodDescriptor_Agents_GetFullTextSearchIntentTags
2229
+ );
2289
2230
  };
2290
2231
 
2291
-
2292
2232
  /**
2293
2233
  * @const
2294
2234
  * @type {!grpc.web.MethodDescriptor<
@@ -2296,21 +2236,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentTags =
2296
2236
  * !proto.ondewo.nlu.FullTextSearchResponseIntentResponse>}
2297
2237
  */
2298
2238
  const methodDescriptor_Agents_GetFullTextSearchIntentResponse = new grpc.web.MethodDescriptor(
2299
- '/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
2300
- grpc.web.MethodType.UNARY,
2301
- proto.ondewo.nlu.FullTextSearchRequest,
2302
- proto.ondewo.nlu.FullTextSearchResponseIntentResponse,
2303
- /**
2304
- * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2305
- * @return {!Uint8Array}
2306
- */
2307
- function(request) {
2308
- return request.serializeBinary();
2309
- },
2310
- proto.ondewo.nlu.FullTextSearchResponseIntentResponse.deserializeBinary
2239
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
2240
+ grpc.web.MethodType.UNARY,
2241
+ proto.ondewo.nlu.FullTextSearchRequest,
2242
+ proto.ondewo.nlu.FullTextSearchResponseIntentResponse,
2243
+ /**
2244
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2245
+ * @return {!Uint8Array}
2246
+ */
2247
+ function (request) {
2248
+ return request.serializeBinary();
2249
+ },
2250
+ proto.ondewo.nlu.FullTextSearchResponseIntentResponse.deserializeBinary
2311
2251
  );
2312
2252
 
2313
-
2314
2253
  /**
2315
2254
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2316
2255
  * request proto
@@ -2321,17 +2260,16 @@ const methodDescriptor_Agents_GetFullTextSearchIntentResponse = new grpc.web.Met
2321
2260
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentResponse>|undefined}
2322
2261
  * The XHR Node Readable Stream
2323
2262
  */
2324
- proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentResponse =
2325
- function(request, metadata, callback) {
2326
- return this.client_.rpcCall(this.hostname_ +
2327
- '/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
2328
- request,
2329
- metadata || {},
2330
- methodDescriptor_Agents_GetFullTextSearchIntentResponse,
2331
- callback);
2263
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentResponse = function (request, metadata, callback) {
2264
+ return this.client_.rpcCall(
2265
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
2266
+ request,
2267
+ metadata || {},
2268
+ methodDescriptor_Agents_GetFullTextSearchIntentResponse,
2269
+ callback
2270
+ );
2332
2271
  };
2333
2272
 
2334
-
2335
2273
  /**
2336
2274
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2337
2275
  * request proto
@@ -2340,16 +2278,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentResponse =
2340
2278
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentResponse>}
2341
2279
  * Promise that resolves to the response
2342
2280
  */
2343
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentResponse =
2344
- function(request, metadata) {
2345
- return this.client_.unaryCall(this.hostname_ +
2346
- '/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
2347
- request,
2348
- metadata || {},
2349
- methodDescriptor_Agents_GetFullTextSearchIntentResponse);
2281
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentResponse = function (request, metadata) {
2282
+ return this.client_.unaryCall(
2283
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
2284
+ request,
2285
+ metadata || {},
2286
+ methodDescriptor_Agents_GetFullTextSearchIntentResponse
2287
+ );
2350
2288
  };
2351
2289
 
2352
-
2353
2290
  /**
2354
2291
  * @const
2355
2292
  * @type {!grpc.web.MethodDescriptor<
@@ -2357,21 +2294,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentResponse =
2357
2294
  * !proto.ondewo.nlu.FullTextSearchResponseIntentParameters>}
2358
2295
  */
2359
2296
  const methodDescriptor_Agents_GetFullTextSearchIntentParameters = new grpc.web.MethodDescriptor(
2360
- '/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
2361
- grpc.web.MethodType.UNARY,
2362
- proto.ondewo.nlu.FullTextSearchRequest,
2363
- proto.ondewo.nlu.FullTextSearchResponseIntentParameters,
2364
- /**
2365
- * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2366
- * @return {!Uint8Array}
2367
- */
2368
- function(request) {
2369
- return request.serializeBinary();
2370
- },
2371
- proto.ondewo.nlu.FullTextSearchResponseIntentParameters.deserializeBinary
2297
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
2298
+ grpc.web.MethodType.UNARY,
2299
+ proto.ondewo.nlu.FullTextSearchRequest,
2300
+ proto.ondewo.nlu.FullTextSearchResponseIntentParameters,
2301
+ /**
2302
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2303
+ * @return {!Uint8Array}
2304
+ */
2305
+ function (request) {
2306
+ return request.serializeBinary();
2307
+ },
2308
+ proto.ondewo.nlu.FullTextSearchResponseIntentParameters.deserializeBinary
2372
2309
  );
2373
2310
 
2374
-
2375
2311
  /**
2376
2312
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2377
2313
  * request proto
@@ -2382,17 +2318,16 @@ const methodDescriptor_Agents_GetFullTextSearchIntentParameters = new grpc.web.M
2382
2318
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentParameters>|undefined}
2383
2319
  * The XHR Node Readable Stream
2384
2320
  */
2385
- proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentParameters =
2386
- function(request, metadata, callback) {
2387
- return this.client_.rpcCall(this.hostname_ +
2388
- '/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
2389
- request,
2390
- metadata || {},
2391
- methodDescriptor_Agents_GetFullTextSearchIntentParameters,
2392
- callback);
2321
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentParameters = function (request, metadata, callback) {
2322
+ return this.client_.rpcCall(
2323
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
2324
+ request,
2325
+ metadata || {},
2326
+ methodDescriptor_Agents_GetFullTextSearchIntentParameters,
2327
+ callback
2328
+ );
2393
2329
  };
2394
2330
 
2395
-
2396
2331
  /**
2397
2332
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2398
2333
  * request proto
@@ -2401,16 +2336,15 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentParameters =
2401
2336
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentParameters>}
2402
2337
  * Promise that resolves to the response
2403
2338
  */
2404
- proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentParameters =
2405
- function(request, metadata) {
2406
- return this.client_.unaryCall(this.hostname_ +
2407
- '/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
2408
- request,
2409
- metadata || {},
2410
- methodDescriptor_Agents_GetFullTextSearchIntentParameters);
2339
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentParameters = function (request, metadata) {
2340
+ return this.client_.unaryCall(
2341
+ this.hostname_ + '/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
2342
+ request,
2343
+ metadata || {},
2344
+ methodDescriptor_Agents_GetFullTextSearchIntentParameters
2345
+ );
2411
2346
  };
2412
2347
 
2413
-
2414
2348
  /**
2415
2349
  * @const
2416
2350
  * @type {!grpc.web.MethodDescriptor<
@@ -2418,21 +2352,20 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentParameters
2418
2352
  * !proto.ondewo.nlu.Operation>}
2419
2353
  */
2420
2354
  const methodDescriptor_Agents_ReindexAgent = new grpc.web.MethodDescriptor(
2421
- '/ondewo.nlu.Agents/ReindexAgent',
2422
- grpc.web.MethodType.UNARY,
2423
- proto.ondewo.nlu.ReindexAgentRequest,
2424
- ondewo_nlu_operations_pb.Operation,
2425
- /**
2426
- * @param {!proto.ondewo.nlu.ReindexAgentRequest} request
2427
- * @return {!Uint8Array}
2428
- */
2429
- function(request) {
2430
- return request.serializeBinary();
2431
- },
2432
- ondewo_nlu_operations_pb.Operation.deserializeBinary
2355
+ '/ondewo.nlu.Agents/ReindexAgent',
2356
+ grpc.web.MethodType.UNARY,
2357
+ proto.ondewo.nlu.ReindexAgentRequest,
2358
+ ondewo_nlu_operations_pb.Operation,
2359
+ /**
2360
+ * @param {!proto.ondewo.nlu.ReindexAgentRequest} request
2361
+ * @return {!Uint8Array}
2362
+ */
2363
+ function (request) {
2364
+ return request.serializeBinary();
2365
+ },
2366
+ ondewo_nlu_operations_pb.Operation.deserializeBinary
2433
2367
  );
2434
2368
 
2435
-
2436
2369
  /**
2437
2370
  * @param {!proto.ondewo.nlu.ReindexAgentRequest} request The
2438
2371
  * request proto
@@ -2443,17 +2376,16 @@ const methodDescriptor_Agents_ReindexAgent = new grpc.web.MethodDescriptor(
2443
2376
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
2444
2377
  * The XHR Node Readable Stream
2445
2378
  */
2446
- proto.ondewo.nlu.AgentsClient.prototype.reindexAgent =
2447
- function(request, metadata, callback) {
2448
- return this.client_.rpcCall(this.hostname_ +
2449
- '/ondewo.nlu.Agents/ReindexAgent',
2450
- request,
2451
- metadata || {},
2452
- methodDescriptor_Agents_ReindexAgent,
2453
- callback);
2379
+ proto.ondewo.nlu.AgentsClient.prototype.reindexAgent = function (request, metadata, callback) {
2380
+ return this.client_.rpcCall(
2381
+ this.hostname_ + '/ondewo.nlu.Agents/ReindexAgent',
2382
+ request,
2383
+ metadata || {},
2384
+ methodDescriptor_Agents_ReindexAgent,
2385
+ callback
2386
+ );
2454
2387
  };
2455
2388
 
2456
-
2457
2389
  /**
2458
2390
  * @param {!proto.ondewo.nlu.ReindexAgentRequest} request The
2459
2391
  * request proto
@@ -2462,15 +2394,13 @@ proto.ondewo.nlu.AgentsClient.prototype.reindexAgent =
2462
2394
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
2463
2395
  * Promise that resolves to the response
2464
2396
  */
2465
- proto.ondewo.nlu.AgentsPromiseClient.prototype.reindexAgent =
2466
- function(request, metadata) {
2467
- return this.client_.unaryCall(this.hostname_ +
2468
- '/ondewo.nlu.Agents/ReindexAgent',
2469
- request,
2470
- metadata || {},
2471
- methodDescriptor_Agents_ReindexAgent);
2397
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.reindexAgent = function (request, metadata) {
2398
+ return this.client_.unaryCall(
2399
+ this.hostname_ + '/ondewo.nlu.Agents/ReindexAgent',
2400
+ request,
2401
+ metadata || {},
2402
+ methodDescriptor_Agents_ReindexAgent
2403
+ );
2472
2404
  };
2473
2405
 
2474
-
2475
2406
  module.exports = proto.ondewo.nlu;
2476
-