@ondewo/nlu-client-typescript 4.1.0 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +490 -450
  2. package/api/ondewo/nlu/agent_grpc_web_pb.js +1244 -1113
  3. package/api/ondewo/nlu/agent_pb.d.ts +1758 -1939
  4. package/api/ondewo/nlu/agent_pb.js +10491 -9063
  5. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +106 -98
  6. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +280 -245
  7. package/api/ondewo/nlu/aiservices_pb.d.ts +674 -745
  8. package/api/ondewo/nlu/aiservices_pb.js +4403 -3638
  9. package/api/ondewo/nlu/common_pb.d.ts +17 -15
  10. package/api/ondewo/nlu/common_pb.js +93 -83
  11. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +82 -76
  12. package/api/ondewo/nlu/context_grpc_web_pb.js +220 -191
  13. package/api/ondewo/nlu/context_pb.d.ts +151 -151
  14. package/api/ondewo/nlu/context_pb.js +1042 -889
  15. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +154 -142
  16. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +398 -351
  17. package/api/ondewo/nlu/entity_type_pb.d.ts +571 -614
  18. package/api/ondewo/nlu/entity_type_pb.js +3369 -2893
  19. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +334 -310
  20. package/api/ondewo/nlu/intent_grpc_web_pb.js +851 -766
  21. package/api/ondewo/nlu/intent_pb.d.ts +1993 -2151
  22. package/api/ondewo/nlu/intent_pb.js +10692 -9502
  23. package/api/ondewo/nlu/operation_metadata_pb.d.ts +98 -86
  24. package/api/ondewo/nlu/operation_metadata_pb.js +492 -322
  25. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +50 -46
  26. package/api/ondewo/nlu/operations_grpc_web_pb.js +163 -140
  27. package/api/ondewo/nlu/operations_pb.d.ts +182 -189
  28. package/api/ondewo/nlu/operations_pb.js +1004 -843
  29. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +70 -65
  30. package/api/ondewo/nlu/project_role_grpc_web_pb.js +190 -164
  31. package/api/ondewo/nlu/project_role_pb.d.ts +151 -165
  32. package/api/ondewo/nlu/project_role_pb.js +963 -796
  33. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +106 -98
  34. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +281 -246
  35. package/api/ondewo/nlu/project_statistics_pb.d.ts +63 -67
  36. package/api/ondewo/nlu/project_statistics_pb.js +418 -354
  37. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +46 -43
  38. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +130 -110
  39. package/api/ondewo/nlu/server_statistics_pb.d.ts +14 -15
  40. package/api/ondewo/nlu/server_statistics_pb.js +91 -81
  41. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +334 -164
  42. package/api/ondewo/nlu/session_grpc_web_pb.js +1255 -409
  43. package/api/ondewo/nlu/session_pb.d.ts +1721 -1080
  44. package/api/ondewo/nlu/session_pb.js +13885 -6673
  45. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +190 -172
  46. package/api/ondewo/nlu/user_grpc_web_pb.js +487 -431
  47. package/api/ondewo/nlu/user_pb.d.ts +325 -345
  48. package/api/ondewo/nlu/user_pb.js +2312 -1948
  49. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +106 -98
  50. package/api/ondewo/nlu/utility_grpc_web_pb.js +279 -244
  51. package/api/ondewo/nlu/utility_pb.d.ts +535 -588
  52. package/api/ondewo/nlu/utility_pb.js +3348 -2814
  53. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +46 -43
  54. package/api/ondewo/nlu/webhook_grpc_web_pb.js +132 -112
  55. package/api/ondewo/nlu/webhook_pb.d.ts +119 -123
  56. package/api/ondewo/nlu/webhook_pb.js +718 -599
  57. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +94 -87
  58. package/api/ondewo/qa/qa_grpc_web_pb.js +250 -218
  59. package/api/ondewo/qa/qa_pb.d.ts +220 -235
  60. package/api/ondewo/qa/qa_pb.js +1452 -1222
  61. package/package.json +1 -1
  62. package/public-api.d.ts +34 -4
@@ -6,33 +6,37 @@
6
6
 
7
7
  // GENERATED CODE -- DO NOT EDIT!
8
8
 
9
+
9
10
  /* eslint-disable */
10
11
  // @ts-nocheck
11
12
 
13
+
14
+
12
15
  const grpc = {};
13
16
  grpc.web = require('grpc-web');
14
17
 
15
- var google_api_annotations_pb = require('../../google/api/annotations_pb.js');
16
18
 
17
- var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js');
19
+ var google_api_annotations_pb = require('../../google/api/annotations_pb.js')
18
20
 
19
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
21
+ var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js')
20
22
 
21
- var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
23
+ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
22
24
 
23
- var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js');
25
+ var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js')
24
26
 
25
- var ondewo_nlu_intent_pb = require('../../ondewo/nlu/intent_pb.js');
27
+ var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js')
26
28
 
27
- var ondewo_nlu_user_pb = require('../../ondewo/nlu/user_pb.js');
29
+ var ondewo_nlu_intent_pb = require('../../ondewo/nlu/intent_pb.js')
28
30
 
29
- var ondewo_nlu_project_role_pb = require('../../ondewo/nlu/project_role_pb.js');
31
+ var ondewo_nlu_user_pb = require('../../ondewo/nlu/user_pb.js')
30
32
 
31
- var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js');
33
+ var ondewo_nlu_project_role_pb = require('../../ondewo/nlu/project_role_pb.js')
32
34
 
33
- var ondewo_nlu_session_pb = require('../../ondewo/nlu/session_pb.js');
35
+ var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js')
34
36
 
35
- var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
37
+ var ondewo_nlu_session_pb = require('../../ondewo/nlu/session_pb.js')
38
+
39
+ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js')
36
40
  const proto = {};
37
41
  proto.ondewo = {};
38
42
  proto.ondewo.nlu = require('./agent_pb.js');
@@ -45,21 +49,24 @@ proto.ondewo.nlu = require('./agent_pb.js');
45
49
  * @struct
46
50
  * @final
47
51
  */
48
- proto.ondewo.nlu.AgentsClient = function (hostname, credentials, options) {
49
- if (!options) options = {};
50
- options.format = 'binary';
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);
51
61
 
52
- /**
53
- * @private @const {!grpc.web.GrpcWebClientBase} The client
54
- */
55
- this.client_ = new grpc.web.GrpcWebClientBase(options);
62
+ /**
63
+ * @private @const {string} The hostname
64
+ */
65
+ this.hostname_ = hostname;
56
66
 
57
- /**
58
- * @private @const {string} The hostname
59
- */
60
- this.hostname_ = hostname;
61
67
  };
62
68
 
69
+
63
70
  /**
64
71
  * @param {string} hostname
65
72
  * @param {?Object} credentials
@@ -68,21 +75,24 @@ proto.ondewo.nlu.AgentsClient = function (hostname, credentials, options) {
68
75
  * @struct
69
76
  * @final
70
77
  */
71
- proto.ondewo.nlu.AgentsPromiseClient = function (hostname, credentials, options) {
72
- if (!options) options = {};
73
- options.format = 'binary';
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);
74
87
 
75
- /**
76
- * @private @const {!grpc.web.GrpcWebClientBase} The client
77
- */
78
- this.client_ = new grpc.web.GrpcWebClientBase(options);
88
+ /**
89
+ * @private @const {string} The hostname
90
+ */
91
+ this.hostname_ = hostname;
79
92
 
80
- /**
81
- * @private @const {string} The hostname
82
- */
83
- this.hostname_ = hostname;
84
93
  };
85
94
 
95
+
86
96
  /**
87
97
  * @const
88
98
  * @type {!grpc.web.MethodDescriptor<
@@ -90,20 +100,21 @@ proto.ondewo.nlu.AgentsPromiseClient = function (hostname, credentials, options)
90
100
  * !proto.ondewo.nlu.Agent>}
91
101
  */
92
102
  const methodDescriptor_Agents_CreateAgent = new grpc.web.MethodDescriptor(
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
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
105
115
  );
106
116
 
117
+
107
118
  /**
108
119
  * @param {!proto.ondewo.nlu.CreateAgentRequest} request The
109
120
  * request proto
@@ -114,16 +125,17 @@ const methodDescriptor_Agents_CreateAgent = new grpc.web.MethodDescriptor(
114
125
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
115
126
  * The XHR Node Readable Stream
116
127
  */
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
- );
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);
125
136
  };
126
137
 
138
+
127
139
  /**
128
140
  * @param {!proto.ondewo.nlu.CreateAgentRequest} request The
129
141
  * request proto
@@ -132,15 +144,16 @@ proto.ondewo.nlu.AgentsClient.prototype.createAgent = function (request, metadat
132
144
  * @return {!Promise<!proto.ondewo.nlu.Agent>}
133
145
  * Promise that resolves to the response
134
146
  */
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
- );
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);
142
154
  };
143
155
 
156
+
144
157
  /**
145
158
  * @const
146
159
  * @type {!grpc.web.MethodDescriptor<
@@ -148,20 +161,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.createAgent = function (request,
148
161
  * !proto.ondewo.nlu.Agent>}
149
162
  */
150
163
  const methodDescriptor_Agents_UpdateAgent = new grpc.web.MethodDescriptor(
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
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
163
176
  );
164
177
 
178
+
165
179
  /**
166
180
  * @param {!proto.ondewo.nlu.UpdateAgentRequest} request The
167
181
  * request proto
@@ -172,16 +186,17 @@ const methodDescriptor_Agents_UpdateAgent = new grpc.web.MethodDescriptor(
172
186
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
173
187
  * The XHR Node Readable Stream
174
188
  */
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
- );
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);
183
197
  };
184
198
 
199
+
185
200
  /**
186
201
  * @param {!proto.ondewo.nlu.UpdateAgentRequest} request The
187
202
  * request proto
@@ -190,15 +205,16 @@ proto.ondewo.nlu.AgentsClient.prototype.updateAgent = function (request, metadat
190
205
  * @return {!Promise<!proto.ondewo.nlu.Agent>}
191
206
  * Promise that resolves to the response
192
207
  */
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
- );
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);
200
215
  };
201
216
 
