@ondewo/nlu-client-typescript 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +450 -490
- package/api/ondewo/nlu/agent_grpc_web_pb.js +1113 -1244
- package/api/ondewo/nlu/agent_pb.d.ts +1939 -1751
- package/api/ondewo/nlu/agent_pb.js +9062 -10483
- 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 +745 -674
- package/api/ondewo/nlu/aiservices_pb.js +3638 -4403
- 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 +889 -1042
- 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 -462
- package/api/ondewo/nlu/session_pb.d.ts +1080 -1025
- package/api/ondewo/nlu/session_pb.js +5285 -6536
- 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,25 +6,21 @@
|
|
|
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
|
|
21
|
+
var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js');
|
|
24
22
|
|
|
25
|
-
var
|
|
26
|
-
|
|
27
|
-
var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js')
|
|
23
|
+
var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js');
|
|
28
24
|
const proto = {};
|
|
29
25
|
proto.ondewo = {};
|
|
30
26
|
proto.ondewo.nlu = require('./entity_type_pb.js');
|
|
@@ -37,24 +33,21 @@ proto.ondewo.nlu = require('./entity_type_pb.js');
|
|
|
37
33
|
* @struct
|
|
38
34
|
* @final
|
|
39
35
|
*/
|
|
40
|
-
proto.ondewo.nlu.EntityTypesClient =
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
options.format = 'binary';
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
47
|
-
*/
|
|
48
|
-
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
36
|
+
proto.ondewo.nlu.EntityTypesClient = function (hostname, credentials, options) {
|
|
37
|
+
if (!options) options = {};
|
|
38
|
+
options.format = 'binary';
|
|
49
39
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
40
|
+
/**
|
|
41
|
+
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
42
|
+
*/
|
|
43
|
+
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
54
44
|
|
|
45
|
+
/**
|
|
46
|
+
* @private @const {string} The hostname
|
|
47
|
+
*/
|
|
48
|
+
this.hostname_ = hostname;
|
|
55
49
|
};
|
|
56
50
|
|
|
57
|
-
|
|
58
51
|
/**
|
|
59
52
|
* @param {string} hostname
|
|
60
53
|
* @param {?Object} credentials
|
|
@@ -63,24 +56,21 @@ proto.ondewo.nlu.EntityTypesClient =
|
|
|
63
56
|
* @struct
|
|
64
57
|
* @final
|
|
65
58
|
*/
|
|
66
|
-
proto.ondewo.nlu.EntityTypesPromiseClient =
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
options.format = 'binary';
|
|
59
|
+
proto.ondewo.nlu.EntityTypesPromiseClient = function (hostname, credentials, options) {
|
|
60
|
+
if (!options) options = {};
|
|
61
|
+
options.format = 'binary';
|
|
70
62
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* @private @const {string} The hostname
|
|
78
|
-
*/
|
|
79
|
-
this.hostname_ = hostname;
|
|
63
|
+
/**
|
|
64
|
+
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
65
|
+
*/
|
|
66
|
+
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
80
67
|
|
|
68
|
+
/**
|
|
69
|
+
* @private @const {string} The hostname
|
|
70
|
+
*/
|
|
71
|
+
this.hostname_ = hostname;
|
|
81
72
|
};
|
|
82
73
|
|
|
83
|
-
|
|
84
74
|
/**
|
|
85
75
|
* @const
|
|
86
76
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -88,21 +78,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient =
|
|
|
88
78
|
* !proto.ondewo.nlu.ListEntityTypesResponse>}
|
|
89
79
|
*/
|
|
90
80
|
const methodDescriptor_EntityTypes_ListEntityTypes = new grpc.web.MethodDescriptor(
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
81
|
+
'/ondewo.nlu.EntityTypes/ListEntityTypes',
|
|
82
|
+
grpc.web.MethodType.UNARY,
|
|
83
|
+
proto.ondewo.nlu.ListEntityTypesRequest,
|
|
84
|
+
proto.ondewo.nlu.ListEntityTypesResponse,
|
|
85
|
+
/**
|
|
86
|
+
* @param {!proto.ondewo.nlu.ListEntityTypesRequest} request
|
|
87
|
+
* @return {!Uint8Array}
|
|
88
|
+
*/
|
|
89
|
+
function (request) {
|
|
90
|
+
return request.serializeBinary();
|
|
91
|
+
},
|
|
92
|
+
proto.ondewo.nlu.ListEntityTypesResponse.deserializeBinary
|
|
103
93
|
);
|
|
104
94
|
|
|
105
|
-
|
|
106
95
|
/**
|
|
107
96
|
* @param {!proto.ondewo.nlu.ListEntityTypesRequest} request The
|
|
108
97
|
* request proto
|
|
@@ -113,17 +102,16 @@ const methodDescriptor_EntityTypes_ListEntityTypes = new grpc.web.MethodDescript
|
|
|
113
102
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListEntityTypesResponse>|undefined}
|
|
114
103
|
* The XHR Node Readable Stream
|
|
115
104
|
*/
|
|
116
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.listEntityTypes =
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
105
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.listEntityTypes = function (request, metadata, callback) {
|
|
106
|
+
return this.client_.rpcCall(
|
|
107
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/ListEntityTypes',
|
|
108
|
+
request,
|
|
109
|
+
metadata || {},
|
|
110
|
+
methodDescriptor_EntityTypes_ListEntityTypes,
|
|
111
|
+
callback
|
|
112
|
+
);
|
|
124
113
|
};
|
|
125
114
|
|
|
126
|
-
|
|
127
115
|
/**
|
|
128
116
|
* @param {!proto.ondewo.nlu.ListEntityTypesRequest} request The
|
|
129
117
|
* request proto
|
|
@@ -132,16 +120,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.listEntityTypes =
|
|
|
132
120
|
* @return {!Promise<!proto.ondewo.nlu.ListEntityTypesResponse>}
|
|
133
121
|
* Promise that resolves to the response
|
|
134
122
|
*/
|
|
135
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.listEntityTypes =
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
123
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.listEntityTypes = function (request, metadata) {
|
|
124
|
+
return this.client_.unaryCall(
|
|
125
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/ListEntityTypes',
|
|
126
|
+
request,
|
|
127
|
+
metadata || {},
|
|
128
|
+
methodDescriptor_EntityTypes_ListEntityTypes
|
|
129
|
+
);
|
|
142
130
|
};
|
|
143
131
|
|
|
144
|
-
|
|
145
132
|
/**
|
|
146
133
|
* @const
|
|
147
134
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -149,21 +136,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.listEntityTypes =
|
|
|
149
136
|
* !proto.ondewo.nlu.EntityType>}
|
|
150
137
|
*/
|
|
151
138
|
const methodDescriptor_EntityTypes_GetEntityType = new grpc.web.MethodDescriptor(
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
139
|
+
'/ondewo.nlu.EntityTypes/GetEntityType',
|
|
140
|
+
grpc.web.MethodType.UNARY,
|
|
141
|
+
proto.ondewo.nlu.GetEntityTypeRequest,
|
|
142
|
+
proto.ondewo.nlu.EntityType,
|
|
143
|
+
/**
|
|
144
|
+
* @param {!proto.ondewo.nlu.GetEntityTypeRequest} request
|
|
145
|
+
* @return {!Uint8Array}
|
|
146
|
+
*/
|
|
147
|
+
function (request) {
|
|
148
|
+
return request.serializeBinary();
|
|
149
|
+
},
|
|
150
|
+
proto.ondewo.nlu.EntityType.deserializeBinary
|
|
164
151
|
);
|
|
165
152
|
|
|
166
|
-
|
|
167
153
|
/**
|
|
168
154
|
* @param {!proto.ondewo.nlu.GetEntityTypeRequest} request The
|
|
169
155
|
* request proto
|
|
@@ -174,17 +160,16 @@ const methodDescriptor_EntityTypes_GetEntityType = new grpc.web.MethodDescriptor
|
|
|
174
160
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.EntityType>|undefined}
|
|
175
161
|
* The XHR Node Readable Stream
|
|
176
162
|
*/
|
|
177
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.getEntityType =
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
163
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.getEntityType = function (request, metadata, callback) {
|
|
164
|
+
return this.client_.rpcCall(
|
|
165
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/GetEntityType',
|
|
166
|
+
request,
|
|
167
|
+
metadata || {},
|
|
168
|
+
methodDescriptor_EntityTypes_GetEntityType,
|
|
169
|
+
callback
|
|
170
|
+
);
|
|
185
171
|
};
|
|
186
172
|
|
|
187
|
-
|
|
188
173
|
/**
|
|
189
174
|
* @param {!proto.ondewo.nlu.GetEntityTypeRequest} request The
|
|
190
175
|
* request proto
|
|
@@ -193,16 +178,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.getEntityType =
|
|
|
193
178
|
* @return {!Promise<!proto.ondewo.nlu.EntityType>}
|
|
194
179
|
* Promise that resolves to the response
|
|
195
180
|
*/
|
|
196
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.getEntityType =
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
181
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.getEntityType = function (request, metadata) {
|
|
182
|
+
return this.client_.unaryCall(
|
|
183
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/GetEntityType',
|
|
184
|
+
request,
|
|
185
|
+
metadata || {},
|
|
186
|
+
methodDescriptor_EntityTypes_GetEntityType
|
|
187
|
+
);
|
|
203
188
|
};
|
|
204
189
|
|
|
205
|
-
|
|
206
190
|
/**
|
|
207
191
|
* @const
|
|
208
192
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -210,21 +194,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.getEntityType =
|
|
|
210
194
|
* !proto.ondewo.nlu.EntityType>}
|
|
211
195
|
*/
|
|
212
196
|
const methodDescriptor_EntityTypes_CreateEntityType = new grpc.web.MethodDescriptor(
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
197
|
+
'/ondewo.nlu.EntityTypes/CreateEntityType',
|
|
198
|
+
grpc.web.MethodType.UNARY,
|
|
199
|
+
proto.ondewo.nlu.CreateEntityTypeRequest,
|
|
200
|
+
proto.ondewo.nlu.EntityType,
|
|
201
|
+
/**
|
|
202
|
+
* @param {!proto.ondewo.nlu.CreateEntityTypeRequest} request
|
|
203
|
+
* @return {!Uint8Array}
|
|
204
|
+
*/
|
|
205
|
+
function (request) {
|
|
206
|
+
return request.serializeBinary();
|
|
207
|
+
},
|
|
208
|
+
proto.ondewo.nlu.EntityType.deserializeBinary
|
|
225
209
|
);
|
|
226
210
|
|
|
227
|
-
|
|
228
211
|
/**
|
|
229
212
|
* @param {!proto.ondewo.nlu.CreateEntityTypeRequest} request The
|
|
230
213
|
* request proto
|
|
@@ -235,17 +218,16 @@ const methodDescriptor_EntityTypes_CreateEntityType = new grpc.web.MethodDescrip
|
|
|
235
218
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.EntityType>|undefined}
|
|
236
219
|
* The XHR Node Readable Stream
|
|
237
220
|
*/
|
|
238
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.createEntityType =
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
221
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.createEntityType = function (request, metadata, callback) {
|
|
222
|
+
return this.client_.rpcCall(
|
|
223
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/CreateEntityType',
|
|
224
|
+
request,
|
|
225
|
+
metadata || {},
|
|
226
|
+
methodDescriptor_EntityTypes_CreateEntityType,
|
|
227
|
+
callback
|
|
228
|
+
);
|
|
246
229
|
};
|
|
247
230
|
|
|
248
|
-
|
|
249
231
|
/**
|
|
250
232
|
* @param {!proto.ondewo.nlu.CreateEntityTypeRequest} request The
|
|
251
233
|
* request proto
|
|
@@ -254,16 +236,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.createEntityType =
|
|
|
254
236
|
* @return {!Promise<!proto.ondewo.nlu.EntityType>}
|
|
255
237
|
* Promise that resolves to the response
|
|
256
238
|
*/
|
|
257
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.createEntityType =
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
239
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.createEntityType = function (request, metadata) {
|
|
240
|
+
return this.client_.unaryCall(
|
|
241
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/CreateEntityType',
|
|
242
|
+
request,
|
|
243
|
+
metadata || {},
|
|
244
|
+
methodDescriptor_EntityTypes_CreateEntityType
|
|
245
|
+
);
|
|
264
246
|
};
|
|
265
247
|
|
|
266
|
-
|
|
267
248
|
/**
|
|
268
249
|
* @const
|
|
269
250
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -271,21 +252,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.createEntityType =
|
|
|
271
252
|
* !proto.ondewo.nlu.EntityType>}
|
|
272
253
|
*/
|
|
273
254
|
const methodDescriptor_EntityTypes_UpdateEntityType = new grpc.web.MethodDescriptor(
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
255
|
+
'/ondewo.nlu.EntityTypes/UpdateEntityType',
|
|
256
|
+
grpc.web.MethodType.UNARY,
|
|
257
|
+
proto.ondewo.nlu.UpdateEntityTypeRequest,
|
|
258
|
+
proto.ondewo.nlu.EntityType,
|
|
259
|
+
/**
|
|
260
|
+
* @param {!proto.ondewo.nlu.UpdateEntityTypeRequest} request
|
|
261
|
+
* @return {!Uint8Array}
|
|
262
|
+
*/
|
|
263
|
+
function (request) {
|
|
264
|
+
return request.serializeBinary();
|
|
265
|
+
},
|
|
266
|
+
proto.ondewo.nlu.EntityType.deserializeBinary
|
|
286
267
|
);
|
|
287
268
|
|
|
288
|
-
|
|
289
269
|
/**
|
|
290
270
|
* @param {!proto.ondewo.nlu.UpdateEntityTypeRequest} request The
|
|
291
271
|
* request proto
|
|
@@ -296,17 +276,16 @@ const methodDescriptor_EntityTypes_UpdateEntityType = new grpc.web.MethodDescrip
|
|
|
296
276
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.EntityType>|undefined}
|
|
297
277
|
* The XHR Node Readable Stream
|
|
298
278
|
*/
|
|
299
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.updateEntityType =
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
279
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.updateEntityType = function (request, metadata, callback) {
|
|
280
|
+
return this.client_.rpcCall(
|
|
281
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/UpdateEntityType',
|
|
282
|
+
request,
|
|
283
|
+
metadata || {},
|
|
284
|
+
methodDescriptor_EntityTypes_UpdateEntityType,
|
|
285
|
+
callback
|
|
286
|
+
);
|
|
307
287
|
};
|
|
308
288
|
|
|
309
|
-
|
|
310
289
|
/**
|
|
311
290
|
* @param {!proto.ondewo.nlu.UpdateEntityTypeRequest} request The
|
|
312
291
|
* request proto
|
|
@@ -315,16 +294,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.updateEntityType =
|
|
|
315
294
|
* @return {!Promise<!proto.ondewo.nlu.EntityType>}
|
|
316
295
|
* Promise that resolves to the response
|
|
317
296
|
*/
|
|
318
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.updateEntityType =
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
297
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.updateEntityType = function (request, metadata) {
|
|
298
|
+
return this.client_.unaryCall(
|
|
299
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/UpdateEntityType',
|
|
300
|
+
request,
|
|
301
|
+
metadata || {},
|
|
302
|
+
methodDescriptor_EntityTypes_UpdateEntityType
|
|
303
|
+
);
|
|
325
304
|
};
|
|
326
305
|
|
|
327
|
-
|
|
328
306
|
/**
|
|
329
307
|
* @const
|
|
330
308
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -332,21 +310,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.updateEntityType =
|
|
|
332
310
|
* !proto.google.protobuf.Empty>}
|
|
333
311
|
*/
|
|
334
312
|
const methodDescriptor_EntityTypes_DeleteEntityType = new grpc.web.MethodDescriptor(
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
313
|
+
'/ondewo.nlu.EntityTypes/DeleteEntityType',
|
|
314
|
+
grpc.web.MethodType.UNARY,
|
|
315
|
+
proto.ondewo.nlu.DeleteEntityTypeRequest,
|
|
316
|
+
google_protobuf_empty_pb.Empty,
|
|
317
|
+
/**
|
|
318
|
+
* @param {!proto.ondewo.nlu.DeleteEntityTypeRequest} request
|
|
319
|
+
* @return {!Uint8Array}
|
|
320
|
+
*/
|
|
321
|
+
function (request) {
|
|
322
|
+
return request.serializeBinary();
|
|
323
|
+
},
|
|
324
|
+
google_protobuf_empty_pb.Empty.deserializeBinary
|
|
347
325
|
);
|
|
348
326
|
|
|
349
|
-
|
|
350
327
|
/**
|
|
351
328
|
* @param {!proto.ondewo.nlu.DeleteEntityTypeRequest} request The
|
|
352
329
|
* request proto
|
|
@@ -357,17 +334,16 @@ const methodDescriptor_EntityTypes_DeleteEntityType = new grpc.web.MethodDescrip
|
|
|
357
334
|
* @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
|
|
358
335
|
* The XHR Node Readable Stream
|
|
359
336
|
*/
|
|
360
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.deleteEntityType =
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
337
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.deleteEntityType = function (request, metadata, callback) {
|
|
338
|
+
return this.client_.rpcCall(
|
|
339
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/DeleteEntityType',
|
|
340
|
+
request,
|
|
341
|
+
metadata || {},
|
|
342
|
+
methodDescriptor_EntityTypes_DeleteEntityType,
|
|
343
|
+
callback
|
|
344
|
+
);
|
|
368
345
|
};
|
|
369
346
|
|
|
370
|
-
|
|
371
347
|
/**
|
|
372
348
|
* @param {!proto.ondewo.nlu.DeleteEntityTypeRequest} request The
|
|
373
349
|
* request proto
|
|
@@ -376,16 +352,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.deleteEntityType =
|
|
|
376
352
|
* @return {!Promise<!proto.google.protobuf.Empty>}
|
|
377
353
|
* Promise that resolves to the response
|
|
378
354
|
*/
|
|
379
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.deleteEntityType =
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
355
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.deleteEntityType = function (request, metadata) {
|
|
356
|
+
return this.client_.unaryCall(
|
|
357
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/DeleteEntityType',
|
|
358
|
+
request,
|
|
359
|
+
metadata || {},
|
|
360
|
+
methodDescriptor_EntityTypes_DeleteEntityType
|
|
361
|
+
);
|
|
386
362
|
};
|
|
387
363
|
|
|
388
|
-
|
|
389
364
|
/**
|
|
390
365
|
* @const
|
|
391
366
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -393,21 +368,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.deleteEntityType =
|
|
|
393
368
|
* !proto.ondewo.nlu.Operation>}
|
|
394
369
|
*/
|
|
395
370
|
const methodDescriptor_EntityTypes_BatchUpdateEntityTypes = new grpc.web.MethodDescriptor(
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
371
|
+
'/ondewo.nlu.EntityTypes/BatchUpdateEntityTypes',
|
|
372
|
+
grpc.web.MethodType.UNARY,
|
|
373
|
+
proto.ondewo.nlu.BatchUpdateEntityTypesRequest,
|
|
374
|
+
ondewo_nlu_operations_pb.Operation,
|
|
375
|
+
/**
|
|
376
|
+
* @param {!proto.ondewo.nlu.BatchUpdateEntityTypesRequest} request
|
|
377
|
+
* @return {!Uint8Array}
|
|
378
|
+
*/
|
|
379
|
+
function (request) {
|
|
380
|
+
return request.serializeBinary();
|
|
381
|
+
},
|
|
382
|
+
ondewo_nlu_operations_pb.Operation.deserializeBinary
|
|
408
383
|
);
|
|
409
384
|
|
|
410
|
-
|
|
411
385
|
/**
|
|
412
386
|
* @param {!proto.ondewo.nlu.BatchUpdateEntityTypesRequest} request The
|
|
413
387
|
* request proto
|
|
@@ -418,17 +392,16 @@ const methodDescriptor_EntityTypes_BatchUpdateEntityTypes = new grpc.web.MethodD
|
|
|
418
392
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
|
|
419
393
|
* The XHR Node Readable Stream
|
|
420
394
|
*/
|
|
421
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntityTypes =
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
395
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntityTypes = function (request, metadata, callback) {
|
|
396
|
+
return this.client_.rpcCall(
|
|
397
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchUpdateEntityTypes',
|
|
398
|
+
request,
|
|
399
|
+
metadata || {},
|
|
400
|
+
methodDescriptor_EntityTypes_BatchUpdateEntityTypes,
|
|
401
|
+
callback
|
|
402
|
+
);
|
|
429
403
|
};
|
|
430
404
|
|
|
431
|
-
|
|
432
405
|
/**
|
|
433
406
|
* @param {!proto.ondewo.nlu.BatchUpdateEntityTypesRequest} request The
|
|
434
407
|
* request proto
|
|
@@ -437,16 +410,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntityTypes =
|
|
|
437
410
|
* @return {!Promise<!proto.ondewo.nlu.Operation>}
|
|
438
411
|
* Promise that resolves to the response
|
|
439
412
|
*/
|
|
440
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntityTypes =
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
413
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntityTypes = function (request, metadata) {
|
|
414
|
+
return this.client_.unaryCall(
|
|
415
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchUpdateEntityTypes',
|
|
416
|
+
request,
|
|
417
|
+
metadata || {},
|
|
418
|
+
methodDescriptor_EntityTypes_BatchUpdateEntityTypes
|
|
419
|
+
);
|
|
447
420
|
};
|
|
448
421
|
|
|
449
|
-
|
|
450
422
|
/**
|
|
451
423
|
* @const
|
|
452
424
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -454,21 +426,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntityTypes =
|
|
|
454
426
|
* !proto.ondewo.nlu.Operation>}
|
|
455
427
|
*/
|
|
456
428
|
const methodDescriptor_EntityTypes_BatchDeleteEntityTypes = new grpc.web.MethodDescriptor(
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
429
|
+
'/ondewo.nlu.EntityTypes/BatchDeleteEntityTypes',
|
|
430
|
+
grpc.web.MethodType.UNARY,
|
|
431
|
+
proto.ondewo.nlu.BatchDeleteEntityTypesRequest,
|
|
432
|
+
ondewo_nlu_operations_pb.Operation,
|
|
433
|
+
/**
|
|
434
|
+
* @param {!proto.ondewo.nlu.BatchDeleteEntityTypesRequest} request
|
|
435
|
+
* @return {!Uint8Array}
|
|
436
|
+
*/
|
|
437
|
+
function (request) {
|
|
438
|
+
return request.serializeBinary();
|
|
439
|
+
},
|
|
440
|
+
ondewo_nlu_operations_pb.Operation.deserializeBinary
|
|
469
441
|
);
|
|
470
442
|
|
|
471
|
-
|
|
472
443
|
/**
|
|
473
444
|
* @param {!proto.ondewo.nlu.BatchDeleteEntityTypesRequest} request The
|
|
474
445
|
* request proto
|
|
@@ -479,17 +450,16 @@ const methodDescriptor_EntityTypes_BatchDeleteEntityTypes = new grpc.web.MethodD
|
|
|
479
450
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
|
|
480
451
|
* The XHR Node Readable Stream
|
|
481
452
|
*/
|
|
482
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntityTypes =
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
453
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntityTypes = function (request, metadata, callback) {
|
|
454
|
+
return this.client_.rpcCall(
|
|
455
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchDeleteEntityTypes',
|
|
456
|
+
request,
|
|
457
|
+
metadata || {},
|
|
458
|
+
methodDescriptor_EntityTypes_BatchDeleteEntityTypes,
|
|
459
|
+
callback
|
|
460
|
+
);
|
|
490
461
|
};
|
|
491
462
|
|
|
492
|
-
|
|
493
463
|
/**
|
|
494
464
|
* @param {!proto.ondewo.nlu.BatchDeleteEntityTypesRequest} request The
|
|
495
465
|
* request proto
|
|
@@ -498,16 +468,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntityTypes =
|
|
|
498
468
|
* @return {!Promise<!proto.ondewo.nlu.Operation>}
|
|
499
469
|
* Promise that resolves to the response
|
|
500
470
|
*/
|
|
501
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntityTypes =
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
471
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntityTypes = function (request, metadata) {
|
|
472
|
+
return this.client_.unaryCall(
|
|
473
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchDeleteEntityTypes',
|
|
474
|
+
request,
|
|
475
|
+
metadata || {},
|
|
476
|
+
methodDescriptor_EntityTypes_BatchDeleteEntityTypes
|
|
477
|
+
);
|
|
508
478
|
};
|
|
509
479
|
|
|
510
|
-
|
|
511
480
|
/**
|
|
512
481
|
* @const
|
|
513
482
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -515,21 +484,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntityTypes =
|
|
|
515
484
|
* !proto.ondewo.nlu.BatchEntitiesResponse>}
|
|
516
485
|
*/
|
|
517
486
|
const methodDescriptor_EntityTypes_BatchCreateEntities = new grpc.web.MethodDescriptor(
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
487
|
+
'/ondewo.nlu.EntityTypes/BatchCreateEntities',
|
|
488
|
+
grpc.web.MethodType.UNARY,
|
|
489
|
+
proto.ondewo.nlu.BatchCreateEntitiesRequest,
|
|
490
|
+
proto.ondewo.nlu.BatchEntitiesResponse,
|
|
491
|
+
/**
|
|
492
|
+
* @param {!proto.ondewo.nlu.BatchCreateEntitiesRequest} request
|
|
493
|
+
* @return {!Uint8Array}
|
|
494
|
+
*/
|
|
495
|
+
function (request) {
|
|
496
|
+
return request.serializeBinary();
|
|
497
|
+
},
|
|
498
|
+
proto.ondewo.nlu.BatchEntitiesResponse.deserializeBinary
|
|
530
499
|
);
|
|
531
500
|
|
|
532
|
-
|
|
533
501
|
/**
|
|
534
502
|
* @param {!proto.ondewo.nlu.BatchCreateEntitiesRequest} request The
|
|
535
503
|
* request proto
|
|
@@ -540,17 +508,16 @@ const methodDescriptor_EntityTypes_BatchCreateEntities = new grpc.web.MethodDesc
|
|
|
540
508
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchEntitiesResponse>|undefined}
|
|
541
509
|
* The XHR Node Readable Stream
|
|
542
510
|
*/
|
|
543
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.batchCreateEntities =
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
511
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.batchCreateEntities = function (request, metadata, callback) {
|
|
512
|
+
return this.client_.rpcCall(
|
|
513
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchCreateEntities',
|
|
514
|
+
request,
|
|
515
|
+
metadata || {},
|
|
516
|
+
methodDescriptor_EntityTypes_BatchCreateEntities,
|
|
517
|
+
callback
|
|
518
|
+
);
|
|
551
519
|
};
|
|
552
520
|
|
|
553
|
-
|
|
554
521
|
/**
|
|
555
522
|
* @param {!proto.ondewo.nlu.BatchCreateEntitiesRequest} request The
|
|
556
523
|
* request proto
|
|
@@ -559,16 +526,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchCreateEntities =
|
|
|
559
526
|
* @return {!Promise<!proto.ondewo.nlu.BatchEntitiesResponse>}
|
|
560
527
|
* Promise that resolves to the response
|
|
561
528
|
*/
|
|
562
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchCreateEntities =
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
529
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchCreateEntities = function (request, metadata) {
|
|
530
|
+
return this.client_.unaryCall(
|
|
531
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchCreateEntities',
|
|
532
|
+
request,
|
|
533
|
+
metadata || {},
|
|
534
|
+
methodDescriptor_EntityTypes_BatchCreateEntities
|
|
535
|
+
);
|
|
569
536
|
};
|
|
570
537
|
|
|
571
|
-
|
|
572
538
|
/**
|
|
573
539
|
* @const
|
|
574
540
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -576,21 +542,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchCreateEntities =
|
|
|
576
542
|
* !proto.ondewo.nlu.BatchEntitiesResponse>}
|
|
577
543
|
*/
|
|
578
544
|
const methodDescriptor_EntityTypes_BatchUpdateEntities = new grpc.web.MethodDescriptor(
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
545
|
+
'/ondewo.nlu.EntityTypes/BatchUpdateEntities',
|
|
546
|
+
grpc.web.MethodType.UNARY,
|
|
547
|
+
proto.ondewo.nlu.BatchUpdateEntitiesRequest,
|
|
548
|
+
proto.ondewo.nlu.BatchEntitiesResponse,
|
|
549
|
+
/**
|
|
550
|
+
* @param {!proto.ondewo.nlu.BatchUpdateEntitiesRequest} request
|
|
551
|
+
* @return {!Uint8Array}
|
|
552
|
+
*/
|
|
553
|
+
function (request) {
|
|
554
|
+
return request.serializeBinary();
|
|
555
|
+
},
|
|
556
|
+
proto.ondewo.nlu.BatchEntitiesResponse.deserializeBinary
|
|
591
557
|
);
|
|
592
558
|
|
|
593
|
-
|
|
594
559
|
/**
|
|
595
560
|
* @param {!proto.ondewo.nlu.BatchUpdateEntitiesRequest} request The
|
|
596
561
|
* request proto
|
|
@@ -601,17 +566,16 @@ const methodDescriptor_EntityTypes_BatchUpdateEntities = new grpc.web.MethodDesc
|
|
|
601
566
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchEntitiesResponse>|undefined}
|
|
602
567
|
* The XHR Node Readable Stream
|
|
603
568
|
*/
|
|
604
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntities =
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
569
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntities = function (request, metadata, callback) {
|
|
570
|
+
return this.client_.rpcCall(
|
|
571
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchUpdateEntities',
|
|
572
|
+
request,
|
|
573
|
+
metadata || {},
|
|
574
|
+
methodDescriptor_EntityTypes_BatchUpdateEntities,
|
|
575
|
+
callback
|
|
576
|
+
);
|
|
612
577
|
};
|
|
613
578
|
|
|
614
|
-
|
|
615
579
|
/**
|
|
616
580
|
* @param {!proto.ondewo.nlu.BatchUpdateEntitiesRequest} request The
|
|
617
581
|
* request proto
|
|
@@ -620,16 +584,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchUpdateEntities =
|
|
|
620
584
|
* @return {!Promise<!proto.ondewo.nlu.BatchEntitiesResponse>}
|
|
621
585
|
* Promise that resolves to the response
|
|
622
586
|
*/
|
|
623
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntities =
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
587
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntities = function (request, metadata) {
|
|
588
|
+
return this.client_.unaryCall(
|
|
589
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchUpdateEntities',
|
|
590
|
+
request,
|
|
591
|
+
metadata || {},
|
|
592
|
+
methodDescriptor_EntityTypes_BatchUpdateEntities
|
|
593
|
+
);
|
|
630
594
|
};
|
|
631
595
|
|
|
632
|
-
|
|
633
596
|
/**
|
|
634
597
|
* @const
|
|
635
598
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -637,21 +600,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchUpdateEntities =
|
|
|
637
600
|
* !proto.ondewo.nlu.BatchEntitiesResponse>}
|
|
638
601
|
*/
|
|
639
602
|
const methodDescriptor_EntityTypes_BatchGetEntities = new grpc.web.MethodDescriptor(
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
603
|
+
'/ondewo.nlu.EntityTypes/BatchGetEntities',
|
|
604
|
+
grpc.web.MethodType.UNARY,
|
|
605
|
+
proto.ondewo.nlu.BatchGetEntitiesRequest,
|
|
606
|
+
proto.ondewo.nlu.BatchEntitiesResponse,
|
|
607
|
+
/**
|
|
608
|
+
* @param {!proto.ondewo.nlu.BatchGetEntitiesRequest} request
|
|
609
|
+
* @return {!Uint8Array}
|
|
610
|
+
*/
|
|
611
|
+
function (request) {
|
|
612
|
+
return request.serializeBinary();
|
|
613
|
+
},
|
|
614
|
+
proto.ondewo.nlu.BatchEntitiesResponse.deserializeBinary
|
|
652
615
|
);
|
|
653
616
|
|
|
654
|
-
|
|
655
617
|
/**
|
|
656
618
|
* @param {!proto.ondewo.nlu.BatchGetEntitiesRequest} request The
|
|
657
619
|
* request proto
|
|
@@ -662,17 +624,16 @@ const methodDescriptor_EntityTypes_BatchGetEntities = new grpc.web.MethodDescrip
|
|
|
662
624
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchEntitiesResponse>|undefined}
|
|
663
625
|
* The XHR Node Readable Stream
|
|
664
626
|
*/
|
|
665
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.batchGetEntities =
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
627
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.batchGetEntities = function (request, metadata, callback) {
|
|
628
|
+
return this.client_.rpcCall(
|
|
629
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchGetEntities',
|
|
630
|
+
request,
|
|
631
|
+
metadata || {},
|
|
632
|
+
methodDescriptor_EntityTypes_BatchGetEntities,
|
|
633
|
+
callback
|
|
634
|
+
);
|
|
673
635
|
};
|
|
674
636
|
|
|
675
|
-
|
|
676
637
|
/**
|
|
677
638
|
* @param {!proto.ondewo.nlu.BatchGetEntitiesRequest} request The
|
|
678
639
|
* request proto
|
|
@@ -681,16 +642,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchGetEntities =
|
|
|
681
642
|
* @return {!Promise<!proto.ondewo.nlu.BatchEntitiesResponse>}
|
|
682
643
|
* Promise that resolves to the response
|
|
683
644
|
*/
|
|
684
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchGetEntities =
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
645
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchGetEntities = function (request, metadata) {
|
|
646
|
+
return this.client_.unaryCall(
|
|
647
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchGetEntities',
|
|
648
|
+
request,
|
|
649
|
+
metadata || {},
|
|
650
|
+
methodDescriptor_EntityTypes_BatchGetEntities
|
|
651
|
+
);
|
|
691
652
|
};
|
|
692
653
|
|
|
693
|
-
|
|
694
654
|
/**
|
|
695
655
|
* @const
|
|
696
656
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -698,21 +658,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchGetEntities =
|
|
|
698
658
|
* !proto.ondewo.nlu.BatchDeleteEntitiesResponse>}
|
|
699
659
|
*/
|
|
700
660
|
const methodDescriptor_EntityTypes_BatchDeleteEntities = new grpc.web.MethodDescriptor(
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
661
|
+
'/ondewo.nlu.EntityTypes/BatchDeleteEntities',
|
|
662
|
+
grpc.web.MethodType.UNARY,
|
|
663
|
+
proto.ondewo.nlu.BatchDeleteEntitiesRequest,
|
|
664
|
+
proto.ondewo.nlu.BatchDeleteEntitiesResponse,
|
|
665
|
+
/**
|
|
666
|
+
* @param {!proto.ondewo.nlu.BatchDeleteEntitiesRequest} request
|
|
667
|
+
* @return {!Uint8Array}
|
|
668
|
+
*/
|
|
669
|
+
function (request) {
|
|
670
|
+
return request.serializeBinary();
|
|
671
|
+
},
|
|
672
|
+
proto.ondewo.nlu.BatchDeleteEntitiesResponse.deserializeBinary
|
|
713
673
|
);
|
|
714
674
|
|
|
715
|
-
|
|
716
675
|
/**
|
|
717
676
|
* @param {!proto.ondewo.nlu.BatchDeleteEntitiesRequest} request The
|
|
718
677
|
* request proto
|
|
@@ -723,17 +682,16 @@ const methodDescriptor_EntityTypes_BatchDeleteEntities = new grpc.web.MethodDesc
|
|
|
723
682
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.BatchDeleteEntitiesResponse>|undefined}
|
|
724
683
|
* The XHR Node Readable Stream
|
|
725
684
|
*/
|
|
726
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntities =
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
685
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntities = function (request, metadata, callback) {
|
|
686
|
+
return this.client_.rpcCall(
|
|
687
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchDeleteEntities',
|
|
688
|
+
request,
|
|
689
|
+
metadata || {},
|
|
690
|
+
methodDescriptor_EntityTypes_BatchDeleteEntities,
|
|
691
|
+
callback
|
|
692
|
+
);
|
|
734
693
|
};
|
|
735
694
|
|
|
736
|
-
|
|
737
695
|
/**
|
|
738
696
|
* @param {!proto.ondewo.nlu.BatchDeleteEntitiesRequest} request The
|
|
739
697
|
* request proto
|
|
@@ -742,16 +700,15 @@ proto.ondewo.nlu.EntityTypesClient.prototype.batchDeleteEntities =
|
|
|
742
700
|
* @return {!Promise<!proto.ondewo.nlu.BatchDeleteEntitiesResponse>}
|
|
743
701
|
* Promise that resolves to the response
|
|
744
702
|
*/
|
|
745
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntities =
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
703
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntities = function (request, metadata) {
|
|
704
|
+
return this.client_.unaryCall(
|
|
705
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/BatchDeleteEntities',
|
|
706
|
+
request,
|
|
707
|
+
metadata || {},
|
|
708
|
+
methodDescriptor_EntityTypes_BatchDeleteEntities
|
|
709
|
+
);
|
|
752
710
|
};
|
|
753
711
|
|
|
754
|
-
|
|
755
712
|
/**
|
|
756
713
|
* @const
|
|
757
714
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -759,21 +716,20 @@ proto.ondewo.nlu.EntityTypesPromiseClient.prototype.batchDeleteEntities =
|
|
|
759
716
|
* !proto.ondewo.nlu.ListEntitiesResponse>}
|
|
760
717
|
*/
|
|
761
718
|
const methodDescriptor_EntityTypes_ListEntities = new grpc.web.MethodDescriptor(
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
719
|
+
'/ondewo.nlu.EntityTypes/ListEntities',
|
|
720
|
+
grpc.web.MethodType.UNARY,
|
|
721
|
+
proto.ondewo.nlu.ListEntitiesRequest,
|
|
722
|
+
proto.ondewo.nlu.ListEntitiesResponse,
|
|
723
|
+
/**
|
|
724
|
+
* @param {!proto.ondewo.nlu.ListEntitiesRequest} request
|
|
725
|
+
* @return {!Uint8Array}
|
|
726
|
+
*/
|
|
727
|
+
function (request) {
|
|
728
|
+
return request.serializeBinary();
|
|
729
|
+
},
|
|
730
|
+
proto.ondewo.nlu.ListEntitiesResponse.deserializeBinary
|
|
774
731
|
);
|
|
775
732
|
|
|
776
|
-
|
|
777
733
|
/**
|
|
778
734
|
* @param {!proto.ondewo.nlu.ListEntitiesRequest} request The
|
|
779
735
|
* request proto
|
|
@@ -784,17 +740,16 @@ const methodDescriptor_EntityTypes_ListEntities = new grpc.web.MethodDescriptor(
|
|
|
784
740
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListEntitiesResponse>|undefined}
|
|
785
741
|
* The XHR Node Readable Stream
|
|
786
742
|
*/
|
|
787
|
-
proto.ondewo.nlu.EntityTypesClient.prototype.listEntities =
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
743
|
+
proto.ondewo.nlu.EntityTypesClient.prototype.listEntities = function (request, metadata, callback) {
|
|
744
|
+
return this.client_.rpcCall(
|
|
745
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/ListEntities',
|
|
746
|
+
request,
|
|
747
|
+
metadata || {},
|
|
748
|
+
methodDescriptor_EntityTypes_ListEntities,
|
|
749
|
+
callback
|
|
750
|
+
);
|
|
795
751
|
};
|
|
796
752
|
|
|
797
|
-
|
|
798
753
|
/**
|
|
799
754
|
* @param {!proto.ondewo.nlu.ListEntitiesRequest} request The
|
|
800
755
|
* request proto
|
|
@@ -803,15 +758,13 @@ proto.ondewo.nlu.EntityTypesClient.prototype.listEntities =
|
|
|
803
758
|
* @return {!Promise<!proto.ondewo.nlu.ListEntitiesResponse>}
|
|
804
759
|
* Promise that resolves to the response
|
|
805
760
|
*/
|
|
806
|
-
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.listEntities =
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
761
|
+
proto.ondewo.nlu.EntityTypesPromiseClient.prototype.listEntities = function (request, metadata) {
|
|
762
|
+
return this.client_.unaryCall(
|
|
763
|
+
this.hostname_ + '/ondewo.nlu.EntityTypes/ListEntities',
|
|
764
|
+
request,
|
|
765
|
+
metadata || {},
|
|
766
|
+
methodDescriptor_EntityTypes_ListEntities
|
|
767
|
+
);
|
|
813
768
|
};
|
|
814
769
|
|
|
815
|
-
|
|
816
770
|
module.exports = proto.ondewo.nlu;
|
|
817
|
-
|