@ondewo/nlu-client-typescript 4.0.0 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +450 -490
  2. package/api/ondewo/nlu/agent_grpc_web_pb.js +1113 -1244
  3. package/api/ondewo/nlu/agent_pb.d.ts +1939 -1751
  4. package/api/ondewo/nlu/agent_pb.js +9062 -10483
  5. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +98 -106
  6. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +245 -280
  7. package/api/ondewo/nlu/aiservices_pb.d.ts +745 -674
  8. package/api/ondewo/nlu/aiservices_pb.js +3638 -4403
  9. package/api/ondewo/nlu/common_pb.d.ts +15 -17
  10. package/api/ondewo/nlu/common_pb.js +83 -93
  11. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +76 -82
  12. package/api/ondewo/nlu/context_grpc_web_pb.js +191 -220
  13. package/api/ondewo/nlu/context_pb.d.ts +151 -151
  14. package/api/ondewo/nlu/context_pb.js +889 -1042
  15. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +142 -154
  16. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +351 -398
  17. package/api/ondewo/nlu/entity_type_pb.d.ts +614 -571
  18. package/api/ondewo/nlu/entity_type_pb.js +2893 -3369
  19. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +310 -334
  20. package/api/ondewo/nlu/intent_grpc_web_pb.js +766 -851
  21. package/api/ondewo/nlu/intent_pb.d.ts +2151 -1993
  22. package/api/ondewo/nlu/intent_pb.js +9502 -10692
  23. package/api/ondewo/nlu/operation_metadata_pb.d.ts +86 -88
  24. package/api/ondewo/nlu/operation_metadata_pb.js +321 -412
  25. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -50
  26. package/api/ondewo/nlu/operations_grpc_web_pb.js +140 -163
  27. package/api/ondewo/nlu/operations_pb.d.ts +189 -182
  28. package/api/ondewo/nlu/operations_pb.js +843 -1004
  29. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +65 -70
  30. package/api/ondewo/nlu/project_role_grpc_web_pb.js +164 -190
  31. package/api/ondewo/nlu/project_role_pb.d.ts +165 -151
  32. package/api/ondewo/nlu/project_role_pb.js +796 -963
  33. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +98 -106
  34. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +246 -281
  35. package/api/ondewo/nlu/project_statistics_pb.d.ts +67 -63
  36. package/api/ondewo/nlu/project_statistics_pb.js +354 -418
  37. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +43 -46
  38. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +110 -130
  39. package/api/ondewo/nlu/server_statistics_pb.d.ts +15 -14
  40. package/api/ondewo/nlu/server_statistics_pb.js +81 -91
  41. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +164 -178
  42. package/api/ondewo/nlu/session_grpc_web_pb.js +409 -462
  43. package/api/ondewo/nlu/session_pb.d.ts +1080 -1025
  44. package/api/ondewo/nlu/session_pb.js +5285 -6536
  45. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +172 -190
  46. package/api/ondewo/nlu/user_grpc_web_pb.js +431 -487
  47. package/api/ondewo/nlu/user_pb.d.ts +345 -325
  48. package/api/ondewo/nlu/user_pb.js +1948 -2312
  49. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +98 -106
  50. package/api/ondewo/nlu/utility_grpc_web_pb.js +244 -279
  51. package/api/ondewo/nlu/utility_pb.d.ts +588 -535
  52. package/api/ondewo/nlu/utility_pb.js +2814 -3348
  53. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +43 -46
  54. package/api/ondewo/nlu/webhook_grpc_web_pb.js +112 -132
  55. package/api/ondewo/nlu/webhook_pb.d.ts +123 -119
  56. package/api/ondewo/nlu/webhook_pb.js +599 -718
  57. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +87 -94
  58. package/api/ondewo/qa/qa_grpc_web_pb.js +218 -250
  59. package/api/ondewo/qa/qa_pb.d.ts +235 -220
  60. package/api/ondewo/qa/qa_pb.js +1222 -1452
  61. package/package.json +1 -1
  62. package/public-api.d.ts +4 -34
@@ -6,33 +6,29 @@
6
6
 
7
7
  // GENERATED CODE -- DO NOT EDIT!
8
8
 
9
-
10
9
  /* eslint-disable */
11
10
  // @ts-nocheck
12
11
 
13
-
14
-
15
12
  const grpc = {};
16
13
  grpc.web = require('grpc-web');
17
14
 
15
+ var google_api_annotations_pb = require('../../google/api/annotations_pb.js');
18
16
 
19
- var google_api_annotations_pb = require('../../google/api/annotations_pb.js')
20
-
21
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
17
+ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
22
18
 
23
- var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js')
19
+ var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js');
24
20
 
25
- var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js')
21
+ var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
26
22
 
27
- var google_rpc_status_pb = require('../../google/rpc/status_pb.js')
23
+ var google_rpc_status_pb = require('../../google/rpc/status_pb.js');
28
24
 
29
- var google_type_latlng_pb = require('../../google/type/latlng_pb.js')
25
+ var google_type_latlng_pb = require('../../google/type/latlng_pb.js');
30
26
 
31
- var ondewo_nlu_context_pb = require('../../ondewo/nlu/context_pb.js')
27
+ var ondewo_nlu_context_pb = require('../../ondewo/nlu/context_pb.js');
32
28
 
33
- var ondewo_nlu_intent_pb = require('../../ondewo/nlu/intent_pb.js')
29
+ var ondewo_nlu_intent_pb = require('../../ondewo/nlu/intent_pb.js');
34
30
 
35
- var ondewo_nlu_entity_type_pb = require('../../ondewo/nlu/entity_type_pb.js')
31
+ var ondewo_nlu_entity_type_pb = require('../../ondewo/nlu/entity_type_pb.js');
36
32
  const proto = {};
37
33
  proto.ondewo = {};
38
34
  proto.ondewo.nlu = require('./session_pb.js');
@@ -45,24 +41,21 @@ proto.ondewo.nlu = require('./session_pb.js');
45
41
  * @struct
46
42
  * @final
47
43
  */