217
+
202
218
  /**
203
219
  * @const
204
220
  * @type {!grpc.web.MethodDescriptor<
@@ -206,20 +222,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.updateAgent = function (request,
206
222
  * !proto.ondewo.nlu.Agent>}
207
223
  */
208
224
  const methodDescriptor_Agents_GetAgent = new grpc.web.MethodDescriptor(
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
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
221
237
  );
222
238
 
239
+
223
240
  /**
224
241
  * @param {!proto.ondewo.nlu.GetAgentRequest} request The
225
242
  * request proto
@@ -230,16 +247,17 @@ const methodDescriptor_Agents_GetAgent = new grpc.web.MethodDescriptor(
230
247
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
231
248
  * The XHR Node Readable Stream
232
249
  */
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
- );
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);
241
258
  };
242
259
 
260
+
243
261
  /**
244
262
  * @param {!proto.ondewo.nlu.GetAgentRequest} request The
245
263
  * request proto
@@ -248,15 +266,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getAgent = function (request, metadata,
248
266
  * @return {!Promise<!proto.ondewo.nlu.Agent>}
249
267
  * Promise that resolves to the response
250
268
  */
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
- );
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);
258
276
  };
259
277
 
278
+
260
279
  /**
261
280
  * @const
262
281
  * @type {!grpc.web.MethodDescriptor<
@@ -264,20 +283,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgent = function (request, met
264
283
  * !proto.google.protobuf.Empty>}
265
284
  */
266
285
  const methodDescriptor_Agents_DeleteAgent = new grpc.web.MethodDescriptor(
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
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
279
298
  );
280
299
 
300
+
281
301
  /**
282
302
  * @param {!proto.ondewo.nlu.DeleteAgentRequest} request The
283
303
  * request proto
@@ -288,16 +308,17 @@ const methodDescriptor_Agents_DeleteAgent = new grpc.web.MethodDescriptor(
288
308
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
289
309
  * The XHR Node Readable Stream
290
310
  */
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
- );
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);
299
319
  };
300
320
 
321
+
301
322
  /**
302
323
  * @param {!proto.ondewo.nlu.DeleteAgentRequest} request The
303
324
  * request proto
@@ -306,15 +327,16 @@ proto.ondewo.nlu.AgentsClient.prototype.deleteAgent = function (request, metadat
306
327
  * @return {!Promise<!proto.google.protobuf.Empty>}
307
328
  * Promise that resolves to the response
308
329
  */
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
- );
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);
316
337
  };
317
338
 
339
+
318
340
  /**
319
341
  * @const
320
342
  * @type {!grpc.web.MethodDescriptor<
@@ -322,20 +344,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAgent = function (request,
322
344
  * !proto.google.protobuf.Empty>}
323
345
  */
324
346
  const methodDescriptor_Agents_DeleteAllAgents = new grpc.web.MethodDescriptor(
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
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
337
359
  );
338
360
 
361
+
339
362
  /**
340
363
  * @param {!proto.google.protobuf.Empty} request The
341
364
  * request proto
@@ -346,16 +369,17 @@ const methodDescriptor_Agents_DeleteAllAgents = new grpc.web.MethodDescriptor(
346
369
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
347
370
  * The XHR Node Readable Stream
348
371
  */
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
- );
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);
357
380
  };
358
381
 
382
+
359
383
  /**
360
384
  * @param {!proto.google.protobuf.Empty} request The
361
385
  * request proto
@@ -364,15 +388,16 @@ proto.ondewo.nlu.AgentsClient.prototype.deleteAllAgents = function (request, met
364
388
  * @return {!Promise<!proto.google.protobuf.Empty>}
365
389
  * Promise that resolves to the response
366
390
  */
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
- );
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);
374
398
  };
375
399
 
400
+
376
401
  /**
377
402
  * @const
378
403
  * @type {!grpc.web.MethodDescriptor<
@@ -380,20 +405,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAllAgents = function (reque
380
405
  * !proto.ondewo.nlu.ListAgentsResponse>}
381
406
  */
382
407
  const methodDescriptor_Agents_ListAgents = new grpc.web.MethodDescriptor(
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
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
395
420
  );
396
421
 
422
+
397
423
  /**
398
424
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
399
425
  * request proto
@@ -404,16 +430,17 @@ const methodDescriptor_Agents_ListAgents = new grpc.web.MethodDescriptor(
404
430
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListAgentsResponse>|undefined}
405
431
  * The XHR Node Readable Stream
406
432
  */
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
- );
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);
415
441
  };
416
442
 
443
+
417
444
  /**
418
445
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
419
446
  * request proto
@@ -422,15 +449,16 @@ proto.ondewo.nlu.AgentsClient.prototype.listAgents = function (request, metadata
422
449
  * @return {!Promise<!proto.ondewo.nlu.ListAgentsResponse>}
423
450
  * Promise that resolves to the response
424
451
  */
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
- );
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);
432
459
  };
433
460
 
461
+
434
462
  /**
435
463
  * @const
436
464
  * @type {!grpc.web.MethodDescriptor<
@@ -438,20 +466,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgents = function (request, m
438
466
  * !proto.ondewo.nlu.ListAgentsOfUserResponse>}
439
467
  */
440
468
  const methodDescriptor_Agents_ListAgentsOfUser = new grpc.web.MethodDescriptor(
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
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
453
481
  );
454
482
 
483
+
455
484
  /**
456
485
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
457
486
  * request proto
@@ -462,16 +491,17 @@ const methodDescriptor_Agents_ListAgentsOfUser = new grpc.web.MethodDescriptor(
462
491
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListAgentsOfUserResponse>|undefined}
463
492
  * The XHR Node Readable Stream
464
493
  */
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
- );
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);
473
502
  };
474
503
 
504
+
475
505
  /**
476
506
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
477
507
  * request proto
@@ -480,15 +510,16 @@ proto.ondewo.nlu.AgentsClient.prototype.listAgentsOfUser = function (request, me
480
510
  * @return {!Promise<!proto.ondewo.nlu.ListAgentsOfUserResponse>}
481
511
  * Promise that resolves to the response
482
512
  */
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
- );
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);
490
520
  };
491
521
 
522
+
492
523
  /**
493
524
  * @const
494
525
  * @type {!grpc.web.MethodDescriptor<
@@ -496,20 +527,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgentsOfUser = function (requ
496
527
  * !proto.ondewo.nlu.ListAgentsResponse>}
497
528
  */
498
529
  const methodDescriptor_Agents_ListAllAgents = new grpc.web.MethodDescriptor(
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
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
511
542
  );
512
543
 
544
+
513
545
  /**
514
546
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
515
547
  * request proto
@@ -520,16 +552,17 @@ const methodDescriptor_Agents_ListAllAgents = new grpc.web.MethodDescriptor(
520
552
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListAgentsResponse>|undefined}
521
553
  * The XHR Node Readable Stream
522
554
  */
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
- );
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);
531
563
  };
532
564
 
565
+
533
566
  /**
534
567
  * @param {!proto.ondewo.nlu.ListAgentsRequest} request The
535
568
  * request proto
@@ -538,15 +571,16 @@ proto.ondewo.nlu.AgentsClient.prototype.listAllAgents = function (request, metad
538
571
  * @return {!Promise<!proto.ondewo.nlu.ListAgentsResponse>}
539
572
  * Promise that resolves to the response
540
573
  */
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
- );
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);
548
581
  };
549
582
 
583
+
550
584
  /**
551
585
  * @const
552
586
  * @type {!grpc.web.MethodDescriptor<
@@ -554,20 +588,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAllAgents = function (request
554
588
  * !proto.google.protobuf.Empty>}
555
589
  */
556
590
  const methodDescriptor_Agents_AddUserToProject = new grpc.web.MethodDescriptor(
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
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
569
603
  );
570
604
 
605
+
571
606
  /**
572
607
  * @param {!proto.ondewo.nlu.AddUserToProjectRequest} request The
573
608
  * request proto
@@ -578,16 +613,17 @@ const methodDescriptor_Agents_AddUserToProject = new grpc.web.MethodDescriptor(
578
613
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
579
614
  * The XHR Node Readable Stream
580
615
  */
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
- );
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);
589
624
  };
590
625
 
626
+
591
627
  /**
592
628
  * @param {!proto.ondewo.nlu.AddUserToProjectRequest} request The
593
629
  * request proto
@@ -596,15 +632,16 @@ proto.ondewo.nlu.AgentsClient.prototype.addUserToProject = function (request, me
596
632
  * @return {!Promise<!proto.google.protobuf.Empty>}
597
633
  * Promise that resolves to the response
598
634
  */
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
- );
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);
606
642
  };
607
643
 
644
+
608
645
  /**
609
646
  * @const
610
647
  * @type {!grpc.web.MethodDescriptor<
@@ -612,20 +649,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.addUserToProject = function (requ
612
649
  * !proto.google.protobuf.Empty>}
613
650
  */
614
651
  const methodDescriptor_Agents_RemoveUserFromProject = new grpc.web.MethodDescriptor(
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
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
627
664
  );
628
665
 
666
+
629
667
  /**
630
668
  * @param {!proto.ondewo.nlu.RemoveUserFromProjectRequest} request The
631
669
  * request proto
@@ -636,16 +674,17 @@ const methodDescriptor_Agents_RemoveUserFromProject = new grpc.web.MethodDescrip
636
674
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
637
675
  * The XHR Node Readable Stream
638
676
  */
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
- );
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);
647
685
  };
648
686
 
687
+
649
688
  /**
650
689
  * @param {!proto.ondewo.nlu.RemoveUserFromProjectRequest} request The
651
690
  * request proto
@@ -654,15 +693,16 @@ proto.ondewo.nlu.AgentsClient.prototype.removeUserFromProject = function (reques
654
693
  * @return {!Promise<!proto.google.protobuf.Empty>}
655
694
  * Promise that resolves to the response
656
695
  */
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
- );
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);
664
703
  };
665
704
 
705
+
666
706
  /**
667
707
  * @const
668
708
  * @type {!grpc.web.MethodDescriptor<
@@ -670,20 +710,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.removeUserFromProject = function
670
710
  * !proto.ondewo.nlu.ListUsersInProjectResponse>}
671
711
  */
