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