48
- proto.ondewo.nlu.SessionsClient =
49
- function(hostname, credentials, options) {
50
- if (!options) options = {};
51
- options.format = 'binary';
44
+ proto.ondewo.nlu.SessionsClient = function (hostname, credentials, options) {
45
+ if (!options) options = {};
46
+ options.format = 'binary';
52
47
 
53
- /**
54
- * @private @const {!grpc.web.GrpcWebClientBase} The client
55
- */
56
- this.client_ = new grpc.web.GrpcWebClientBase(options);
57
-
58
- /**
59
- * @private @const {string} The hostname
60
- */
61
- this.hostname_ = hostname;
48
+ /**
49
+ * @private @const {!grpc.web.GrpcWebClientBase} The client
50
+ */
51
+ this.client_ = new grpc.web.GrpcWebClientBase(options);
62
52
 
53
+ /**
54
+ * @private @const {string} The hostname
55
+ */
56
+ this.hostname_ = hostname;
63
57
  };
64
58
 
65
-
66
59
  /**
67
60
  * @param {string} hostname
68
61
  * @param {?Object} credentials
@@ -71,24 +64,21 @@ proto.ondewo.nlu.SessionsClient =
71
64
  * @struct
72
65
  * @final
73
66
  */
74
- proto.ondewo.nlu.SessionsPromiseClient =
75
- function(hostname, credentials, options) {
76
- if (!options) options = {};
77
- options.format = 'binary';
78
-
79
- /**
80
- * @private @const {!grpc.web.GrpcWebClientBase} The client
81
- */
82
- this.client_ = new grpc.web.GrpcWebClientBase(options);
67
+ proto.ondewo.nlu.SessionsPromiseClient = function (hostname, credentials, options) {
68
+ if (!options) options = {};
69
+ options.format = 'binary';
83
70
 
84
- /**
85
- * @private @const {string} The hostname
86
- */
87
- this.hostname_ = hostname;
71
+ /**
72
+ * @private @const {!grpc.web.GrpcWebClientBase} The client
73
+ */
74
+ this.client_ = new grpc.web.GrpcWebClientBase(options);
88
75
 
76
+ /**
77
+ * @private @const {string} The hostname
78
+ */
79
+ this.hostname_ = hostname;
89
80
  };
90
81
 
91
-
92
82
  /**
93
83
  * @const
94
84
  * @type {!grpc.web.MethodDescriptor<
@@ -96,21 +86,20 @@ proto.ondewo.nlu.SessionsPromiseClient =
96
86
  * !proto.ondewo.nlu.DetectIntentResponse>}
97
87
  */
98
88
  const methodDescriptor_Sessions_DetectIntent = new grpc.web.MethodDescriptor(
99
- '/ondewo.nlu.Sessions/DetectIntent',
100
- grpc.web.MethodType.UNARY,
101
- proto.ondewo.nlu.DetectIntentRequest,
102
- proto.ondewo.nlu.DetectIntentResponse,
103
- /**
104
- * @param {!proto.ondewo.nlu.DetectIntentRequest} request
105
- * @return {!Uint8Array}
106
- */
107
- function(request) {
108
- return request.serializeBinary();
109
- },
110
- proto.ondewo.nlu.DetectIntentResponse.deserializeBinary
89
+ '/ondewo.nlu.Sessions/DetectIntent',
90
+ grpc.web.MethodType.UNARY,
91
+ proto.ondewo.nlu.DetectIntentRequest,
92
+ proto.ondewo.nlu.DetectIntentResponse,
93
+ /**
94
+ * @param {!proto.ondewo.nlu.DetectIntentRequest} request
95
+ * @return {!Uint8Array}
96
+ */
97
+ function (request) {
98
+ return request.serializeBinary();
99
+ },
100
+ proto.ondewo.nlu.DetectIntentResponse.deserializeBinary
111
101
  );
112
102
 
113
-
114
103
  /**
115
104
  * @param {!proto.ondewo.nlu.DetectIntentRequest} request The
116
105
  * request proto
@@ -121,17 +110,16 @@ const methodDescriptor_Sessions_DetectIntent = new grpc.web.MethodDescriptor(
121
110
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.DetectIntentResponse>|undefined}
122
111
  * The XHR Node Readable Stream
123
112
  */
124
- proto.ondewo.nlu.SessionsClient.prototype.detectIntent =
125
- function(request, metadata, callback) {
126
- return this.client_.rpcCall(this.hostname_ +
127
- '/ondewo.nlu.Sessions/DetectIntent',
128
- request,
129
- metadata || {},
130
- methodDescriptor_Sessions_DetectIntent,
131
- callback);
113
+ proto.ondewo.nlu.SessionsClient.prototype.detectIntent = function (request, metadata, callback) {
114
+ return this.client_.rpcCall(
115
+ this.hostname_ + '/ondewo.nlu.Sessions/DetectIntent',
116
+ request,
117
+ metadata || {},
118
+ methodDescriptor_Sessions_DetectIntent,
119
+ callback
120
+ );
132
121
  };
133
122
 
134
-
135
123
  /**
136
124
  * @param {!proto.ondewo.nlu.DetectIntentRequest} request The
137
125
  * request proto
@@ -140,16 +128,15 @@ proto.ondewo.nlu.SessionsClient.prototype.detectIntent =
140
128
  * @return {!Promise<!proto.ondewo.nlu.DetectIntentResponse>}
141
129
  * Promise that resolves to the response
142
130
  */
143
- proto.ondewo.nlu.SessionsPromiseClient.prototype.detectIntent =
144
- function(request, metadata) {
145
- return this.client_.unaryCall(this.hostname_ +
146
- '/ondewo.nlu.Sessions/DetectIntent',
147
- request,
148
- metadata || {},
149
- methodDescriptor_Sessions_DetectIntent);
131
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.detectIntent = function (request, metadata) {
132
+ return this.client_.unaryCall(
133
+ this.hostname_ + '/ondewo.nlu.Sessions/DetectIntent',
134
+ request,
135
+ metadata || {},
136
+ methodDescriptor_Sessions_DetectIntent
137
+ );
150
138
  };
151
139
 
152
-
153
140
  /**
154
141
  * @const
155
142
  * @type {!grpc.web.MethodDescriptor<
@@ -157,21 +144,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.detectIntent =
157
144
  * !proto.ondewo.nlu.ListSessionsResponse>}
158
145
  */
159
146
  const methodDescriptor_Sessions_ListSessions = new grpc.web.MethodDescriptor(
160
- '/ondewo.nlu.Sessions/ListSessions',
161
- grpc.web.MethodType.UNARY,
162
- proto.ondewo.nlu.ListSessionsRequest,
163
- proto.ondewo.nlu.ListSessionsResponse,
164
- /**
165
- * @param {!proto.ondewo.nlu.ListSessionsRequest} request
166
- * @return {!Uint8Array}
167
- */
168
- function(request) {
169
- return request.serializeBinary();
170
- },
171
- proto.ondewo.nlu.ListSessionsResponse.deserializeBinary
147
+ '/ondewo.nlu.Sessions/ListSessions',
148
+ grpc.web.MethodType.UNARY,
149
+ proto.ondewo.nlu.ListSessionsRequest,
150
+ proto.ondewo.nlu.ListSessionsResponse,
151
+ /**
152
+ * @param {!proto.ondewo.nlu.ListSessionsRequest} request
153
+ * @return {!Uint8Array}
154
+ */
155
+ function (request) {
156
+ return request.serializeBinary();
157
+ },
158
+ proto.ondewo.nlu.ListSessionsResponse.deserializeBinary
172
159
  );
173
160
 
174
-
175
161
  /**
176
162
  * @param {!proto.ondewo.nlu.ListSessionsRequest} request The
177
163
  * request proto
@@ -182,17 +168,16 @@ const methodDescriptor_Sessions_ListSessions = new grpc.web.MethodDescriptor(
182
168
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListSessionsResponse>|undefined}
183
169
  * The XHR Node Readable Stream
184
170
  */
185
- proto.ondewo.nlu.SessionsClient.prototype.listSessions =
186
- function(request, metadata, callback) {
187
- return this.client_.rpcCall(this.hostname_ +
188
- '/ondewo.nlu.Sessions/ListSessions',
189
- request,
190
- metadata || {},
191
- methodDescriptor_Sessions_ListSessions,
192
- callback);
171
+ proto.ondewo.nlu.SessionsClient.prototype.listSessions = function (request, metadata, callback) {
172
+ return this.client_.rpcCall(
173
+ this.hostname_ + '/ondewo.nlu.Sessions/ListSessions',
174
+ request,
175
+ metadata || {},
176
+ methodDescriptor_Sessions_ListSessions,
177
+ callback
178
+ );
193
179
  };
194
180
 
195
-
196
181
  /**
197
182
  * @param {!proto.ondewo.nlu.ListSessionsRequest} request The
198
183
  * request proto
@@ -201,16 +186,15 @@ proto.ondewo.nlu.SessionsClient.prototype.listSessions =
201
186
  * @return {!Promise<!proto.ondewo.nlu.ListSessionsResponse>}
202
187
  * Promise that resolves to the response
203
188
  */
204
- proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessions =
205
- function(request, metadata) {
206
- return this.client_.unaryCall(this.hostname_ +
207
- '/ondewo.nlu.Sessions/ListSessions',
208
- request,
209
- metadata || {},
210
- methodDescriptor_Sessions_ListSessions);
189
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessions = function (request, metadata) {
190
+ return this.client_.unaryCall(
191
+ this.hostname_ + '/ondewo.nlu.Sessions/ListSessions',
192
+ request,
193
+ metadata || {},
194
+ methodDescriptor_Sessions_ListSessions
195
+ );
211
196
  };
212
197
 
213
-
214
198
  /**
215
199
  * @const
216
200
  * @type {!grpc.web.MethodDescriptor<
@@ -218,21 +202,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessions =
218
202
  * !proto.ondewo.nlu.Session>}
219
203
  */
220
204
  const methodDescriptor_Sessions_GetSession = new grpc.web.MethodDescriptor(
221
- '/ondewo.nlu.Sessions/GetSession',
222
- grpc.web.MethodType.UNARY,
223
- proto.ondewo.nlu.GetSessionRequest,
224
- proto.ondewo.nlu.Session,
225
- /**
226
- * @param {!proto.ondewo.nlu.GetSessionRequest} request
227
- * @return {!Uint8Array}
228
- */
229
- function(request) {
230
- return request.serializeBinary();
231
- },
232
- proto.ondewo.nlu.Session.deserializeBinary
205
+ '/ondewo.nlu.Sessions/GetSession',
206
+ grpc.web.MethodType.UNARY,
207
+ proto.ondewo.nlu.GetSessionRequest,
208
+ proto.ondewo.nlu.Session,
209
+ /**
210
+ * @param {!proto.ondewo.nlu.GetSessionRequest} request
211
+ * @return {!Uint8Array}
212
+ */
213
+ function (request) {
214
+ return request.serializeBinary();
215
+ },
216
+ proto.ondewo.nlu.Session.deserializeBinary
233
217
  );
234
218
 
235
-
236
219
  /**
237
220
  * @param {!proto.ondewo.nlu.GetSessionRequest} request The
238
221
  * request proto
@@ -243,17 +226,16 @@ const methodDescriptor_Sessions_GetSession = new grpc.web.MethodDescriptor(
243
226
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Session>|undefined}
244
227
  * The XHR Node Readable Stream
245
228
  */
246
- proto.ondewo.nlu.SessionsClient.prototype.getSession =
247
- function(request, metadata, callback) {
248
- return this.client_.rpcCall(this.hostname_ +
249
- '/ondewo.nlu.Sessions/GetSession',
250
- request,
251
- metadata || {},
252
- methodDescriptor_Sessions_GetSession,
253
- callback);
229
+ proto.ondewo.nlu.SessionsClient.prototype.getSession = function (request, metadata, callback) {
230
+ return this.client_.rpcCall(
231
+ this.hostname_ + '/ondewo.nlu.Sessions/GetSession',
232
+ request,
233
+ metadata || {},
234
+ methodDescriptor_Sessions_GetSession,
235
+ callback
236
+ );
254
237
  };
255
238
 
256
-
257
239
  /**
258
240
  * @param {!proto.ondewo.nlu.GetSessionRequest} request The
259
241
  * request proto
@@ -262,16 +244,15 @@ proto.ondewo.nlu.SessionsClient.prototype.getSession =
262
244
  * @return {!Promise<!proto.ondewo.nlu.Session>}
263
245
  * Promise that resolves to the response
264
246
  */
265
- proto.ondewo.nlu.SessionsPromiseClient.prototype.getSession =
266
- function(request, metadata) {
267
- return this.client_.unaryCall(this.hostname_ +
268
- '/ondewo.nlu.Sessions/GetSession',
269
- request,
270
- metadata || {},
271
- methodDescriptor_Sessions_GetSession);
247
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.getSession = function (request, metadata) {
248
+ return this.client_.unaryCall(
249
+ this.hostname_ + '/ondewo.nlu.Sessions/GetSession',
250
+ request,
251
+ metadata || {},
252
+ methodDescriptor_Sessions_GetSession
253
+ );
272
254
  };
273
255
 
274
-
275
256
  /**
276
257
  * @const
277
258
  * @type {!grpc.web.MethodDescriptor<
@@ -279,21 +260,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.getSession =
279
260
  * !proto.ondewo.nlu.Session>}
280
261
  */
281
262
  const methodDescriptor_Sessions_CreateSession = new grpc.web.MethodDescriptor(
282
- '/ondewo.nlu.Sessions/CreateSession',
283
- grpc.web.MethodType.UNARY,
284
- proto.ondewo.nlu.CreateSessionRequest,
285
- proto.ondewo.nlu.Session,
286
- /**
287
- * @param {!proto.ondewo.nlu.CreateSessionRequest} request
288
- * @return {!Uint8Array}
289
- */
290
- function(request) {
291
- return request.serializeBinary();
292
- },
293
- proto.ondewo.nlu.Session.deserializeBinary
263
+ '/ondewo.nlu.Sessions/CreateSession',
264
+ grpc.web.MethodType.UNARY,
265
+ proto.ondewo.nlu.CreateSessionRequest,
266
+ proto.ondewo.nlu.Session,
267
+ /**
268
+ * @param {!proto.ondewo.nlu.CreateSessionRequest} request
269
+ * @return {!Uint8Array}
270
+ */
271
+ function (request) {
272
+ return request.serializeBinary();
273
+ },
274
+ proto.ondewo.nlu.Session.deserializeBinary
294
275
  );
295
276
 
296
-
297
277
  /**
298
278
  * @param {!proto.ondewo.nlu.CreateSessionRequest} request The
299
279
  * request proto
@@ -304,17 +284,16 @@ const methodDescriptor_Sessions_CreateSession = new grpc.web.MethodDescriptor(
304
284
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Session>|undefined}
305
285
  * The XHR Node Readable Stream
306
286
  */
307
- proto.ondewo.nlu.SessionsClient.prototype.createSession =
308
- function(request, metadata, callback) {
309
- return this.client_.rpcCall(this.hostname_ +
310
- '/ondewo.nlu.Sessions/CreateSession',
311
- request,
312
- metadata || {},
313
- methodDescriptor_Sessions_CreateSession,
314
- callback);
287
+ proto.ondewo.nlu.SessionsClient.prototype.createSession = function (request, metadata, callback) {
288
+ return this.client_.rpcCall(
289
+ this.hostname_ + '/ondewo.nlu.Sessions/CreateSession',
290
+ request,
291
+ metadata || {},
292
+ methodDescriptor_Sessions_CreateSession,
293
+ callback
294
+ );
315
295
  };
316
296
 
317
-
318
297
  /**
319
298
  * @param {!proto.ondewo.nlu.CreateSessionRequest} request The
320
299
  * request proto
@@ -323,16 +302,15 @@ proto.ondewo.nlu.SessionsClient.prototype.createSession =
323
302
  * @return {!Promise<!proto.ondewo.nlu.Session>}
324
303
  * Promise that resolves to the response
325
304
  */
326
- proto.ondewo.nlu.SessionsPromiseClient.prototype.createSession =
327
- function(request, metadata) {
328
- return this.client_.unaryCall(this.hostname_ +
329
- '/ondewo.nlu.Sessions/CreateSession',
330
- request,
331
- metadata || {},
332
- methodDescriptor_Sessions_CreateSession);
305
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.createSession = function (request, metadata) {
306
+ return this.client_.unaryCall(
307
+ this.hostname_ + '/ondewo.nlu.Sessions/CreateSession',
308
+ request,
309
+ metadata || {},
310
+ methodDescriptor_Sessions_CreateSession
311
+ );
333
312
  };
334
313
 
335
-
336
314
  /**
337
315
  * @const
338
316
  * @type {!grpc.web.MethodDescriptor<
@@ -340,21 +318,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.createSession =
340
318
  * !proto.ondewo.nlu.Session>}
341
319
  */
342
320
  const methodDescriptor_Sessions_TrackSessionStep = new grpc.web.MethodDescriptor(
343
- '/ondewo.nlu.Sessions/TrackSessionStep',
344
- grpc.web.MethodType.UNARY,
345
- proto.ondewo.nlu.TrackSessionStepRequest,
346
- proto.ondewo.nlu.Session,
347
- /**
348
- * @param {!proto.ondewo.nlu.TrackSessionStepRequest} request
349
- * @return {!Uint8Array}
350
- */
351
- function(request) {
352
- return request.serializeBinary();
353
- },
354
- proto.ondewo.nlu.Session.deserializeBinary
321
+ '/ondewo.nlu.Sessions/TrackSessionStep',
322
+ grpc.web.MethodType.UNARY,
323
+ proto.ondewo.nlu.TrackSessionStepRequest,
324
+ proto.ondewo.nlu.Session,
325
+ /**
326
+ * @param {!proto.ondewo.nlu.TrackSessionStepRequest} request
327
+ * @return {!Uint8Array}
328
+ */
329
+ function (request) {
330
+ return request.serializeBinary();
331
+ },
332
+ proto.ondewo.nlu.Session.deserializeBinary
355
333
  );
356
334
 
357
-
358
335
  /**
359
336
  * @param {!proto.ondewo.nlu.TrackSessionStepRequest} request The
360
337
  * request proto
@@ -365,17 +342,16 @@ const methodDescriptor_Sessions_TrackSessionStep = new grpc.web.MethodDescriptor
365
342
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Session>|undefined}
366
343
  * The XHR Node Readable Stream
367
344
  */
368
- proto.ondewo.nlu.SessionsClient.prototype.trackSessionStep =
369
- function(request, metadata, callback) {
370
- return this.client_.rpcCall(this.hostname_ +
371
- '/ondewo.nlu.Sessions/TrackSessionStep',
372
- request,
373
- metadata || {},
374
- methodDescriptor_Sessions_TrackSessionStep,
375
- callback);
345
+ proto.ondewo.nlu.SessionsClient.prototype.trackSessionStep = function (request, metadata, callback) {
346
+ return this.client_.rpcCall(
347
+ this.hostname_ + '/ondewo.nlu.Sessions/TrackSessionStep',
348
+ request,
349
+ metadata || {},
350
+ methodDescriptor_Sessions_TrackSessionStep,
351
+ callback
352
+ );
376
353
  };
377
354
 
378
-
379
355
  /**
380
356
  * @param {!proto.ondewo.nlu.TrackSessionStepRequest} request The
381
357
  * request proto
@@ -384,16 +360,15 @@ proto.ondewo.nlu.SessionsClient.prototype.trackSessionStep =
384
360
  * @return {!Promise<!proto.ondewo.nlu.Session>}
385
361
  * Promise that resolves to the response
386
362
  */
387
- proto.ondewo.nlu.SessionsPromiseClient.prototype.trackSessionStep =
388
- function(request, metadata) {
389
- return this.client_.unaryCall(this.hostname_ +
390
- '/ondewo.nlu.Sessions/TrackSessionStep',
391
- request,
392
- metadata || {},
393
- methodDescriptor_Sessions_TrackSessionStep);
363
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.trackSessionStep = function (request, metadata) {
364
+ return this.client_.unaryCall(
365
+ this.hostname_ + '/ondewo.nlu.Sessions/TrackSessionStep',
366
+ request,
367
+ metadata || {},
368
+ methodDescriptor_Sessions_TrackSessionStep
369
+ );
394
370
  };
395
371
 
396
-
397
372
  /**
398
373
  * @const
399
374
  * @type {!grpc.web.MethodDescriptor<
@@ -401,21 +376,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.trackSessionStep =
401
376
  * !proto.google.protobuf.Empty>}
402
377
  */
403
378
  const methodDescriptor_Sessions_DeleteSession = new grpc.web.MethodDescriptor(
404
- '/ondewo.nlu.Sessions/DeleteSession',
405
- grpc.web.MethodType.UNARY,
406
- proto.ondewo.nlu.DeleteSessionRequest,
407
- google_protobuf_empty_pb.Empty,
408
- /**
409
- * @param {!proto.ondewo.nlu.DeleteSessionRequest} request
410
- * @return {!Uint8Array}
411
- */
412
- function(request) {
413
- return request.serializeBinary();
414
- },
415
- google_protobuf_empty_pb.Empty.deserializeBinary
379
+ '/ondewo.nlu.Sessions/DeleteSession',
380
+ grpc.web.MethodType.UNARY,
381
+ proto.ondewo.nlu.DeleteSessionRequest,
382
+ google_protobuf_empty_pb.Empty,
383
+ /**
384
+ * @param {!proto.ondewo.nlu.DeleteSessionRequest} request
385
+ * @return {!Uint8Array}
386
+ */
387
+ function (request) {
388
+ return request.serializeBinary();
389
+ },
390
+ google_protobuf_empty_pb.Empty.deserializeBinary
416
391
  );
417
392
 
418
-
419
393
  /**
420
394
  * @param {!proto.ondewo.nlu.DeleteSessionRequest} request The
421
395
  * request proto
@@ -426,17 +400,16 @@ const methodDescriptor_Sessions_DeleteSession = new grpc.web.MethodDescriptor(
426
400
  * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
427
401
  * The XHR Node Readable Stream
428
402
  */
429
- proto.ondewo.nlu.SessionsClient.prototype.deleteSession =
430
- function(request, metadata, callback) {
431
- return this.client_.rpcCall(this.hostname_ +
432
- '/ondewo.nlu.Sessions/DeleteSession',
433
- request,
434
- metadata || {},
435
- methodDescriptor_Sessions_DeleteSession,
436
- callback);
403
+ proto.ondewo.nlu.SessionsClient.prototype.deleteSession = function (request, metadata, callback) {
404
+ return this.client_.rpcCall(
405
+ this.hostname_ + '/ondewo.nlu.Sessions/DeleteSession',
406
+ request,
407
+ metadata || {},
408
+ methodDescriptor_Sessions_DeleteSession,
409
+ callback
410
+ );
437
411
  };
438
412
 
439
-
440
413
  /**
441
414
  * @param {!proto.ondewo.nlu.DeleteSessionRequest} request The
442
415
  * request proto
@@ -445,16 +418,15 @@ proto.ondewo.nlu.SessionsClient.prototype.deleteSession =
445
418
  * @return {!Promise<!proto.google.protobuf.Empty>}
446
419
  * Promise that resolves to the response
447
420
  */
448
- proto.ondewo.nlu.SessionsPromiseClient.prototype.deleteSession =
449
- function(request, metadata) {
450
- return this.client_.unaryCall(this.hostname_ +
451
- '/ondewo.nlu.Sessions/DeleteSession',
452
- request,
453
- metadata || {},
454
- methodDescriptor_Sessions_DeleteSession);
421
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.deleteSession = function (request, metadata) {
422
+ return this.client_.unaryCall(
423
+ this.hostname_ + '/ondewo.nlu.Sessions/DeleteSession',
424
+ request,
425
+ metadata || {},
426
+ methodDescriptor_Sessions_DeleteSession
427
+ );
455
428
  };
456
429
 
457
-
458
430
  /**
459
431
  * @const
460
432
  * @type {!grpc.web.MethodDescriptor<
@@ -462,21 +434,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.deleteSession =
462
434
  * !proto.ondewo.nlu.ListSessionLabelsResponse>}
463
435
  */
464
436
  const methodDescriptor_Sessions_ListSessionLabels = new grpc.web.MethodDescriptor(
465
- '/ondewo.nlu.Sessions/ListSessionLabels',
466
- grpc.web.MethodType.UNARY,
467
- proto.ondewo.nlu.ListSessionLabelsRequest,
468
- proto.ondewo.nlu.ListSessionLabelsResponse,
469
- /**
470
- * @param {!proto.ondewo.nlu.ListSessionLabelsRequest} request
471
- * @return {!Uint8Array}
472
- */
473
- function(request) {
474
- return request.serializeBinary();
475
- },
476
- proto.ondewo.nlu.ListSessionLabelsResponse.deserializeBinary
437
+ '/ondewo.nlu.Sessions/ListSessionLabels',
438
+ grpc.web.MethodType.UNARY,
439
+ proto.ondewo.nlu.ListSessionLabelsRequest,
440
+ proto.ondewo.nlu.ListSessionLabelsResponse,
441
+ /**
442
+ * @param {!proto.ondewo.nlu.ListSessionLabelsRequest} request
443
+ * @return {!Uint8Array}
444
+ */
445
+ function (request) {
446
+ return request.serializeBinary();
447
+ },
448
+ proto.ondewo.nlu.ListSessionLabelsResponse.deserializeBinary
477
449
  );
478
450
 
479
-
480
451
  /**
481
452
  * @param {!proto.ondewo.nlu.ListSessionLabelsRequest} request The
482
453
  * request proto
@@ -487,17 +458,16 @@ const methodDescriptor_Sessions_ListSessionLabels = new grpc.web.MethodDescripto
487
458
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListSessionLabelsResponse>|undefined}
488
459
  * The XHR Node Readable Stream
489
460
  */
490
- proto.ondewo.nlu.SessionsClient.prototype.listSessionLabels =
491
- function(request, metadata, callback) {
492
- return this.client_.rpcCall(this.hostname_ +
493
- '/ondewo.nlu.Sessions/ListSessionLabels',
494
- request,
495
- metadata || {},
496
- methodDescriptor_Sessions_ListSessionLabels,
497
- callback);
461
+ proto.ondewo.nlu.SessionsClient.prototype.listSessionLabels = function (request, metadata, callback) {
462
+ return this.client_.rpcCall(
463
+ this.hostname_ + '/ondewo.nlu.Sessions/ListSessionLabels',
464
+ request,
465
+ metadata || {},
466
+ methodDescriptor_Sessions_ListSessionLabels,
467
+ callback
468
+ );
498
469
  };
499
470
 
500
-
501
471
  /**
502
472
  * @param {!proto.ondewo.nlu.ListSessionLabelsRequest} request The
503
473
  * request proto
@@ -506,16 +476,15 @@ proto.ondewo.nlu.SessionsClient.prototype.listSessionLabels =
506
476
  * @return {!Promise<!proto.ondewo.nlu.ListSessionLabelsResponse>}
507
477
  * Promise that resolves to the response
508
478
  */
509
- proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessionLabels =
510
- function(request, metadata) {
511
- return this.client_.unaryCall(this.hostname_ +
512
- '/ondewo.nlu.Sessions/ListSessionLabels',
513
- request,
514
- metadata || {},
515
- methodDescriptor_Sessions_ListSessionLabels);
479
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessionLabels = function (request, metadata) {
480
+ return this.client_.unaryCall(
481
+ this.hostname_ + '/ondewo.nlu.Sessions/ListSessionLabels',
482
+ request,
483
+ metadata || {},
484
+ methodDescriptor_Sessions_ListSessionLabels
485
+ );
516
486
  };
517
487
 
518
-
519
488
  /**
520
489
  * @const
521
490
  * @type {!grpc.web.MethodDescriptor<
@@ -523,21 +492,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessionLabels =
523
492
  * !proto.ondewo.nlu.ListSessionLabelsResponse>}
524
493
  */
525
494
  const methodDescriptor_Sessions_ListSessionLabelsOfAllSessions = new grpc.web.MethodDescriptor(
526
- '/ondewo.nlu.Sessions/ListSessionLabelsOfAllSessions',
527
- grpc.web.MethodType.UNARY,
528
- proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest,
529
- proto.ondewo.nlu.ListSessionLabelsResponse,
530
- /**
531
- * @param {!proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest} request
532
- * @return {!Uint8Array}
533
- */
534
- function(request) {
535
- return request.serializeBinary();
536
- },
537
- proto.ondewo.nlu.ListSessionLabelsResponse.deserializeBinary
495
+ '/ondewo.nlu.Sessions/ListSessionLabelsOfAllSessions',
496
+ grpc.web.MethodType.UNARY,
497
+ proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest,
498
+ proto.ondewo.nlu.ListSessionLabelsResponse,
499
+ /**
500
+ * @param {!proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest} request
501
+ * @return {!Uint8Array}
502
+ */
503
+ function (request) {
504
+ return request.serializeBinary();
505
+ },
506
+ proto.ondewo.nlu.ListSessionLabelsResponse.deserializeBinary
538
507
  );
539
508
 
540
-
541
509
  /**
542
510
  * @param {!proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest} request The
543
511
  * request proto
@@ -548,17 +516,16 @@ const methodDescriptor_Sessions_ListSessionLabelsOfAllSessions = new grpc.web.Me
548
516
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListSessionLabelsResponse>|undefined}
549
517
  * The XHR Node Readable Stream
550
518
  */
551
- proto.ondewo.nlu.SessionsClient.prototype.listSessionLabelsOfAllSessions =
552
- function(request, metadata, callback) {
553
- return this.client_.rpcCall(this.hostname_ +
554
- '/ondewo.nlu.Sessions/ListSessionLabelsOfAllSessions',
555
- request,
556
- metadata || {},
557
- methodDescriptor_Sessions_ListSessionLabelsOfAllSessions,
558
- callback);
519
+ proto.ondewo.nlu.SessionsClient.prototype.listSessionLabelsOfAllSessions = function (request, metadata, callback) {
520
+ return this.client_.rpcCall(
521
+ this.hostname_ + '/ondewo.nlu.Sessions/ListSessionLabelsOfAllSessions',
522
+ request,
523
+ metadata || {},
524
+ methodDescriptor_Sessions_ListSessionLabelsOfAllSessions,
525
+ callback
526
+ );
559
527
  };
560
528
 
561
-
562
529
  /**
563
530
  * @param {!proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest} request The
564
531
  * request proto
@@ -567,16 +534,15 @@ proto.ondewo.nlu.SessionsClient.prototype.listSessionLabelsOfAllSessions =
567
534
  * @return {!Promise<!proto.ondewo.nlu.ListSessionLabelsResponse>}
568
535
  * Promise that resolves to the response
569
536
  */
570
- proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessionLabelsOfAllSessions =
571
- function(request, metadata) {
572
- return this.client_.unaryCall(this.hostname_ +
573
- '/ondewo.nlu.Sessions/ListSessionLabelsOfAllSessions',
574
- request,
575
- metadata || {},
576
- methodDescriptor_Sessions_ListSessionLabelsOfAllSessions);
537
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessionLabelsOfAllSessions = function (request, metadata) {
538
+ return this.client_.unaryCall(
539
+ this.hostname_ + '/ondewo.nlu.Sessions/ListSessionLabelsOfAllSessions',
540
+ request,
541
+ metadata || {},
542
+ methodDescriptor_Sessions_ListSessionLabelsOfAllSessions
543
+ );
577
544
  };
578
545
 
579
-
580
546
  /**
581
547
  * @const
582
548
  * @type {!grpc.web.MethodDescriptor<
@@ -584,21 +550,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessionLabelsOfAllSessions
584
550
  * !proto.ondewo.nlu.Session>}
585
551
  */
586
552
  const methodDescriptor_Sessions_AddSessionLabels = new grpc.web.MethodDescriptor(
587
- '/ondewo.nlu.Sessions/AddSessionLabels',
588
- grpc.web.MethodType.UNARY,
589
- proto.ondewo.nlu.AddSessionLabelsRequest,
590
- proto.ondewo.nlu.Session,
591
- /**
592
- * @param {!proto.ondewo.nlu.AddSessionLabelsRequest} request
593
- * @return {!Uint8Array}
594
- */
595
- function(request) {
596
- return request.serializeBinary();
597
- },
598
- proto.ondewo.nlu.Session.deserializeBinary
553
+ '/ondewo.nlu.Sessions/AddSessionLabels',
554
+ grpc.web.MethodType.UNARY,
555
+ proto.ondewo.nlu.AddSessionLabelsRequest,
556
+ proto.ondewo.nlu.Session,
557
+ /**
558
+ * @param {!proto.ondewo.nlu.AddSessionLabelsRequest} request
559
+ * @return {!Uint8Array}
560
+ */
561
+ function (request) {
562
+ return request.serializeBinary();
563
+ },
564
+ proto.ondewo.nlu.Session.deserializeBinary
599
565
  );
600
566
 
601
-
602
567
  /**
603
568
  * @param {!proto.ondewo.nlu.AddSessionLabelsRequest} request The
604
569
  * request proto
@@ -609,17 +574,16 @@ const methodDescriptor_Sessions_AddSessionLabels = new grpc.web.MethodDescriptor
609
574
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Session>|undefined}
610
575
  * The XHR Node Readable Stream
611
576
  */
612
- proto.ondewo.nlu.SessionsClient.prototype.addSessionLabels =
613
- function(request, metadata, callback) {
614
- return this.client_.rpcCall(this.hostname_ +
615
- '/ondewo.nlu.Sessions/AddSessionLabels',
616
- request,
617
- metadata || {},
618
- methodDescriptor_Sessions_AddSessionLabels,
619
- callback);
577
+ proto.ondewo.nlu.SessionsClient.prototype.addSessionLabels = function (request, metadata, callback) {
578
+ return this.client_.rpcCall(
579
+ this.hostname_ + '/ondewo.nlu.Sessions/AddSessionLabels',
580
+ request,
581
+ metadata || {},
582
+ methodDescriptor_Sessions_AddSessionLabels,
583
+ callback
584
+ );
620
585
  };
621
586
 
622
-
623
587
  /**
624
588
  * @param {!proto.ondewo.nlu.AddSessionLabelsRequest} request The
625
589
  * request proto
@@ -628,16 +592,15 @@ proto.ondewo.nlu.SessionsClient.prototype.addSessionLabels =
628
592
  * @return {!Promise<!proto.ondewo.nlu.Session>}
629
593
  * Promise that resolves to the response
630
594
  */
631
- proto.ondewo.nlu.SessionsPromiseClient.prototype.addSessionLabels =
632
- function(request, metadata) {
633
- return this.client_.unaryCall(this.hostname_ +
634
- '/ondewo.nlu.Sessions/AddSessionLabels',
635
- request,
636
- metadata || {},
637
- methodDescriptor_Sessions_AddSessionLabels);
595
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.addSessionLabels = function (request, metadata) {
596
+ return this.client_.unaryCall(
597
+ this.hostname_ + '/ondewo.nlu.Sessions/AddSessionLabels',
598
+ request,
599
+ metadata || {},
600
+ methodDescriptor_Sessions_AddSessionLabels
601
+ );
638
602
  };
639
603
 
640
-
641
604
  /**
642
605
  * @const
643
606
  * @type {!grpc.web.MethodDescriptor<
@@ -645,21 +608,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.addSessionLabels =
645
608
  * !proto.ondewo.nlu.Session>}
646
609
  */
647
610
  const methodDescriptor_Sessions_DeleteSessionLabels = new grpc.web.MethodDescriptor(
648
- '/ondewo.nlu.Sessions/DeleteSessionLabels',
649
- grpc.web.MethodType.UNARY,
650
- proto.ondewo.nlu.DeleteSessionLabelsRequest,
651
- proto.ondewo.nlu.Session,
652
- /**
653
- * @param {!proto.ondewo.nlu.DeleteSessionLabelsRequest} request
654
- * @return {!Uint8Array}
655
- */
656
- function(request) {
657
- return request.serializeBinary();
658
- },
659
- proto.ondewo.nlu.Session.deserializeBinary
611
+ '/ondewo.nlu.Sessions/DeleteSessionLabels',
612
+ grpc.web.MethodType.UNARY,
613
+ proto.ondewo.nlu.DeleteSessionLabelsRequest,
614
+ proto.ondewo.nlu.Session,
615
+ /**
616
+ * @param {!proto.ondewo.nlu.DeleteSessionLabelsRequest} request
617
+ * @return {!Uint8Array}
618
+ */
619
+ function (request) {
620
+ return request.serializeBinary();
621
+ },
622
+ proto.ondewo.nlu.Session.deserializeBinary
660
623
  );
661
624
 
662
-
663
625
  /**
664
626
  * @param {!proto.ondewo.nlu.DeleteSessionLabelsRequest} request The
665
627
  * request proto
@@ -670,17 +632,16 @@ const methodDescriptor_Sessions_DeleteSessionLabels = new grpc.web.MethodDescrip
670
632
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Session>|undefined}
671
633
  * The XHR Node Readable Stream
672
634
  */
673
- proto.ondewo.nlu.SessionsClient.prototype.deleteSessionLabels =
674
- function(request, metadata, callback) {
675
- return this.client_.rpcCall(this.hostname_ +
676
- '/ondewo.nlu.Sessions/DeleteSessionLabels',
677
- request,
678
- metadata || {},
679
- methodDescriptor_Sessions_DeleteSessionLabels,
680
- callback);
635
+ proto.ondewo.nlu.SessionsClient.prototype.deleteSessionLabels = function (request, metadata, callback) {
636
+ return this.client_.rpcCall(
637
+ this.hostname_ + '/ondewo.nlu.Sessions/DeleteSessionLabels',
638
+ request,
639
+ metadata || {},
640
+ methodDescriptor_Sessions_DeleteSessionLabels,
641
+ callback
642
+ );
681
643
  };
682
644
 
683
-
684
645
  /**
685
646
  * @param {!proto.ondewo.nlu.DeleteSessionLabelsRequest} request The
686
647
  * request proto
@@ -689,16 +650,15 @@ proto.ondewo.nlu.SessionsClient.prototype.deleteSessionLabels =
689
650
  * @return {!Promise<!proto.ondewo.nlu.Session>}
690
651
  * Promise that resolves to the response
691
652
  */
692
- proto.ondewo.nlu.SessionsPromiseClient.prototype.deleteSessionLabels =
693
- function(request, metadata) {
694
- return this.client_.unaryCall(this.hostname_ +
695
- '/ondewo.nlu.Sessions/DeleteSessionLabels',
696
- request,
697
- metadata || {},
698
- methodDescriptor_Sessions_DeleteSessionLabels);
653
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.deleteSessionLabels = function (request, metadata) {
654
+ return this.client_.unaryCall(
655
+ this.hostname_ + '/ondewo.nlu.Sessions/DeleteSessionLabels',
656
+ request,
657
+ metadata || {},
658
+ methodDescriptor_Sessions_DeleteSessionLabels
659
+ );
699
660
  };
700
661
 
701
-
702
662
  /**
703
663
  * @const
704
664
  * @type {!grpc.web.MethodDescriptor<
@@ -706,21 +666,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.deleteSessionLabels =
706
666
  * !proto.ondewo.nlu.ListSessionReviewsResponse>}
707
667
  */
708
668
  const methodDescriptor_Sessions_ListSessionReviews = new grpc.web.MethodDescriptor(
709
- '/ondewo.nlu.Sessions/ListSessionReviews',
710
- grpc.web.MethodType.UNARY,
711
- proto.ondewo.nlu.ListSessionReviewsRequest,
712
- proto.ondewo.nlu.ListSessionReviewsResponse,
713
- /**
714
- * @param {!proto.ondewo.nlu.ListSessionReviewsRequest} request
715
- * @return {!Uint8Array}
716
- */
717
- function(request) {
718
- return request.serializeBinary();
719
- },
720
- proto.ondewo.nlu.ListSessionReviewsResponse.deserializeBinary
669
+ '/ondewo.nlu.Sessions/ListSessionReviews',
670
+ grpc.web.MethodType.UNARY,
671
+ proto.ondewo.nlu.ListSessionReviewsRequest,
672
+ proto.ondewo.nlu.ListSessionReviewsResponse,
673
+ /**
674
+ * @param {!proto.ondewo.nlu.ListSessionReviewsRequest} request
675
+ * @return {!Uint8Array}
676
+ */
677
+ function (request) {
678
+ return request.serializeBinary();
679
+ },
680
+ proto.ondewo.nlu.ListSessionReviewsResponse.deserializeBinary
721
681
  );
722
682
 
723
-
724
683
  /**
725
684
  * @param {!proto.ondewo.nlu.ListSessionReviewsRequest} request The
726
685
  * request proto
@@ -731,17 +690,16 @@ const methodDescriptor_Sessions_ListSessionReviews = new grpc.web.MethodDescript
731
690
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListSessionReviewsResponse>|undefined}
732
691
  * The XHR Node Readable Stream
733
692
  */
734
- proto.ondewo.nlu.SessionsClient.prototype.listSessionReviews =
735
- function(request, metadata, callback) {
736
- return this.client_.rpcCall(this.hostname_ +
737
- '/ondewo.nlu.Sessions/ListSessionReviews',
738
- request,
739
- metadata || {},
740
- methodDescriptor_Sessions_ListSessionReviews,
741
- callback);
693
+ proto.ondewo.nlu.SessionsClient.prototype.listSessionReviews = function (request, metadata, callback) {
694
+ return this.client_.rpcCall(
695
+ this.hostname_ + '/ondewo.nlu.Sessions/ListSessionReviews',
696
+ request,
697
+ metadata || {},
698
+ methodDescriptor_Sessions_ListSessionReviews,
699
+ callback
700
+ );
742
701
  };
743
702
 
744
-
745
703
  /**
746
704
  * @param {!proto.ondewo.nlu.ListSessionReviewsRequest} request The
747
705
  * request proto
@@ -750,16 +708,15 @@ proto.ondewo.nlu.SessionsClient.prototype.listSessionReviews =
750
708
  * @return {!Promise<!proto.ondewo.nlu.ListSessionReviewsResponse>}
751
709
  * Promise that resolves to the response
752
710
  */
753
- proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessionReviews =
754
- function(request, metadata) {
755
- return this.client_.unaryCall(this.hostname_ +
756
- '/ondewo.nlu.Sessions/ListSessionReviews',
757
- request,
758
- metadata || {},
759
- methodDescriptor_Sessions_ListSessionReviews);
711
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessionReviews = function (request, metadata) {
712
+ return this.client_.unaryCall(
713
+ this.hostname_ + '/ondewo.nlu.Sessions/ListSessionReviews',
714
+ request,
715
+ metadata || {},
716
+ methodDescriptor_Sessions_ListSessionReviews
717
+ );
760
718
  };
761
719
 
762
-
763
720
  /**
764
721
  * @const
765
722
  * @type {!grpc.web.MethodDescriptor<
@@ -767,21 +724,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessionReviews =
767
724
  * !proto.ondewo.nlu.SessionReview>}
768
725
  */
769
726
  const methodDescriptor_Sessions_GetSessionReview = new grpc.web.MethodDescriptor(
770
- '/ondewo.nlu.Sessions/GetSessionReview',
771
- grpc.web.MethodType.UNARY,
772
- proto.ondewo.nlu.GetSessionReviewRequest,
773
- proto.ondewo.nlu.SessionReview,
774
- /**
775
- * @param {!proto.ondewo.nlu.GetSessionReviewRequest} request
776
- * @return {!Uint8Array}
777
- */
778
- function(request) {
779
- return request.serializeBinary();
780
- },
781
- proto.ondewo.nlu.SessionReview.deserializeBinary
727
+ '/ondewo.nlu.Sessions/GetSessionReview',
728
+ grpc.web.MethodType.UNARY,
729
+ proto.ondewo.nlu.GetSessionReviewRequest,
730
+ proto.ondewo.nlu.SessionReview,
731
+ /**
732
+ * @param {!proto.ondewo.nlu.GetSessionReviewRequest} request
733
+ * @return {!Uint8Array}
734
+ */
735
+ function (request) {
736
+ return request.serializeBinary();
737
+ },
738
+ proto.ondewo.nlu.SessionReview.deserializeBinary
782
739
  );
783
740
 
784
-
785
741
  /**
786
742
  * @param {!proto.ondewo.nlu.GetSessionReviewRequest} request The
787
743
  * request proto
@@ -792,17 +748,16 @@ const methodDescriptor_Sessions_GetSessionReview = new grpc.web.MethodDescriptor
792
748
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.SessionReview>|undefined}
793
749
  * The XHR Node Readable Stream
794
750
  */
795
- proto.ondewo.nlu.SessionsClient.prototype.getSessionReview =
796
- function(request, metadata, callback) {
797
- return this.client_.rpcCall(this.hostname_ +
798
- '/ondewo.nlu.Sessions/GetSessionReview',
799
- request,
800
- metadata || {},
801
- methodDescriptor_Sessions_GetSessionReview,
802
- callback);
751
+ proto.ondewo.nlu.SessionsClient.prototype.getSessionReview = function (request, metadata, callback) {
752
+ return this.client_.rpcCall(
753
+ this.hostname_ + '/ondewo.nlu.Sessions/GetSessionReview',
754
+ request,
755
+ metadata || {},
756
+ methodDescriptor_Sessions_GetSessionReview,
757
+ callback
758
+ );
803
759
  };
804
760
 
805
-
806
761
  /**
807
762
  * @param {!proto.ondewo.nlu.GetSessionReviewRequest} request The
808
763
  * request proto
@@ -811,16 +766,15 @@ proto.ondewo.nlu.SessionsClient.prototype.getSessionReview =
811
766
  * @return {!Promise<!proto.ondewo.nlu.SessionReview>}
812
767
  * Promise that resolves to the response
813
768
  */
814
- proto.ondewo.nlu.SessionsPromiseClient.prototype.getSessionReview =
815
- function(request, metadata) {
816
- return this.client_.unaryCall(this.hostname_ +
817
- '/ondewo.nlu.Sessions/GetSessionReview',
818
- request,
819
- metadata || {},
820
- methodDescriptor_Sessions_GetSessionReview);
769
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.getSessionReview = function (request, metadata) {
770
+ return this.client_.unaryCall(
771
+ this.hostname_ + '/ondewo.nlu.Sessions/GetSessionReview',
772
+ request,
773
+ metadata || {},
774
+ methodDescriptor_Sessions_GetSessionReview
775
+ );
821
776
  };
822
777
 
823
-
824
778
  /**
825
779
  * @const
826
780
  * @type {!grpc.web.MethodDescriptor<
@@ -828,21 +782,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.getSessionReview =
828
782
  * !proto.ondewo.nlu.SessionReview>}
829
783
  */
830
784
  const methodDescriptor_Sessions_GetLatestSessionReview = new grpc.web.MethodDescriptor(
831
- '/ondewo.nlu.Sessions/GetLatestSessionReview',
832
- grpc.web.MethodType.UNARY,
833
- proto.ondewo.nlu.GetLatestSessionReviewRequest,
834
- proto.ondewo.nlu.SessionReview,
835
- /**
836
- * @param {!proto.ondewo.nlu.GetLatestSessionReviewRequest} request
837
- * @return {!Uint8Array}
838
- */
839
- function(request) {
840
- return request.serializeBinary();
841
- },
842
- proto.ondewo.nlu.SessionReview.deserializeBinary
785
+ '/ondewo.nlu.Sessions/GetLatestSessionReview',
786
+ grpc.web.MethodType.UNARY,
787
+ proto.ondewo.nlu.GetLatestSessionReviewRequest,
788
+ proto.ondewo.nlu.SessionReview,
789
+ /**
790
+ * @param {!proto.ondewo.nlu.GetLatestSessionReviewRequest} request
791
+ * @return {!Uint8Array}
792
+ */
793
+ function (request) {
794
+ return request.serializeBinary();
795
+ },
796
+ proto.ondewo.nlu.SessionReview.deserializeBinary
843
797
  );
844
798
 
845
-
846
799
  /**
847
800
  * @param {!proto.ondewo.nlu.GetLatestSessionReviewRequest} request The
848
801
  * request proto
@@ -853,17 +806,16 @@ const methodDescriptor_Sessions_GetLatestSessionReview = new grpc.web.MethodDesc
853
806
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.SessionReview>|undefined}
854
807
  * The XHR Node Readable Stream
855
808
  */
856
- proto.ondewo.nlu.SessionsClient.prototype.getLatestSessionReview =
857
- function(request, metadata, callback) {
858
- return this.client_.rpcCall(this.hostname_ +
859
- '/ondewo.nlu.Sessions/GetLatestSessionReview',
860
- request,
861
- metadata || {},
862
- methodDescriptor_Sessions_GetLatestSessionReview,
863
- callback);
809
+ proto.ondewo.nlu.SessionsClient.prototype.getLatestSessionReview = function (request, metadata, callback) {
810
+ return this.client_.rpcCall(
811
+ this.hostname_ + '/ondewo.nlu.Sessions/GetLatestSessionReview',
812
+ request,
813
+ metadata || {},
814
+ methodDescriptor_Sessions_GetLatestSessionReview,
815
+ callback
816
+ );
864
817
  };
865
818
 
866
-
867
819
  /**
868
820
  * @param {!proto.ondewo.nlu.GetLatestSessionReviewRequest} request The
869
821
  * request proto
@@ -872,16 +824,15 @@ proto.ondewo.nlu.SessionsClient.prototype.getLatestSessionReview =
872
824
  * @return {!Promise<!proto.ondewo.nlu.SessionReview>}
873
825
  * Promise that resolves to the response
874
826
  */
875
- proto.ondewo.nlu.SessionsPromiseClient.prototype.getLatestSessionReview =
876
- function(request, metadata) {
877
- return this.client_.unaryCall(this.hostname_ +
878
- '/ondewo.nlu.Sessions/GetLatestSessionReview',
879
- request,
880
- metadata || {},
881
- methodDescriptor_Sessions_GetLatestSessionReview);
827
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.getLatestSessionReview = function (request, metadata) {
828
+ return this.client_.unaryCall(
829
+ this.hostname_ + '/ondewo.nlu.Sessions/GetLatestSessionReview',
830
+ request,
831
+ metadata || {},
832
+ methodDescriptor_Sessions_GetLatestSessionReview
833
+ );
882
834
  };
883
835
 
884
-
885
836
  /**
886
837
  * @const
887
838
  * @type {!grpc.web.MethodDescriptor<
@@ -889,21 +840,20 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.getLatestSessionReview =
889
840
  * !proto.ondewo.nlu.SessionReview>}
890
841
  */
891
842
  const methodDescriptor_Sessions_CreateSessionReview = new grpc.web.MethodDescriptor(
892
- '/ondewo.nlu.Sessions/CreateSessionReview',
893
- grpc.web.MethodType.UNARY,
894
- proto.ondewo.nlu.CreateSessionReviewRequest,
895
- proto.ondewo.nlu.SessionReview,
896
- /**
897
- * @param {!proto.ondewo.nlu.CreateSessionReviewRequest} request
898
- * @return {!Uint8Array}
899
- */
900
- function(request) {
901
- return request.serializeBinary();
902
- },
903
- proto.ondewo.nlu.SessionReview.deserializeBinary
843
+ '/ondewo.nlu.Sessions/CreateSessionReview',
844
+ grpc.web.MethodType.UNARY,
845
+ proto.ondewo.nlu.CreateSessionReviewRequest,
846
+ proto.ondewo.nlu.SessionReview,
847
+ /**
848
+ * @param {!proto.ondewo.nlu.CreateSessionReviewRequest} request
849
+ * @return {!Uint8Array}
850
+ */
851
+ function (request) {
852
+ return request.serializeBinary();
853
+ },
854
+ proto.ondewo.nlu.SessionReview.deserializeBinary
904
855
  );
905
856
 
906
-
907
857
  /**
908
858
  * @param {!proto.ondewo.nlu.CreateSessionReviewRequest} request The
909
859
  * request proto
@@ -914,17 +864,16 @@ const methodDescriptor_Sessions_CreateSessionReview = new grpc.web.MethodDescrip
914
864
  * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.SessionReview>|undefined}
915
865
  * The XHR Node Readable Stream
916
866
  */
917
- proto.ondewo.nlu.SessionsClient.prototype.createSessionReview =
918
- function(request, metadata, callback) {
919
- return this.client_.rpcCall(this.hostname_ +
920
- '/ondewo.nlu.Sessions/CreateSessionReview',
921
- request,
922
- metadata || {},
923
- methodDescriptor_Sessions_CreateSessionReview,
924
- callback);
867
+ proto.ondewo.nlu.SessionsClient.prototype.createSessionReview = function (request, metadata, callback) {
868
+ return this.client_.rpcCall(
869
+ this.hostname_ + '/ondewo.nlu.Sessions/CreateSessionReview',
870
+ request,
871
+ metadata || {},
872
+ methodDescriptor_Sessions_CreateSessionReview,
873
+ callback
874
+ );
925
875
  };
926
876
 
927
-
928
877
  /**
929
878
  * @param {!proto.ondewo.nlu.CreateSessionReviewRequest} request The
930
879
  * request proto
@@ -933,15 +882,13 @@ proto.ondewo.nlu.SessionsClient.prototype.createSessionReview =
933
882
  * @return {!Promise<!proto.ondewo.nlu.SessionReview>}
934
883
  * Promise that resolves to the response
935
884
  */
936
- proto.ondewo.nlu.SessionsPromiseClient.prototype.createSessionReview =
937
- function(request, metadata) {
938
- return this.client_.unaryCall(this.hostname_ +
939
- '/ondewo.nlu.Sessions/CreateSessionReview',
940
- request,
941
- metadata || {},
942
- methodDescriptor_Sessions_CreateSessionReview);
885
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.createSessionReview = function (request, metadata) {
886
+ return this.client_.unaryCall(
887
+ this.hostname_ + '/ondewo.nlu.Sessions/CreateSessionReview',
888
+ request,
889
+ metadata || {},
890
+ methodDescriptor_Sessions_CreateSessionReview
891
+ );
943
892
  };
944
893
 
945
-
946
894
  module.exports = proto.ondewo.nlu;
947
-