672
712
  const methodDescriptor_Agents_ListUsersInProject = new grpc.web.MethodDescriptor(
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
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
685
725
  );
686
726
 
727
+
687
728
  /**
688
729
  * @param {!proto.ondewo.nlu.ListUsersInProjectRequest} request The
689
730
  * request proto
@@ -694,16 +735,17 @@ const methodDescriptor_Agents_ListUsersInProject = new grpc.web.MethodDescriptor
694
735
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListUsersInProjectResponse>|undefined}
695
736
  * The XHR Node Readable Stream
696
737
  */
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
- );
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);
705
746
  };
706
747
 
748
+
707
749
  /**
708
750
  * @param {!proto.ondewo.nlu.ListUsersInProjectRequest} request The
709
751
  * request proto
@@ -712,15 +754,16 @@ proto.ondewo.nlu.AgentsClient.prototype.listUsersInProject = function (request,
712
754
  * @return {!Promise<!proto.ondewo.nlu.ListUsersInProjectResponse>}
713
755
  * Promise that resolves to the response
714
756
  */
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
- );
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);
722
764
  };
723
765
 
766
+
724
767
  /**
725
768
  * @const
726
769
  * @type {!grpc.web.MethodDescriptor<
@@ -728,20 +771,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listUsersInProject = function (re
728
771
  * !proto.ondewo.nlu.GetPlatformInfoResponse>}
729
772
  */
730
773
  const methodDescriptor_Agents_GetPlatformInfo = new grpc.web.MethodDescriptor(
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
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
743
786
  );
744
787
 
788
+
745
789
  /**
746
790
  * @param {!proto.google.protobuf.Empty} request The
747
791
  * request proto
@@ -752,16 +796,17 @@ const methodDescriptor_Agents_GetPlatformInfo = new grpc.web.MethodDescriptor(
752
796
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetPlatformInfoResponse>|undefined}
753
797
  * The XHR Node Readable Stream
754
798
  */
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
- );
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);
763
807
  };
764
808
 
809
+
765
810
  /**
766
811
  * @param {!proto.google.protobuf.Empty} request The
767
812
  * request proto
@@ -770,15 +815,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getPlatformInfo = function (request, met
770
815
  * @return {!Promise<!proto.ondewo.nlu.GetPlatformInfoResponse>}
771
816
  * Promise that resolves to the response
772
817
  */
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
- );
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);
780
825
  };
781
826
 
827
+
782
828
  /**
783
829
  * @const
784
830
  * @type {!grpc.web.MethodDescriptor<
@@ -786,20 +832,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformInfo = function (reque
786
832
  * !proto.ondewo.nlu.ListProjectPermissionsResponse>}
787
833
  */
788
834
  const methodDescriptor_Agents_ListProjectPermissions = new grpc.web.MethodDescriptor(
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
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
801
847
  );
802
848
 
849
+
803
850
  /**
804
851
  * @param {!proto.ondewo.nlu.ListProjectPermissionsRequest} request The
805
852
  * request proto
@@ -810,16 +857,17 @@ const methodDescriptor_Agents_ListProjectPermissions = new grpc.web.MethodDescri
810
857
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListProjectPermissionsResponse>|undefined}
811
858
  * The XHR Node Readable Stream
812
859
  */
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
- );
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);
821
868
  };
822
869
 
870
+
823
871
  /**
824
872
  * @param {!proto.ondewo.nlu.ListProjectPermissionsRequest} request The
825
873
  * request proto
@@ -828,15 +876,16 @@ proto.ondewo.nlu.AgentsClient.prototype.listProjectPermissions = function (reque
828
876
  * @return {!Promise<!proto.ondewo.nlu.ListProjectPermissionsResponse>}
829
877
  * Promise that resolves to the response
830
878
  */
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
- );
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);
838
886
  };
839
887
 
888
+
840
889
  /**
841
890
  * @const
842
891
  * @type {!grpc.web.MethodDescriptor<
@@ -844,20 +893,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listProjectPermissions = function
844
893
  * !proto.ondewo.nlu.Operation>}
845
894
  */
846
895
  const methodDescriptor_Agents_TrainAgent = new grpc.web.MethodDescriptor(
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
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
859
908
  );
860
909
 
910
+
861
911
  /**
862
912
  * @param {!proto.ondewo.nlu.TrainAgentRequest} request The
863
913
  * request proto
@@ -868,16 +918,17 @@ const methodDescriptor_Agents_TrainAgent = new grpc.web.MethodDescriptor(
868
918
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
869
919
  * The XHR Node Readable Stream
870
920
  */
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
- );
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);
879
929
  };
880
930
 
931
+
881
932
  /**
882
933
  * @param {!proto.ondewo.nlu.TrainAgentRequest} request The
883
934
  * request proto
@@ -886,15 +937,16 @@ proto.ondewo.nlu.AgentsClient.prototype.trainAgent = function (request, metadata
886
937
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
887
938
  * Promise that resolves to the response
888
939
  */
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
- );
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);
896
947
  };
897
948
 
949
+
898
950
  /**
899
951
  * @const
900
952
  * @type {!grpc.web.MethodDescriptor<
@@ -902,20 +954,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.trainAgent = function (request, m
902
954
  * !proto.ondewo.nlu.Operation>}
903
955
  */
904
956
  const methodDescriptor_Agents_BuildCache = new grpc.web.MethodDescriptor(
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
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
917
969
  );
918
970
 
971
+
919
972
  /**
920
973
  * @param {!proto.ondewo.nlu.BuildCacheRequest} request The
921
974
  * request proto
@@ -926,16 +979,17 @@ const methodDescriptor_Agents_BuildCache = new grpc.web.MethodDescriptor(
926
979
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
927
980
  * The XHR Node Readable Stream
928
981
  */
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
- );
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);
937
990
  };
938
991
 
992
+
939
993
  /**
940
994
  * @param {!proto.ondewo.nlu.BuildCacheRequest} request The
941
995
  * request proto
@@ -944,15 +998,16 @@ proto.ondewo.nlu.AgentsClient.prototype.buildCache = function (request, metadata
944
998
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
945
999
  * Promise that resolves to the response
946
1000
  */
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
- );
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);
954
1008
  };
955
1009
 
1010
+
956
1011
  /**
957
1012
  * @const
958
1013
  * @type {!grpc.web.MethodDescriptor<
@@ -960,20 +1015,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.buildCache = function (request, m
960
1015
  * !proto.ondewo.nlu.Operation>}
961
1016
  */
962
1017
  const methodDescriptor_Agents_ExportAgent = new grpc.web.MethodDescriptor(
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
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
975
1030
  );
976
1031
 
1032
+
977
1033
  /**
978
1034
  * @param {!proto.ondewo.nlu.ExportAgentRequest} request The
979
1035
  * request proto
@@ -984,16 +1040,17 @@ const methodDescriptor_Agents_ExportAgent = new grpc.web.MethodDescriptor(
984
1040
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
985
1041
  * The XHR Node Readable Stream
986
1042
  */
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
- );
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);
995
1051
  };
996
1052
 
1053
+
997
1054
  /**
998
1055
  * @param {!proto.ondewo.nlu.ExportAgentRequest} request The
999
1056
  * request proto
@@ -1002,15 +1059,16 @@ proto.ondewo.nlu.AgentsClient.prototype.exportAgent = function (request, metadat
1002
1059
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
1003
1060
  * Promise that resolves to the response
1004
1061
  */
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
- );
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);
1012
1069
  };
1013
1070
 
1071
+
1014
1072
  /**
1015
1073
  * @const
1016
1074
  * @type {!grpc.web.MethodDescriptor<
@@ -1018,20 +1076,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportAgent = function (request,
1018
1076
  * !proto.ondewo.nlu.Operation>}
1019
1077
  */
1020
1078
  const methodDescriptor_Agents_ExportBenchmarkAgent = new grpc.web.MethodDescriptor(
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
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
1033
1091
  );
1034
1092
 
1093
+
1035
1094
  /**
1036
1095
  * @param {!proto.ondewo.nlu.ExportBenchmarkAgentRequest} request The
1037
1096
  * request proto
@@ -1042,16 +1101,17 @@ const methodDescriptor_Agents_ExportBenchmarkAgent = new grpc.web.MethodDescript
1042
1101
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
1043
1102
  * The XHR Node Readable Stream
1044
1103
  */
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
- );
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);
1053
1112
  };
1054
1113
 
1114
+
1055
1115
  /**
1056
1116
  * @param {!proto.ondewo.nlu.ExportBenchmarkAgentRequest} request The
1057
1117
  * request proto
@@ -1060,15 +1120,16 @@ proto.ondewo.nlu.AgentsClient.prototype.exportBenchmarkAgent = function (request
1060
1120
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
1061
1121
  * Promise that resolves to the response
1062
1122
  */
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
- );
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);
1070
1130
  };
1071
1131
 
1132
+
1072
1133
  /**
1073
1134
  * @const
1074
1135
  * @type {!grpc.web.MethodDescriptor<
@@ -1076,20 +1137,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportBenchmarkAgent = function (
1076
1137
  * !proto.ondewo.nlu.Operation>}
1077
1138
  */
1078
1139
  const methodDescriptor_Agents_ImportAgent = new grpc.web.MethodDescriptor(
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
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
1091
1152
  );
1092
1153
 
1154
+
1093
1155
  /**
1094
1156
  * @param {!proto.ondewo.nlu.ImportAgentRequest} request The
1095
1157
  * request proto
@@ -1100,16 +1162,17 @@ const methodDescriptor_Agents_ImportAgent = new grpc.web.MethodDescriptor(
1100
1162
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
1101
1163
  * The XHR Node Readable Stream
1102
1164
  */
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
- );
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);
1111
1173
  };
1112
1174
 
1175
+
1113
1176
  /**
1114
1177
  * @param {!proto.ondewo.nlu.ImportAgentRequest} request The
1115
1178
  * request proto
@@ -1118,15 +1181,16 @@ proto.ondewo.nlu.AgentsClient.prototype.importAgent = function (request, metadat
1118
1181
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
1119
1182
  * Promise that resolves to the response
1120
1183
  */
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
- );
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);
1128
1191
  };
1129
1192
 
