@ondewo/nlu-client-typescript 3.5.2 → 4.1.0

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