@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.
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +450 -478
- package/api/ondewo/nlu/agent_grpc_web_pb.js +1143 -1213
- package/api/ondewo/nlu/agent_pb.d.ts +1965 -1672
- package/api/ondewo/nlu/agent_pb.js +9401 -10036
- package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/aiservices_grpc_web_pb.js +245 -280
- package/api/ondewo/nlu/aiservices_pb.d.ts +746 -671
- package/api/ondewo/nlu/aiservices_pb.js +3648 -4383
- package/api/ondewo/nlu/common_pb.d.ts +15 -17
- package/api/ondewo/nlu/common_pb.js +83 -93
- package/api/ondewo/nlu/context_grpc_web_pb.d.ts +76 -82
- package/api/ondewo/nlu/context_grpc_web_pb.js +191 -220
- package/api/ondewo/nlu/context_pb.d.ts +151 -151
- package/api/ondewo/nlu/context_pb.js +892 -1045
- package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +142 -154
- package/api/ondewo/nlu/entity_type_grpc_web_pb.js +351 -398
- package/api/ondewo/nlu/entity_type_pb.d.ts +614 -571
- package/api/ondewo/nlu/entity_type_pb.js +2893 -3369
- package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +310 -334
- package/api/ondewo/nlu/intent_grpc_web_pb.js +766 -851
- package/api/ondewo/nlu/intent_pb.d.ts +2151 -1993
- package/api/ondewo/nlu/intent_pb.js +9502 -10692
- package/api/ondewo/nlu/operation_metadata_pb.d.ts +86 -88
- package/api/ondewo/nlu/operation_metadata_pb.js +321 -412
- package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -50
- package/api/ondewo/nlu/operations_grpc_web_pb.js +140 -163
- package/api/ondewo/nlu/operations_pb.d.ts +189 -182
- package/api/ondewo/nlu/operations_pb.js +843 -1004
- package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +65 -70
- package/api/ondewo/nlu/project_role_grpc_web_pb.js +164 -190
- package/api/ondewo/nlu/project_role_pb.d.ts +165 -151
- package/api/ondewo/nlu/project_role_pb.js +796 -963
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +246 -281
- package/api/ondewo/nlu/project_statistics_pb.d.ts +67 -63
- package/api/ondewo/nlu/project_statistics_pb.js +354 -418
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +43 -46
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +110 -130
- package/api/ondewo/nlu/server_statistics_pb.d.ts +15 -14
- package/api/ondewo/nlu/server_statistics_pb.js +81 -91
- package/api/ondewo/nlu/session_grpc_web_pb.d.ts +164 -178
- package/api/ondewo/nlu/session_grpc_web_pb.js +409 -460
- package/api/ondewo/nlu/session_pb.d.ts +1132 -867
- package/api/ondewo/nlu/session_pb.js +5960 -5662
- package/api/ondewo/nlu/user_grpc_web_pb.d.ts +172 -190
- package/api/ondewo/nlu/user_grpc_web_pb.js +431 -487
- package/api/ondewo/nlu/user_pb.d.ts +345 -325
- package/api/ondewo/nlu/user_pb.js +1948 -2312
- package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/utility_grpc_web_pb.js +244 -279
- package/api/ondewo/nlu/utility_pb.d.ts +588 -535
- package/api/ondewo/nlu/utility_pb.js +2814 -3348
- package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +43 -46
- package/api/ondewo/nlu/webhook_grpc_web_pb.js +112 -132
- package/api/ondewo/nlu/webhook_pb.d.ts +123 -119
- package/api/ondewo/nlu/webhook_pb.js +599 -718
- package/api/ondewo/qa/qa_grpc_web_pb.d.ts +87 -94
- package/api/ondewo/qa/qa_grpc_web_pb.js +218 -250
- package/api/ondewo/qa/qa_pb.d.ts +235 -220
- package/api/ondewo/qa/qa_pb.js +1222 -1452
- package/package.json +1 -1
- 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
|
|
17
|
+
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
|
|
20
18
|
|
|
21
|
-
var
|
|
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
|
-
|
|
48
|
-
|
|
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
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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
|
-
|
|
74
|
-
|
|
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
|
-
|
|
84
|
-
|
|
85
|
-
|
|
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
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
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
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
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
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
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
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
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
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
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
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
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
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
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
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
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
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
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
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
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
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
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
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
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
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
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
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
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
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
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
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
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
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
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
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
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
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
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
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
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
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
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
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
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
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
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
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
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
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
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
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
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
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
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
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
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
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
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
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
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
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
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
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
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
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
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
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
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
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
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
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
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
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
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
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
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
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
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
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
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
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
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
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
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
|
-
|