1193
+
1130
1194
  /**
1131
1195
  * @const
1132
1196
  * @type {!grpc.web.MethodDescriptor<
@@ -1134,20 +1198,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.importAgent = function (request,
1134
1198
  * !proto.ondewo.nlu.Operation>}
1135
1199
  */
1136
1200
  const methodDescriptor_Agents_OptimizeRankingMatch = new grpc.web.MethodDescriptor(
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
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
1149
1213
  );
1150
1214
 
1215
+
1151
1216
  /**
1152
1217
  * @param {!proto.ondewo.nlu.OptimizeRankingMatchRequest} request The
1153
1218
  * request proto
@@ -1158,16 +1223,17 @@ const methodDescriptor_Agents_OptimizeRankingMatch = new grpc.web.MethodDescript
1158
1223
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
1159
1224
  * The XHR Node Readable Stream
1160
1225
  */
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
- );
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);
1169
1234
  };
1170
1235
 
1236
+
1171
1237
  /**
1172
1238
  * @param {!proto.ondewo.nlu.OptimizeRankingMatchRequest} request The
1173
1239
  * request proto
@@ -1176,15 +1242,16 @@ proto.ondewo.nlu.AgentsClient.prototype.optimizeRankingMatch = function (request
1176
1242
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
1177
1243
  * Promise that resolves to the response
1178
1244
  */
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
- );
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);
1186
1252
  };
1187
1253
 
1254
+
1188
1255
  /**
1189
1256
  * @const
1190
1257
  * @type {!grpc.web.MethodDescriptor<
@@ -1192,20 +1259,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.optimizeRankingMatch = function (
1192
1259
  * !proto.ondewo.nlu.Operation>}
1193
1260
  */
1194
1261
  const methodDescriptor_Agents_RestoreAgent = new grpc.web.MethodDescriptor(
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
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
1207
1274
  );
1208
1275
 
1276
+
1209
1277
  /**
1210
1278
  * @param {!proto.ondewo.nlu.RestoreAgentRequest} request The
1211
1279
  * request proto
@@ -1216,16 +1284,17 @@ const methodDescriptor_Agents_RestoreAgent = new grpc.web.MethodDescriptor(
1216
1284
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
1217
1285
  * The XHR Node Readable Stream
1218
1286
  */
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
- );
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);
1227
1295
  };
1228
1296
 
1297
+
1229
1298
  /**
1230
1299
  * @param {!proto.ondewo.nlu.RestoreAgentRequest} request The
1231
1300
  * request proto
@@ -1234,15 +1303,16 @@ proto.ondewo.nlu.AgentsClient.prototype.restoreAgent = function (request, metada
1234
1303
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
1235
1304
  * Promise that resolves to the response
1236
1305
  */
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
- );
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);
1244
1313
  };
1245
1314
 
1315
+
1246
1316
  /**
1247
1317
  * @const
1248
1318
  * @type {!grpc.web.MethodDescriptor<
@@ -1250,20 +1320,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.restoreAgent = function (request,
1250
1320
  * !proto.ondewo.nlu.GetAgentStatisticsResponse>}
1251
1321
  */
1252
1322
  const methodDescriptor_Agents_GetAgentStatistics = new grpc.web.MethodDescriptor(
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
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
1265
1335
  );
1266
1336
 
1337
+
1267
1338
  /**
1268
1339
  * @param {!proto.ondewo.nlu.GetAgentStatisticsRequest} request The
1269
1340
  * request proto
@@ -1274,16 +1345,17 @@ const methodDescriptor_Agents_GetAgentStatistics = new grpc.web.MethodDescriptor
1274
1345
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetAgentStatisticsResponse>|undefined}
1275
1346
  * The XHR Node Readable Stream
1276
1347
  */
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
- );
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);
1285
1356
  };
1286
1357
 
1358
+
1287
1359
  /**
1288
1360
  * @param {!proto.ondewo.nlu.GetAgentStatisticsRequest} request The
1289
1361
  * request proto
@@ -1292,15 +1364,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getAgentStatistics = function (request,
1292
1364
  * @return {!Promise<!proto.ondewo.nlu.GetAgentStatisticsResponse>}
1293
1365
  * Promise that resolves to the response
1294
1366
  */
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
- );
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);
1302
1374
  };
1303
1375
 
1376
+
1304
1377
  /**
1305
1378
  * @const
1306
1379
  * @type {!grpc.web.MethodDescriptor<
@@ -1308,20 +1381,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgentStatistics = function (re
1308
1381
  * !proto.ondewo.nlu.GetSessionsStatisticsResponse>}
1309
1382
  */
1310
1383
  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
1384
+ '/ondewo.nlu.Agents/GetSessionsStatistics',
1385
+ grpc.web.MethodType.UNARY,
1386
+ proto.ondewo.nlu.GetSessionsStatisticsRequest,
1387
+ proto.ondewo.nlu.GetSessionsStatisticsResponse,
1388
+ /**
1389
+ * @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} request
1390
+ * @return {!Uint8Array}
1391
+ */
1392
+ function(request) {
1393
+ return request.serializeBinary();
1394
+ },
1395
+ proto.ondewo.nlu.GetSessionsStatisticsResponse.deserializeBinary
1323
1396
  );
1324
1397
 
1398
+
1325
1399
  /**
1326
1400
  * @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} request The
1327
1401
  * request proto
@@ -1332,16 +1406,17 @@ const methodDescriptor_Agents_GetSessionsStatistics = new grpc.web.MethodDescrip
1332
1406
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetSessionsStatisticsResponse>|undefined}
1333
1407
  * The XHR Node Readable Stream
1334
1408
  */
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
- );
1409
+ proto.ondewo.nlu.AgentsClient.prototype.getSessionsStatistics =
1410
+ function(request, metadata, callback) {
1411
+ return this.client_.rpcCall(this.hostname_ +
1412
+ '/ondewo.nlu.Agents/GetSessionsStatistics',
1413
+ request,
1414
+ metadata || {},
1415
+ methodDescriptor_Agents_GetSessionsStatistics,
1416
+ callback);
1343
1417
  };
1344
1418
 
1419
+
1345
1420
  /**
1346
1421
  * @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} request The
1347
1422
  * request proto
@@ -1350,15 +1425,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getSessionsStatistics = function (reques
1350
1425
  * @return {!Promise<!proto.ondewo.nlu.GetSessionsStatisticsResponse>}
1351
1426
  * Promise that resolves to the response
1352
1427
  */
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
- );
1428
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getSessionsStatistics =
1429
+ function(request, metadata) {
1430
+ return this.client_.unaryCall(this.hostname_ +
1431
+ '/ondewo.nlu.Agents/GetSessionsStatistics',
1432
+ request,
1433
+ metadata || {},
1434
+ methodDescriptor_Agents_GetSessionsStatistics);
1360
1435
  };
1361
1436
 
1437
+
1362
1438
  /**
1363
1439
  * @const
1364
1440
  * @type {!grpc.web.MethodDescriptor<
@@ -1366,20 +1442,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getSessionsStatistics = function
1366
1442
  * !proto.ondewo.nlu.Agent>}
1367
1443
  */
1368
1444
  const methodDescriptor_Agents_SetAgentStatus = new grpc.web.MethodDescriptor(
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
1445
+ '/ondewo.nlu.Agents/SetAgentStatus',
1446
+ grpc.web.MethodType.UNARY,
1447
+ proto.ondewo.nlu.SetAgentStatusRequest,
1448
+ proto.ondewo.nlu.Agent,
1449
+ /**
1450
+ * @param {!proto.ondewo.nlu.SetAgentStatusRequest} request
1451
+ * @return {!Uint8Array}
1452
+ */
1453
+ function(request) {
1454
+ return request.serializeBinary();
1455
+ },
1456
+ proto.ondewo.nlu.Agent.deserializeBinary
1381
1457
  );
1382
1458
 
1459
+
1383
1460
  /**
1384
1461
  * @param {!proto.ondewo.nlu.SetAgentStatusRequest} request The
1385
1462
  * request proto
@@ -1390,16 +1467,17 @@ const methodDescriptor_Agents_SetAgentStatus = new grpc.web.MethodDescriptor(
1390
1467
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
1391
1468
  * The XHR Node Readable Stream
1392
1469
  */
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
- );
1470
+ proto.ondewo.nlu.AgentsClient.prototype.setAgentStatus =
1471
+ function(request, metadata, callback) {
1472
+ return this.client_.rpcCall(this.hostname_ +
1473
+ '/ondewo.nlu.Agents/SetAgentStatus',
1474
+ request,
1475
+ metadata || {},
1476
+ methodDescriptor_Agents_SetAgentStatus,
1477
+ callback);
1401
1478
  };
1402
1479
 
1480
+
1403
1481
  /**
1404
1482
  * @param {!proto.ondewo.nlu.SetAgentStatusRequest} request The
1405
1483
  * request proto
@@ -1408,15 +1486,16 @@ proto.ondewo.nlu.AgentsClient.prototype.setAgentStatus = function (request, meta
1408
1486
  * @return {!Promise<!proto.ondewo.nlu.Agent>}
1409
1487
  * Promise that resolves to the response
1410
1488
  */
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
- );
1489
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.setAgentStatus =
1490
+ function(request, metadata) {
1491
+ return this.client_.unaryCall(this.hostname_ +
1492
+ '/ondewo.nlu.Agents/SetAgentStatus',
1493
+ request,
1494
+ metadata || {},
1495
+ methodDescriptor_Agents_SetAgentStatus);
1418
1496
  };
1419
1497
 
1498
+
1420
1499
  /**
1421
1500
  * @const
1422
1501
  * @type {!grpc.web.MethodDescriptor<
@@ -1424,20 +1503,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.setAgentStatus = function (reques
1424
1503
  * !proto.google.protobuf.Empty>}
1425
1504
  */
1426
1505
  const methodDescriptor_Agents_SetResources = new grpc.web.MethodDescriptor(
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
1506
+ '/ondewo.nlu.Agents/SetResources',
1507
+ grpc.web.MethodType.UNARY,
1508
+ proto.ondewo.nlu.SetResourcesRequest,
1509
+ google_protobuf_empty_pb.Empty,
1510
+ /**
1511
+ * @param {!proto.ondewo.nlu.SetResourcesRequest} request
1512
+ * @return {!Uint8Array}
1513
+ */
1514
+ function(request) {
1515
+ return request.serializeBinary();
1516
+ },
1517
+ google_protobuf_empty_pb.Empty.deserializeBinary
1439
1518
  );
