@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,33 +6,37 @@
|
|
|
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_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js')
|
|
20
22
|
|
|
21
|
-
var
|
|
23
|
+
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
|
|
22
24
|
|
|
23
|
-
var
|
|
25
|
+
var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js')
|
|
24
26
|
|
|
25
|
-
var
|
|
27
|
+
var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js')
|
|
26
28
|
|
|
27
|
-
var
|
|
29
|
+
var ondewo_nlu_intent_pb = require('../../ondewo/nlu/intent_pb.js')
|
|
28
30
|
|
|
29
|
-
var
|
|
31
|
+
var ondewo_nlu_user_pb = require('../../ondewo/nlu/user_pb.js')
|
|
30
32
|
|
|
31
|
-
var
|
|
33
|
+
var ondewo_nlu_project_role_pb = require('../../ondewo/nlu/project_role_pb.js')
|
|
32
34
|
|
|
33
|
-
var
|
|
35
|
+
var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js')
|
|
34
36
|
|
|
35
|
-
var
|
|
37
|
+
var ondewo_nlu_session_pb = require('../../ondewo/nlu/session_pb.js')
|
|
38
|
+
|
|
39
|
+
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js')
|
|
36
40
|
const proto = {};
|
|
37
41
|
proto.ondewo = {};
|
|
38
42
|
proto.ondewo.nlu = require('./agent_pb.js');
|
|
@@ -45,21 +49,24 @@ proto.ondewo.nlu = require('./agent_pb.js');
|
|
|
45
49
|
* @struct
|
|
46
50
|
* @final
|
|
47
51
|
*/
|
|
48
|
-
proto.ondewo.nlu.AgentsClient =
|
|
49
|
-
|
|
50
|
-
|
|
52
|
+
proto.ondewo.nlu.AgentsClient =
|
|
53
|
+
function(hostname, credentials, options) {
|
|
54
|
+
if (!options) options = {};
|
|
55
|
+
options.format = 'binary';
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
59
|
+
*/
|
|
60
|
+
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
51
61
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
62
|
+
/**
|
|
63
|
+
* @private @const {string} The hostname
|
|
64
|
+
*/
|
|
65
|
+
this.hostname_ = hostname;
|
|
56
66
|
|
|
57
|
-
/**
|
|
58
|
-
* @private @const {string} The hostname
|
|
59
|
-
*/
|
|
60
|
-
this.hostname_ = hostname;
|
|
61
67
|
};
|
|
62
68
|
|
|
69
|
+
|
|
63
70
|
/**
|
|
64
71
|
* @param {string} hostname
|
|
65
72
|
* @param {?Object} credentials
|
|
@@ -68,21 +75,24 @@ proto.ondewo.nlu.AgentsClient = function (hostname, credentials, options) {
|
|
|
68
75
|
* @struct
|
|
69
76
|
* @final
|
|
70
77
|
*/
|
|
71
|
-
proto.ondewo.nlu.AgentsPromiseClient =
|
|
72
|
-
|
|
73
|
-
|
|
78
|
+
proto.ondewo.nlu.AgentsPromiseClient =
|
|
79
|
+
function(hostname, credentials, options) {
|
|
80
|
+
if (!options) options = {};
|
|
81
|
+
options.format = 'binary';
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
85
|
+
*/
|
|
86
|
+
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
74
87
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
88
|
+
/**
|
|
89
|
+
* @private @const {string} The hostname
|
|
90
|
+
*/
|
|
91
|
+
this.hostname_ = hostname;
|
|
79
92
|
|
|
80
|
-
/**
|
|
81
|
-
* @private @const {string} The hostname
|
|
82
|
-
*/
|
|
83
|
-
this.hostname_ = hostname;
|
|
84
93
|
};
|
|
85
94
|
|
|
95
|
+
|
|
86
96
|
/**
|
|
87
97
|
* @const
|
|
88
98
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -90,20 +100,21 @@ proto.ondewo.nlu.AgentsPromiseClient = function (hostname, credentials, options)
|
|
|
90
100
|
* !proto.ondewo.nlu.Agent>}
|
|
91
101
|
*/
|
|
92
102
|
const methodDescriptor_Agents_CreateAgent = new grpc.web.MethodDescriptor(
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
'/ondewo.nlu.Agents/CreateAgent',
|
|
104
|
+
grpc.web.MethodType.UNARY,
|
|
105
|
+
proto.ondewo.nlu.CreateAgentRequest,
|
|
106
|
+
proto.ondewo.nlu.Agent,
|
|
107
|
+
/**
|
|
108
|
+
* @param {!proto.ondewo.nlu.CreateAgentRequest} request
|
|
109
|
+
* @return {!Uint8Array}
|
|
110
|
+
*/
|
|
111
|
+
function(request) {
|
|
112
|
+
return request.serializeBinary();
|
|
113
|
+
},
|
|
114
|
+
proto.ondewo.nlu.Agent.deserializeBinary
|
|
105
115
|
);
|
|
106
116
|
|
|
117
|
+
|
|
107
118
|
/**
|
|
108
119
|
* @param {!proto.ondewo.nlu.CreateAgentRequest} request The
|
|
109
120
|
* request proto
|
|
@@ -114,16 +125,17 @@ const methodDescriptor_Agents_CreateAgent = new grpc.web.MethodDescriptor(
|
|
|
114
125
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
|
|
115
126
|
* The XHR Node Readable Stream
|
|
116
127
|
*/
|
|
117
|
-
proto.ondewo.nlu.AgentsClient.prototype.createAgent =
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
128
|
+
proto.ondewo.nlu.AgentsClient.prototype.createAgent =
|
|
129
|
+
function(request, metadata, callback) {
|
|
130
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
131
|
+
'/ondewo.nlu.Agents/CreateAgent',
|
|
132
|
+
request,
|
|
133
|
+
metadata || {},
|
|
134
|
+
methodDescriptor_Agents_CreateAgent,
|
|
135
|
+
callback);
|
|
125
136
|
};
|
|
126
137
|
|
|
138
|
+
|
|
127
139
|
/**
|
|
128
140
|
* @param {!proto.ondewo.nlu.CreateAgentRequest} request The
|
|
129
141
|
* request proto
|
|
@@ -132,15 +144,16 @@ proto.ondewo.nlu.AgentsClient.prototype.createAgent = function (request, metadat
|
|
|
132
144
|
* @return {!Promise<!proto.ondewo.nlu.Agent>}
|
|
133
145
|
* Promise that resolves to the response
|
|
134
146
|
*/
|
|
135
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.createAgent =
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
147
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.createAgent =
|
|
148
|
+
function(request, metadata) {
|
|
149
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
150
|
+
'/ondewo.nlu.Agents/CreateAgent',
|
|
151
|
+
request,
|
|
152
|
+
metadata || {},
|
|
153
|
+
methodDescriptor_Agents_CreateAgent);
|
|
142
154
|
};
|
|
143
155
|
|
|
156
|
+
|
|
144
157
|
/**
|
|
145
158
|
* @const
|
|
146
159
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -148,20 +161,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.createAgent = function (request,
|
|
|
148
161
|
* !proto.ondewo.nlu.Agent>}
|
|
149
162
|
*/
|
|
150
163
|
const methodDescriptor_Agents_UpdateAgent = new grpc.web.MethodDescriptor(
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
164
|
+
'/ondewo.nlu.Agents/UpdateAgent',
|
|
165
|
+
grpc.web.MethodType.UNARY,
|
|
166
|
+
proto.ondewo.nlu.UpdateAgentRequest,
|
|
167
|
+
proto.ondewo.nlu.Agent,
|
|
168
|
+
/**
|
|
169
|
+
* @param {!proto.ondewo.nlu.UpdateAgentRequest} request
|
|
170
|
+
* @return {!Uint8Array}
|
|
171
|
+
*/
|
|
172
|
+
function(request) {
|
|
173
|
+
return request.serializeBinary();
|
|
174
|
+
},
|
|
175
|
+
proto.ondewo.nlu.Agent.deserializeBinary
|
|
163
176
|
);
|
|
164
177
|
|
|
178
|
+
|
|
165
179
|
/**
|
|
166
180
|
* @param {!proto.ondewo.nlu.UpdateAgentRequest} request The
|
|
167
181
|
* request proto
|
|
@@ -172,16 +186,17 @@ const methodDescriptor_Agents_UpdateAgent = new grpc.web.MethodDescriptor(
|
|
|
172
186
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
|
|
173
187
|
* The XHR Node Readable Stream
|
|
174
188
|
*/
|
|
175
|
-
proto.ondewo.nlu.AgentsClient.prototype.updateAgent =
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
189
|
+
proto.ondewo.nlu.AgentsClient.prototype.updateAgent =
|
|
190
|
+
function(request, metadata, callback) {
|
|
191
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
192
|
+
'/ondewo.nlu.Agents/UpdateAgent',
|
|
193
|
+
request,
|
|
194
|
+
metadata || {},
|
|
195
|
+
methodDescriptor_Agents_UpdateAgent,
|
|
196
|
+
callback);
|
|
183
197
|
};
|
|
184
198
|
|
|
199
|
+
|
|
185
200
|
/**
|
|
186
201
|
* @param {!proto.ondewo.nlu.UpdateAgentRequest} request The
|
|
187
202
|
* request proto
|
|
@@ -190,15 +205,16 @@ proto.ondewo.nlu.AgentsClient.prototype.updateAgent = function (request, metadat
|
|
|
190
205
|
* @return {!Promise<!proto.ondewo.nlu.Agent>}
|
|
191
206
|
* Promise that resolves to the response
|
|
192
207
|
*/
|
|
193
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.updateAgent =
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
208
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.updateAgent =
|
|
209
|
+
function(request, metadata) {
|
|
210
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
211
|
+
'/ondewo.nlu.Agents/UpdateAgent',
|
|
212
|
+
request,
|
|
213
|
+
metadata || {},
|
|
214
|
+
methodDescriptor_Agents_UpdateAgent);
|
|
200
215
|
};
|
|
201
216
|
|
|
217
|
+
|
|
202
218
|
/**
|
|
203
219
|
* @const
|
|
204
220
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -206,20 +222,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.updateAgent = function (request,
|
|
|
206
222
|
* !proto.ondewo.nlu.Agent>}
|
|
207
223
|
*/
|
|
208
224
|
const methodDescriptor_Agents_GetAgent = new grpc.web.MethodDescriptor(
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
225
|
+
'/ondewo.nlu.Agents/GetAgent',
|
|
226
|
+
grpc.web.MethodType.UNARY,
|
|
227
|
+
proto.ondewo.nlu.GetAgentRequest,
|
|
228
|
+
proto.ondewo.nlu.Agent,
|
|
229
|
+
/**
|
|
230
|
+
* @param {!proto.ondewo.nlu.GetAgentRequest} request
|
|
231
|
+
* @return {!Uint8Array}
|
|
232
|
+
*/
|
|
233
|
+
function(request) {
|
|
234
|
+
return request.serializeBinary();
|
|
235
|
+
},
|
|
236
|
+
proto.ondewo.nlu.Agent.deserializeBinary
|
|
221
237
|
);
|
|
222
238
|
|
|
239
|
+
|
|
223
240
|
/**
|
|
224
241
|
* @param {!proto.ondewo.nlu.GetAgentRequest} request The
|
|
225
242
|
* request proto
|
|
@@ -230,16 +247,17 @@ const methodDescriptor_Agents_GetAgent = new grpc.web.MethodDescriptor(
|
|
|
230
247
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
|
|
231
248
|
* The XHR Node Readable Stream
|
|
232
249
|
*/
|
|
233
|
-
proto.ondewo.nlu.AgentsClient.prototype.getAgent =
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
250
|
+
proto.ondewo.nlu.AgentsClient.prototype.getAgent =
|
|
251
|
+
function(request, metadata, callback) {
|
|
252
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
253
|
+
'/ondewo.nlu.Agents/GetAgent',
|
|
254
|
+
request,
|
|
255
|
+
metadata || {},
|
|
256
|
+
methodDescriptor_Agents_GetAgent,
|
|
257
|
+
callback);
|
|
241
258
|
};
|
|
242
259
|
|
|
260
|
+
|
|
243
261
|
/**
|
|
244
262
|
* @param {!proto.ondewo.nlu.GetAgentRequest} request The
|
|
245
263
|
* request proto
|
|
@@ -248,15 +266,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getAgent = function (request, metadata,
|
|
|
248
266
|
* @return {!Promise<!proto.ondewo.nlu.Agent>}
|
|
249
267
|
* Promise that resolves to the response
|
|
250
268
|
*/
|
|
251
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgent =
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
269
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgent =
|
|
270
|
+
function(request, metadata) {
|
|
271
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
272
|
+
'/ondewo.nlu.Agents/GetAgent',
|
|
273
|
+
request,
|
|
274
|
+
metadata || {},
|
|
275
|
+
methodDescriptor_Agents_GetAgent);
|
|
258
276
|
};
|
|
259
277
|
|
|
278
|
+
|
|
260
279
|
/**
|
|
261
280
|
* @const
|
|
262
281
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -264,20 +283,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgent = function (request, met
|
|
|
264
283
|
* !proto.google.protobuf.Empty>}
|
|
265
284
|
*/
|
|
266
285
|
const methodDescriptor_Agents_DeleteAgent = new grpc.web.MethodDescriptor(
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
286
|
+
'/ondewo.nlu.Agents/DeleteAgent',
|
|
287
|
+
grpc.web.MethodType.UNARY,
|
|
288
|
+
proto.ondewo.nlu.DeleteAgentRequest,
|
|
289
|
+
google_protobuf_empty_pb.Empty,
|
|
290
|
+
/**
|
|
291
|
+
* @param {!proto.ondewo.nlu.DeleteAgentRequest} request
|
|
292
|
+
* @return {!Uint8Array}
|
|
293
|
+
*/
|
|
294
|
+
function(request) {
|
|
295
|
+
return request.serializeBinary();
|
|
296
|
+
},
|
|
297
|
+
google_protobuf_empty_pb.Empty.deserializeBinary
|
|
279
298
|
);
|
|
280
299
|
|
|
300
|
+
|
|
281
301
|
/**
|
|
282
302
|
* @param {!proto.ondewo.nlu.DeleteAgentRequest} request The
|
|
283
303
|
* request proto
|
|
@@ -288,16 +308,17 @@ const methodDescriptor_Agents_DeleteAgent = new grpc.web.MethodDescriptor(
|
|
|
288
308
|
* @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
|
|
289
309
|
* The XHR Node Readable Stream
|
|
290
310
|
*/
|
|
291
|
-
proto.ondewo.nlu.AgentsClient.prototype.deleteAgent =
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
311
|
+
proto.ondewo.nlu.AgentsClient.prototype.deleteAgent =
|
|
312
|
+
function(request, metadata, callback) {
|
|
313
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
314
|
+
'/ondewo.nlu.Agents/DeleteAgent',
|
|
315
|
+
request,
|
|
316
|
+
metadata || {},
|
|
317
|
+
methodDescriptor_Agents_DeleteAgent,
|
|
318
|
+
callback);
|
|
299
319
|
};
|
|
300
320
|
|
|
321
|
+
|
|
301
322
|
/**
|
|
302
323
|
* @param {!proto.ondewo.nlu.DeleteAgentRequest} request The
|
|
303
324
|
* request proto
|
|
@@ -306,15 +327,16 @@ proto.ondewo.nlu.AgentsClient.prototype.deleteAgent = function (request, metadat
|
|
|
306
327
|
* @return {!Promise<!proto.google.protobuf.Empty>}
|
|
307
328
|
* Promise that resolves to the response
|
|
308
329
|
*/
|
|
309
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAgent =
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
330
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAgent =
|
|
331
|
+
function(request, metadata) {
|
|
332
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
333
|
+
'/ondewo.nlu.Agents/DeleteAgent',
|
|
334
|
+
request,
|
|
335
|
+
metadata || {},
|
|
336
|
+
methodDescriptor_Agents_DeleteAgent);
|
|
316
337
|
};
|
|
317
338
|
|
|
339
|
+
|
|
318
340
|
/**
|
|
319
341
|
* @const
|
|
320
342
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -322,20 +344,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAgent = function (request,
|
|
|
322
344
|
* !proto.google.protobuf.Empty>}
|
|
323
345
|
*/
|
|
324
346
|
const methodDescriptor_Agents_DeleteAllAgents = new grpc.web.MethodDescriptor(
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
347
|
+
'/ondewo.nlu.Agents/DeleteAllAgents',
|
|
348
|
+
grpc.web.MethodType.UNARY,
|
|
349
|
+
google_protobuf_empty_pb.Empty,
|
|
350
|
+
google_protobuf_empty_pb.Empty,
|
|
351
|
+
/**
|
|
352
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
353
|
+
* @return {!Uint8Array}
|
|
354
|
+
*/
|
|
355
|
+
function(request) {
|
|
356
|
+
return request.serializeBinary();
|
|
357
|
+
},
|
|
358
|
+
google_protobuf_empty_pb.Empty.deserializeBinary
|
|
337
359
|
);
|
|
338
360
|
|
|
361
|
+
|
|
339
362
|
/**
|
|
340
363
|
* @param {!proto.google.protobuf.Empty} request The
|
|
341
364
|
* request proto
|
|
@@ -346,16 +369,17 @@ const methodDescriptor_Agents_DeleteAllAgents = new grpc.web.MethodDescriptor(
|
|
|
346
369
|
* @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
|
|
347
370
|
* The XHR Node Readable Stream
|
|
348
371
|
*/
|
|
349
|
-
proto.ondewo.nlu.AgentsClient.prototype.deleteAllAgents =
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
372
|
+
proto.ondewo.nlu.AgentsClient.prototype.deleteAllAgents =
|
|
373
|
+
function(request, metadata, callback) {
|
|
374
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
375
|
+
'/ondewo.nlu.Agents/DeleteAllAgents',
|
|
376
|
+
request,
|
|
377
|
+
metadata || {},
|
|
378
|
+
methodDescriptor_Agents_DeleteAllAgents,
|
|
379
|
+
callback);
|
|
357
380
|
};
|
|
358
381
|
|
|
382
|
+
|
|
359
383
|
/**
|
|
360
384
|
* @param {!proto.google.protobuf.Empty} request The
|
|
361
385
|
* request proto
|
|
@@ -364,15 +388,16 @@ proto.ondewo.nlu.AgentsClient.prototype.deleteAllAgents = function (request, met
|
|
|
364
388
|
* @return {!Promise<!proto.google.protobuf.Empty>}
|
|
365
389
|
* Promise that resolves to the response
|
|
366
390
|
*/
|
|
367
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAllAgents =
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
391
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAllAgents =
|
|
392
|
+
function(request, metadata) {
|
|
393
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
394
|
+
'/ondewo.nlu.Agents/DeleteAllAgents',
|
|
395
|
+
request,
|
|
396
|
+
metadata || {},
|
|
397
|
+
methodDescriptor_Agents_DeleteAllAgents);
|
|
374
398
|
};
|
|
375
399
|
|
|
400
|
+
|
|
376
401
|
/**
|
|
377
402
|
* @const
|
|
378
403
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -380,20 +405,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteAllAgents = function (reque
|
|
|
380
405
|
* !proto.ondewo.nlu.ListAgentsResponse>}
|
|
381
406
|
*/
|
|
382
407
|
const methodDescriptor_Agents_ListAgents = new grpc.web.MethodDescriptor(
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
408
|
+
'/ondewo.nlu.Agents/ListAgents',
|
|
409
|
+
grpc.web.MethodType.UNARY,
|
|
410
|
+
proto.ondewo.nlu.ListAgentsRequest,
|
|
411
|
+
proto.ondewo.nlu.ListAgentsResponse,
|
|
412
|
+
/**
|
|
413
|
+
* @param {!proto.ondewo.nlu.ListAgentsRequest} request
|
|
414
|
+
* @return {!Uint8Array}
|
|
415
|
+
*/
|
|
416
|
+
function(request) {
|
|
417
|
+
return request.serializeBinary();
|
|
418
|
+
},
|
|
419
|
+
proto.ondewo.nlu.ListAgentsResponse.deserializeBinary
|
|
395
420
|
);
|
|
396
421
|
|
|
422
|
+
|
|
397
423
|
/**
|
|
398
424
|
* @param {!proto.ondewo.nlu.ListAgentsRequest} request The
|
|
399
425
|
* request proto
|
|
@@ -404,16 +430,17 @@ const methodDescriptor_Agents_ListAgents = new grpc.web.MethodDescriptor(
|
|
|
404
430
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListAgentsResponse>|undefined}
|
|
405
431
|
* The XHR Node Readable Stream
|
|
406
432
|
*/
|
|
407
|
-
proto.ondewo.nlu.AgentsClient.prototype.listAgents =
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
433
|
+
proto.ondewo.nlu.AgentsClient.prototype.listAgents =
|
|
434
|
+
function(request, metadata, callback) {
|
|
435
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
436
|
+
'/ondewo.nlu.Agents/ListAgents',
|
|
437
|
+
request,
|
|
438
|
+
metadata || {},
|
|
439
|
+
methodDescriptor_Agents_ListAgents,
|
|
440
|
+
callback);
|
|
415
441
|
};
|
|
416
442
|
|
|
443
|
+
|
|
417
444
|
/**
|
|
418
445
|
* @param {!proto.ondewo.nlu.ListAgentsRequest} request The
|
|
419
446
|
* request proto
|
|
@@ -422,15 +449,16 @@ proto.ondewo.nlu.AgentsClient.prototype.listAgents = function (request, metadata
|
|
|
422
449
|
* @return {!Promise<!proto.ondewo.nlu.ListAgentsResponse>}
|
|
423
450
|
* Promise that resolves to the response
|
|
424
451
|
*/
|
|
425
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgents =
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
452
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgents =
|
|
453
|
+
function(request, metadata) {
|
|
454
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
455
|
+
'/ondewo.nlu.Agents/ListAgents',
|
|
456
|
+
request,
|
|
457
|
+
metadata || {},
|
|
458
|
+
methodDescriptor_Agents_ListAgents);
|
|
432
459
|
};
|
|
433
460
|
|
|
461
|
+
|
|
434
462
|
/**
|
|
435
463
|
* @const
|
|
436
464
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -438,20 +466,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgents = function (request, m
|
|
|
438
466
|
* !proto.ondewo.nlu.ListAgentsOfUserResponse>}
|
|
439
467
|
*/
|
|
440
468
|
const methodDescriptor_Agents_ListAgentsOfUser = new grpc.web.MethodDescriptor(
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
469
|
+
'/ondewo.nlu.Agents/ListAgentsOfUser',
|
|
470
|
+
grpc.web.MethodType.UNARY,
|
|
471
|
+
proto.ondewo.nlu.ListAgentsRequest,
|
|
472
|
+
proto.ondewo.nlu.ListAgentsOfUserResponse,
|
|
473
|
+
/**
|
|
474
|
+
* @param {!proto.ondewo.nlu.ListAgentsRequest} request
|
|
475
|
+
* @return {!Uint8Array}
|
|
476
|
+
*/
|
|
477
|
+
function(request) {
|
|
478
|
+
return request.serializeBinary();
|
|
479
|
+
},
|
|
480
|
+
proto.ondewo.nlu.ListAgentsOfUserResponse.deserializeBinary
|
|
453
481
|
);
|
|
454
482
|
|
|
483
|
+
|
|
455
484
|
/**
|
|
456
485
|
* @param {!proto.ondewo.nlu.ListAgentsRequest} request The
|
|
457
486
|
* request proto
|
|
@@ -462,16 +491,17 @@ const methodDescriptor_Agents_ListAgentsOfUser = new grpc.web.MethodDescriptor(
|
|
|
462
491
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListAgentsOfUserResponse>|undefined}
|
|
463
492
|
* The XHR Node Readable Stream
|
|
464
493
|
*/
|
|
465
|
-
proto.ondewo.nlu.AgentsClient.prototype.listAgentsOfUser =
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
494
|
+
proto.ondewo.nlu.AgentsClient.prototype.listAgentsOfUser =
|
|
495
|
+
function(request, metadata, callback) {
|
|
496
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
497
|
+
'/ondewo.nlu.Agents/ListAgentsOfUser',
|
|
498
|
+
request,
|
|
499
|
+
metadata || {},
|
|
500
|
+
methodDescriptor_Agents_ListAgentsOfUser,
|
|
501
|
+
callback);
|
|
473
502
|
};
|
|
474
503
|
|
|
504
|
+
|
|
475
505
|
/**
|
|
476
506
|
* @param {!proto.ondewo.nlu.ListAgentsRequest} request The
|
|
477
507
|
* request proto
|
|
@@ -480,15 +510,16 @@ proto.ondewo.nlu.AgentsClient.prototype.listAgentsOfUser = function (request, me
|
|
|
480
510
|
* @return {!Promise<!proto.ondewo.nlu.ListAgentsOfUserResponse>}
|
|
481
511
|
* Promise that resolves to the response
|
|
482
512
|
*/
|
|
483
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgentsOfUser =
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
513
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgentsOfUser =
|
|
514
|
+
function(request, metadata) {
|
|
515
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
516
|
+
'/ondewo.nlu.Agents/ListAgentsOfUser',
|
|
517
|
+
request,
|
|
518
|
+
metadata || {},
|
|
519
|
+
methodDescriptor_Agents_ListAgentsOfUser);
|
|
490
520
|
};
|
|
491
521
|
|
|
522
|
+
|
|
492
523
|
/**
|
|
493
524
|
* @const
|
|
494
525
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -496,20 +527,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAgentsOfUser = function (requ
|
|
|
496
527
|
* !proto.ondewo.nlu.ListAgentsResponse>}
|
|
497
528
|
*/
|
|
498
529
|
const methodDescriptor_Agents_ListAllAgents = new grpc.web.MethodDescriptor(
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
530
|
+
'/ondewo.nlu.Agents/ListAllAgents',
|
|
531
|
+
grpc.web.MethodType.UNARY,
|
|
532
|
+
proto.ondewo.nlu.ListAgentsRequest,
|
|
533
|
+
proto.ondewo.nlu.ListAgentsResponse,
|
|
534
|
+
/**
|
|
535
|
+
* @param {!proto.ondewo.nlu.ListAgentsRequest} request
|
|
536
|
+
* @return {!Uint8Array}
|
|
537
|
+
*/
|
|
538
|
+
function(request) {
|
|
539
|
+
return request.serializeBinary();
|
|
540
|
+
},
|
|
541
|
+
proto.ondewo.nlu.ListAgentsResponse.deserializeBinary
|
|
511
542
|
);
|
|
512
543
|
|
|
544
|
+
|
|
513
545
|
/**
|
|
514
546
|
* @param {!proto.ondewo.nlu.ListAgentsRequest} request The
|
|
515
547
|
* request proto
|
|
@@ -520,16 +552,17 @@ const methodDescriptor_Agents_ListAllAgents = new grpc.web.MethodDescriptor(
|
|
|
520
552
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListAgentsResponse>|undefined}
|
|
521
553
|
* The XHR Node Readable Stream
|
|
522
554
|
*/
|
|
523
|
-
proto.ondewo.nlu.AgentsClient.prototype.listAllAgents =
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
555
|
+
proto.ondewo.nlu.AgentsClient.prototype.listAllAgents =
|
|
556
|
+
function(request, metadata, callback) {
|
|
557
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
558
|
+
'/ondewo.nlu.Agents/ListAllAgents',
|
|
559
|
+
request,
|
|
560
|
+
metadata || {},
|
|
561
|
+
methodDescriptor_Agents_ListAllAgents,
|
|
562
|
+
callback);
|
|
531
563
|
};
|
|
532
564
|
|
|
565
|
+
|
|
533
566
|
/**
|
|
534
567
|
* @param {!proto.ondewo.nlu.ListAgentsRequest} request The
|
|
535
568
|
* request proto
|
|
@@ -538,15 +571,16 @@ proto.ondewo.nlu.AgentsClient.prototype.listAllAgents = function (request, metad
|
|
|
538
571
|
* @return {!Promise<!proto.ondewo.nlu.ListAgentsResponse>}
|
|
539
572
|
* Promise that resolves to the response
|
|
540
573
|
*/
|
|
541
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.listAllAgents =
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
574
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.listAllAgents =
|
|
575
|
+
function(request, metadata) {
|
|
576
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
577
|
+
'/ondewo.nlu.Agents/ListAllAgents',
|
|
578
|
+
request,
|
|
579
|
+
metadata || {},
|
|
580
|
+
methodDescriptor_Agents_ListAllAgents);
|
|
548
581
|
};
|
|
549
582
|
|
|
583
|
+
|
|
550
584
|
/**
|
|
551
585
|
* @const
|
|
552
586
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -554,20 +588,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listAllAgents = function (request
|
|
|
554
588
|
* !proto.google.protobuf.Empty>}
|
|
555
589
|
*/
|
|
556
590
|
const methodDescriptor_Agents_AddUserToProject = new grpc.web.MethodDescriptor(
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
591
|
+
'/ondewo.nlu.Agents/AddUserToProject',
|
|
592
|
+
grpc.web.MethodType.UNARY,
|
|
593
|
+
proto.ondewo.nlu.AddUserToProjectRequest,
|
|
594
|
+
google_protobuf_empty_pb.Empty,
|
|
595
|
+
/**
|
|
596
|
+
* @param {!proto.ondewo.nlu.AddUserToProjectRequest} request
|
|
597
|
+
* @return {!Uint8Array}
|
|
598
|
+
*/
|
|
599
|
+
function(request) {
|
|
600
|
+
return request.serializeBinary();
|
|
601
|
+
},
|
|
602
|
+
google_protobuf_empty_pb.Empty.deserializeBinary
|
|
569
603
|
);
|
|
570
604
|
|
|
605
|
+
|
|
571
606
|
/**
|
|
572
607
|
* @param {!proto.ondewo.nlu.AddUserToProjectRequest} request The
|
|
573
608
|
* request proto
|
|
@@ -578,16 +613,17 @@ const methodDescriptor_Agents_AddUserToProject = new grpc.web.MethodDescriptor(
|
|
|
578
613
|
* @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
|
|
579
614
|
* The XHR Node Readable Stream
|
|
580
615
|
*/
|
|
581
|
-
proto.ondewo.nlu.AgentsClient.prototype.addUserToProject =
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
616
|
+
proto.ondewo.nlu.AgentsClient.prototype.addUserToProject =
|
|
617
|
+
function(request, metadata, callback) {
|
|
618
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
619
|
+
'/ondewo.nlu.Agents/AddUserToProject',
|
|
620
|
+
request,
|
|
621
|
+
metadata || {},
|
|
622
|
+
methodDescriptor_Agents_AddUserToProject,
|
|
623
|
+
callback);
|
|
589
624
|
};
|
|
590
625
|
|
|
626
|
+
|
|
591
627
|
/**
|
|
592
628
|
* @param {!proto.ondewo.nlu.AddUserToProjectRequest} request The
|
|
593
629
|
* request proto
|
|
@@ -596,15 +632,16 @@ proto.ondewo.nlu.AgentsClient.prototype.addUserToProject = function (request, me
|
|
|
596
632
|
* @return {!Promise<!proto.google.protobuf.Empty>}
|
|
597
633
|
* Promise that resolves to the response
|
|
598
634
|
*/
|
|
599
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.addUserToProject =
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
635
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.addUserToProject =
|
|
636
|
+
function(request, metadata) {
|
|
637
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
638
|
+
'/ondewo.nlu.Agents/AddUserToProject',
|
|
639
|
+
request,
|
|
640
|
+
metadata || {},
|
|
641
|
+
methodDescriptor_Agents_AddUserToProject);
|
|
606
642
|
};
|
|
607
643
|
|
|
644
|
+
|
|
608
645
|
/**
|
|
609
646
|
* @const
|
|
610
647
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -612,20 +649,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.addUserToProject = function (requ
|
|
|
612
649
|
* !proto.google.protobuf.Empty>}
|
|
613
650
|
*/
|
|
614
651
|
const methodDescriptor_Agents_RemoveUserFromProject = new grpc.web.MethodDescriptor(
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
652
|
+
'/ondewo.nlu.Agents/RemoveUserFromProject',
|
|
653
|
+
grpc.web.MethodType.UNARY,
|
|
654
|
+
proto.ondewo.nlu.RemoveUserFromProjectRequest,
|
|
655
|
+
google_protobuf_empty_pb.Empty,
|
|
656
|
+
/**
|
|
657
|
+
* @param {!proto.ondewo.nlu.RemoveUserFromProjectRequest} request
|
|
658
|
+
* @return {!Uint8Array}
|
|
659
|
+
*/
|
|
660
|
+
function(request) {
|
|
661
|
+
return request.serializeBinary();
|
|
662
|
+
},
|
|
663
|
+
google_protobuf_empty_pb.Empty.deserializeBinary
|
|
627
664
|
);
|
|
628
665
|
|
|
666
|
+
|
|
629
667
|
/**
|
|
630
668
|
* @param {!proto.ondewo.nlu.RemoveUserFromProjectRequest} request The
|
|
631
669
|
* request proto
|
|
@@ -636,16 +674,17 @@ const methodDescriptor_Agents_RemoveUserFromProject = new grpc.web.MethodDescrip
|
|
|
636
674
|
* @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
|
|
637
675
|
* The XHR Node Readable Stream
|
|
638
676
|
*/
|
|
639
|
-
proto.ondewo.nlu.AgentsClient.prototype.removeUserFromProject =
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
677
|
+
proto.ondewo.nlu.AgentsClient.prototype.removeUserFromProject =
|
|
678
|
+
function(request, metadata, callback) {
|
|
679
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
680
|
+
'/ondewo.nlu.Agents/RemoveUserFromProject',
|
|
681
|
+
request,
|
|
682
|
+
metadata || {},
|
|
683
|
+
methodDescriptor_Agents_RemoveUserFromProject,
|
|
684
|
+
callback);
|
|
647
685
|
};
|
|
648
686
|
|
|
687
|
+
|
|
649
688
|
/**
|
|
650
689
|
* @param {!proto.ondewo.nlu.RemoveUserFromProjectRequest} request The
|
|
651
690
|
* request proto
|
|
@@ -654,15 +693,16 @@ proto.ondewo.nlu.AgentsClient.prototype.removeUserFromProject = function (reques
|
|
|
654
693
|
* @return {!Promise<!proto.google.protobuf.Empty>}
|
|
655
694
|
* Promise that resolves to the response
|
|
656
695
|
*/
|
|
657
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.removeUserFromProject =
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
696
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.removeUserFromProject =
|
|
697
|
+
function(request, metadata) {
|
|
698
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
699
|
+
'/ondewo.nlu.Agents/RemoveUserFromProject',
|
|
700
|
+
request,
|
|
701
|
+
metadata || {},
|
|
702
|
+
methodDescriptor_Agents_RemoveUserFromProject);
|
|
664
703
|
};
|
|
665
704
|
|
|
705
|
+
|
|
666
706
|
/**
|
|
667
707
|
* @const
|
|
668
708
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -670,20 +710,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.removeUserFromProject = function
|
|
|
670
710
|
* !proto.ondewo.nlu.ListUsersInProjectResponse>}
|
|
671
711
|
*/
|
|
672
712
|
const methodDescriptor_Agents_ListUsersInProject = new grpc.web.MethodDescriptor(
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
713
|
+
'/ondewo.nlu.Agents/ListUsersInProject',
|
|
714
|
+
grpc.web.MethodType.UNARY,
|
|
715
|
+
proto.ondewo.nlu.ListUsersInProjectRequest,
|
|
716
|
+
proto.ondewo.nlu.ListUsersInProjectResponse,
|
|
717
|
+
/**
|
|
718
|
+
* @param {!proto.ondewo.nlu.ListUsersInProjectRequest} request
|
|
719
|
+
* @return {!Uint8Array}
|
|
720
|
+
*/
|
|
721
|
+
function(request) {
|
|
722
|
+
return request.serializeBinary();
|
|
723
|
+
},
|
|
724
|
+
proto.ondewo.nlu.ListUsersInProjectResponse.deserializeBinary
|
|
685
725
|
);
|
|
686
726
|
|
|
727
|
+
|
|
687
728
|
/**
|
|
688
729
|
* @param {!proto.ondewo.nlu.ListUsersInProjectRequest} request The
|
|
689
730
|
* request proto
|
|
@@ -694,16 +735,17 @@ const methodDescriptor_Agents_ListUsersInProject = new grpc.web.MethodDescriptor
|
|
|
694
735
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListUsersInProjectResponse>|undefined}
|
|
695
736
|
* The XHR Node Readable Stream
|
|
696
737
|
*/
|
|
697
|
-
proto.ondewo.nlu.AgentsClient.prototype.listUsersInProject =
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
738
|
+
proto.ondewo.nlu.AgentsClient.prototype.listUsersInProject =
|
|
739
|
+
function(request, metadata, callback) {
|
|
740
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
741
|
+
'/ondewo.nlu.Agents/ListUsersInProject',
|
|
742
|
+
request,
|
|
743
|
+
metadata || {},
|
|
744
|
+
methodDescriptor_Agents_ListUsersInProject,
|
|
745
|
+
callback);
|
|
705
746
|
};
|
|
706
747
|
|
|
748
|
+
|
|
707
749
|
/**
|
|
708
750
|
* @param {!proto.ondewo.nlu.ListUsersInProjectRequest} request The
|
|
709
751
|
* request proto
|
|
@@ -712,15 +754,16 @@ proto.ondewo.nlu.AgentsClient.prototype.listUsersInProject = function (request,
|
|
|
712
754
|
* @return {!Promise<!proto.ondewo.nlu.ListUsersInProjectResponse>}
|
|
713
755
|
* Promise that resolves to the response
|
|
714
756
|
*/
|
|
715
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.listUsersInProject =
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
757
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.listUsersInProject =
|
|
758
|
+
function(request, metadata) {
|
|
759
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
760
|
+
'/ondewo.nlu.Agents/ListUsersInProject',
|
|
761
|
+
request,
|
|
762
|
+
metadata || {},
|
|
763
|
+
methodDescriptor_Agents_ListUsersInProject);
|
|
722
764
|
};
|
|
723
765
|
|
|
766
|
+
|
|
724
767
|
/**
|
|
725
768
|
* @const
|
|
726
769
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -728,20 +771,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listUsersInProject = function (re
|
|
|
728
771
|
* !proto.ondewo.nlu.GetPlatformInfoResponse>}
|
|
729
772
|
*/
|
|
730
773
|
const methodDescriptor_Agents_GetPlatformInfo = new grpc.web.MethodDescriptor(
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
774
|
+
'/ondewo.nlu.Agents/GetPlatformInfo',
|
|
775
|
+
grpc.web.MethodType.UNARY,
|
|
776
|
+
google_protobuf_empty_pb.Empty,
|
|
777
|
+
proto.ondewo.nlu.GetPlatformInfoResponse,
|
|
778
|
+
/**
|
|
779
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
780
|
+
* @return {!Uint8Array}
|
|
781
|
+
*/
|
|
782
|
+
function(request) {
|
|
783
|
+
return request.serializeBinary();
|
|
784
|
+
},
|
|
785
|
+
proto.ondewo.nlu.GetPlatformInfoResponse.deserializeBinary
|
|
743
786
|
);
|
|
744
787
|
|
|
788
|
+
|
|
745
789
|
/**
|
|
746
790
|
* @param {!proto.google.protobuf.Empty} request The
|
|
747
791
|
* request proto
|
|
@@ -752,16 +796,17 @@ const methodDescriptor_Agents_GetPlatformInfo = new grpc.web.MethodDescriptor(
|
|
|
752
796
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetPlatformInfoResponse>|undefined}
|
|
753
797
|
* The XHR Node Readable Stream
|
|
754
798
|
*/
|
|
755
|
-
proto.ondewo.nlu.AgentsClient.prototype.getPlatformInfo =
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
799
|
+
proto.ondewo.nlu.AgentsClient.prototype.getPlatformInfo =
|
|
800
|
+
function(request, metadata, callback) {
|
|
801
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
802
|
+
'/ondewo.nlu.Agents/GetPlatformInfo',
|
|
803
|
+
request,
|
|
804
|
+
metadata || {},
|
|
805
|
+
methodDescriptor_Agents_GetPlatformInfo,
|
|
806
|
+
callback);
|
|
763
807
|
};
|
|
764
808
|
|
|
809
|
+
|
|
765
810
|
/**
|
|
766
811
|
* @param {!proto.google.protobuf.Empty} request The
|
|
767
812
|
* request proto
|
|
@@ -770,15 +815,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getPlatformInfo = function (request, met
|
|
|
770
815
|
* @return {!Promise<!proto.ondewo.nlu.GetPlatformInfoResponse>}
|
|
771
816
|
* Promise that resolves to the response
|
|
772
817
|
*/
|
|
773
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformInfo =
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
818
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformInfo =
|
|
819
|
+
function(request, metadata) {
|
|
820
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
821
|
+
'/ondewo.nlu.Agents/GetPlatformInfo',
|
|
822
|
+
request,
|
|
823
|
+
metadata || {},
|
|
824
|
+
methodDescriptor_Agents_GetPlatformInfo);
|
|
780
825
|
};
|
|
781
826
|
|
|
827
|
+
|
|
782
828
|
/**
|
|
783
829
|
* @const
|
|
784
830
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -786,20 +832,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformInfo = function (reque
|
|
|
786
832
|
* !proto.ondewo.nlu.ListProjectPermissionsResponse>}
|
|
787
833
|
*/
|
|
788
834
|
const methodDescriptor_Agents_ListProjectPermissions = new grpc.web.MethodDescriptor(
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
835
|
+
'/ondewo.nlu.Agents/ListProjectPermissions',
|
|
836
|
+
grpc.web.MethodType.UNARY,
|
|
837
|
+
proto.ondewo.nlu.ListProjectPermissionsRequest,
|
|
838
|
+
proto.ondewo.nlu.ListProjectPermissionsResponse,
|
|
839
|
+
/**
|
|
840
|
+
* @param {!proto.ondewo.nlu.ListProjectPermissionsRequest} request
|
|
841
|
+
* @return {!Uint8Array}
|
|
842
|
+
*/
|
|
843
|
+
function(request) {
|
|
844
|
+
return request.serializeBinary();
|
|
845
|
+
},
|
|
846
|
+
proto.ondewo.nlu.ListProjectPermissionsResponse.deserializeBinary
|
|
801
847
|
);
|
|
802
848
|
|
|
849
|
+
|
|
803
850
|
/**
|
|
804
851
|
* @param {!proto.ondewo.nlu.ListProjectPermissionsRequest} request The
|
|
805
852
|
* request proto
|
|
@@ -810,16 +857,17 @@ const methodDescriptor_Agents_ListProjectPermissions = new grpc.web.MethodDescri
|
|
|
810
857
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListProjectPermissionsResponse>|undefined}
|
|
811
858
|
* The XHR Node Readable Stream
|
|
812
859
|
*/
|
|
813
|
-
proto.ondewo.nlu.AgentsClient.prototype.listProjectPermissions =
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
860
|
+
proto.ondewo.nlu.AgentsClient.prototype.listProjectPermissions =
|
|
861
|
+
function(request, metadata, callback) {
|
|
862
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
863
|
+
'/ondewo.nlu.Agents/ListProjectPermissions',
|
|
864
|
+
request,
|
|
865
|
+
metadata || {},
|
|
866
|
+
methodDescriptor_Agents_ListProjectPermissions,
|
|
867
|
+
callback);
|
|
821
868
|
};
|
|
822
869
|
|
|
870
|
+
|
|
823
871
|
/**
|
|
824
872
|
* @param {!proto.ondewo.nlu.ListProjectPermissionsRequest} request The
|
|
825
873
|
* request proto
|
|
@@ -828,15 +876,16 @@ proto.ondewo.nlu.AgentsClient.prototype.listProjectPermissions = function (reque
|
|
|
828
876
|
* @return {!Promise<!proto.ondewo.nlu.ListProjectPermissionsResponse>}
|
|
829
877
|
* Promise that resolves to the response
|
|
830
878
|
*/
|
|
831
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.listProjectPermissions =
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
879
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.listProjectPermissions =
|
|
880
|
+
function(request, metadata) {
|
|
881
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
882
|
+
'/ondewo.nlu.Agents/ListProjectPermissions',
|
|
883
|
+
request,
|
|
884
|
+
metadata || {},
|
|
885
|
+
methodDescriptor_Agents_ListProjectPermissions);
|
|
838
886
|
};
|
|
839
887
|
|
|
888
|
+
|
|
840
889
|
/**
|
|
841
890
|
* @const
|
|
842
891
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -844,20 +893,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.listProjectPermissions = function
|
|
|
844
893
|
* !proto.ondewo.nlu.Operation>}
|
|
845
894
|
*/
|
|
846
895
|
const methodDescriptor_Agents_TrainAgent = new grpc.web.MethodDescriptor(
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
896
|
+
'/ondewo.nlu.Agents/TrainAgent',
|
|
897
|
+
grpc.web.MethodType.UNARY,
|
|
898
|
+
proto.ondewo.nlu.TrainAgentRequest,
|
|
899
|
+
ondewo_nlu_operations_pb.Operation,
|
|
900
|
+
/**
|
|
901
|
+
* @param {!proto.ondewo.nlu.TrainAgentRequest} request
|
|
902
|
+
* @return {!Uint8Array}
|
|
903
|
+
*/
|
|
904
|
+
function(request) {
|
|
905
|
+
return request.serializeBinary();
|
|
906
|
+
},
|
|
907
|
+
ondewo_nlu_operations_pb.Operation.deserializeBinary
|
|
859
908
|
);
|
|
860
909
|
|
|
910
|
+
|
|
861
911
|
/**
|
|
862
912
|
* @param {!proto.ondewo.nlu.TrainAgentRequest} request The
|
|
863
913
|
* request proto
|
|
@@ -868,16 +918,17 @@ const methodDescriptor_Agents_TrainAgent = new grpc.web.MethodDescriptor(
|
|
|
868
918
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
|
|
869
919
|
* The XHR Node Readable Stream
|
|
870
920
|
*/
|
|
871
|
-
proto.ondewo.nlu.AgentsClient.prototype.trainAgent =
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
921
|
+
proto.ondewo.nlu.AgentsClient.prototype.trainAgent =
|
|
922
|
+
function(request, metadata, callback) {
|
|
923
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
924
|
+
'/ondewo.nlu.Agents/TrainAgent',
|
|
925
|
+
request,
|
|
926
|
+
metadata || {},
|
|
927
|
+
methodDescriptor_Agents_TrainAgent,
|
|
928
|
+
callback);
|
|
879
929
|
};
|
|
880
930
|
|
|
931
|
+
|
|
881
932
|
/**
|
|
882
933
|
* @param {!proto.ondewo.nlu.TrainAgentRequest} request The
|
|
883
934
|
* request proto
|
|
@@ -886,15 +937,16 @@ proto.ondewo.nlu.AgentsClient.prototype.trainAgent = function (request, metadata
|
|
|
886
937
|
* @return {!Promise<!proto.ondewo.nlu.Operation>}
|
|
887
938
|
* Promise that resolves to the response
|
|
888
939
|
*/
|
|
889
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.trainAgent =
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
940
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.trainAgent =
|
|
941
|
+
function(request, metadata) {
|
|
942
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
943
|
+
'/ondewo.nlu.Agents/TrainAgent',
|
|
944
|
+
request,
|
|
945
|
+
metadata || {},
|
|
946
|
+
methodDescriptor_Agents_TrainAgent);
|
|
896
947
|
};
|
|
897
948
|
|
|
949
|
+
|
|
898
950
|
/**
|
|
899
951
|
* @const
|
|
900
952
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -902,20 +954,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.trainAgent = function (request, m
|
|
|
902
954
|
* !proto.ondewo.nlu.Operation>}
|
|
903
955
|
*/
|
|
904
956
|
const methodDescriptor_Agents_BuildCache = new grpc.web.MethodDescriptor(
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
957
|
+
'/ondewo.nlu.Agents/BuildCache',
|
|
958
|
+
grpc.web.MethodType.UNARY,
|
|
959
|
+
proto.ondewo.nlu.BuildCacheRequest,
|
|
960
|
+
ondewo_nlu_operations_pb.Operation,
|
|
961
|
+
/**
|
|
962
|
+
* @param {!proto.ondewo.nlu.BuildCacheRequest} request
|
|
963
|
+
* @return {!Uint8Array}
|
|
964
|
+
*/
|
|
965
|
+
function(request) {
|
|
966
|
+
return request.serializeBinary();
|
|
967
|
+
},
|
|
968
|
+
ondewo_nlu_operations_pb.Operation.deserializeBinary
|
|
917
969
|
);
|
|
918
970
|
|
|
971
|
+
|
|
919
972
|
/**
|
|
920
973
|
* @param {!proto.ondewo.nlu.BuildCacheRequest} request The
|
|
921
974
|
* request proto
|
|
@@ -926,16 +979,17 @@ const methodDescriptor_Agents_BuildCache = new grpc.web.MethodDescriptor(
|
|
|
926
979
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
|
|
927
980
|
* The XHR Node Readable Stream
|
|
928
981
|
*/
|
|
929
|
-
proto.ondewo.nlu.AgentsClient.prototype.buildCache =
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
982
|
+
proto.ondewo.nlu.AgentsClient.prototype.buildCache =
|
|
983
|
+
function(request, metadata, callback) {
|
|
984
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
985
|
+
'/ondewo.nlu.Agents/BuildCache',
|
|
986
|
+
request,
|
|
987
|
+
metadata || {},
|
|
988
|
+
methodDescriptor_Agents_BuildCache,
|
|
989
|
+
callback);
|
|
937
990
|
};
|
|
938
991
|
|
|
992
|
+
|
|
939
993
|
/**
|
|
940
994
|
* @param {!proto.ondewo.nlu.BuildCacheRequest} request The
|
|
941
995
|
* request proto
|
|
@@ -944,15 +998,16 @@ proto.ondewo.nlu.AgentsClient.prototype.buildCache = function (request, metadata
|
|
|
944
998
|
* @return {!Promise<!proto.ondewo.nlu.Operation>}
|
|
945
999
|
* Promise that resolves to the response
|
|
946
1000
|
*/
|
|
947
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.buildCache =
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
1001
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.buildCache =
|
|
1002
|
+
function(request, metadata) {
|
|
1003
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1004
|
+
'/ondewo.nlu.Agents/BuildCache',
|
|
1005
|
+
request,
|
|
1006
|
+
metadata || {},
|
|
1007
|
+
methodDescriptor_Agents_BuildCache);
|
|
954
1008
|
};
|
|
955
1009
|
|
|
1010
|
+
|
|
956
1011
|
/**
|
|
957
1012
|
* @const
|
|
958
1013
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -960,20 +1015,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.buildCache = function (request, m
|
|
|
960
1015
|
* !proto.ondewo.nlu.Operation>}
|
|
961
1016
|
*/
|
|
962
1017
|
const methodDescriptor_Agents_ExportAgent = new grpc.web.MethodDescriptor(
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
1018
|
+
'/ondewo.nlu.Agents/ExportAgent',
|
|
1019
|
+
grpc.web.MethodType.UNARY,
|
|
1020
|
+
proto.ondewo.nlu.ExportAgentRequest,
|
|
1021
|
+
ondewo_nlu_operations_pb.Operation,
|
|
1022
|
+
/**
|
|
1023
|
+
* @param {!proto.ondewo.nlu.ExportAgentRequest} request
|
|
1024
|
+
* @return {!Uint8Array}
|
|
1025
|
+
*/
|
|
1026
|
+
function(request) {
|
|
1027
|
+
return request.serializeBinary();
|
|
1028
|
+
},
|
|
1029
|
+
ondewo_nlu_operations_pb.Operation.deserializeBinary
|
|
975
1030
|
);
|
|
976
1031
|
|
|
1032
|
+
|
|
977
1033
|
/**
|
|
978
1034
|
* @param {!proto.ondewo.nlu.ExportAgentRequest} request The
|
|
979
1035
|
* request proto
|
|
@@ -984,16 +1040,17 @@ const methodDescriptor_Agents_ExportAgent = new grpc.web.MethodDescriptor(
|
|
|
984
1040
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
|
|
985
1041
|
* The XHR Node Readable Stream
|
|
986
1042
|
*/
|
|
987
|
-
proto.ondewo.nlu.AgentsClient.prototype.exportAgent =
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
1043
|
+
proto.ondewo.nlu.AgentsClient.prototype.exportAgent =
|
|
1044
|
+
function(request, metadata, callback) {
|
|
1045
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1046
|
+
'/ondewo.nlu.Agents/ExportAgent',
|
|
1047
|
+
request,
|
|
1048
|
+
metadata || {},
|
|
1049
|
+
methodDescriptor_Agents_ExportAgent,
|
|
1050
|
+
callback);
|
|
995
1051
|
};
|
|
996
1052
|
|
|
1053
|
+
|
|
997
1054
|
/**
|
|
998
1055
|
* @param {!proto.ondewo.nlu.ExportAgentRequest} request The
|
|
999
1056
|
* request proto
|
|
@@ -1002,15 +1059,16 @@ proto.ondewo.nlu.AgentsClient.prototype.exportAgent = function (request, metadat
|
|
|
1002
1059
|
* @return {!Promise<!proto.ondewo.nlu.Operation>}
|
|
1003
1060
|
* Promise that resolves to the response
|
|
1004
1061
|
*/
|
|
1005
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.exportAgent =
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1062
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.exportAgent =
|
|
1063
|
+
function(request, metadata) {
|
|
1064
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1065
|
+
'/ondewo.nlu.Agents/ExportAgent',
|
|
1066
|
+
request,
|
|
1067
|
+
metadata || {},
|
|
1068
|
+
methodDescriptor_Agents_ExportAgent);
|
|
1012
1069
|
};
|
|
1013
1070
|
|
|
1071
|
+
|
|
1014
1072
|
/**
|
|
1015
1073
|
* @const
|
|
1016
1074
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1018,20 +1076,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportAgent = function (request,
|
|
|
1018
1076
|
* !proto.ondewo.nlu.Operation>}
|
|
1019
1077
|
*/
|
|
1020
1078
|
const methodDescriptor_Agents_ExportBenchmarkAgent = new grpc.web.MethodDescriptor(
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1079
|
+
'/ondewo.nlu.Agents/ExportBenchmarkAgent',
|
|
1080
|
+
grpc.web.MethodType.UNARY,
|
|
1081
|
+
proto.ondewo.nlu.ExportBenchmarkAgentRequest,
|
|
1082
|
+
ondewo_nlu_operations_pb.Operation,
|
|
1083
|
+
/**
|
|
1084
|
+
* @param {!proto.ondewo.nlu.ExportBenchmarkAgentRequest} request
|
|
1085
|
+
* @return {!Uint8Array}
|
|
1086
|
+
*/
|
|
1087
|
+
function(request) {
|
|
1088
|
+
return request.serializeBinary();
|
|
1089
|
+
},
|
|
1090
|
+
ondewo_nlu_operations_pb.Operation.deserializeBinary
|
|
1033
1091
|
);
|
|
1034
1092
|
|
|
1093
|
+
|
|
1035
1094
|
/**
|
|
1036
1095
|
* @param {!proto.ondewo.nlu.ExportBenchmarkAgentRequest} request The
|
|
1037
1096
|
* request proto
|
|
@@ -1042,16 +1101,17 @@ const methodDescriptor_Agents_ExportBenchmarkAgent = new grpc.web.MethodDescript
|
|
|
1042
1101
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
|
|
1043
1102
|
* The XHR Node Readable Stream
|
|
1044
1103
|
*/
|
|
1045
|
-
proto.ondewo.nlu.AgentsClient.prototype.exportBenchmarkAgent =
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1104
|
+
proto.ondewo.nlu.AgentsClient.prototype.exportBenchmarkAgent =
|
|
1105
|
+
function(request, metadata, callback) {
|
|
1106
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1107
|
+
'/ondewo.nlu.Agents/ExportBenchmarkAgent',
|
|
1108
|
+
request,
|
|
1109
|
+
metadata || {},
|
|
1110
|
+
methodDescriptor_Agents_ExportBenchmarkAgent,
|
|
1111
|
+
callback);
|
|
1053
1112
|
};
|
|
1054
1113
|
|
|
1114
|
+
|
|
1055
1115
|
/**
|
|
1056
1116
|
* @param {!proto.ondewo.nlu.ExportBenchmarkAgentRequest} request The
|
|
1057
1117
|
* request proto
|
|
@@ -1060,15 +1120,16 @@ proto.ondewo.nlu.AgentsClient.prototype.exportBenchmarkAgent = function (request
|
|
|
1060
1120
|
* @return {!Promise<!proto.ondewo.nlu.Operation>}
|
|
1061
1121
|
* Promise that resolves to the response
|
|
1062
1122
|
*/
|
|
1063
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.exportBenchmarkAgent =
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1123
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.exportBenchmarkAgent =
|
|
1124
|
+
function(request, metadata) {
|
|
1125
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1126
|
+
'/ondewo.nlu.Agents/ExportBenchmarkAgent',
|
|
1127
|
+
request,
|
|
1128
|
+
metadata || {},
|
|
1129
|
+
methodDescriptor_Agents_ExportBenchmarkAgent);
|
|
1070
1130
|
};
|
|
1071
1131
|
|
|
1132
|
+
|
|
1072
1133
|
/**
|
|
1073
1134
|
* @const
|
|
1074
1135
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1076,20 +1137,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportBenchmarkAgent = function (
|
|
|
1076
1137
|
* !proto.ondewo.nlu.Operation>}
|
|
1077
1138
|
*/
|
|
1078
1139
|
const methodDescriptor_Agents_ImportAgent = new grpc.web.MethodDescriptor(
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1140
|
+
'/ondewo.nlu.Agents/ImportAgent',
|
|
1141
|
+
grpc.web.MethodType.UNARY,
|
|
1142
|
+
proto.ondewo.nlu.ImportAgentRequest,
|
|
1143
|
+
ondewo_nlu_operations_pb.Operation,
|
|
1144
|
+
/**
|
|
1145
|
+
* @param {!proto.ondewo.nlu.ImportAgentRequest} request
|
|
1146
|
+
* @return {!Uint8Array}
|
|
1147
|
+
*/
|
|
1148
|
+
function(request) {
|
|
1149
|
+
return request.serializeBinary();
|
|
1150
|
+
},
|
|
1151
|
+
ondewo_nlu_operations_pb.Operation.deserializeBinary
|
|
1091
1152
|
);
|
|
1092
1153
|
|
|
1154
|
+
|
|
1093
1155
|
/**
|
|
1094
1156
|
* @param {!proto.ondewo.nlu.ImportAgentRequest} request The
|
|
1095
1157
|
* request proto
|
|
@@ -1100,16 +1162,17 @@ const methodDescriptor_Agents_ImportAgent = new grpc.web.MethodDescriptor(
|
|
|
1100
1162
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
|
|
1101
1163
|
* The XHR Node Readable Stream
|
|
1102
1164
|
*/
|
|
1103
|
-
proto.ondewo.nlu.AgentsClient.prototype.importAgent =
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1165
|
+
proto.ondewo.nlu.AgentsClient.prototype.importAgent =
|
|
1166
|
+
function(request, metadata, callback) {
|
|
1167
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1168
|
+
'/ondewo.nlu.Agents/ImportAgent',
|
|
1169
|
+
request,
|
|
1170
|
+
metadata || {},
|
|
1171
|
+
methodDescriptor_Agents_ImportAgent,
|
|
1172
|
+
callback);
|
|
1111
1173
|
};
|
|
1112
1174
|
|
|
1175
|
+
|
|
1113
1176
|
/**
|
|
1114
1177
|
* @param {!proto.ondewo.nlu.ImportAgentRequest} request The
|
|
1115
1178
|
* request proto
|
|
@@ -1118,15 +1181,16 @@ proto.ondewo.nlu.AgentsClient.prototype.importAgent = function (request, metadat
|
|
|
1118
1181
|
* @return {!Promise<!proto.ondewo.nlu.Operation>}
|
|
1119
1182
|
* Promise that resolves to the response
|
|
1120
1183
|
*/
|
|
1121
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.importAgent =
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1184
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.importAgent =
|
|
1185
|
+
function(request, metadata) {
|
|
1186
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1187
|
+
'/ondewo.nlu.Agents/ImportAgent',
|
|
1188
|
+
request,
|
|
1189
|
+
metadata || {},
|
|
1190
|
+
methodDescriptor_Agents_ImportAgent);
|
|
1128
1191
|
};
|
|
1129
1192
|
|
|
1193
|
+
|
|
1130
1194
|
/**
|
|
1131
1195
|
* @const
|
|
1132
1196
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1134,20 +1198,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.importAgent = function (request,
|
|
|
1134
1198
|
* !proto.ondewo.nlu.Operation>}
|
|
1135
1199
|
*/
|
|
1136
1200
|
const methodDescriptor_Agents_OptimizeRankingMatch = new grpc.web.MethodDescriptor(
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1201
|
+
'/ondewo.nlu.Agents/OptimizeRankingMatch',
|
|
1202
|
+
grpc.web.MethodType.UNARY,
|
|
1203
|
+
proto.ondewo.nlu.OptimizeRankingMatchRequest,
|
|
1204
|
+
ondewo_nlu_operations_pb.Operation,
|
|
1205
|
+
/**
|
|
1206
|
+
* @param {!proto.ondewo.nlu.OptimizeRankingMatchRequest} request
|
|
1207
|
+
* @return {!Uint8Array}
|
|
1208
|
+
*/
|
|
1209
|
+
function(request) {
|
|
1210
|
+
return request.serializeBinary();
|
|
1211
|
+
},
|
|
1212
|
+
ondewo_nlu_operations_pb.Operation.deserializeBinary
|
|
1149
1213
|
);
|
|
1150
1214
|
|
|
1215
|
+
|
|
1151
1216
|
/**
|
|
1152
1217
|
* @param {!proto.ondewo.nlu.OptimizeRankingMatchRequest} request The
|
|
1153
1218
|
* request proto
|
|
@@ -1158,16 +1223,17 @@ const methodDescriptor_Agents_OptimizeRankingMatch = new grpc.web.MethodDescript
|
|
|
1158
1223
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
|
|
1159
1224
|
* The XHR Node Readable Stream
|
|
1160
1225
|
*/
|
|
1161
|
-
proto.ondewo.nlu.AgentsClient.prototype.optimizeRankingMatch =
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1226
|
+
proto.ondewo.nlu.AgentsClient.prototype.optimizeRankingMatch =
|
|
1227
|
+
function(request, metadata, callback) {
|
|
1228
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1229
|
+
'/ondewo.nlu.Agents/OptimizeRankingMatch',
|
|
1230
|
+
request,
|
|
1231
|
+
metadata || {},
|
|
1232
|
+
methodDescriptor_Agents_OptimizeRankingMatch,
|
|
1233
|
+
callback);
|
|
1169
1234
|
};
|
|
1170
1235
|
|
|
1236
|
+
|
|
1171
1237
|
/**
|
|
1172
1238
|
* @param {!proto.ondewo.nlu.OptimizeRankingMatchRequest} request The
|
|
1173
1239
|
* request proto
|
|
@@ -1176,15 +1242,16 @@ proto.ondewo.nlu.AgentsClient.prototype.optimizeRankingMatch = function (request
|
|
|
1176
1242
|
* @return {!Promise<!proto.ondewo.nlu.Operation>}
|
|
1177
1243
|
* Promise that resolves to the response
|
|
1178
1244
|
*/
|
|
1179
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.optimizeRankingMatch =
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1245
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.optimizeRankingMatch =
|
|
1246
|
+
function(request, metadata) {
|
|
1247
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1248
|
+
'/ondewo.nlu.Agents/OptimizeRankingMatch',
|
|
1249
|
+
request,
|
|
1250
|
+
metadata || {},
|
|
1251
|
+
methodDescriptor_Agents_OptimizeRankingMatch);
|
|
1186
1252
|
};
|
|
1187
1253
|
|
|
1254
|
+
|
|
1188
1255
|
/**
|
|
1189
1256
|
* @const
|
|
1190
1257
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1192,20 +1259,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.optimizeRankingMatch = function (
|
|
|
1192
1259
|
* !proto.ondewo.nlu.Operation>}
|
|
1193
1260
|
*/
|
|
1194
1261
|
const methodDescriptor_Agents_RestoreAgent = new grpc.web.MethodDescriptor(
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1262
|
+
'/ondewo.nlu.Agents/RestoreAgent',
|
|
1263
|
+
grpc.web.MethodType.UNARY,
|
|
1264
|
+
proto.ondewo.nlu.RestoreAgentRequest,
|
|
1265
|
+
ondewo_nlu_operations_pb.Operation,
|
|
1266
|
+
/**
|
|
1267
|
+
* @param {!proto.ondewo.nlu.RestoreAgentRequest} request
|
|
1268
|
+
* @return {!Uint8Array}
|
|
1269
|
+
*/
|
|
1270
|
+
function(request) {
|
|
1271
|
+
return request.serializeBinary();
|
|
1272
|
+
},
|
|
1273
|
+
ondewo_nlu_operations_pb.Operation.deserializeBinary
|
|
1207
1274
|
);
|
|
1208
1275
|
|
|
1276
|
+
|
|
1209
1277
|
/**
|
|
1210
1278
|
* @param {!proto.ondewo.nlu.RestoreAgentRequest} request The
|
|
1211
1279
|
* request proto
|
|
@@ -1216,16 +1284,17 @@ const methodDescriptor_Agents_RestoreAgent = new grpc.web.MethodDescriptor(
|
|
|
1216
1284
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
|
|
1217
1285
|
* The XHR Node Readable Stream
|
|
1218
1286
|
*/
|
|
1219
|
-
proto.ondewo.nlu.AgentsClient.prototype.restoreAgent =
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1287
|
+
proto.ondewo.nlu.AgentsClient.prototype.restoreAgent =
|
|
1288
|
+
function(request, metadata, callback) {
|
|
1289
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1290
|
+
'/ondewo.nlu.Agents/RestoreAgent',
|
|
1291
|
+
request,
|
|
1292
|
+
metadata || {},
|
|
1293
|
+
methodDescriptor_Agents_RestoreAgent,
|
|
1294
|
+
callback);
|
|
1227
1295
|
};
|
|
1228
1296
|
|
|
1297
|
+
|
|
1229
1298
|
/**
|
|
1230
1299
|
* @param {!proto.ondewo.nlu.RestoreAgentRequest} request The
|
|
1231
1300
|
* request proto
|
|
@@ -1234,15 +1303,16 @@ proto.ondewo.nlu.AgentsClient.prototype.restoreAgent = function (request, metada
|
|
|
1234
1303
|
* @return {!Promise<!proto.ondewo.nlu.Operation>}
|
|
1235
1304
|
* Promise that resolves to the response
|
|
1236
1305
|
*/
|
|
1237
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.restoreAgent =
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1306
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.restoreAgent =
|
|
1307
|
+
function(request, metadata) {
|
|
1308
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1309
|
+
'/ondewo.nlu.Agents/RestoreAgent',
|
|
1310
|
+
request,
|
|
1311
|
+
metadata || {},
|
|
1312
|
+
methodDescriptor_Agents_RestoreAgent);
|
|
1244
1313
|
};
|
|
1245
1314
|
|
|
1315
|
+
|
|
1246
1316
|
/**
|
|
1247
1317
|
* @const
|
|
1248
1318
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1250,20 +1320,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.restoreAgent = function (request,
|
|
|
1250
1320
|
* !proto.ondewo.nlu.GetAgentStatisticsResponse>}
|
|
1251
1321
|
*/
|
|
1252
1322
|
const methodDescriptor_Agents_GetAgentStatistics = new grpc.web.MethodDescriptor(
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1323
|
+
'/ondewo.nlu.Agents/GetAgentStatistics',
|
|
1324
|
+
grpc.web.MethodType.UNARY,
|
|
1325
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest,
|
|
1326
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse,
|
|
1327
|
+
/**
|
|
1328
|
+
* @param {!proto.ondewo.nlu.GetAgentStatisticsRequest} request
|
|
1329
|
+
* @return {!Uint8Array}
|
|
1330
|
+
*/
|
|
1331
|
+
function(request) {
|
|
1332
|
+
return request.serializeBinary();
|
|
1333
|
+
},
|
|
1334
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.deserializeBinary
|
|
1265
1335
|
);
|
|
1266
1336
|
|
|
1337
|
+
|
|
1267
1338
|
/**
|
|
1268
1339
|
* @param {!proto.ondewo.nlu.GetAgentStatisticsRequest} request The
|
|
1269
1340
|
* request proto
|
|
@@ -1274,16 +1345,17 @@ const methodDescriptor_Agents_GetAgentStatistics = new grpc.web.MethodDescriptor
|
|
|
1274
1345
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetAgentStatisticsResponse>|undefined}
|
|
1275
1346
|
* The XHR Node Readable Stream
|
|
1276
1347
|
*/
|
|
1277
|
-
proto.ondewo.nlu.AgentsClient.prototype.getAgentStatistics =
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1348
|
+
proto.ondewo.nlu.AgentsClient.prototype.getAgentStatistics =
|
|
1349
|
+
function(request, metadata, callback) {
|
|
1350
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1351
|
+
'/ondewo.nlu.Agents/GetAgentStatistics',
|
|
1352
|
+
request,
|
|
1353
|
+
metadata || {},
|
|
1354
|
+
methodDescriptor_Agents_GetAgentStatistics,
|
|
1355
|
+
callback);
|
|
1285
1356
|
};
|
|
1286
1357
|
|
|
1358
|
+
|
|
1287
1359
|
/**
|
|
1288
1360
|
* @param {!proto.ondewo.nlu.GetAgentStatisticsRequest} request The
|
|
1289
1361
|
* request proto
|
|
@@ -1292,15 +1364,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getAgentStatistics = function (request,
|
|
|
1292
1364
|
* @return {!Promise<!proto.ondewo.nlu.GetAgentStatisticsResponse>}
|
|
1293
1365
|
* Promise that resolves to the response
|
|
1294
1366
|
*/
|
|
1295
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgentStatistics =
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1367
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgentStatistics =
|
|
1368
|
+
function(request, metadata) {
|
|
1369
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1370
|
+
'/ondewo.nlu.Agents/GetAgentStatistics',
|
|
1371
|
+
request,
|
|
1372
|
+
metadata || {},
|
|
1373
|
+
methodDescriptor_Agents_GetAgentStatistics);
|
|
1302
1374
|
};
|
|
1303
1375
|
|
|
1376
|
+
|
|
1304
1377
|
/**
|
|
1305
1378
|
* @const
|
|
1306
1379
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1308,20 +1381,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getAgentStatistics = function (re
|
|
|
1308
1381
|
* !proto.ondewo.nlu.GetSessionsStatisticsResponse>}
|
|
1309
1382
|
*/
|
|
1310
1383
|
const methodDescriptor_Agents_GetSessionsStatistics = new grpc.web.MethodDescriptor(
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1384
|
+
'/ondewo.nlu.Agents/GetSessionsStatistics',
|
|
1385
|
+
grpc.web.MethodType.UNARY,
|
|
1386
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest,
|
|
1387
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse,
|
|
1388
|
+
/**
|
|
1389
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} request
|
|
1390
|
+
* @return {!Uint8Array}
|
|
1391
|
+
*/
|
|
1392
|
+
function(request) {
|
|
1393
|
+
return request.serializeBinary();
|
|
1394
|
+
},
|
|
1395
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.deserializeBinary
|
|
1323
1396
|
);
|
|
1324
1397
|
|
|
1398
|
+
|
|
1325
1399
|
/**
|
|
1326
1400
|
* @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} request The
|
|
1327
1401
|
* request proto
|
|
@@ -1332,16 +1406,17 @@ const methodDescriptor_Agents_GetSessionsStatistics = new grpc.web.MethodDescrip
|
|
|
1332
1406
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetSessionsStatisticsResponse>|undefined}
|
|
1333
1407
|
* The XHR Node Readable Stream
|
|
1334
1408
|
*/
|
|
1335
|
-
proto.ondewo.nlu.AgentsClient.prototype.getSessionsStatistics =
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1409
|
+
proto.ondewo.nlu.AgentsClient.prototype.getSessionsStatistics =
|
|
1410
|
+
function(request, metadata, callback) {
|
|
1411
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1412
|
+
'/ondewo.nlu.Agents/GetSessionsStatistics',
|
|
1413
|
+
request,
|
|
1414
|
+
metadata || {},
|
|
1415
|
+
methodDescriptor_Agents_GetSessionsStatistics,
|
|
1416
|
+
callback);
|
|
1343
1417
|
};
|
|
1344
1418
|
|
|
1419
|
+
|
|
1345
1420
|
/**
|
|
1346
1421
|
* @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} request The
|
|
1347
1422
|
* request proto
|
|
@@ -1350,15 +1425,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getSessionsStatistics = function (reques
|
|
|
1350
1425
|
* @return {!Promise<!proto.ondewo.nlu.GetSessionsStatisticsResponse>}
|
|
1351
1426
|
* Promise that resolves to the response
|
|
1352
1427
|
*/
|
|
1353
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getSessionsStatistics =
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1428
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getSessionsStatistics =
|
|
1429
|
+
function(request, metadata) {
|
|
1430
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1431
|
+
'/ondewo.nlu.Agents/GetSessionsStatistics',
|
|
1432
|
+
request,
|
|
1433
|
+
metadata || {},
|
|
1434
|
+
methodDescriptor_Agents_GetSessionsStatistics);
|
|
1360
1435
|
};
|
|
1361
1436
|
|
|
1437
|
+
|
|
1362
1438
|
/**
|
|
1363
1439
|
* @const
|
|
1364
1440
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1366,20 +1442,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getSessionsStatistics = function
|
|
|
1366
1442
|
* !proto.ondewo.nlu.Agent>}
|
|
1367
1443
|
*/
|
|
1368
1444
|
const methodDescriptor_Agents_SetAgentStatus = new grpc.web.MethodDescriptor(
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1445
|
+
'/ondewo.nlu.Agents/SetAgentStatus',
|
|
1446
|
+
grpc.web.MethodType.UNARY,
|
|
1447
|
+
proto.ondewo.nlu.SetAgentStatusRequest,
|
|
1448
|
+
proto.ondewo.nlu.Agent,
|
|
1449
|
+
/**
|
|
1450
|
+
* @param {!proto.ondewo.nlu.SetAgentStatusRequest} request
|
|
1451
|
+
* @return {!Uint8Array}
|
|
1452
|
+
*/
|
|
1453
|
+
function(request) {
|
|
1454
|
+
return request.serializeBinary();
|
|
1455
|
+
},
|
|
1456
|
+
proto.ondewo.nlu.Agent.deserializeBinary
|
|
1381
1457
|
);
|
|
1382
1458
|
|
|
1459
|
+
|
|
1383
1460
|
/**
|
|
1384
1461
|
* @param {!proto.ondewo.nlu.SetAgentStatusRequest} request The
|
|
1385
1462
|
* request proto
|
|
@@ -1390,16 +1467,17 @@ const methodDescriptor_Agents_SetAgentStatus = new grpc.web.MethodDescriptor(
|
|
|
1390
1467
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Agent>|undefined}
|
|
1391
1468
|
* The XHR Node Readable Stream
|
|
1392
1469
|
*/
|
|
1393
|
-
proto.ondewo.nlu.AgentsClient.prototype.setAgentStatus =
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1470
|
+
proto.ondewo.nlu.AgentsClient.prototype.setAgentStatus =
|
|
1471
|
+
function(request, metadata, callback) {
|
|
1472
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1473
|
+
'/ondewo.nlu.Agents/SetAgentStatus',
|
|
1474
|
+
request,
|
|
1475
|
+
metadata || {},
|
|
1476
|
+
methodDescriptor_Agents_SetAgentStatus,
|
|
1477
|
+
callback);
|
|
1401
1478
|
};
|
|
1402
1479
|
|
|
1480
|
+
|
|
1403
1481
|
/**
|
|
1404
1482
|
* @param {!proto.ondewo.nlu.SetAgentStatusRequest} request The
|
|
1405
1483
|
* request proto
|
|
@@ -1408,15 +1486,16 @@ proto.ondewo.nlu.AgentsClient.prototype.setAgentStatus = function (request, meta
|
|
|
1408
1486
|
* @return {!Promise<!proto.ondewo.nlu.Agent>}
|
|
1409
1487
|
* Promise that resolves to the response
|
|
1410
1488
|
*/
|
|
1411
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.setAgentStatus =
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1489
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.setAgentStatus =
|
|
1490
|
+
function(request, metadata) {
|
|
1491
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1492
|
+
'/ondewo.nlu.Agents/SetAgentStatus',
|
|
1493
|
+
request,
|
|
1494
|
+
metadata || {},
|
|
1495
|
+
methodDescriptor_Agents_SetAgentStatus);
|
|
1418
1496
|
};
|
|
1419
1497
|
|
|
1498
|
+
|
|
1420
1499
|
/**
|
|
1421
1500
|
* @const
|
|
1422
1501
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1424,20 +1503,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.setAgentStatus = function (reques
|
|
|
1424
1503
|
* !proto.google.protobuf.Empty>}
|
|
1425
1504
|
*/
|
|
1426
1505
|
const methodDescriptor_Agents_SetResources = new grpc.web.MethodDescriptor(
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1506
|
+
'/ondewo.nlu.Agents/SetResources',
|
|
1507
|
+
grpc.web.MethodType.UNARY,
|
|
1508
|
+
proto.ondewo.nlu.SetResourcesRequest,
|
|
1509
|
+
google_protobuf_empty_pb.Empty,
|
|
1510
|
+
/**
|
|
1511
|
+
* @param {!proto.ondewo.nlu.SetResourcesRequest} request
|
|
1512
|
+
* @return {!Uint8Array}
|
|
1513
|
+
*/
|
|
1514
|
+
function(request) {
|
|
1515
|
+
return request.serializeBinary();
|
|
1516
|
+
},
|
|
1517
|
+
google_protobuf_empty_pb.Empty.deserializeBinary
|
|
1439
1518
|
);
|
|
1440
1519
|
|
|
1520
|
+
|
|
1441
1521
|
/**
|
|
1442
1522
|
* @param {!proto.ondewo.nlu.SetResourcesRequest} request The
|
|
1443
1523
|
* request proto
|
|
@@ -1448,16 +1528,17 @@ const methodDescriptor_Agents_SetResources = new grpc.web.MethodDescriptor(
|
|
|
1448
1528
|
* @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
|
|
1449
1529
|
* The XHR Node Readable Stream
|
|
1450
1530
|
*/
|
|
1451
|
-
proto.ondewo.nlu.AgentsClient.prototype.setResources =
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1531
|
+
proto.ondewo.nlu.AgentsClient.prototype.setResources =
|
|
1532
|
+
function(request, metadata, callback) {
|
|
1533
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1534
|
+
'/ondewo.nlu.Agents/SetResources',
|
|
1535
|
+
request,
|
|
1536
|
+
metadata || {},
|
|
1537
|
+
methodDescriptor_Agents_SetResources,
|
|
1538
|
+
callback);
|
|
1459
1539
|
};
|
|
1460
1540
|
|
|
1541
|
+
|
|
1461
1542
|
/**
|
|
1462
1543
|
* @param {!proto.ondewo.nlu.SetResourcesRequest} request The
|
|
1463
1544
|
* request proto
|
|
@@ -1466,15 +1547,16 @@ proto.ondewo.nlu.AgentsClient.prototype.setResources = function (request, metada
|
|
|
1466
1547
|
* @return {!Promise<!proto.google.protobuf.Empty>}
|
|
1467
1548
|
* Promise that resolves to the response
|
|
1468
1549
|
*/
|
|
1469
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.setResources =
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1550
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.setResources =
|
|
1551
|
+
function(request, metadata) {
|
|
1552
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1553
|
+
'/ondewo.nlu.Agents/SetResources',
|
|
1554
|
+
request,
|
|
1555
|
+
metadata || {},
|
|
1556
|
+
methodDescriptor_Agents_SetResources);
|
|
1476
1557
|
};
|
|
1477
1558
|
|
|
1559
|
+
|
|
1478
1560
|
/**
|
|
1479
1561
|
* @const
|
|
1480
1562
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1482,20 +1564,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.setResources = function (request,
|
|
|
1482
1564
|
* !proto.google.protobuf.Empty>}
|
|
1483
1565
|
*/
|
|
1484
1566
|
const methodDescriptor_Agents_DeleteResources = new grpc.web.MethodDescriptor(
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1567
|
+
'/ondewo.nlu.Agents/DeleteResources',
|
|
1568
|
+
grpc.web.MethodType.UNARY,
|
|
1569
|
+
proto.ondewo.nlu.DeleteResourcesRequest,
|
|
1570
|
+
google_protobuf_empty_pb.Empty,
|
|
1571
|
+
/**
|
|
1572
|
+
* @param {!proto.ondewo.nlu.DeleteResourcesRequest} request
|
|
1573
|
+
* @return {!Uint8Array}
|
|
1574
|
+
*/
|
|
1575
|
+
function(request) {
|
|
1576
|
+
return request.serializeBinary();
|
|
1577
|
+
},
|
|
1578
|
+
google_protobuf_empty_pb.Empty.deserializeBinary
|
|
1497
1579
|
);
|
|
1498
1580
|
|
|
1581
|
+
|
|
1499
1582
|
/**
|
|
1500
1583
|
* @param {!proto.ondewo.nlu.DeleteResourcesRequest} request The
|
|
1501
1584
|
* request proto
|
|
@@ -1506,16 +1589,17 @@ const methodDescriptor_Agents_DeleteResources = new grpc.web.MethodDescriptor(
|
|
|
1506
1589
|
* @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
|
|
1507
1590
|
* The XHR Node Readable Stream
|
|
1508
1591
|
*/
|
|
1509
|
-
proto.ondewo.nlu.AgentsClient.prototype.deleteResources =
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1592
|
+
proto.ondewo.nlu.AgentsClient.prototype.deleteResources =
|
|
1593
|
+
function(request, metadata, callback) {
|
|
1594
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1595
|
+
'/ondewo.nlu.Agents/DeleteResources',
|
|
1596
|
+
request,
|
|
1597
|
+
metadata || {},
|
|
1598
|
+
methodDescriptor_Agents_DeleteResources,
|
|
1599
|
+
callback);
|
|
1517
1600
|
};
|
|
1518
1601
|
|
|
1602
|
+
|
|
1519
1603
|
/**
|
|
1520
1604
|
* @param {!proto.ondewo.nlu.DeleteResourcesRequest} request The
|
|
1521
1605
|
* request proto
|
|
@@ -1524,15 +1608,16 @@ proto.ondewo.nlu.AgentsClient.prototype.deleteResources = function (request, met
|
|
|
1524
1608
|
* @return {!Promise<!proto.google.protobuf.Empty>}
|
|
1525
1609
|
* Promise that resolves to the response
|
|
1526
1610
|
*/
|
|
1527
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteResources =
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1611
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteResources =
|
|
1612
|
+
function(request, metadata) {
|
|
1613
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1614
|
+
'/ondewo.nlu.Agents/DeleteResources',
|
|
1615
|
+
request,
|
|
1616
|
+
metadata || {},
|
|
1617
|
+
methodDescriptor_Agents_DeleteResources);
|
|
1534
1618
|
};
|
|
1535
1619
|
|
|
1620
|
+
|
|
1536
1621
|
/**
|
|
1537
1622
|
* @const
|
|
1538
1623
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1540,20 +1625,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.deleteResources = function (reque
|
|
|
1540
1625
|
* !proto.ondewo.nlu.ExportResourcesResponse>}
|
|
1541
1626
|
*/
|
|
1542
1627
|
const methodDescriptor_Agents_ExportResources = new grpc.web.MethodDescriptor(
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1628
|
+
'/ondewo.nlu.Agents/ExportResources',
|
|
1629
|
+
grpc.web.MethodType.UNARY,
|
|
1630
|
+
proto.ondewo.nlu.ExportResourcesRequest,
|
|
1631
|
+
proto.ondewo.nlu.ExportResourcesResponse,
|
|
1632
|
+
/**
|
|
1633
|
+
* @param {!proto.ondewo.nlu.ExportResourcesRequest} request
|
|
1634
|
+
* @return {!Uint8Array}
|
|
1635
|
+
*/
|
|
1636
|
+
function(request) {
|
|
1637
|
+
return request.serializeBinary();
|
|
1638
|
+
},
|
|
1639
|
+
proto.ondewo.nlu.ExportResourcesResponse.deserializeBinary
|
|
1555
1640
|
);
|
|
1556
1641
|
|
|
1642
|
+
|
|
1557
1643
|
/**
|
|
1558
1644
|
* @param {!proto.ondewo.nlu.ExportResourcesRequest} request The
|
|
1559
1645
|
* request proto
|
|
@@ -1564,16 +1650,17 @@ const methodDescriptor_Agents_ExportResources = new grpc.web.MethodDescriptor(
|
|
|
1564
1650
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ExportResourcesResponse>|undefined}
|
|
1565
1651
|
* The XHR Node Readable Stream
|
|
1566
1652
|
*/
|
|
1567
|
-
proto.ondewo.nlu.AgentsClient.prototype.exportResources =
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1653
|
+
proto.ondewo.nlu.AgentsClient.prototype.exportResources =
|
|
1654
|
+
function(request, metadata, callback) {
|
|
1655
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1656
|
+
'/ondewo.nlu.Agents/ExportResources',
|
|
1657
|
+
request,
|
|
1658
|
+
metadata || {},
|
|
1659
|
+
methodDescriptor_Agents_ExportResources,
|
|
1660
|
+
callback);
|
|
1575
1661
|
};
|
|
1576
1662
|
|
|
1663
|
+
|
|
1577
1664
|
/**
|
|
1578
1665
|
* @param {!proto.ondewo.nlu.ExportResourcesRequest} request The
|
|
1579
1666
|
* request proto
|
|
@@ -1582,15 +1669,16 @@ proto.ondewo.nlu.AgentsClient.prototype.exportResources = function (request, met
|
|
|
1582
1669
|
* @return {!Promise<!proto.ondewo.nlu.ExportResourcesResponse>}
|
|
1583
1670
|
* Promise that resolves to the response
|
|
1584
1671
|
*/
|
|
1585
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.exportResources =
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1672
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.exportResources =
|
|
1673
|
+
function(request, metadata) {
|
|
1674
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1675
|
+
'/ondewo.nlu.Agents/ExportResources',
|
|
1676
|
+
request,
|
|
1677
|
+
metadata || {},
|
|
1678
|
+
methodDescriptor_Agents_ExportResources);
|
|
1592
1679
|
};
|
|
1593
1680
|
|
|
1681
|
+
|
|
1594
1682
|
/**
|
|
1595
1683
|
* @const
|
|
1596
1684
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1598,20 +1686,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.exportResources = function (reque
|
|
|
1598
1686
|
* !proto.ondewo.nlu.GetModelStatusesResponse>}
|
|
1599
1687
|
*/
|
|
1600
1688
|
const methodDescriptor_Agents_GetModelStatuses = new grpc.web.MethodDescriptor(
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1689
|
+
'/ondewo.nlu.Agents/GetModelStatuses',
|
|
1690
|
+
grpc.web.MethodType.UNARY,
|
|
1691
|
+
proto.ondewo.nlu.GetModelStatusesRequest,
|
|
1692
|
+
proto.ondewo.nlu.GetModelStatusesResponse,
|
|
1693
|
+
/**
|
|
1694
|
+
* @param {!proto.ondewo.nlu.GetModelStatusesRequest} request
|
|
1695
|
+
* @return {!Uint8Array}
|
|
1696
|
+
*/
|
|
1697
|
+
function(request) {
|
|
1698
|
+
return request.serializeBinary();
|
|
1699
|
+
},
|
|
1700
|
+
proto.ondewo.nlu.GetModelStatusesResponse.deserializeBinary
|
|
1613
1701
|
);
|
|
1614
1702
|
|
|
1703
|
+
|
|
1615
1704
|
/**
|
|
1616
1705
|
* @param {!proto.ondewo.nlu.GetModelStatusesRequest} request The
|
|
1617
1706
|
* request proto
|
|
@@ -1622,16 +1711,17 @@ const methodDescriptor_Agents_GetModelStatuses = new grpc.web.MethodDescriptor(
|
|
|
1622
1711
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.GetModelStatusesResponse>|undefined}
|
|
1623
1712
|
* The XHR Node Readable Stream
|
|
1624
1713
|
*/
|
|
1625
|
-
proto.ondewo.nlu.AgentsClient.prototype.getModelStatuses =
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1714
|
+
proto.ondewo.nlu.AgentsClient.prototype.getModelStatuses =
|
|
1715
|
+
function(request, metadata, callback) {
|
|
1716
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1717
|
+
'/ondewo.nlu.Agents/GetModelStatuses',
|
|
1718
|
+
request,
|
|
1719
|
+
metadata || {},
|
|
1720
|
+
methodDescriptor_Agents_GetModelStatuses,
|
|
1721
|
+
callback);
|
|
1633
1722
|
};
|
|
1634
1723
|
|
|
1724
|
+
|
|
1635
1725
|
/**
|
|
1636
1726
|
* @param {!proto.ondewo.nlu.GetModelStatusesRequest} request The
|
|
1637
1727
|
* request proto
|
|
@@ -1640,15 +1730,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getModelStatuses = function (request, me
|
|
|
1640
1730
|
* @return {!Promise<!proto.ondewo.nlu.GetModelStatusesResponse>}
|
|
1641
1731
|
* Promise that resolves to the response
|
|
1642
1732
|
*/
|
|
1643
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getModelStatuses =
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1733
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getModelStatuses =
|
|
1734
|
+
function(request, metadata) {
|
|
1735
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1736
|
+
'/ondewo.nlu.Agents/GetModelStatuses',
|
|
1737
|
+
request,
|
|
1738
|
+
metadata || {},
|
|
1739
|
+
methodDescriptor_Agents_GetModelStatuses);
|
|
1650
1740
|
};
|
|
1651
1741
|
|
|
1742
|
+
|
|
1652
1743
|
/**
|
|
1653
1744
|
* @const
|
|
1654
1745
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1656,20 +1747,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getModelStatuses = function (requ
|
|
|
1656
1747
|
* !proto.ondewo.nlu.PlatformMapping>}
|
|
1657
1748
|
*/
|
|
1658
1749
|
const methodDescriptor_Agents_GetPlatformMapping = new grpc.web.MethodDescriptor(
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1750
|
+
'/ondewo.nlu.Agents/GetPlatformMapping',
|
|
1751
|
+
grpc.web.MethodType.UNARY,
|
|
1752
|
+
proto.ondewo.nlu.GetPlatformMappingRequest,
|
|
1753
|
+
proto.ondewo.nlu.PlatformMapping,
|
|
1754
|
+
/**
|
|
1755
|
+
* @param {!proto.ondewo.nlu.GetPlatformMappingRequest} request
|
|
1756
|
+
* @return {!Uint8Array}
|
|
1757
|
+
*/
|
|
1758
|
+
function(request) {
|
|
1759
|
+
return request.serializeBinary();
|
|
1760
|
+
},
|
|
1761
|
+
proto.ondewo.nlu.PlatformMapping.deserializeBinary
|
|
1671
1762
|
);
|
|
1672
1763
|
|
|
1764
|
+
|
|
1673
1765
|
/**
|
|
1674
1766
|
* @param {!proto.ondewo.nlu.GetPlatformMappingRequest} request The
|
|
1675
1767
|
* request proto
|
|
@@ -1680,16 +1772,17 @@ const methodDescriptor_Agents_GetPlatformMapping = new grpc.web.MethodDescriptor
|
|
|
1680
1772
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.PlatformMapping>|undefined}
|
|
1681
1773
|
* The XHR Node Readable Stream
|
|
1682
1774
|
*/
|
|
1683
|
-
proto.ondewo.nlu.AgentsClient.prototype.getPlatformMapping =
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1775
|
+
proto.ondewo.nlu.AgentsClient.prototype.getPlatformMapping =
|
|
1776
|
+
function(request, metadata, callback) {
|
|
1777
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1778
|
+
'/ondewo.nlu.Agents/GetPlatformMapping',
|
|
1779
|
+
request,
|
|
1780
|
+
metadata || {},
|
|
1781
|
+
methodDescriptor_Agents_GetPlatformMapping,
|
|
1782
|
+
callback);
|
|
1691
1783
|
};
|
|
1692
1784
|
|
|
1785
|
+
|
|
1693
1786
|
/**
|
|
1694
1787
|
* @param {!proto.ondewo.nlu.GetPlatformMappingRequest} request The
|
|
1695
1788
|
* request proto
|
|
@@ -1698,15 +1791,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getPlatformMapping = function (request,
|
|
|
1698
1791
|
* @return {!Promise<!proto.ondewo.nlu.PlatformMapping>}
|
|
1699
1792
|
* Promise that resolves to the response
|
|
1700
1793
|
*/
|
|
1701
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformMapping =
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1794
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformMapping =
|
|
1795
|
+
function(request, metadata) {
|
|
1796
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1797
|
+
'/ondewo.nlu.Agents/GetPlatformMapping',
|
|
1798
|
+
request,
|
|
1799
|
+
metadata || {},
|
|
1800
|
+
methodDescriptor_Agents_GetPlatformMapping);
|
|
1708
1801
|
};
|
|
1709
1802
|
|
|
1803
|
+
|
|
1710
1804
|
/**
|
|
1711
1805
|
* @const
|
|
1712
1806
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1714,20 +1808,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getPlatformMapping = function (re
|
|
|
1714
1808
|
* !proto.ondewo.nlu.PlatformMapping>}
|
|
1715
1809
|
*/
|
|
1716
1810
|
const methodDescriptor_Agents_SetPlatformMapping = new grpc.web.MethodDescriptor(
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1811
|
+
'/ondewo.nlu.Agents/SetPlatformMapping',
|
|
1812
|
+
grpc.web.MethodType.UNARY,
|
|
1813
|
+
proto.ondewo.nlu.PlatformMapping,
|
|
1814
|
+
proto.ondewo.nlu.PlatformMapping,
|
|
1815
|
+
/**
|
|
1816
|
+
* @param {!proto.ondewo.nlu.PlatformMapping} request
|
|
1817
|
+
* @return {!Uint8Array}
|
|
1818
|
+
*/
|
|
1819
|
+
function(request) {
|
|
1820
|
+
return request.serializeBinary();
|
|
1821
|
+
},
|
|
1822
|
+
proto.ondewo.nlu.PlatformMapping.deserializeBinary
|
|
1729
1823
|
);
|
|
1730
1824
|
|
|
1825
|
+
|
|
1731
1826
|
/**
|
|
1732
1827
|
* @param {!proto.ondewo.nlu.PlatformMapping} request The
|
|
1733
1828
|
* request proto
|
|
@@ -1738,16 +1833,17 @@ const methodDescriptor_Agents_SetPlatformMapping = new grpc.web.MethodDescriptor
|
|
|
1738
1833
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.PlatformMapping>|undefined}
|
|
1739
1834
|
* The XHR Node Readable Stream
|
|
1740
1835
|
*/
|
|
1741
|
-
proto.ondewo.nlu.AgentsClient.prototype.setPlatformMapping =
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1836
|
+
proto.ondewo.nlu.AgentsClient.prototype.setPlatformMapping =
|
|
1837
|
+
function(request, metadata, callback) {
|
|
1838
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1839
|
+
'/ondewo.nlu.Agents/SetPlatformMapping',
|
|
1840
|
+
request,
|
|
1841
|
+
metadata || {},
|
|
1842
|
+
methodDescriptor_Agents_SetPlatformMapping,
|
|
1843
|
+
callback);
|
|
1749
1844
|
};
|
|
1750
1845
|
|
|
1846
|
+
|
|
1751
1847
|
/**
|
|
1752
1848
|
* @param {!proto.ondewo.nlu.PlatformMapping} request The
|
|
1753
1849
|
* request proto
|
|
@@ -1756,15 +1852,16 @@ proto.ondewo.nlu.AgentsClient.prototype.setPlatformMapping = function (request,
|
|
|
1756
1852
|
* @return {!Promise<!proto.ondewo.nlu.PlatformMapping>}
|
|
1757
1853
|
* Promise that resolves to the response
|
|
1758
1854
|
*/
|
|
1759
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.setPlatformMapping =
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1855
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.setPlatformMapping =
|
|
1856
|
+
function(request, metadata) {
|
|
1857
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1858
|
+
'/ondewo.nlu.Agents/SetPlatformMapping',
|
|
1859
|
+
request,
|
|
1860
|
+
metadata || {},
|
|
1861
|
+
methodDescriptor_Agents_SetPlatformMapping);
|
|
1766
1862
|
};
|
|
1767
1863
|
|
|
1864
|
+
|
|
1768
1865
|
/**
|
|
1769
1866
|
* @const
|
|
1770
1867
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1772,20 +1869,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.setPlatformMapping = function (re
|
|
|
1772
1869
|
* !proto.ondewo.nlu.FullTextSearchResponseEntityType>}
|
|
1773
1870
|
*/
|
|
1774
1871
|
const methodDescriptor_Agents_GetFullTextSearchEntityType = new grpc.web.MethodDescriptor(
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1872
|
+
'/ondewo.nlu.Agents/GetFullTextSearchEntityType',
|
|
1873
|
+
grpc.web.MethodType.UNARY,
|
|
1874
|
+
proto.ondewo.nlu.FullTextSearchRequest,
|
|
1875
|
+
proto.ondewo.nlu.FullTextSearchResponseEntityType,
|
|
1876
|
+
/**
|
|
1877
|
+
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request
|
|
1878
|
+
* @return {!Uint8Array}
|
|
1879
|
+
*/
|
|
1880
|
+
function(request) {
|
|
1881
|
+
return request.serializeBinary();
|
|
1882
|
+
},
|
|
1883
|
+
proto.ondewo.nlu.FullTextSearchResponseEntityType.deserializeBinary
|
|
1787
1884
|
);
|
|
1788
1885
|
|
|
1886
|
+
|
|
1789
1887
|
/**
|
|
1790
1888
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
1791
1889
|
* request proto
|
|
@@ -1796,16 +1894,17 @@ const methodDescriptor_Agents_GetFullTextSearchEntityType = new grpc.web.MethodD
|
|
|
1796
1894
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseEntityType>|undefined}
|
|
1797
1895
|
* The XHR Node Readable Stream
|
|
1798
1896
|
*/
|
|
1799
|
-
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntityType =
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1897
|
+
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntityType =
|
|
1898
|
+
function(request, metadata, callback) {
|
|
1899
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1900
|
+
'/ondewo.nlu.Agents/GetFullTextSearchEntityType',
|
|
1901
|
+
request,
|
|
1902
|
+
metadata || {},
|
|
1903
|
+
methodDescriptor_Agents_GetFullTextSearchEntityType,
|
|
1904
|
+
callback);
|
|
1807
1905
|
};
|
|
1808
1906
|
|
|
1907
|
+
|
|
1809
1908
|
/**
|
|
1810
1909
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
1811
1910
|
* request proto
|
|
@@ -1814,15 +1913,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntityType = function (
|
|
|
1814
1913
|
* @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseEntityType>}
|
|
1815
1914
|
* Promise that resolves to the response
|
|
1816
1915
|
*/
|
|
1817
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntityType =
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1916
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntityType =
|
|
1917
|
+
function(request, metadata) {
|
|
1918
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1919
|
+
'/ondewo.nlu.Agents/GetFullTextSearchEntityType',
|
|
1920
|
+
request,
|
|
1921
|
+
metadata || {},
|
|
1922
|
+
methodDescriptor_Agents_GetFullTextSearchEntityType);
|
|
1824
1923
|
};
|
|
1825
1924
|
|
|
1925
|
+
|
|
1826
1926
|
/**
|
|
1827
1927
|
* @const
|
|
1828
1928
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1830,20 +1930,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntityType = fun
|
|
|
1830
1930
|
* !proto.ondewo.nlu.FullTextSearchResponseEntity>}
|
|
1831
1931
|
*/
|
|
1832
1932
|
const methodDescriptor_Agents_GetFullTextSearchEntity = new grpc.web.MethodDescriptor(
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1933
|
+
'/ondewo.nlu.Agents/GetFullTextSearchEntity',
|
|
1934
|
+
grpc.web.MethodType.UNARY,
|
|
1935
|
+
proto.ondewo.nlu.FullTextSearchRequest,
|
|
1936
|
+
proto.ondewo.nlu.FullTextSearchResponseEntity,
|
|
1937
|
+
/**
|
|
1938
|
+
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request
|
|
1939
|
+
* @return {!Uint8Array}
|
|
1940
|
+
*/
|
|
1941
|
+
function(request) {
|
|
1942
|
+
return request.serializeBinary();
|
|
1943
|
+
},
|
|
1944
|
+
proto.ondewo.nlu.FullTextSearchResponseEntity.deserializeBinary
|
|
1845
1945
|
);
|
|
1846
1946
|
|
|
1947
|
+
|
|
1847
1948
|
/**
|
|
1848
1949
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
1849
1950
|
* request proto
|
|
@@ -1854,16 +1955,17 @@ const methodDescriptor_Agents_GetFullTextSearchEntity = new grpc.web.MethodDescr
|
|
|
1854
1955
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseEntity>|undefined}
|
|
1855
1956
|
* The XHR Node Readable Stream
|
|
1856
1957
|
*/
|
|
1857
|
-
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntity =
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1958
|
+
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntity =
|
|
1959
|
+
function(request, metadata, callback) {
|
|
1960
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1961
|
+
'/ondewo.nlu.Agents/GetFullTextSearchEntity',
|
|
1962
|
+
request,
|
|
1963
|
+
metadata || {},
|
|
1964
|
+
methodDescriptor_Agents_GetFullTextSearchEntity,
|
|
1965
|
+
callback);
|
|
1865
1966
|
};
|
|
1866
1967
|
|
|
1968
|
+
|
|
1867
1969
|
/**
|
|
1868
1970
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
1869
1971
|
* request proto
|
|
@@ -1872,15 +1974,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntity = function (requ
|
|
|
1872
1974
|
* @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseEntity>}
|
|
1873
1975
|
* Promise that resolves to the response
|
|
1874
1976
|
*/
|
|
1875
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntity =
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1977
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntity =
|
|
1978
|
+
function(request, metadata) {
|
|
1979
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1980
|
+
'/ondewo.nlu.Agents/GetFullTextSearchEntity',
|
|
1981
|
+
request,
|
|
1982
|
+
metadata || {},
|
|
1983
|
+
methodDescriptor_Agents_GetFullTextSearchEntity);
|
|
1882
1984
|
};
|
|
1883
1985
|
|
|
1986
|
+
|
|
1884
1987
|
/**
|
|
1885
1988
|
* @const
|
|
1886
1989
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1888,20 +1991,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntity = functio
|
|
|
1888
1991
|
* !proto.ondewo.nlu.FullTextSearchResponseEntitySynonym>}
|
|
1889
1992
|
*/
|
|
1890
1993
|
const methodDescriptor_Agents_GetFullTextSearchEntitySynonym = new grpc.web.MethodDescriptor(
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1994
|
+
'/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
|
|
1995
|
+
grpc.web.MethodType.UNARY,
|
|
1996
|
+
proto.ondewo.nlu.FullTextSearchRequest,
|
|
1997
|
+
proto.ondewo.nlu.FullTextSearchResponseEntitySynonym,
|
|
1998
|
+
/**
|
|
1999
|
+
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request
|
|
2000
|
+
* @return {!Uint8Array}
|
|
2001
|
+
*/
|
|
2002
|
+
function(request) {
|
|
2003
|
+
return request.serializeBinary();
|
|
2004
|
+
},
|
|
2005
|
+
proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.deserializeBinary
|
|
1903
2006
|
);
|
|
1904
2007
|
|
|
2008
|
+
|
|
1905
2009
|
/**
|
|
1906
2010
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
1907
2011
|
* request proto
|
|
@@ -1912,16 +2016,17 @@ const methodDescriptor_Agents_GetFullTextSearchEntitySynonym = new grpc.web.Meth
|
|
|
1912
2016
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseEntitySynonym>|undefined}
|
|
1913
2017
|
* The XHR Node Readable Stream
|
|
1914
2018
|
*/
|
|
1915
|
-
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntitySynonym =
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
2019
|
+
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntitySynonym =
|
|
2020
|
+
function(request, metadata, callback) {
|
|
2021
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2022
|
+
'/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
|
|
2023
|
+
request,
|
|
2024
|
+
metadata || {},
|
|
2025
|
+
methodDescriptor_Agents_GetFullTextSearchEntitySynonym,
|
|
2026
|
+
callback);
|
|
1923
2027
|
};
|
|
1924
2028
|
|
|
2029
|
+
|
|
1925
2030
|
/**
|
|
1926
2031
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
1927
2032
|
* request proto
|
|
@@ -1930,15 +2035,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchEntitySynonym = functio
|
|
|
1930
2035
|
* @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseEntitySynonym>}
|
|
1931
2036
|
* Promise that resolves to the response
|
|
1932
2037
|
*/
|
|
1933
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntitySynonym =
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
2038
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntitySynonym =
|
|
2039
|
+
function(request, metadata) {
|
|
2040
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
2041
|
+
'/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym',
|
|
2042
|
+
request,
|
|
2043
|
+
metadata || {},
|
|
2044
|
+
methodDescriptor_Agents_GetFullTextSearchEntitySynonym);
|
|
1940
2045
|
};
|
|
1941
2046
|
|
|
2047
|
+
|
|
1942
2048
|
/**
|
|
1943
2049
|
* @const
|
|
1944
2050
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1946,20 +2052,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchEntitySynonym =
|
|
|
1946
2052
|
* !proto.ondewo.nlu.FullTextSearchResponseIntent>}
|
|
1947
2053
|
*/
|
|
1948
2054
|
const methodDescriptor_Agents_GetFullTextSearchIntent = new grpc.web.MethodDescriptor(
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
2055
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntent',
|
|
2056
|
+
grpc.web.MethodType.UNARY,
|
|
2057
|
+
proto.ondewo.nlu.FullTextSearchRequest,
|
|
2058
|
+
proto.ondewo.nlu.FullTextSearchResponseIntent,
|
|
2059
|
+
/**
|
|
2060
|
+
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request
|
|
2061
|
+
* @return {!Uint8Array}
|
|
2062
|
+
*/
|
|
2063
|
+
function(request) {
|
|
2064
|
+
return request.serializeBinary();
|
|
2065
|
+
},
|
|
2066
|
+
proto.ondewo.nlu.FullTextSearchResponseIntent.deserializeBinary
|
|
1961
2067
|
);
|
|
1962
2068
|
|
|
2069
|
+
|
|
1963
2070
|
/**
|
|
1964
2071
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
1965
2072
|
* request proto
|
|
@@ -1970,16 +2077,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntent = new grpc.web.MethodDescr
|
|
|
1970
2077
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntent>|undefined}
|
|
1971
2078
|
* The XHR Node Readable Stream
|
|
1972
2079
|
*/
|
|
1973
|
-
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntent =
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
2080
|
+
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntent =
|
|
2081
|
+
function(request, metadata, callback) {
|
|
2082
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2083
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntent',
|
|
2084
|
+
request,
|
|
2085
|
+
metadata || {},
|
|
2086
|
+
methodDescriptor_Agents_GetFullTextSearchIntent,
|
|
2087
|
+
callback);
|
|
1981
2088
|
};
|
|
1982
2089
|
|
|
2090
|
+
|
|
1983
2091
|
/**
|
|
1984
2092
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
1985
2093
|
* request proto
|
|
@@ -1988,15 +2096,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntent = function (requ
|
|
|
1988
2096
|
* @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntent>}
|
|
1989
2097
|
* Promise that resolves to the response
|
|
1990
2098
|
*/
|
|
1991
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntent =
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
2099
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntent =
|
|
2100
|
+
function(request, metadata) {
|
|
2101
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
2102
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntent',
|
|
2103
|
+
request,
|
|
2104
|
+
metadata || {},
|
|
2105
|
+
methodDescriptor_Agents_GetFullTextSearchIntent);
|
|
1998
2106
|
};
|
|
1999
2107
|
|
|
2108
|
+
|
|
2000
2109
|
/**
|
|
2001
2110
|
* @const
|
|
2002
2111
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -2004,20 +2113,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntent = functio
|
|
|
2004
2113
|
* !proto.ondewo.nlu.FullTextSearchResponseIntentContextIn>}
|
|
2005
2114
|
*/
|
|
2006
2115
|
const methodDescriptor_Agents_GetFullTextSearchIntentContextIn = new grpc.web.MethodDescriptor(
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2116
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
|
|
2117
|
+
grpc.web.MethodType.UNARY,
|
|
2118
|
+
proto.ondewo.nlu.FullTextSearchRequest,
|
|
2119
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentContextIn,
|
|
2120
|
+
/**
|
|
2121
|
+
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request
|
|
2122
|
+
* @return {!Uint8Array}
|
|
2123
|
+
*/
|
|
2124
|
+
function(request) {
|
|
2125
|
+
return request.serializeBinary();
|
|
2126
|
+
},
|
|
2127
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.deserializeBinary
|
|
2019
2128
|
);
|
|
2020
2129
|
|
|
2130
|
+
|
|
2021
2131
|
/**
|
|
2022
2132
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2023
2133
|
* request proto
|
|
@@ -2028,16 +2138,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentContextIn = new grpc.web.Me
|
|
|
2028
2138
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentContextIn>|undefined}
|
|
2029
2139
|
* The XHR Node Readable Stream
|
|
2030
2140
|
*/
|
|
2031
|
-
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextIn =
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2141
|
+
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextIn =
|
|
2142
|
+
function(request, metadata, callback) {
|
|
2143
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2144
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
|
|
2145
|
+
request,
|
|
2146
|
+
metadata || {},
|
|
2147
|
+
methodDescriptor_Agents_GetFullTextSearchIntentContextIn,
|
|
2148
|
+
callback);
|
|
2039
2149
|
};
|
|
2040
2150
|
|
|
2151
|
+
|
|
2041
2152
|
/**
|
|
2042
2153
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2043
2154
|
* request proto
|
|
@@ -2046,15 +2157,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextIn = funct
|
|
|
2046
2157
|
* @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentContextIn>}
|
|
2047
2158
|
* Promise that resolves to the response
|
|
2048
2159
|
*/
|
|
2049
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextIn =
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2160
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextIn =
|
|
2161
|
+
function(request, metadata) {
|
|
2162
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
2163
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn',
|
|
2164
|
+
request,
|
|
2165
|
+
metadata || {},
|
|
2166
|
+
methodDescriptor_Agents_GetFullTextSearchIntentContextIn);
|
|
2056
2167
|
};
|
|
2057
2168
|
|
|
2169
|
+
|
|
2058
2170
|
/**
|
|
2059
2171
|
* @const
|
|
2060
2172
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -2062,20 +2174,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextIn
|
|
|
2062
2174
|
* !proto.ondewo.nlu.FullTextSearchResponseIntentContextOut>}
|
|
2063
2175
|
*/
|
|
2064
2176
|
const methodDescriptor_Agents_GetFullTextSearchIntentContextOut = new grpc.web.MethodDescriptor(
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2177
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
|
|
2178
|
+
grpc.web.MethodType.UNARY,
|
|
2179
|
+
proto.ondewo.nlu.FullTextSearchRequest,
|
|
2180
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentContextOut,
|
|
2181
|
+
/**
|
|
2182
|
+
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request
|
|
2183
|
+
* @return {!Uint8Array}
|
|
2184
|
+
*/
|
|
2185
|
+
function(request) {
|
|
2186
|
+
return request.serializeBinary();
|
|
2187
|
+
},
|
|
2188
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.deserializeBinary
|
|
2077
2189
|
);
|
|
2078
2190
|
|
|
2191
|
+
|
|
2079
2192
|
/**
|
|
2080
2193
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2081
2194
|
* request proto
|
|
@@ -2086,16 +2199,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentContextOut = new grpc.web.M
|
|
|
2086
2199
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentContextOut>|undefined}
|
|
2087
2200
|
* The XHR Node Readable Stream
|
|
2088
2201
|
*/
|
|
2089
|
-
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextOut =
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2202
|
+
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextOut =
|
|
2203
|
+
function(request, metadata, callback) {
|
|
2204
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2205
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
|
|
2206
|
+
request,
|
|
2207
|
+
metadata || {},
|
|
2208
|
+
methodDescriptor_Agents_GetFullTextSearchIntentContextOut,
|
|
2209
|
+
callback);
|
|
2097
2210
|
};
|
|
2098
2211
|
|
|
2212
|
+
|
|
2099
2213
|
/**
|
|
2100
2214
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2101
2215
|
* request proto
|
|
@@ -2104,15 +2218,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentContextOut = func
|
|
|
2104
2218
|
* @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentContextOut>}
|
|
2105
2219
|
* Promise that resolves to the response
|
|
2106
2220
|
*/
|
|
2107
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextOut =
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2221
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextOut =
|
|
2222
|
+
function(request, metadata) {
|
|
2223
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
2224
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut',
|
|
2225
|
+
request,
|
|
2226
|
+
metadata || {},
|
|
2227
|
+
methodDescriptor_Agents_GetFullTextSearchIntentContextOut);
|
|
2114
2228
|
};
|
|
2115
2229
|
|
|
2230
|
+
|
|
2116
2231
|
/**
|
|
2117
2232
|
* @const
|
|
2118
2233
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -2120,20 +2235,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentContextOut
|
|
|
2120
2235
|
* !proto.ondewo.nlu.FullTextSearchResponseIntentUsersays>}
|
|
2121
2236
|
*/
|
|
2122
2237
|
const methodDescriptor_Agents_GetFullTextSearchIntentUsersays = new grpc.web.MethodDescriptor(
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2238
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
|
|
2239
|
+
grpc.web.MethodType.UNARY,
|
|
2240
|
+
proto.ondewo.nlu.FullTextSearchRequest,
|
|
2241
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentUsersays,
|
|
2242
|
+
/**
|
|
2243
|
+
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request
|
|
2244
|
+
* @return {!Uint8Array}
|
|
2245
|
+
*/
|
|
2246
|
+
function(request) {
|
|
2247
|
+
return request.serializeBinary();
|
|
2248
|
+
},
|
|
2249
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.deserializeBinary
|
|
2135
2250
|
);
|
|
2136
2251
|
|
|
2252
|
+
|
|
2137
2253
|
/**
|
|
2138
2254
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2139
2255
|
* request proto
|
|
@@ -2144,16 +2260,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentUsersays = new grpc.web.Met
|
|
|
2144
2260
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentUsersays>|undefined}
|
|
2145
2261
|
* The XHR Node Readable Stream
|
|
2146
2262
|
*/
|
|
2147
|
-
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentUsersays =
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2263
|
+
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentUsersays =
|
|
2264
|
+
function(request, metadata, callback) {
|
|
2265
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2266
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
|
|
2267
|
+
request,
|
|
2268
|
+
metadata || {},
|
|
2269
|
+
methodDescriptor_Agents_GetFullTextSearchIntentUsersays,
|
|
2270
|
+
callback);
|
|
2155
2271
|
};
|
|
2156
2272
|
|
|
2273
|
+
|
|
2157
2274
|
/**
|
|
2158
2275
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2159
2276
|
* request proto
|
|
@@ -2162,15 +2279,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentUsersays = functi
|
|
|
2162
2279
|
* @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentUsersays>}
|
|
2163
2280
|
* Promise that resolves to the response
|
|
2164
2281
|
*/
|
|
2165
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentUsersays =
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2282
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentUsersays =
|
|
2283
|
+
function(request, metadata) {
|
|
2284
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
2285
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays',
|
|
2286
|
+
request,
|
|
2287
|
+
metadata || {},
|
|
2288
|
+
methodDescriptor_Agents_GetFullTextSearchIntentUsersays);
|
|
2172
2289
|
};
|
|
2173
2290
|
|
|
2291
|
+
|
|
2174
2292
|
/**
|
|
2175
2293
|
* @const
|
|
2176
2294
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -2178,20 +2296,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentUsersays =
|
|
|
2178
2296
|
* !proto.ondewo.nlu.FullTextSearchResponseIntentTags>}
|
|
2179
2297
|
*/
|
|
2180
2298
|
const methodDescriptor_Agents_GetFullTextSearchIntentTags = new grpc.web.MethodDescriptor(
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2299
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
|
|
2300
|
+
grpc.web.MethodType.UNARY,
|
|
2301
|
+
proto.ondewo.nlu.FullTextSearchRequest,
|
|
2302
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentTags,
|
|
2303
|
+
/**
|
|
2304
|
+
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request
|
|
2305
|
+
* @return {!Uint8Array}
|
|
2306
|
+
*/
|
|
2307
|
+
function(request) {
|
|
2308
|
+
return request.serializeBinary();
|
|
2309
|
+
},
|
|
2310
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentTags.deserializeBinary
|
|
2193
2311
|
);
|
|
2194
2312
|
|
|
2313
|
+
|
|
2195
2314
|
/**
|
|
2196
2315
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2197
2316
|
* request proto
|
|
@@ -2202,16 +2321,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentTags = new grpc.web.MethodD
|
|
|
2202
2321
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentTags>|undefined}
|
|
2203
2322
|
* The XHR Node Readable Stream
|
|
2204
2323
|
*/
|
|
2205
|
-
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentTags =
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2324
|
+
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentTags =
|
|
2325
|
+
function(request, metadata, callback) {
|
|
2326
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2327
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
|
|
2328
|
+
request,
|
|
2329
|
+
metadata || {},
|
|
2330
|
+
methodDescriptor_Agents_GetFullTextSearchIntentTags,
|
|
2331
|
+
callback);
|
|
2213
2332
|
};
|
|
2214
2333
|
|
|
2334
|
+
|
|
2215
2335
|
/**
|
|
2216
2336
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2217
2337
|
* request proto
|
|
@@ -2220,15 +2340,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentTags = function (
|
|
|
2220
2340
|
* @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentTags>}
|
|
2221
2341
|
* Promise that resolves to the response
|
|
2222
2342
|
*/
|
|
2223
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentTags =
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2343
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentTags =
|
|
2344
|
+
function(request, metadata) {
|
|
2345
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
2346
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentTags',
|
|
2347
|
+
request,
|
|
2348
|
+
metadata || {},
|
|
2349
|
+
methodDescriptor_Agents_GetFullTextSearchIntentTags);
|
|
2230
2350
|
};
|
|
2231
2351
|
|
|
2352
|
+
|
|
2232
2353
|
/**
|
|
2233
2354
|
* @const
|
|
2234
2355
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -2236,20 +2357,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentTags = fun
|
|
|
2236
2357
|
* !proto.ondewo.nlu.FullTextSearchResponseIntentResponse>}
|
|
2237
2358
|
*/
|
|
2238
2359
|
const methodDescriptor_Agents_GetFullTextSearchIntentResponse = new grpc.web.MethodDescriptor(
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2360
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
|
|
2361
|
+
grpc.web.MethodType.UNARY,
|
|
2362
|
+
proto.ondewo.nlu.FullTextSearchRequest,
|
|
2363
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentResponse,
|
|
2364
|
+
/**
|
|
2365
|
+
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request
|
|
2366
|
+
* @return {!Uint8Array}
|
|
2367
|
+
*/
|
|
2368
|
+
function(request) {
|
|
2369
|
+
return request.serializeBinary();
|
|
2370
|
+
},
|
|
2371
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentResponse.deserializeBinary
|
|
2251
2372
|
);
|
|
2252
2373
|
|
|
2374
|
+
|
|
2253
2375
|
/**
|
|
2254
2376
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2255
2377
|
* request proto
|
|
@@ -2260,16 +2382,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentResponse = new grpc.web.Met
|
|
|
2260
2382
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentResponse>|undefined}
|
|
2261
2383
|
* The XHR Node Readable Stream
|
|
2262
2384
|
*/
|
|
2263
|
-
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentResponse =
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2385
|
+
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentResponse =
|
|
2386
|
+
function(request, metadata, callback) {
|
|
2387
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2388
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
|
|
2389
|
+
request,
|
|
2390
|
+
metadata || {},
|
|
2391
|
+
methodDescriptor_Agents_GetFullTextSearchIntentResponse,
|
|
2392
|
+
callback);
|
|
2271
2393
|
};
|
|
2272
2394
|
|
|
2395
|
+
|
|
2273
2396
|
/**
|
|
2274
2397
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2275
2398
|
* request proto
|
|
@@ -2278,15 +2401,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentResponse = functi
|
|
|
2278
2401
|
* @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentResponse>}
|
|
2279
2402
|
* Promise that resolves to the response
|
|
2280
2403
|
*/
|
|
2281
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentResponse =
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2404
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentResponse =
|
|
2405
|
+
function(request, metadata) {
|
|
2406
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
2407
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentResponse',
|
|
2408
|
+
request,
|
|
2409
|
+
metadata || {},
|
|
2410
|
+
methodDescriptor_Agents_GetFullTextSearchIntentResponse);
|
|
2288
2411
|
};
|
|
2289
2412
|
|
|
2413
|
+
|
|
2290
2414
|
/**
|
|
2291
2415
|
* @const
|
|
2292
2416
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -2294,20 +2418,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentResponse =
|
|
|
2294
2418
|
* !proto.ondewo.nlu.FullTextSearchResponseIntentParameters>}
|
|
2295
2419
|
*/
|
|
2296
2420
|
const methodDescriptor_Agents_GetFullTextSearchIntentParameters = new grpc.web.MethodDescriptor(
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2421
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
|
|
2422
|
+
grpc.web.MethodType.UNARY,
|
|
2423
|
+
proto.ondewo.nlu.FullTextSearchRequest,
|
|
2424
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentParameters,
|
|
2425
|
+
/**
|
|
2426
|
+
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request
|
|
2427
|
+
* @return {!Uint8Array}
|
|
2428
|
+
*/
|
|
2429
|
+
function(request) {
|
|
2430
|
+
return request.serializeBinary();
|
|
2431
|
+
},
|
|
2432
|
+
proto.ondewo.nlu.FullTextSearchResponseIntentParameters.deserializeBinary
|
|
2309
2433
|
);
|
|
2310
2434
|
|
|
2435
|
+
|
|
2311
2436
|
/**
|
|
2312
2437
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2313
2438
|
* request proto
|
|
@@ -2318,16 +2443,17 @@ const methodDescriptor_Agents_GetFullTextSearchIntentParameters = new grpc.web.M
|
|
|
2318
2443
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.FullTextSearchResponseIntentParameters>|undefined}
|
|
2319
2444
|
* The XHR Node Readable Stream
|
|
2320
2445
|
*/
|
|
2321
|
-
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentParameters =
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2446
|
+
proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentParameters =
|
|
2447
|
+
function(request, metadata, callback) {
|
|
2448
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2449
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
|
|
2450
|
+
request,
|
|
2451
|
+
metadata || {},
|
|
2452
|
+
methodDescriptor_Agents_GetFullTextSearchIntentParameters,
|
|
2453
|
+
callback);
|
|
2329
2454
|
};
|
|
2330
2455
|
|
|
2456
|
+
|
|
2331
2457
|
/**
|
|
2332
2458
|
* @param {!proto.ondewo.nlu.FullTextSearchRequest} request The
|
|
2333
2459
|
* request proto
|
|
@@ -2336,15 +2462,16 @@ proto.ondewo.nlu.AgentsClient.prototype.getFullTextSearchIntentParameters = func
|
|
|
2336
2462
|
* @return {!Promise<!proto.ondewo.nlu.FullTextSearchResponseIntentParameters>}
|
|
2337
2463
|
* Promise that resolves to the response
|
|
2338
2464
|
*/
|
|
2339
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentParameters =
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2465
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentParameters =
|
|
2466
|
+
function(request, metadata) {
|
|
2467
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
2468
|
+
'/ondewo.nlu.Agents/GetFullTextSearchIntentParameters',
|
|
2469
|
+
request,
|
|
2470
|
+
metadata || {},
|
|
2471
|
+
methodDescriptor_Agents_GetFullTextSearchIntentParameters);
|
|
2346
2472
|
};
|
|
2347
2473
|
|
|
2474
|
+
|
|
2348
2475
|
/**
|
|
2349
2476
|
* @const
|
|
2350
2477
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -2352,20 +2479,21 @@ proto.ondewo.nlu.AgentsPromiseClient.prototype.getFullTextSearchIntentParameters
|
|
|
2352
2479
|
* !proto.ondewo.nlu.Operation>}
|
|
2353
2480
|
*/
|
|
2354
2481
|
const methodDescriptor_Agents_ReindexAgent = new grpc.web.MethodDescriptor(
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2482
|
+
'/ondewo.nlu.Agents/ReindexAgent',
|
|
2483
|
+
grpc.web.MethodType.UNARY,
|
|
2484
|
+
proto.ondewo.nlu.ReindexAgentRequest,
|
|
2485
|
+
ondewo_nlu_operations_pb.Operation,
|
|
2486
|
+
/**
|
|
2487
|
+
* @param {!proto.ondewo.nlu.ReindexAgentRequest} request
|
|
2488
|
+
* @return {!Uint8Array}
|
|
2489
|
+
*/
|
|
2490
|
+
function(request) {
|
|
2491
|
+
return request.serializeBinary();
|
|
2492
|
+
},
|
|
2493
|
+
ondewo_nlu_operations_pb.Operation.deserializeBinary
|
|
2367
2494
|
);
|
|
2368
2495
|
|
|
2496
|
+
|
|
2369
2497
|
/**
|
|
2370
2498
|
* @param {!proto.ondewo.nlu.ReindexAgentRequest} request The
|
|
2371
2499
|
* request proto
|
|
@@ -2376,16 +2504,17 @@ const methodDescriptor_Agents_ReindexAgent = new grpc.web.MethodDescriptor(
|
|
|
2376
2504
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.Operation>|undefined}
|
|
2377
2505
|
* The XHR Node Readable Stream
|
|
2378
2506
|
*/
|
|
2379
|
-
proto.ondewo.nlu.AgentsClient.prototype.reindexAgent =
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2507
|
+
proto.ondewo.nlu.AgentsClient.prototype.reindexAgent =
|
|
2508
|
+
function(request, metadata, callback) {
|
|
2509
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2510
|
+
'/ondewo.nlu.Agents/ReindexAgent',
|
|
2511
|
+
request,
|
|
2512
|
+
metadata || {},
|
|
2513
|
+
methodDescriptor_Agents_ReindexAgent,
|
|
2514
|
+
callback);
|
|
2387
2515
|
};
|
|
2388
2516
|
|
|
2517
|
+
|
|
2389
2518
|
/**
|
|
2390
2519
|
* @param {!proto.ondewo.nlu.ReindexAgentRequest} request The
|
|
2391
2520
|
* request proto
|
|
@@ -2394,13 +2523,15 @@ proto.ondewo.nlu.AgentsClient.prototype.reindexAgent = function (request, metada
|
|
|
2394
2523
|
* @return {!Promise<!proto.ondewo.nlu.Operation>}
|
|
2395
2524
|
* Promise that resolves to the response
|
|
2396
2525
|
*/
|
|
2397
|
-
proto.ondewo.nlu.AgentsPromiseClient.prototype.reindexAgent =
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2526
|
+
proto.ondewo.nlu.AgentsPromiseClient.prototype.reindexAgent =
|
|
2527
|
+
function(request, metadata) {
|
|
2528
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
2529
|
+
'/ondewo.nlu.Agents/ReindexAgent',
|
|
2530
|
+
request,
|
|
2531
|
+
metadata || {},
|
|
2532
|
+
methodDescriptor_Agents_ReindexAgent);
|
|
2404
2533
|
};
|
|
2405
2534
|
|
|
2535
|
+
|
|
2406
2536
|
module.exports = proto.ondewo.nlu;
|
|
2537
|
+
|