1440
1519
 
1520
+
1441
1521
  /**
1442
1522
  * @param {!proto.ondewo.nlu.SetResourcesRequest} request The
1443
1523
  * request proto
@@ -1448,16 +1528,17 @@ const methodDescriptor_Agents_SetResources = new grpc.web.MethodDescriptor(
1448
1528
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
1449
1529
  * The XHR Node Readable Stream
1450
1530
  */
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
- );
1531
+ proto.ondewo.nlu.AgentsClient.prototype.setResources =
1532
+ function(request, metadata, callback) {
1533
+ return this.client_.rpcCall(this.hostname_ +
1534
+ '/ondewo.nlu.Agents/SetResources',
1535
+ request,
1536
+ metadata || {},
1537
+ methodDescriptor_Agents_SetResources,
1538
+ callback);
1459
1539
  };
1460
1540
 
1541
+
1461
1542
  /**
1462
1543
  * @param {!proto.ondewo.nlu.SetResourcesRequest} request The
1463
1544
  * request proto
@@ -1466,15 +1547,16 @@ proto.ondewo.nlu.AgentsClient.prototype.setResources = function (request, metada
1466
1547
  * @return {!Promise<!proto.google.protobuf.Empty>}
1467
1548
  * Promise that resolves to the response
1468
1549
  */
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
- );
1550
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.setResources =
1551
+ function(request, metadata) {
1552
+ return this.client_.unaryCall(this.hostname_ +
1553
+ '/ondewo.nlu.Agents/SetResources',
1554
+ request,
1555
+ metadata || {},
1556
+ methodDescriptor_Agents_SetResources);
1476
1557
  };
1477
1558
 
1559
+
1478
1560
  /**
1479
1561
  * @const
1480
1562
  * @type {!grpc.web.MethodDescriptor<
@@ -1482,20 +1564,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.setResources = function (request,
1482
1564
  * !proto.google.protobuf.Empty>}
1483
1565
  */
1484
1566
  const methodDescriptor_Agents_DeleteResources = new grpc.web.MethodDescriptor(
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
1567
+ '/ondewo.nlu.Agents/DeleteResources',
1568
+ grpc.web.MethodType.UNARY,
1569
+ proto.ondewo.nlu.DeleteResourcesRequest,
1570
+ google_protobuf_empty_pb.Empty,
1571
+ /**
1572
+ * @param {!proto.ondewo.nlu.DeleteResourcesRequest} request
1573
+ * @return {!Uint8Array}
1574
+ */
1575
+ function(request) {
1576
+ return request.serializeBinary();
1577
+ },
1578
+ google_protobuf_empty_pb.Empty.deserializeBinary
1497
1579
  );
1498
1580
 
1581
+
1499
1582
  /**
1500
1583
  * @param {!proto.ondewo.nlu.DeleteResourcesRequest} request The
1501
1584
  * request proto
@@ -1506,16 +1589,17 @@ const methodDescriptor_Agents_DeleteResources = new grpc.web.MethodDescriptor(
1506
1589
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
1507
1590
  * The XHR Node Readable Stream
1508
1591
  */
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
- );
1592
+ proto.ondewo.nlu.AgentsClient.prototype.deleteResources =
1593
+ function(request, metadata, callback) {
1594
+ return this.client_.rpcCall(this.hostname_ +
1595
+ '/ondewo.nlu.Agents/DeleteResources',
1596
+ request,
1597
+ metadata || {},
1598
+ methodDescriptor_Agents_DeleteResources,
1599
+ callback);
1517
1600
  };
1518
1601
 
1602
+
1519
1603
  /**
1520
1604
  * @param {!proto.ondewo.nlu.DeleteResourcesRequest} request The
1521
1605
  * request proto
@@ -1524,15 +1608,16 @@ proto.ondewo.nlu.AgentsClient.prototype.deleteResources = function (request, met
1524
1608
  * @return {!Promise<!proto.google.protobuf.Empty>}
1525
1609
  * Promise that resolves to the response
1526
1610
  */
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
- );
1611
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteResources =
1612
+ function(request, metadata) {
1613
+ return this.client_.unaryCall(this.hostname_ +
1614
+ '/ondewo.nlu.Agents/DeleteResources',
1615
+ request,
1616
+ metadata || {},
1617
+ methodDescriptor_Agents_DeleteResources);
1534
1618
  };
1535
1619
 
1620
+
1536
1621
  /**
1537
1622
  * @const
1538
1623
  * @type {!grpc.web.MethodDescriptor<
@@ -1540,20 +1625,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteResources = function (reque
1540
1625
  * !proto.ondewo.nlu.ExportResourcesResponse>}
1541
1626
  */
1542
1627
  const methodDescriptor_Agents_ExportResources = new grpc.web.MethodDescriptor(
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
1628
+ '/ondewo.nlu.Agents/ExportResources',
1629
+ grpc.web.MethodType.UNARY,
1630
+ proto.ondewo.nlu.ExportResourcesRequest,
1631
+ proto.ondewo.nlu.ExportResourcesResponse,
1632
+ /**
1633
+ * @param {!proto.ondewo.nlu.ExportResourcesRequest} request
1634
+ * @return {!Uint8Array}
1635
+ */
1636
+ function(request) {
1637
+ return request.serializeBinary();
1638
+ },
1639
+ proto.ondewo.nlu.ExportResourcesResponse.deserializeBinary
1555
1640
  );
1556
1641
 
1642
+
1557
1643
  /**
1558
1644
  * @param {!proto.ondewo.nlu.ExportResourcesRequest} request The
1559
1645
  * request proto
@@ -1564,16 +1650,17 @@ const methodDescriptor_Agents_ExportResources = new grpc.web.MethodDescriptor(
1564
1650
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ExportResourcesResponse>|undefined}
1565
1651
  * The XHR Node Readable Stream
1566
1652
  */
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
- );
1653
+ proto.ondewo.nlu.AgentsClient.prototype.exportResources =
1654
+ function(request, metadata, callback) {
1655
+ return this.client_.rpcCall(this.hostname_ +
1656
+ '/ondewo.nlu.Agents/ExportResources',
1657
+ request,
1658
+ metadata || {},
1659
+ methodDescriptor_Agents_ExportResources,
1660
+ callback);
1575
1661
  };
1576
1662
 
1663
+
1577
1664
  /**
1578
1665
  * @param {!proto.ondewo.nlu.ExportResourcesRequest} request The
1579
1666
  * request proto
@@ -1582,15 +1669,16 @@ proto.ondewo.nlu.AgentsClient.prototype.exportResources = function (request, met
1582
1669
  * @return {!Promise<!proto.ondewo.nlu.ExportResourcesResponse>}
1583
1670
  * Promise that resolves to the response
1584
1671
  */
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
- );
1672
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportResources =
1673
+ function(request, metadata) {
1674
+ return this.client_.unaryCall(this.hostname_ +
1675
+ '/ondewo.nlu.Agents/ExportResources',
1676
+ request,
1677
+ metadata || {},
1678
+ methodDescriptor_Agents_ExportResources);
1592
1679
  };
1593
1680
 
1681
+
1594
1682
  /**
1595
1683
  * @const
1596
1684
  * @type {!grpc.web.MethodDescriptor<
@@ -1598,20 +1686,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportResources = function (reque
1598
1686
  * !proto.ondewo.nlu.GetModelStatusesResponse>}
1599
1687
  */
1600
1688
  const methodDescriptor_Agents_GetModelStatuses = new grpc.web.MethodDescriptor(
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
1689
+ '/ondewo.nlu.Agents/GetModelStatuses',
1690
+ grpc.web.MethodType.UNARY,
1691
+ proto.ondewo.nlu.GetModelStatusesRequest,
1692
+ proto.ondewo.nlu.GetModelStatusesResponse,
1693
+ /**
1694
+ * @param {!proto.ondewo.nlu.GetModelStatusesRequest} request
1695
+ * @return {!Uint8Array}
1696
+ */
1697
+ function(request) {
1698
+ return request.serializeBinary();
1699
+ },
1700
+ proto.ondewo.nlu.GetModelStatusesResponse.deserializeBinary
1613
1701
  );
1614
1702
 
1703
+
1615
1704
  /**
1616
1705
  * @param {!proto.ondewo.nlu.GetModelStatusesRequest} request The
1617
1706
  * request proto
@@ -1622,16 +1711,17 @@ const methodDescriptor_Agents_GetModelStatuses = new grpc.web.MethodDescriptor(
1622
1711
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetModelStatusesResponse>|undefined}
1623
1712
  * The XHR Node Readable Stream
1624
1713
  */
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
- );
1714
+ proto.ondewo.nlu.AgentsClient.prototype.getModelStatuses =
1715
+ function(request, metadata, callback) {
1716
+ return this.client_.rpcCall(this.hostname_ +
1717
+ '/ondewo.nlu.Agents/GetModelStatuses',
1718
+ request,
1719
+ metadata || {},
1720
+ methodDescriptor_Agents_GetModelStatuses,
1721
+ callback);
1633
1722
  };
1634
1723
 
1724
+
1635
1725
  /**
1636
1726
  * @param {!proto.ondewo.nlu.GetModelStatusesRequest} request The
1637
1727
  * request proto
@@ -1640,15 +1730,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getModelStatuses = function (request, me
1640
1730
  * @return {!Promise<!proto.ondewo.nlu.GetModelStatusesResponse>}
1641
1731
  * Promise that resolves to the response
1642
1732
  */
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
- );
1733
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getModelStatuses =
1734
+ function(request, metadata) {
1735
+ return this.client_.unaryCall(this.hostname_ +
1736
+ '/ondewo.nlu.Agents/GetModelStatuses',
1737
+ request,
1738
+ metadata || {},
1739
+ methodDescriptor_Agents_GetModelStatuses);
1650
1740
  };
1651
1741
 
1742
+
1652
1743
  /**
1653
1744
  * @const
1654
1745
  * @type {!grpc.web.MethodDescriptor<
@@ -1656,20 +1747,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getModelStatuses = function (requ
1656
1747
  * !proto.ondewo.nlu.PlatformMapping>}
1657
1748
  */
1658
1749
  const methodDescriptor_Agents_GetPlatformMapping = new grpc.web.MethodDescriptor(
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
1750
+ '/ondewo.nlu.Agents/GetPlatformMapping',
1751
+ grpc.web.MethodType.UNARY,
1752
+ proto.ondewo.nlu.GetPlatformMappingRequest,
1753
+ proto.ondewo.nlu.PlatformMapping,
1754
+ /**
1755
+ * @param {!proto.ondewo.nlu.GetPlatformMappingRequest} request
1756
+ * @return {!Uint8Array}
1757
+ */
1758
+ function(request) {
1759
+ return request.serializeBinary();
1760
+ },
1761
+ proto.ondewo.nlu.PlatformMapping.deserializeBinary
1671
1762
  );
1672
1763
 
1764
+
1673
1765
  /**
1674
1766
  * @param {!proto.ondewo.nlu.GetPlatformMappingRequest} request The
1675
1767
  * request proto
@@ -1680,16 +1772,17 @@ const methodDescriptor_Agents_GetPlatformMapping = new grpc.web.MethodDescriptor
1680
1772
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.PlatformMapping>|undefined}
1681
1773
  * The XHR Node Readable Stream
1682
1774
  */
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
- );
1775
+ proto.ondewo.nlu.AgentsClient.prototype.getPlatformMapping =
1776
+ function(request, metadata, callback) {
1777
+ return this.client_.rpcCall(this.hostname_ +
1778
+ '/ondewo.nlu.Agents/GetPlatformMapping',
1779
+ request,
1780
+ metadata || {},
1781
+ methodDescriptor_Agents_GetPlatformMapping,
1782
+ callback);
1691
1783
  };
1692
1784
 
1785
+
1693
1786
  /**
1694
1787
  * @param {!proto.ondewo.nlu.GetPlatformMappingRequest} request The
1695
1788
  * request proto
@@ -1698,15 +1791,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getPlatformMapping = function (request,
1698
1791
  * @return {!Promise<!proto.ondewo.nlu.PlatformMapping>}
1699
1792
  * Promise that resolves to the response
1700
1793
  */
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
- );
1794
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformMapping =
1795
+ function(request, metadata) {
1796
+ return this.client_.unaryCall(this.hostname_ +
1797
+ '/ondewo.nlu.Agents/GetPlatformMapping',
1798
+ request,
1799
+ metadata || {},
1800
+ methodDescriptor_Agents_GetPlatformMapping);
1708
1801
  };
1709
1802
 
1803
+
1710
1804
  /**
1711
1805
  * @const
1712
1806
  * @type {!grpc.web.MethodDescriptor<
@@ -1714,20 +1808,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformMapping = function (re
1714
1808
  * !proto.ondewo.nlu.PlatformMapping>}
1715
1809
  */
1716
1810
  const methodDescriptor_Agents_SetPlatformMapping = new grpc.web.MethodDescriptor(
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
1811
+ '/ondewo.nlu.Agents/SetPlatformMapping',
1812
+ grpc.web.MethodType.UNARY,
1813
+ proto.ondewo.nlu.PlatformMapping,
1814
+ proto.ondewo.nlu.PlatformMapping,
1815
+ /**
1816
+ * @param {!proto.ondewo.nlu.PlatformMapping} request
1817
+ * @return {!Uint8Array}
1818
+ */
1819
+ function(request) {
1820
+ return request.serializeBinary();
1821
+ },
1822
+ proto.ondewo.nlu.PlatformMapping.deserializeBinary
1729
1823
  );
1730
1824
 
1825
+
1731
1826
  /**
1732
1827
  * @param {!proto.ondewo.nlu.PlatformMapping} request The
1733
1828
  * request proto
@@ -1738,16 +1833,17 @@ const methodDescriptor_Agents_SetPlatformMapping = new grpc.web.MethodDescriptor
1738
1833
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.PlatformMapping>|undefined}
1739
1834
  * The XHR Node Readable Stream
1740
1835
  */
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
- );
1836
+ proto.ondewo.nlu.AgentsClient.prototype.setPlatformMapping =
1837
+ function(request, metadata, callback) {
1838
+ return this.client_.rpcCall(this.hostname_ +
1839
+ '/ondewo.nlu.Agents/SetPlatformMapping',
1840
+ request,
1841
+ metadata || {},
1842
+ methodDescriptor_Agents_SetPlatformMapping,
1843
+ callback);
1749
1844
  };
1750
1845
 
1846
+
1751
1847
  /**
1752
1848
  * @param {!proto.ondewo.nlu.PlatformMapping} request The
1753
1849
  * request proto
@@ -1756,15 +1852,16 @@ proto.ondewo.nlu.AgentsClient.prototype.setPlatformMapping = function (request,
1756
1852
  * @return {!Promise<!proto.ondewo.nlu.PlatformMapping>}
1757
1853
  * Promise that resolves to the response
1758
1854
  */
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
- );
1855
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.setPlatformMapping =
1856
+ function(request, metadata) {
1857
+ return this.client_.unaryCall(this.hostname_ +
1858
+ '/ondewo.nlu.Agents/SetPlatformMapping',
1859
+ request,
1860
+ metadata || {},
1861
+ methodDescriptor_Agents_SetPlatformMapping);
1766
1862
  };
1767
1863
 
1864
+
1768
1865
  /**
1769
1866
  * @const
1770
1867
  * @type {!grpc.web.MethodDescriptor<
@@ -1772,20 +1869,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.setPlatformMapping = function (re
1772
1869
  * !proto.ondewo.nlu.FullTextSearchResponseEntityType>}
1773
1870
  */
1774
1871
  const methodDescriptor_Agents_GetFullTextSearchEntityType = new grpc.web.MethodDescriptor(
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
1872
+ '/ondewo.nlu.Agents/GetFullTextSearchEntityType',
1873
+ grpc.web.MethodType.UNARY,
1874
+ proto.ondewo.nlu.FullTextSearchRequest,
1875
+ proto.ondewo.nlu.FullTextSearchResponseEntityType,
1876
+ /**
1877
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
1878
+ * @return {!Uint8Array}
1879
+ */
1880
+ function(request) {
1881
+ return request.serializeBinary();
1882
+ },
1883
+ proto.ondewo.nlu.FullTextSearchResponseEntityType.deserializeBinary
1787
1884
  );
1788
1885
 
1886
+
1789
1887
  /**
1790
1888
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1791
1889
  * request proto
@@ -1796,16 +1894,17 @@ const methodDescriptor_Agents_GetFullTextSearchEntityType = new grpc.web.MethodD
1796
1894
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseEntityType>|undefined}
1797
1895
  * The XHR Node Readable Stream
1798
1896
  */
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
- );
1897
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntityType =
1898
+ function(request, metadata, callback) {
1899
+ return this.client_.rpcCall(this.hostname_ +
1900
+ '/ondewo.nlu.Agents/GetFullTextSearchEntityType',
1901
+ request,
1902
+ metadata || {},
1903
+ methodDescriptor_Agents_GetFullTextSearchEntityType,
1904
+ callback);
1807
1905
  };
1808
1906
 
1907
+
1809
1908
  /**
1810
1909
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1811
1910
  * request proto
@@ -1814,15 +1913,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntityType = function (
1814
1913
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseEntityType>}
1815
1914
  * Promise that resolves to the response
1816
1915
  */
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
- );
1916
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntityType =
1917
+ function(request, metadata) {
1918
+ return this.client_.unaryCall(this.hostname_ +
1919
+ '/ondewo.nlu.Agents/GetFullTextSearchEntityType',
1920
+ request,
1921
+ metadata || {},
1922
+ methodDescriptor_Agents_GetFullTextSearchEntityType);
1824
1923
  };
1825
1924
 
1925
+
1826
1926
  /**
1827
1927
  * @const
1828
1928
  * @type {!grpc.web.MethodDescriptor<
@@ -1830,20 +1930,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntityType = fun
1830
1930
  * !proto.ondewo.nlu.FullTextSearchResponseEntity>}
1831
1931
  */
1832
1932
  const methodDescriptor_Agents_GetFullTextSearchEntity = new grpc.web.MethodDescriptor(
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
1933
+ '/ondewo.nlu.Agents/GetFullTextSearchEntity',
1934
+ grpc.web.MethodType.UNARY,
1935
+ proto.ondewo.nlu.FullTextSearchRequest,
1936
+ proto.ondewo.nlu.FullTextSearchResponseEntity,
1937
+ /**
1938
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
1939
+ * @return {!Uint8Array}
1940
+ */
1941
+ function(request) {
1942
+ return request.serializeBinary();
1943
+ },
1944
+ proto.ondewo.nlu.FullTextSearchResponseEntity.deserializeBinary
1845
1945
  );
1846
1946
 
1947
+
1847
1948
  /**
1848
1949
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1849
1950
  * request proto
@@ -1854,16 +1955,17 @@ const methodDescriptor_Agents_GetFullTextSearchEntity = new grpc.web.MethodDescr
1854
1955
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseEntity>|undefined}
1855
1956
  * The XHR Node Readable Stream
1856
1957
  */
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
- );
1958
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntity =
1959
+ function(request, metadata, callback) {
1960
+ return this.client_.rpcCall(this.hostname_ +
1961
+ '/ondewo.nlu.Agents/GetFullTextSearchEntity',
1962
+ request,
1963
+ metadata || {},
1964
+ methodDescriptor_Agents_GetFullTextSearchEntity,
1965
+ callback);
1865
1966
  };
1866
1967
 
1968
+
1867
1969
  /**
1868
1970
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1869
1971
  * request proto
@@ -1872,15 +1974,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntity = function (requ
1872
1974
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseEntity>}
1873
1975
  * Promise that resolves to the response
1874
1976
  */
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
- );
1977
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntity =
1978
+ function(request, metadata) {
1979
+ return this.client_.unaryCall(this.hostname_ +
1980
+ '/ondewo.nlu.Agents/GetFullTextSearchEntity',
1981
+ request,
1982
+ metadata || {},
1983
+ methodDescriptor_Agents_GetFullTextSearchEntity);
1882
1984
  };
1883
1985
 
1986
+
1884
1987
  /**
1885
1988
  * @const
1886
1989
  * @type {!grpc.web.MethodDescriptor<
@@ -1888,20 +1991,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntity = functio
1888
1991
  * !proto.ondewo.nlu.FullTextSearchResponseEntitySynonym>}
1889
1992
  */
1890
1993
  const methodDescriptor_Agents_GetFullTextSearchEntitySynonym = new grpc.web.MethodDescriptor(
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
1994
+ '/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
1995
+ grpc.web.MethodType.UNARY,
1996
+ proto.ondewo.nlu.FullTextSearchRequest,
1997
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym,
1998
+ /**
1999
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2000
+ * @return {!Uint8Array}
2001
+ */
2002
+ function(request) {
2003
+ return request.serializeBinary();
2004
+ },
2005
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.deserializeBinary
1903
2006
  );
1904
2007
 
2008
+
1905
2009
  /**
1906
2010
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1907
2011
  * request proto
@@ -1912,16 +2016,17 @@ const methodDescriptor_Agents_GetFullTextSearchEntitySynonym = new grpc.web.Meth
1912
2016
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseEntitySynonym>|undefined}
1913
2017
  * The XHR Node Readable Stream
1914
2018
  */
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
- );
2019
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntitySynonym =
2020
+ function(request, metadata, callback) {
2021
+ return this.client_.rpcCall(this.hostname_ +
2022
+ '/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
2023
+ request,
2024
+ metadata || {},
2025
+ methodDescriptor_Agents_GetFullTextSearchEntitySynonym,
2026
+ callback);
1923
2027
  };
1924
2028
 
2029
+
1925
2030
  /**
1926
2031
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1927
2032
  * request proto
@@ -1930,15 +2035,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntitySynonym = functio
1930
2035
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseEntitySynonym>}
1931
2036
  * Promise that resolves to the response
1932
2037
  */
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
- );
2038
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntitySynonym =
2039
+ function(request, metadata) {
2040
+ return this.client_.unaryCall(this.hostname_ +
2041
+ '/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
2042
+ request,
2043
+ metadata || {},
2044
+ methodDescriptor_Agents_GetFullTextSearchEntitySynonym);
1940
2045
  };
1941
2046
 
2047
+
1942
2048
  /**
1943
2049
  * @const
1944
2050
  * @type {!grpc.web.MethodDescriptor<
@@ -1946,20 +2052,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntitySynonym =
1946
2052
  * !proto.ondewo.nlu.FullTextSearchResponseIntent>}
1947
2053
  */
1948
2054
  const methodDescriptor_Agents_GetFullTextSearchIntent = new grpc.web.MethodDescriptor(
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
2055
+ '/ondewo.nlu.Agents/GetFullTextSearchIntent',
2056
+ grpc.web.MethodType.UNARY,
2057
+ proto.ondewo.nlu.FullTextSearchRequest,
2058
+ proto.ondewo.nlu.FullTextSearchResponseIntent,
2059
+ /**
2060
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2061
+ * @return {!Uint8Array}
2062
+ */
2063
+ function(request) {
2064
+ return request.serializeBinary();
2065
+ },
2066
+ proto.ondewo.nlu.FullTextSearchResponseIntent.deserializeBinary
1961
2067
  );
1962
2068
 
2069
+
1963
2070
  /**
1964
2071
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1965
2072
  * request proto
@@ -1970,16 +2077,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntent = new grpc.web.MethodDescr
1970
2077
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntent>|undefined}
1971
2078
  * The XHR Node Readable Stream
1972
2079
  */
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
- );
2080
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntent =
2081
+ function(request, metadata, callback) {
2082
+ return this.client_.rpcCall(this.hostname_ +
2083
+ '/ondewo.nlu.Agents/GetFullTextSearchIntent',
2084
+ request,
2085
+ metadata || {},
2086
+ methodDescriptor_Agents_GetFullTextSearchIntent,
2087
+ callback);
1981
2088
  };
1982
2089
 
2090
+
1983
2091
  /**
1984
2092
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
1985
2093
  * request proto
@@ -1988,15 +2096,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntent = function (requ
1988
2096
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntent>}
1989
2097
  * Promise that resolves to the response
1990
2098
  */
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
- );
2099
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntent =
2100
+ function(request, metadata) {
2101
+ return this.client_.unaryCall(this.hostname_ +
2102
+ '/ondewo.nlu.Agents/GetFullTextSearchIntent',
2103
+ request,
2104
+ metadata || {},
2105
+ methodDescriptor_Agents_GetFullTextSearchIntent);
1998
2106
  };
1999
2107
 
2108
+
2000
2109
  /**
2001
2110
  * @const
2002
2111
  * @type {!grpc.web.MethodDescriptor<
@@ -2004,20 +2113,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntent = functio
2004
2113
  * !proto.ondewo.nlu.FullTextSearchResponseIntentContextIn>}
2005
2114
  */
2006
2115
  const methodDescriptor_Agents_GetFullTextSearchIntentContextIn = new grpc.web.MethodDescriptor(
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
2116
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
2117
+ grpc.web.MethodType.UNARY,
2118
+ proto.ondewo.nlu.FullTextSearchRequest,
2119
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn,
2120
+ /**
2121
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2122
+ * @return {!Uint8Array}
2123
+ */
2124
+ function(request) {
2125
+ return request.serializeBinary();
2126
+ },
2127
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.deserializeBinary
2019
2128
  );
2020
2129
 
2130
+
2021
2131
  /**
2022
2132
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2023
2133
  * request proto
@@ -2028,16 +2138,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentContextIn = new grpc.web.Me
2028
2138
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentContextIn>|undefined}
2029
2139
  * The XHR Node Readable Stream
2030
2140
  */
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
- );
2141
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextIn =
2142
+ function(request, metadata, callback) {
2143
+ return this.client_.rpcCall(this.hostname_ +
2144
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
2145
+ request,
2146
+ metadata || {},
2147
+ methodDescriptor_Agents_GetFullTextSearchIntentContextIn,
2148
+ callback);
2039
2149
  };
2040
2150
 
2151
+
2041
2152
  /**
2042
2153
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2043
2154
  * request proto
@@ -2046,15 +2157,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextIn = funct
2046
2157
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentContextIn>}
2047
2158
  * Promise that resolves to the response
2048
2159
  */
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
- );
2160
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextIn =
2161
+ function(request, metadata) {
2162
+ return this.client_.unaryCall(this.hostname_ +
2163
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
2164
+ request,
2165
+ metadata || {},
2166
+ methodDescriptor_Agents_GetFullTextSearchIntentContextIn);
2056
2167
  };
2057
2168
 
2169
+
2058
2170
  /**
2059
2171
  * @const
2060
2172
  * @type {!grpc.web.MethodDescriptor<
@@ -2062,20 +2174,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextIn
2062
2174
  * !proto.ondewo.nlu.FullTextSearchResponseIntentContextOut>}
2063
2175
  */
2064
2176
  const methodDescriptor_Agents_GetFullTextSearchIntentContextOut = new grpc.web.MethodDescriptor(
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
2177
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
2178
+ grpc.web.MethodType.UNARY,
2179
+ proto.ondewo.nlu.FullTextSearchRequest,
2180
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut,
2181
+ /**
2182
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2183
+ * @return {!Uint8Array}
2184
+ */
2185
+ function(request) {
2186
+ return request.serializeBinary();
2187
+ },
2188
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.deserializeBinary
2077
2189
  );
2078
2190
 
2191
+
2079
2192
  /**
2080
2193
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2081
2194
  * request proto
@@ -2086,16 +2199,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentContextOut = new grpc.web.M
2086
2199
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentContextOut>|undefined}
2087
2200
  * The XHR Node Readable Stream
2088
2201
  */
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
- );
2202
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextOut =
2203
+ function(request, metadata, callback) {
2204
+ return this.client_.rpcCall(this.hostname_ +
2205
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
2206
+ request,
2207
+ metadata || {},
2208
+ methodDescriptor_Agents_GetFullTextSearchIntentContextOut,
2209
+ callback);
2097
2210
  };
2098
2211
 
2212
+
2099
2213
  /**
2100
2214
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2101
2215
  * request proto
@@ -2104,15 +2218,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextOut = func
2104
2218
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentContextOut>}
2105
2219
  * Promise that resolves to the response
2106
2220
  */
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
- );
2221
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextOut =
2222
+ function(request, metadata) {
2223
+ return this.client_.unaryCall(this.hostname_ +
2224
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
2225
+ request,
2226
+ metadata || {},
2227
+ methodDescriptor_Agents_GetFullTextSearchIntentContextOut);
2114
2228
  };
2115
2229
 
2230
+
2116
2231
  /**
2117
2232
  * @const
2118
2233
  * @type {!grpc.web.MethodDescriptor<
@@ -2120,20 +2235,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextOut
2120
2235
  * !proto.ondewo.nlu.FullTextSearchResponseIntentUsersays>}
2121
2236
  */
2122
2237
  const methodDescriptor_Agents_GetFullTextSearchIntentUsersays = new grpc.web.MethodDescriptor(
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
2238
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
2239
+ grpc.web.MethodType.UNARY,
2240
+ proto.ondewo.nlu.FullTextSearchRequest,
2241
+ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays,
2242
+ /**
2243
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2244
+ * @return {!Uint8Array}
2245
+ */
2246
+ function(request) {
2247
+ return request.serializeBinary();
2248
+ },
2249
+ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.deserializeBinary
2135
2250
  );
2136
2251
 
2252
+
2137
2253
  /**
2138
2254
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2139
2255
  * request proto
@@ -2144,16 +2260,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentUsersays = new grpc.web.Met
2144
2260
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentUsersays>|undefined}
2145
2261
  * The XHR Node Readable Stream
2146
2262
  */
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
- );
2263
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentUsersays =
2264
+ function(request, metadata, callback) {
2265
+ return this.client_.rpcCall(this.hostname_ +
2266
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
2267
+ request,
2268
+ metadata || {},
2269
+ methodDescriptor_Agents_GetFullTextSearchIntentUsersays,
2270
+ callback);
2155
2271
  };
2156
2272
 
2273
+
2157
2274
  /**
2158
2275
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2159
2276
  * request proto
@@ -2162,15 +2279,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentUsersays = functi
2162
2279
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentUsersays>}
2163
2280
  * Promise that resolves to the response
2164
2281
  */
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
- );
2282
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentUsersays =
2283
+ function(request, metadata) {
2284
+ return this.client_.unaryCall(this.hostname_ +
2285
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
2286
+ request,
2287
+ metadata || {},
2288
+ methodDescriptor_Agents_GetFullTextSearchIntentUsersays);
2172
2289
  };
2173
2290
 
2291
+
2174
2292
  /**
2175
2293
  * @const
2176
2294
  * @type {!grpc.web.MethodDescriptor<
@@ -2178,20 +2296,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentUsersays =
2178
2296
  * !proto.ondewo.nlu.FullTextSearchResponseIntentTags>}
2179
2297
  */
2180
2298
  const methodDescriptor_Agents_GetFullTextSearchIntentTags = new grpc.web.MethodDescriptor(
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
2299
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
2300
+ grpc.web.MethodType.UNARY,
2301
+ proto.ondewo.nlu.FullTextSearchRequest,
2302
+ proto.ondewo.nlu.FullTextSearchResponseIntentTags,
2303
+ /**
2304
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2305
+ * @return {!Uint8Array}
2306
+ */
2307
+ function(request) {
2308
+ return request.serializeBinary();
2309
+ },
2310
+ proto.ondewo.nlu.FullTextSearchResponseIntentTags.deserializeBinary
2193
2311
  );
2194
2312
 
2313
+
2195
2314
  /**
2196
2315
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2197
2316
  * request proto
@@ -2202,16 +2321,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentTags = new grpc.web.MethodD
2202
2321
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentTags>|undefined}
2203
2322
  * The XHR Node Readable Stream
2204
2323
  */
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
- );
2324
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentTags =
2325
+ function(request, metadata, callback) {
2326
+ return this.client_.rpcCall(this.hostname_ +
2327
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
2328
+ request,
2329
+ metadata || {},
2330
+ methodDescriptor_Agents_GetFullTextSearchIntentTags,
2331
+ callback);
2213
2332
  };
2214
2333
 
2334
+
2215
2335
  /**
2216
2336
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2217
2337
  * request proto
@@ -2220,15 +2340,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentTags = function (
2220
2340
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentTags>}
2221
2341
  * Promise that resolves to the response
2222
2342
  */
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
- );
2343
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentTags =
2344
+ function(request, metadata) {
2345
+ return this.client_.unaryCall(this.hostname_ +
2346
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
2347
+ request,
2348
+ metadata || {},
2349
+ methodDescriptor_Agents_GetFullTextSearchIntentTags);
2230
2350
  };
2231
2351
 
2352
+
2232
2353
  /**
2233
2354
  * @const
2234
2355
  * @type {!grpc.web.MethodDescriptor<
@@ -2236,20 +2357,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentTags = fun
2236
2357
  * !proto.ondewo.nlu.FullTextSearchResponseIntentResponse>}
2237
2358
  */
2238
2359
  const methodDescriptor_Agents_GetFullTextSearchIntentResponse = new grpc.web.MethodDescriptor(
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
2360
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
2361
+ grpc.web.MethodType.UNARY,
2362
+ proto.ondewo.nlu.FullTextSearchRequest,
2363
+ proto.ondewo.nlu.FullTextSearchResponseIntentResponse,
2364
+ /**
2365
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2366
+ * @return {!Uint8Array}
2367
+ */
2368
+ function(request) {
2369
+ return request.serializeBinary();
2370
+ },
2371
+ proto.ondewo.nlu.FullTextSearchResponseIntentResponse.deserializeBinary
2251
2372
  );
2252
2373
 
2374
+
2253
2375
  /**
2254
2376
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2255
2377
  * request proto
@@ -2260,16 +2382,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentResponse = new grpc.web.Met
2260
2382
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentResponse>|undefined}
2261
2383
  * The XHR Node Readable Stream
2262
2384
  */
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
- );
2385
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentResponse =
2386
+ function(request, metadata, callback) {
2387
+ return this.client_.rpcCall(this.hostname_ +
2388
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
2389
+ request,
2390
+ metadata || {},
2391
+ methodDescriptor_Agents_GetFullTextSearchIntentResponse,
2392
+ callback);
2271
2393
  };
2272
2394
 
2395
+
2273
2396
  /**
2274
2397
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2275
2398
  * request proto
@@ -2278,15 +2401,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentResponse = functi
2278
2401
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentResponse>}
2279
2402
  * Promise that resolves to the response
2280
2403
  */
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
- );
2404
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentResponse =
2405
+ function(request, metadata) {
2406
+ return this.client_.unaryCall(this.hostname_ +
2407
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
2408
+ request,
2409
+ metadata || {},
2410
+ methodDescriptor_Agents_GetFullTextSearchIntentResponse);
2288
2411
  };
2289
2412
 
2413
+
2290
2414
  /**
2291
2415
  * @const
2292
2416
  * @type {!grpc.web.MethodDescriptor<
@@ -2294,20 +2418,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentResponse =
2294
2418
  * !proto.ondewo.nlu.FullTextSearchResponseIntentParameters>}
2295
2419
  */
2296
2420
  const methodDescriptor_Agents_GetFullTextSearchIntentParameters = new grpc.web.MethodDescriptor(
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
2421
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
2422
+ grpc.web.MethodType.UNARY,
2423
+ proto.ondewo.nlu.FullTextSearchRequest,
2424
+ proto.ondewo.nlu.FullTextSearchResponseIntentParameters,
2425
+ /**
2426
+ * @param {!proto.ondewo.nlu.FullTextSearchRequest} request
2427
+ * @return {!Uint8Array}
2428
+ */
2429
+ function(request) {
2430
+ return request.serializeBinary();
2431
+ },
2432
+ proto.ondewo.nlu.FullTextSearchResponseIntentParameters.deserializeBinary
2309
2433
  );
2310
2434
 
2435
+
2311
2436
  /**
2312
2437
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2313
2438
  * request proto
@@ -2318,16 +2443,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentParameters = new grpc.web.M
2318
2443
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentParameters>|undefined}
2319
2444
  * The XHR Node Readable Stream
2320
2445
  */
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
- );
2446
+ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentParameters =
2447
+ function(request, metadata, callback) {
2448
+ return this.client_.rpcCall(this.hostname_ +
2449
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
2450
+ request,
2451
+ metadata || {},
2452
+ methodDescriptor_Agents_GetFullTextSearchIntentParameters,
2453
+ callback);
2329
2454
  };
2330
2455
 
2456
+
2331
2457
  /**
2332
2458
  * @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
2333
2459
  * request proto
@@ -2336,15 +2462,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentParameters = func
2336
2462
  * @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentParameters>}
2337
2463
  * Promise that resolves to the response
2338
2464
  */
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
- );
2465
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentParameters =
2466
+ function(request, metadata) {
2467
+ return this.client_.unaryCall(this.hostname_ +
2468
+ '/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
2469
+ request,
2470
+ metadata || {},
2471
+ methodDescriptor_Agents_GetFullTextSearchIntentParameters);
2346
2472
  };
2347
2473
 
2474
+
2348
2475
  /**
2349
2476
  * @const
2350
2477
  * @type {!grpc.web.MethodDescriptor<
@@ -2352,20 +2479,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentParameters
2352
2479
  * !proto.ondewo.nlu.Operation>}
2353
2480
  */
2354
2481
  const methodDescriptor_Agents_ReindexAgent = new grpc.web.MethodDescriptor(
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
2482
+ '/ondewo.nlu.Agents/ReindexAgent',
2483
+ grpc.web.MethodType.UNARY,
2484
+ proto.ondewo.nlu.ReindexAgentRequest,
2485
+ ondewo_nlu_operations_pb.Operation,
2486
+ /**
2487
+ * @param {!proto.ondewo.nlu.ReindexAgentRequest} request
2488
+ * @return {!Uint8Array}
2489
+ */
2490
+ function(request) {
2491
+ return request.serializeBinary();
2492
+ },
2493
+ ondewo_nlu_operations_pb.Operation.deserializeBinary
2367
2494
  );
2368
2495
 
2496
+
2369
2497
  /**
2370
2498
  * @param {!proto.ondewo.nlu.ReindexAgentRequest} request The
2371
2499
  * request proto
@@ -2376,16 +2504,17 @@ const methodDescriptor_Agents_ReindexAgent = new grpc.web.MethodDescriptor(
2376
2504
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
2377
2505
  * The XHR Node Readable Stream
2378
2506
  */
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
- );
2507
+ proto.ondewo.nlu.AgentsClient.prototype.reindexAgent =
2508
+ function(request, metadata, callback) {
2509
+ return this.client_.rpcCall(this.hostname_ +
2510
+ '/ondewo.nlu.Agents/ReindexAgent',
2511
+ request,
2512
+ metadata || {},
2513
+ methodDescriptor_Agents_ReindexAgent,
2514
+ callback);
2387
2515
  };
2388
2516
 
2517
+
2389
2518
  /**
2390
2519
  * @param {!proto.ondewo.nlu.ReindexAgentRequest} request The
2391
2520
  * request proto
@@ -2394,13 +2523,15 @@ proto.ondewo.nlu.AgentsClient.prototype.reindexAgent = function (request, metada
2394
2523
  * @return {!Promise<!proto.ondewo.nlu.Operation>}
2395
2524
  * Promise that resolves to the response
2396
2525
  */
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
- );
2526
+ proto.ondewo.nlu.AgentsPromiseClient.prototype.reindexAgent =
2527
+ function(request, metadata) {
2528
+ return this.client_.unaryCall(this.hostname_ +
2529
+ '/ondewo.nlu.Agents/ReindexAgent',
2530
+ request,
2531
+ metadata || {},
2532
+ methodDescriptor_Agents_ReindexAgent);
2404
2533
  };
2405
2534
 
2535
+
2406
2536
  module.exports = proto.ondewo.nlu;
2537
+