@ondewo/nlu-client-typescript 4.1.0 → 4.3.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 +1758 -1939
- package/api/ondewo/nlu/agent_pb.js +10491 -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 +98 -86
- package/api/ondewo/nlu/operation_metadata_pb.js +492 -322
- 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 +34 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as jspb from 'google-protobuf'
|
|
1
|
+
import * as jspb from 'google-protobuf'
|
|
2
2
|
|
|
3
3
|
import * as google_api_annotations_pb from '../../google/api/annotations_pb';
|
|
4
4
|
import * as ondewo_nlu_context_pb from '../../ondewo/nlu/context_pb';
|
|
@@ -9,2495 +9,2337 @@ import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/t
|
|
|
9
9
|
import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb';
|
|
10
10
|
import * as google_protobuf_struct_pb from 'google-protobuf/google/protobuf/struct_pb';
|
|
11
11
|
|
|
12
|
+
|
|
12
13
|
export class Intent extends jspb.Message {
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
getName(): string;
|
|
15
|
+
setName(value: string): Intent;
|
|
15
16
|
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
getDisplayName(): string;
|
|
18
|
+
setDisplayName(value: string): Intent;
|
|
18
19
|
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
getWebhookState(): Intent.WebhookState;
|
|
21
|
+
setWebhookState(value: Intent.WebhookState): Intent;
|
|
21
22
|
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
getPriority(): number;
|
|
24
|
+
setPriority(value: number): Intent;
|
|
24
25
|
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
getIsFallback(): boolean;
|
|
27
|
+
setIsFallback(value: boolean): Intent;
|
|
27
28
|
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
getMlDisabled(): boolean;
|
|
30
|
+
setMlDisabled(value: boolean): Intent;
|
|
30
31
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
getInputContextNamesList(): Array<string>;
|
|
33
|
+
setInputContextNamesList(value: Array<string>): Intent;
|
|
34
|
+
clearInputContextNamesList(): Intent;
|
|
35
|
+
addInputContextNames(value: string, index?: number): Intent;
|
|
35
36
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
getEventsList(): Array<string>;
|
|
38
|
+
setEventsList(value: Array<string>): Intent;
|
|
39
|
+
clearEventsList(): Intent;
|
|
40
|
+
addEvents(value: string, index?: number): Intent;
|
|
40
41
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
getTrainingPhrasesList(): Array<Intent.TrainingPhrase>;
|
|
43
|
+
setTrainingPhrasesList(value: Array<Intent.TrainingPhrase>): Intent;
|
|
44
|
+
clearTrainingPhrasesList(): Intent;
|
|
45
|
+
addTrainingPhrases(value?: Intent.TrainingPhrase, index?: number): Intent.TrainingPhrase;
|
|
45
46
|
|
|
46
|
-
|
|
47
|
-
|
|
47
|
+
getAction(): string;
|
|
48
|
+
setAction(value: string): Intent;
|
|
48
49
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
50
|
+
getOutputContextsList(): Array<ondewo_nlu_context_pb.Context>;
|
|
51
|
+
setOutputContextsList(value: Array<ondewo_nlu_context_pb.Context>): Intent;
|
|
52
|
+
clearOutputContextsList(): Intent;
|
|
53
|
+
addOutputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
|
|
53
54
|
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
getResetContexts(): boolean;
|
|
56
|
+
setResetContexts(value: boolean): Intent;
|
|
56
57
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
getParametersList(): Array<Intent.Parameter>;
|
|
59
|
+
setParametersList(value: Array<Intent.Parameter>): Intent;
|
|
60
|
+
clearParametersList(): Intent;
|
|
61
|
+
addParameters(value?: Intent.Parameter, index?: number): Intent.Parameter;
|
|
61
62
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
63
|
+
getMessagesList(): Array<Intent.Message>;
|
|
64
|
+
setMessagesList(value: Array<Intent.Message>): Intent;
|
|
65
|
+
clearMessagesList(): Intent;
|
|
66
|
+
addMessages(value?: Intent.Message, index?: number): Intent.Message;
|
|
66
67
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
68
|
+
getDefaultResponsePlatformsList(): Array<Intent.Message.Platform>;
|
|
69
|
+
setDefaultResponsePlatformsList(value: Array<Intent.Message.Platform>): Intent;
|
|
70
|
+
clearDefaultResponsePlatformsList(): Intent;
|
|
71
|
+
addDefaultResponsePlatforms(value: Intent.Message.Platform, index?: number): Intent;
|
|
71
72
|
|
|
72
|
-
|
|
73
|
-
|
|
73
|
+
getRootFollowupIntentName(): string;
|
|
74
|
+
setRootFollowupIntentName(value: string): Intent;
|
|
74
75
|
|
|
75
|
-
|
|
76
|
-
|
|
76
|
+
getParentFollowupIntentName(): string;
|
|
77
|
+
setParentFollowupIntentName(value: string): Intent;
|
|
77
78
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
79
|
+
getFollowupIntentInfoList(): Array<Intent.FollowupIntentInfo>;
|
|
80
|
+
setFollowupIntentInfoList(value: Array<Intent.FollowupIntentInfo>): Intent;
|
|
81
|
+
clearFollowupIntentInfoList(): Intent;
|
|
82
|
+
addFollowupIntentInfo(value?: Intent.FollowupIntentInfo, index?: number): Intent.FollowupIntentInfo;
|
|
82
83
|
|
|
83
|
-
|
|
84
|
-
|
|
84
|
+
getNextPageToken(): string;
|
|
85
|
+
setNextPageToken(value: string): Intent;
|
|
85
86
|
|
|
86
|
-
|
|
87
|
-
|
|
87
|
+
getDomainName(): string;
|
|
88
|
+
setDomainName(value: string): Intent;
|
|
88
89
|
|
|
89
|
-
|
|
90
|
-
|
|
90
|
+
getIsStartOfDeviation(): boolean;
|
|
91
|
+
setIsStartOfDeviation(value: boolean): Intent;
|
|
91
92
|
|
|
92
|
-
|
|
93
|
-
|
|
93
|
+
getIsEndOfDeviation(): boolean;
|
|
94
|
+
setIsEndOfDeviation(value: boolean): Intent;
|
|
94
95
|
|
|
95
|
-
|
|
96
|
-
|
|
96
|
+
getTrainingPhraseCount(): number;
|
|
97
|
+
setTrainingPhraseCount(value: number): Intent;
|
|
97
98
|
|
|
98
|
-
|
|
99
|
-
|
|
99
|
+
getStatus(): Intent.IntentStatus;
|
|
100
|
+
setStatus(value: Intent.IntentStatus): Intent;
|
|
100
101
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
102
|
+
getStartDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
103
|
+
setStartDate(value?: google_protobuf_timestamp_pb.Timestamp): Intent;
|
|
104
|
+
hasStartDate(): boolean;
|
|
105
|
+
clearStartDate(): Intent;
|
|
105
106
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
107
|
+
getEndDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
108
|
+
setEndDate(value?: google_protobuf_timestamp_pb.Timestamp): Intent;
|
|
109
|
+
hasEndDate(): boolean;
|
|
110
|
+
clearEndDate(): Intent;
|
|
110
111
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
112
|
+
getTagsList(): Array<string>;
|
|
113
|
+
setTagsList(value: Array<string>): Intent;
|
|
114
|
+
clearTagsList(): Intent;
|
|
115
|
+
addTags(value: string, index?: number): Intent;
|
|
115
116
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
117
|
+
serializeBinary(): Uint8Array;
|
|
118
|
+
toObject(includeInstance?: boolean): Intent.AsObject;
|
|
119
|
+
static toObject(includeInstance: boolean, msg: Intent): Intent.AsObject;
|
|
120
|
+
static serializeBinaryToWriter(message: Intent, writer: jspb.BinaryWriter): void;
|
|
121
|
+
static deserializeBinary(bytes: Uint8Array): Intent;
|
|
122
|
+
static deserializeBinaryFromReader(message: Intent, reader: jspb.BinaryReader): Intent;
|
|
122
123
|
}
|
|
123
124
|
|
|
124
125
|
export namespace Intent {
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
126
|
+
export type AsObject = {
|
|
127
|
+
name: string,
|
|
128
|
+
displayName: string,
|
|
129
|
+
webhookState: Intent.WebhookState,
|
|
130
|
+
priority: number,
|
|
131
|
+
isFallback: boolean,
|
|
132
|
+
mlDisabled: boolean,
|
|
133
|
+
inputContextNamesList: Array<string>,
|
|
134
|
+
eventsList: Array<string>,
|
|
135
|
+
trainingPhrasesList: Array<Intent.TrainingPhrase.AsObject>,
|
|
136
|
+
action: string,
|
|
137
|
+
outputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
|
|
138
|
+
resetContexts: boolean,
|
|
139
|
+
parametersList: Array<Intent.Parameter.AsObject>,
|
|
140
|
+
messagesList: Array<Intent.Message.AsObject>,
|
|
141
|
+
defaultResponsePlatformsList: Array<Intent.Message.Platform>,
|
|
142
|
+
rootFollowupIntentName: string,
|
|
143
|
+
parentFollowupIntentName: string,
|
|
144
|
+
followupIntentInfoList: Array<Intent.FollowupIntentInfo.AsObject>,
|
|
145
|
+
nextPageToken: string,
|
|
146
|
+
domainName: string,
|
|
147
|
+
isStartOfDeviation: boolean,
|
|
148
|
+
isEndOfDeviation: boolean,
|
|
149
|
+
trainingPhraseCount: number,
|
|
150
|
+
status: Intent.IntentStatus,
|
|
151
|
+
startDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
152
|
+
endDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
153
|
+
tagsList: Array<string>,
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export class TrainingPhrase extends jspb.Message {
|
|
157
|
+
getName(): string;
|
|
158
|
+
setName(value: string): TrainingPhrase;
|
|
159
|
+
|
|
160
|
+
getType(): Intent.TrainingPhrase.Type;
|
|
161
|
+
setType(value: Intent.TrainingPhrase.Type): TrainingPhrase;
|
|
162
|
+
|
|
163
|
+
getText(): string;
|
|
164
|
+
setText(value: string): TrainingPhrase;
|
|
165
|
+
|
|
166
|
+
getEntitiesList(): Array<Intent.TrainingPhrase.Entity>;
|
|
167
|
+
setEntitiesList(value: Array<Intent.TrainingPhrase.Entity>): TrainingPhrase;
|
|
168
|
+
clearEntitiesList(): TrainingPhrase;
|
|
169
|
+
addEntities(value?: Intent.TrainingPhrase.Entity, index?: number): Intent.TrainingPhrase.Entity;
|
|
170
|
+
|
|
171
|
+
getTimesAddedCount(): number;
|
|
172
|
+
setTimesAddedCount(value: number): TrainingPhrase;
|
|
173
|
+
|
|
174
|
+
getLanguageCode(): string;
|
|
175
|
+
setLanguageCode(value: string): TrainingPhrase;
|
|
176
|
+
|
|
177
|
+
serializeBinary(): Uint8Array;
|
|
178
|
+
toObject(includeInstance?: boolean): TrainingPhrase.AsObject;
|
|
179
|
+
static toObject(includeInstance: boolean, msg: TrainingPhrase): TrainingPhrase.AsObject;
|
|
180
|
+
static serializeBinaryToWriter(message: TrainingPhrase, writer: jspb.BinaryWriter): void;
|
|
181
|
+
static deserializeBinary(bytes: Uint8Array): TrainingPhrase;
|
|
182
|
+
static deserializeBinaryFromReader(message: TrainingPhrase, reader: jspb.BinaryReader): TrainingPhrase;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
export namespace TrainingPhrase {
|
|
186
|
+
export type AsObject = {
|
|
187
|
+
name: string,
|
|
188
|
+
type: Intent.TrainingPhrase.Type,
|
|
189
|
+
text: string,
|
|
190
|
+
entitiesList: Array<Intent.TrainingPhrase.Entity.AsObject>,
|
|
191
|
+
timesAddedCount: number,
|
|
192
|
+
languageCode: string,
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export class Entity extends jspb.Message {
|
|
196
|
+
getEntityTypeName(): string;
|
|
197
|
+
setEntityTypeName(value: string): Entity;
|
|
198
|
+
|
|
199
|
+
getEntityTypeDisplayName(): string;
|
|
200
|
+
setEntityTypeDisplayName(value: string): Entity;
|
|
201
|
+
|
|
202
|
+
getEntityValueName(): string;
|
|
203
|
+
setEntityValueName(value: string): Entity;
|
|
204
|
+
|
|
205
|
+
getEntityValueDisplayName(): string;
|
|
206
|
+
setEntityValueDisplayName(value: string): Entity;
|
|
207
|
+
|
|
208
|
+
getStart(): number;
|
|
209
|
+
setStart(value: number): Entity;
|
|
210
|
+
|
|
211
|
+
getEnd(): number;
|
|
212
|
+
setEnd(value: number): Entity;
|
|
213
|
+
|
|
214
|
+
getParameterName(): string;
|
|
215
|
+
setParameterName(value: string): Entity;
|
|
216
|
+
|
|
217
|
+
getParameterDisplayName(): string;
|
|
218
|
+
setParameterDisplayName(value: string): Entity;
|
|
219
|
+
|
|
220
|
+
serializeBinary(): Uint8Array;
|
|
221
|
+
toObject(includeInstance?: boolean): Entity.AsObject;
|
|
222
|
+
static toObject(includeInstance: boolean, msg: Entity): Entity.AsObject;
|
|
223
|
+
static serializeBinaryToWriter(message: Entity, writer: jspb.BinaryWriter): void;
|
|
224
|
+
static deserializeBinary(bytes: Uint8Array): Entity;
|
|
225
|
+
static deserializeBinaryFromReader(message: Entity, reader: jspb.BinaryReader): Entity;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
export namespace Entity {
|
|
229
|
+
export type AsObject = {
|
|
230
|
+
entityTypeName: string,
|
|
231
|
+
entityTypeDisplayName: string,
|
|
232
|
+
entityValueName: string,
|
|
233
|
+
entityValueDisplayName: string,
|
|
234
|
+
start: number,
|
|
235
|
+
end: number,
|
|
236
|
+
parameterName: string,
|
|
237
|
+
parameterDisplayName: string,
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
export enum Type {
|
|
243
|
+
TYPE_UNSPECIFIED = 0,
|
|
244
|
+
EXAMPLE = 1,
|
|
245
|
+
TEMPLATE = 2,
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
export class Parameter extends jspb.Message {
|
|
251
|
+
getName(): string;
|
|
252
|
+
setName(value: string): Parameter;
|
|
253
|
+
|
|
254
|
+
getDisplayName(): string;
|
|
255
|
+
setDisplayName(value: string): Parameter;
|
|
256
|
+
|
|
257
|
+
getValue(): string;
|
|
258
|
+
setValue(value: string): Parameter;
|
|
259
|
+
|
|
260
|
+
getDefaultValue(): string;
|
|
261
|
+
setDefaultValue(value: string): Parameter;
|
|
262
|
+
|
|
263
|
+
getEntityTypeName(): string;
|
|
264
|
+
setEntityTypeName(value: string): Parameter;
|
|
265
|
+
|
|
266
|
+
getEntityTypeDisplayName(): string;
|
|
267
|
+
setEntityTypeDisplayName(value: string): Parameter;
|
|
268
|
+
|
|
269
|
+
getMandatory(): boolean;
|
|
270
|
+
setMandatory(value: boolean): Parameter;
|
|
271
|
+
|
|
272
|
+
getPromptsList(): Array<Intent.Parameter.Prompt>;
|
|
273
|
+
setPromptsList(value: Array<Intent.Parameter.Prompt>): Parameter;
|
|
274
|
+
clearPromptsList(): Parameter;
|
|
275
|
+
addPrompts(value?: Intent.Parameter.Prompt, index?: number): Intent.Parameter.Prompt;
|
|
276
|
+
|
|
277
|
+
getIsList(): boolean;
|
|
278
|
+
setIsList(value: boolean): Parameter;
|
|
279
|
+
|
|
280
|
+
serializeBinary(): Uint8Array;
|
|
281
|
+
toObject(includeInstance?: boolean): Parameter.AsObject;
|
|
282
|
+
static toObject(includeInstance: boolean, msg: Parameter): Parameter.AsObject;
|
|
283
|
+
static serializeBinaryToWriter(message: Parameter, writer: jspb.BinaryWriter): void;
|
|
284
|
+
static deserializeBinary(bytes: Uint8Array): Parameter;
|
|
285
|
+
static deserializeBinaryFromReader(message: Parameter, reader: jspb.BinaryReader): Parameter;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
export namespace Parameter {
|
|
289
|
+
export type AsObject = {
|
|
290
|
+
name: string,
|
|
291
|
+
displayName: string,
|
|
292
|
+
value: string,
|
|
293
|
+
defaultValue: string,
|
|
294
|
+
entityTypeName: string,
|
|
295
|
+
entityTypeDisplayName: string,
|
|
296
|
+
mandatory: boolean,
|
|
297
|
+
promptsList: Array<Intent.Parameter.Prompt.AsObject>,
|
|
298
|
+
isList: boolean,
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
export class Prompt extends jspb.Message {
|
|
302
|
+
getName(): string;
|
|
303
|
+
setName(value: string): Prompt;
|
|
304
|
+
|
|
305
|
+
getText(): string;
|
|
306
|
+
setText(value: string): Prompt;
|
|
307
|
+
|
|
308
|
+
getLanguageCode(): string;
|
|
309
|
+
setLanguageCode(value: string): Prompt;
|
|
310
|
+
|
|
311
|
+
serializeBinary(): Uint8Array;
|
|
312
|
+
toObject(includeInstance?: boolean): Prompt.AsObject;
|
|
313
|
+
static toObject(includeInstance: boolean, msg: Prompt): Prompt.AsObject;
|
|
314
|
+
static serializeBinaryToWriter(message: Prompt, writer: jspb.BinaryWriter): void;
|
|
315
|
+
static deserializeBinary(bytes: Uint8Array): Prompt;
|
|
316
|
+
static deserializeBinaryFromReader(message: Prompt, reader: jspb.BinaryReader): Prompt;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
export namespace Prompt {
|
|
320
|
+
export type AsObject = {
|
|
321
|
+
name: string,
|
|
322
|
+
text: string,
|
|
323
|
+
languageCode: string,
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
export class Message extends jspb.Message {
|
|
331
|
+
getName(): string;
|
|
332
|
+
setName(value: string): Message;
|
|
333
|
+
|
|
334
|
+
getLanguageCode(): string;
|
|
335
|
+
setLanguageCode(value: string): Message;
|
|
336
|
+
|
|
337
|
+
getText(): Intent.Message.Text | undefined;
|
|
338
|
+
setText(value?: Intent.Message.Text): Message;
|
|
339
|
+
hasText(): boolean;
|
|
340
|
+
clearText(): Message;
|
|
341
|
+
|
|
342
|
+
getImage(): Intent.Message.Image | undefined;
|
|
343
|
+
setImage(value?: Intent.Message.Image): Message;
|
|
344
|
+
hasImage(): boolean;
|
|
345
|
+
clearImage(): Message;
|
|
346
|
+
|
|
347
|
+
getQuickReplies(): Intent.Message.QuickReplies | undefined;
|
|
348
|
+
setQuickReplies(value?: Intent.Message.QuickReplies): Message;
|
|
349
|
+
hasQuickReplies(): boolean;
|
|
350
|
+
clearQuickReplies(): Message;
|
|
351
|
+
|
|
352
|
+
getCard(): Intent.Message.Card | undefined;
|
|
353
|
+
setCard(value?: Intent.Message.Card): Message;
|
|
354
|
+
hasCard(): boolean;
|
|
355
|
+
clearCard(): Message;
|
|
356
|
+
|
|
357
|
+
getPayload(): google_protobuf_struct_pb.Struct | undefined;
|
|
358
|
+
setPayload(value?: google_protobuf_struct_pb.Struct): Message;
|
|
359
|
+
hasPayload(): boolean;
|
|
360
|
+
clearPayload(): Message;
|
|
361
|
+
|
|
362
|
+
getSimpleResponses(): Intent.Message.SimpleResponses | undefined;
|
|
363
|
+
setSimpleResponses(value?: Intent.Message.SimpleResponses): Message;
|
|
364
|
+
hasSimpleResponses(): boolean;
|
|
365
|
+
clearSimpleResponses(): Message;
|
|
366
|
+
|
|
367
|
+
getBasicCard(): Intent.Message.BasicCard | undefined;
|
|
368
|
+
setBasicCard(value?: Intent.Message.BasicCard): Message;
|
|
369
|
+
hasBasicCard(): boolean;
|
|
370
|
+
clearBasicCard(): Message;
|
|
371
|
+
|
|
372
|
+
getSuggestions(): Intent.Message.Suggestions | undefined;
|
|
373
|
+
setSuggestions(value?: Intent.Message.Suggestions): Message;
|
|
374
|
+
hasSuggestions(): boolean;
|
|
375
|
+
clearSuggestions(): Message;
|
|
376
|
+
|
|
377
|
+
getLinkOutSuggestion(): Intent.Message.LinkOutSuggestion | undefined;
|
|
378
|
+
setLinkOutSuggestion(value?: Intent.Message.LinkOutSuggestion): Message;
|
|
379
|
+
hasLinkOutSuggestion(): boolean;
|
|
380
|
+
clearLinkOutSuggestion(): Message;
|
|
381
|
+
|
|
382
|
+
getListSelect(): Intent.Message.ListSelect | undefined;
|
|
383
|
+
setListSelect(value?: Intent.Message.ListSelect): Message;
|
|
384
|
+
hasListSelect(): boolean;
|
|
385
|
+
clearListSelect(): Message;
|
|
386
|
+
|
|
387
|
+
getCarouselSelect(): Intent.Message.CarouselSelect | undefined;
|
|
388
|
+
setCarouselSelect(value?: Intent.Message.CarouselSelect): Message;
|
|
389
|
+
hasCarouselSelect(): boolean;
|
|
390
|
+
clearCarouselSelect(): Message;
|
|
391
|
+
|
|
392
|
+
getHtmlText(): Intent.Message.HTMLText | undefined;
|
|
393
|
+
setHtmlText(value?: Intent.Message.HTMLText): Message;
|
|
394
|
+
hasHtmlText(): boolean;
|
|
395
|
+
clearHtmlText(): Message;
|
|
396
|
+
|
|
397
|
+
getVideo(): Intent.Message.Video | undefined;
|
|
398
|
+
setVideo(value?: Intent.Message.Video): Message;
|
|
399
|
+
hasVideo(): boolean;
|
|
400
|
+
clearVideo(): Message;
|
|
401
|
+
|
|
402
|
+
getAudio(): Intent.Message.Audio | undefined;
|
|
403
|
+
setAudio(value?: Intent.Message.Audio): Message;
|
|
404
|
+
hasAudio(): boolean;
|
|
405
|
+
clearAudio(): Message;
|
|
406
|
+
|
|
407
|
+
getPlatform(): Intent.Message.Platform;
|
|
408
|
+
setPlatform(value: Intent.Message.Platform): Message;
|
|
409
|
+
|
|
410
|
+
getIsPrompt(): boolean;
|
|
411
|
+
setIsPrompt(value: boolean): Message;
|
|
412
|
+
|
|
413
|
+
getMessageCase(): Message.MessageCase;
|
|
414
|
+
|
|
415
|
+
serializeBinary(): Uint8Array;
|
|
416
|
+
toObject(includeInstance?: boolean): Message.AsObject;
|
|
417
|
+
static toObject(includeInstance: boolean, msg: Message): Message.AsObject;
|
|
418
|
+
static serializeBinaryToWriter(message: Message, writer: jspb.BinaryWriter): void;
|
|
419
|
+
static deserializeBinary(bytes: Uint8Array): Message;
|
|
420
|
+
static deserializeBinaryFromReader(message: Message, reader: jspb.BinaryReader): Message;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
export namespace Message {
|
|
424
|
+
export type AsObject = {
|
|
425
|
+
name: string,
|
|
426
|
+
languageCode: string,
|
|
427
|
+
text?: Intent.Message.Text.AsObject,
|
|
428
|
+
image?: Intent.Message.Image.AsObject,
|
|
429
|
+
quickReplies?: Intent.Message.QuickReplies.AsObject,
|
|
430
|
+
card?: Intent.Message.Card.AsObject,
|
|
431
|
+
payload?: google_protobuf_struct_pb.Struct.AsObject,
|
|
432
|
+
simpleResponses?: Intent.Message.SimpleResponses.AsObject,
|
|
433
|
+
basicCard?: Intent.Message.BasicCard.AsObject,
|
|
434
|
+
suggestions?: Intent.Message.Suggestions.AsObject,
|
|
435
|
+
linkOutSuggestion?: Intent.Message.LinkOutSuggestion.AsObject,
|
|
436
|
+
listSelect?: Intent.Message.ListSelect.AsObject,
|
|
437
|
+
carouselSelect?: Intent.Message.CarouselSelect.AsObject,
|
|
438
|
+
htmlText?: Intent.Message.HTMLText.AsObject,
|
|
439
|
+
video?: Intent.Message.Video.AsObject,
|
|
440
|
+
audio?: Intent.Message.Audio.AsObject,
|
|
441
|
+
platform: Intent.Message.Platform,
|
|
442
|
+
isPrompt: boolean,
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
export class Text extends jspb.Message {
|
|
446
|
+
getTextList(): Array<string>;
|
|
447
|
+
setTextList(value: Array<string>): Text;
|
|
448
|
+
clearTextList(): Text;
|
|
449
|
+
addText(value: string, index?: number): Text;
|
|
450
|
+
|
|
451
|
+
serializeBinary(): Uint8Array;
|
|
452
|
+
toObject(includeInstance?: boolean): Text.AsObject;
|
|
453
|
+
static toObject(includeInstance: boolean, msg: Text): Text.AsObject;
|
|
454
|
+
static serializeBinaryToWriter(message: Text, writer: jspb.BinaryWriter): void;
|
|
455
|
+
static deserializeBinary(bytes: Uint8Array): Text;
|
|
456
|
+
static deserializeBinaryFromReader(message: Text, reader: jspb.BinaryReader): Text;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
export namespace Text {
|
|
460
|
+
export type AsObject = {
|
|
461
|
+
textList: Array<string>,
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
export class Image extends jspb.Message {
|
|
467
|
+
getImageUri(): string;
|
|
468
|
+
setImageUri(value: string): Image;
|
|
469
|
+
|
|
470
|
+
getAccessibilityText(): string;
|
|
471
|
+
setAccessibilityText(value: string): Image;
|
|
472
|
+
|
|
473
|
+
serializeBinary(): Uint8Array;
|
|
474
|
+
toObject(includeInstance?: boolean): Image.AsObject;
|
|
475
|
+
static toObject(includeInstance: boolean, msg: Image): Image.AsObject;
|
|
476
|
+
static serializeBinaryToWriter(message: Image, writer: jspb.BinaryWriter): void;
|
|
477
|
+
static deserializeBinary(bytes: Uint8Array): Image;
|
|
478
|
+
static deserializeBinaryFromReader(message: Image, reader: jspb.BinaryReader): Image;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
export namespace Image {
|
|
482
|
+
export type AsObject = {
|
|
483
|
+
imageUri: string,
|
|
484
|
+
accessibilityText: string,
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
export class QuickReplies extends jspb.Message {
|
|
490
|
+
getTitle(): string;
|
|
491
|
+
setTitle(value: string): QuickReplies;
|
|
492
|
+
|
|
493
|
+
getQuickRepliesList(): Array<string>;
|
|
494
|
+
setQuickRepliesList(value: Array<string>): QuickReplies;
|
|
495
|
+
clearQuickRepliesList(): QuickReplies;
|
|
496
|
+
addQuickReplies(value: string, index?: number): QuickReplies;
|
|
497
|
+
|
|
498
|
+
serializeBinary(): Uint8Array;
|
|
499
|
+
toObject(includeInstance?: boolean): QuickReplies.AsObject;
|
|
500
|
+
static toObject(includeInstance: boolean, msg: QuickReplies): QuickReplies.AsObject;
|
|
501
|
+
static serializeBinaryToWriter(message: QuickReplies, writer: jspb.BinaryWriter): void;
|
|
502
|
+
static deserializeBinary(bytes: Uint8Array): QuickReplies;
|
|
503
|
+
static deserializeBinaryFromReader(message: QuickReplies, reader: jspb.BinaryReader): QuickReplies;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
export namespace QuickReplies {
|
|
507
|
+
export type AsObject = {
|
|
508
|
+
title: string,
|
|
509
|
+
quickRepliesList: Array<string>,
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
export class Card extends jspb.Message {
|
|
515
|
+
getTitle(): string;
|
|
516
|
+
setTitle(value: string): Card;
|
|
517
|
+
|
|
518
|
+
getSubtitle(): string;
|
|
519
|
+
setSubtitle(value: string): Card;
|
|
520
|
+
|
|
521
|
+
getImageUri(): string;
|
|
522
|
+
setImageUri(value: string): Card;
|
|
523
|
+
|
|
524
|
+
getButtonsList(): Array<Intent.Message.Card.Button>;
|
|
525
|
+
setButtonsList(value: Array<Intent.Message.Card.Button>): Card;
|
|
526
|
+
clearButtonsList(): Card;
|
|
527
|
+
addButtons(value?: Intent.Message.Card.Button, index?: number): Intent.Message.Card.Button;
|
|
528
|
+
|
|
529
|
+
serializeBinary(): Uint8Array;
|
|
530
|
+
toObject(includeInstance?: boolean): Card.AsObject;
|
|
531
|
+
static toObject(includeInstance: boolean, msg: Card): Card.AsObject;
|
|
532
|
+
static serializeBinaryToWriter(message: Card, writer: jspb.BinaryWriter): void;
|
|
533
|
+
static deserializeBinary(bytes: Uint8Array): Card;
|
|
534
|
+
static deserializeBinaryFromReader(message: Card, reader: jspb.BinaryReader): Card;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
export namespace Card {
|
|
538
|
+
export type AsObject = {
|
|
539
|
+
title: string,
|
|
540
|
+
subtitle: string,
|
|
541
|
+
imageUri: string,
|
|
542
|
+
buttonsList: Array<Intent.Message.Card.Button.AsObject>,
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export class Button extends jspb.Message {
|
|
546
|
+
getText(): string;
|
|
547
|
+
setText(value: string): Button;
|
|
548
|
+
|
|
549
|
+
getPostback(): string;
|
|
550
|
+
setPostback(value: string): Button;
|
|
551
|
+
|
|
552
|
+
serializeBinary(): Uint8Array;
|
|
553
|
+
toObject(includeInstance?: boolean): Button.AsObject;
|
|
554
|
+
static toObject(includeInstance: boolean, msg: Button): Button.AsObject;
|
|
555
|
+
static serializeBinaryToWriter(message: Button, writer: jspb.BinaryWriter): void;
|
|
556
|
+
static deserializeBinary(bytes: Uint8Array): Button;
|
|
557
|
+
static deserializeBinaryFromReader(message: Button, reader: jspb.BinaryReader): Button;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
export namespace Button {
|
|
561
|
+
export type AsObject = {
|
|
562
|
+
text: string,
|
|
563
|
+
postback: string,
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
export class SimpleResponse extends jspb.Message {
|
|
571
|
+
getTextToSpeech(): string;
|
|
572
|
+
setTextToSpeech(value: string): SimpleResponse;
|
|
573
|
+
|
|
574
|
+
getSsml(): string;
|
|
575
|
+
setSsml(value: string): SimpleResponse;
|
|
576
|
+
|
|
577
|
+
getDisplayText(): string;
|
|
578
|
+
setDisplayText(value: string): SimpleResponse;
|
|
579
|
+
|
|
580
|
+
serializeBinary(): Uint8Array;
|
|
581
|
+
toObject(includeInstance?: boolean): SimpleResponse.AsObject;
|
|
582
|
+
static toObject(includeInstance: boolean, msg: SimpleResponse): SimpleResponse.AsObject;
|
|
583
|
+
static serializeBinaryToWriter(message: SimpleResponse, writer: jspb.BinaryWriter): void;
|
|
584
|
+
static deserializeBinary(bytes: Uint8Array): SimpleResponse;
|
|
585
|
+
static deserializeBinaryFromReader(message: SimpleResponse, reader: jspb.BinaryReader): SimpleResponse;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
export namespace SimpleResponse {
|
|
589
|
+
export type AsObject = {
|
|
590
|
+
textToSpeech: string,
|
|
591
|
+
ssml: string,
|
|
592
|
+
displayText: string,
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
export class SimpleResponses extends jspb.Message {
|
|
598
|
+
getSimpleResponsesList(): Array<Intent.Message.SimpleResponse>;
|
|
599
|
+
setSimpleResponsesList(value: Array<Intent.Message.SimpleResponse>): SimpleResponses;
|
|
600
|
+
clearSimpleResponsesList(): SimpleResponses;
|
|
601
|
+
addSimpleResponses(value?: Intent.Message.SimpleResponse, index?: number): Intent.Message.SimpleResponse;
|
|
602
|
+
|
|
603
|
+
serializeBinary(): Uint8Array;
|
|
604
|
+
toObject(includeInstance?: boolean): SimpleResponses.AsObject;
|
|
605
|
+
static toObject(includeInstance: boolean, msg: SimpleResponses): SimpleResponses.AsObject;
|
|
606
|
+
static serializeBinaryToWriter(message: SimpleResponses, writer: jspb.BinaryWriter): void;
|
|
607
|
+
static deserializeBinary(bytes: Uint8Array): SimpleResponses;
|
|
608
|
+
static deserializeBinaryFromReader(message: SimpleResponses, reader: jspb.BinaryReader): SimpleResponses;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
export namespace SimpleResponses {
|
|
612
|
+
export type AsObject = {
|
|
613
|
+
simpleResponsesList: Array<Intent.Message.SimpleResponse.AsObject>,
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
export class BasicCard extends jspb.Message {
|
|
619
|
+
getTitle(): string;
|
|
620
|
+
setTitle(value: string): BasicCard;
|
|
621
|
+
|
|
622
|
+
getSubtitle(): string;
|
|
623
|
+
setSubtitle(value: string): BasicCard;
|
|
624
|
+
|
|
625
|
+
getFormattedText(): string;
|
|
626
|
+
setFormattedText(value: string): BasicCard;
|
|
627
|
+
|
|
628
|
+
getImage(): Intent.Message.Image | undefined;
|
|
629
|
+
setImage(value?: Intent.Message.Image): BasicCard;
|
|
630
|
+
hasImage(): boolean;
|
|
631
|
+
clearImage(): BasicCard;
|
|
632
|
+
|
|
633
|
+
getButtonsList(): Array<Intent.Message.BasicCard.Button>;
|
|
634
|
+
setButtonsList(value: Array<Intent.Message.BasicCard.Button>): BasicCard;
|
|
635
|
+
clearButtonsList(): BasicCard;
|
|
636
|
+
addButtons(value?: Intent.Message.BasicCard.Button, index?: number): Intent.Message.BasicCard.Button;
|
|
637
|
+
|
|
638
|
+
serializeBinary(): Uint8Array;
|
|
639
|
+
toObject(includeInstance?: boolean): BasicCard.AsObject;
|
|
640
|
+
static toObject(includeInstance: boolean, msg: BasicCard): BasicCard.AsObject;
|
|
641
|
+
static serializeBinaryToWriter(message: BasicCard, writer: jspb.BinaryWriter): void;
|
|
642
|
+
static deserializeBinary(bytes: Uint8Array): BasicCard;
|
|
643
|
+
static deserializeBinaryFromReader(message: BasicCard, reader: jspb.BinaryReader): BasicCard;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
export namespace BasicCard {
|
|
647
|
+
export type AsObject = {
|
|
648
|
+
title: string,
|
|
649
|
+
subtitle: string,
|
|
650
|
+
formattedText: string,
|
|
651
|
+
image?: Intent.Message.Image.AsObject,
|
|
652
|
+
buttonsList: Array<Intent.Message.BasicCard.Button.AsObject>,
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
export class Button extends jspb.Message {
|
|
656
|
+
getTitle(): string;
|
|
657
|
+
setTitle(value: string): Button;
|
|
658
|
+
|
|
659
|
+
getOpenUriAction(): Intent.Message.BasicCard.Button.OpenUriAction | undefined;
|
|
660
|
+
setOpenUriAction(value?: Intent.Message.BasicCard.Button.OpenUriAction): Button;
|
|
661
|
+
hasOpenUriAction(): boolean;
|
|
662
|
+
clearOpenUriAction(): Button;
|
|
663
|
+
|
|
664
|
+
serializeBinary(): Uint8Array;
|
|
665
|
+
toObject(includeInstance?: boolean): Button.AsObject;
|
|
666
|
+
static toObject(includeInstance: boolean, msg: Button): Button.AsObject;
|
|
667
|
+
static serializeBinaryToWriter(message: Button, writer: jspb.BinaryWriter): void;
|
|
668
|
+
static deserializeBinary(bytes: Uint8Array): Button;
|
|
669
|
+
static deserializeBinaryFromReader(message: Button, reader: jspb.BinaryReader): Button;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
export namespace Button {
|
|
673
|
+
export type AsObject = {
|
|
674
|
+
title: string,
|
|
675
|
+
openUriAction?: Intent.Message.BasicCard.Button.OpenUriAction.AsObject,
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
export class OpenUriAction extends jspb.Message {
|
|
679
|
+
getUri(): string;
|
|
680
|
+
setUri(value: string): OpenUriAction;
|
|
681
|
+
|
|
682
|
+
serializeBinary(): Uint8Array;
|
|
683
|
+
toObject(includeInstance?: boolean): OpenUriAction.AsObject;
|
|
684
|
+
static toObject(includeInstance: boolean, msg: OpenUriAction): OpenUriAction.AsObject;
|
|
685
|
+
static serializeBinaryToWriter(message: OpenUriAction, writer: jspb.BinaryWriter): void;
|
|
686
|
+
static deserializeBinary(bytes: Uint8Array): OpenUriAction;
|
|
687
|
+
static deserializeBinaryFromReader(message: OpenUriAction, reader: jspb.BinaryReader): OpenUriAction;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
export namespace OpenUriAction {
|
|
691
|
+
export type AsObject = {
|
|
692
|
+
uri: string,
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
export class Suggestion extends jspb.Message {
|
|
702
|
+
getTitle(): string;
|
|
703
|
+
setTitle(value: string): Suggestion;
|
|
704
|
+
|
|
705
|
+
serializeBinary(): Uint8Array;
|
|
706
|
+
toObject(includeInstance?: boolean): Suggestion.AsObject;
|
|
707
|
+
static toObject(includeInstance: boolean, msg: Suggestion): Suggestion.AsObject;
|
|
708
|
+
static serializeBinaryToWriter(message: Suggestion, writer: jspb.BinaryWriter): void;
|
|
709
|
+
static deserializeBinary(bytes: Uint8Array): Suggestion;
|
|
710
|
+
static deserializeBinaryFromReader(message: Suggestion, reader: jspb.BinaryReader): Suggestion;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
export namespace Suggestion {
|
|
714
|
+
export type AsObject = {
|
|
715
|
+
title: string,
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
export class Suggestions extends jspb.Message {
|
|
721
|
+
getSuggestionsList(): Array<Intent.Message.Suggestion>;
|
|
722
|
+
setSuggestionsList(value: Array<Intent.Message.Suggestion>): Suggestions;
|
|
723
|
+
clearSuggestionsList(): Suggestions;
|
|
724
|
+
addSuggestions(value?: Intent.Message.Suggestion, index?: number): Intent.Message.Suggestion;
|
|
725
|
+
|
|
726
|
+
serializeBinary(): Uint8Array;
|
|
727
|
+
toObject(includeInstance?: boolean): Suggestions.AsObject;
|
|
728
|
+
static toObject(includeInstance: boolean, msg: Suggestions): Suggestions.AsObject;
|
|
729
|
+
static serializeBinaryToWriter(message: Suggestions, writer: jspb.BinaryWriter): void;
|
|
730
|
+
static deserializeBinary(bytes: Uint8Array): Suggestions;
|
|
731
|
+
static deserializeBinaryFromReader(message: Suggestions, reader: jspb.BinaryReader): Suggestions;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
export namespace Suggestions {
|
|
735
|
+
export type AsObject = {
|
|
736
|
+
suggestionsList: Array<Intent.Message.Suggestion.AsObject>,
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
export class LinkOutSuggestion extends jspb.Message {
|
|
742
|
+
getDestinationName(): string;
|
|
743
|
+
setDestinationName(value: string): LinkOutSuggestion;
|
|
744
|
+
|
|
745
|
+
getUri(): string;
|
|
746
|
+
setUri(value: string): LinkOutSuggestion;
|
|
747
|
+
|
|
748
|
+
serializeBinary(): Uint8Array;
|
|
749
|
+
toObject(includeInstance?: boolean): LinkOutSuggestion.AsObject;
|
|
750
|
+
static toObject(includeInstance: boolean, msg: LinkOutSuggestion): LinkOutSuggestion.AsObject;
|
|
751
|
+
static serializeBinaryToWriter(message: LinkOutSuggestion, writer: jspb.BinaryWriter): void;
|
|
752
|
+
static deserializeBinary(bytes: Uint8Array): LinkOutSuggestion;
|
|
753
|
+
static deserializeBinaryFromReader(message: LinkOutSuggestion, reader: jspb.BinaryReader): LinkOutSuggestion;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
export namespace LinkOutSuggestion {
|
|
757
|
+
export type AsObject = {
|
|
758
|
+
destinationName: string,
|
|
759
|
+
uri: string,
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
export class ListSelect extends jspb.Message {
|
|
765
|
+
getTitle(): string;
|
|
766
|
+
setTitle(value: string): ListSelect;
|
|
767
|
+
|
|
768
|
+
getItemsList(): Array<Intent.Message.ListSelect.Item>;
|
|
769
|
+
setItemsList(value: Array<Intent.Message.ListSelect.Item>): ListSelect;
|
|
770
|
+
clearItemsList(): ListSelect;
|
|
771
|
+
addItems(value?: Intent.Message.ListSelect.Item, index?: number): Intent.Message.ListSelect.Item;
|
|
772
|
+
|
|
773
|
+
serializeBinary(): Uint8Array;
|
|
774
|
+
toObject(includeInstance?: boolean): ListSelect.AsObject;
|
|
775
|
+
static toObject(includeInstance: boolean, msg: ListSelect): ListSelect.AsObject;
|
|
776
|
+
static serializeBinaryToWriter(message: ListSelect, writer: jspb.BinaryWriter): void;
|
|
777
|
+
static deserializeBinary(bytes: Uint8Array): ListSelect;
|
|
778
|
+
static deserializeBinaryFromReader(message: ListSelect, reader: jspb.BinaryReader): ListSelect;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
export namespace ListSelect {
|
|
782
|
+
export type AsObject = {
|
|
783
|
+
title: string,
|
|
784
|
+
itemsList: Array<Intent.Message.ListSelect.Item.AsObject>,
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
export class Item extends jspb.Message {
|
|
788
|
+
getInfo(): Intent.Message.SelectItemInfo | undefined;
|
|
789
|
+
setInfo(value?: Intent.Message.SelectItemInfo): Item;
|
|
790
|
+
hasInfo(): boolean;
|
|
791
|
+
clearInfo(): Item;
|
|
792
|
+
|
|
793
|
+
getTitle(): string;
|
|
794
|
+
setTitle(value: string): Item;
|
|
795
|
+
|
|
796
|
+
getDescription(): string;
|
|
797
|
+
setDescription(value: string): Item;
|
|
798
|
+
|
|
799
|
+
getImage(): Intent.Message.Image | undefined;
|
|
800
|
+
setImage(value?: Intent.Message.Image): Item;
|
|
801
|
+
hasImage(): boolean;
|
|
802
|
+
clearImage(): Item;
|
|
803
|
+
|
|
804
|
+
serializeBinary(): Uint8Array;
|
|
805
|
+
toObject(includeInstance?: boolean): Item.AsObject;
|
|
806
|
+
static toObject(includeInstance: boolean, msg: Item): Item.AsObject;
|
|
807
|
+
static serializeBinaryToWriter(message: Item, writer: jspb.BinaryWriter): void;
|
|
808
|
+
static deserializeBinary(bytes: Uint8Array): Item;
|
|
809
|
+
static deserializeBinaryFromReader(message: Item, reader: jspb.BinaryReader): Item;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
export namespace Item {
|
|
813
|
+
export type AsObject = {
|
|
814
|
+
info?: Intent.Message.SelectItemInfo.AsObject,
|
|
815
|
+
title: string,
|
|
816
|
+
description: string,
|
|
817
|
+
image?: Intent.Message.Image.AsObject,
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
export class CarouselSelect extends jspb.Message {
|
|
825
|
+
getItemsList(): Array<Intent.Message.CarouselSelect.Item>;
|
|
826
|
+
setItemsList(value: Array<Intent.Message.CarouselSelect.Item>): CarouselSelect;
|
|
827
|
+
clearItemsList(): CarouselSelect;
|
|
828
|
+
addItems(value?: Intent.Message.CarouselSelect.Item, index?: number): Intent.Message.CarouselSelect.Item;
|
|
829
|
+
|
|
830
|
+
serializeBinary(): Uint8Array;
|
|
831
|
+
toObject(includeInstance?: boolean): CarouselSelect.AsObject;
|
|
832
|
+
static toObject(includeInstance: boolean, msg: CarouselSelect): CarouselSelect.AsObject;
|
|
833
|
+
static serializeBinaryToWriter(message: CarouselSelect, writer: jspb.BinaryWriter): void;
|
|
834
|
+
static deserializeBinary(bytes: Uint8Array): CarouselSelect;
|
|
835
|
+
static deserializeBinaryFromReader(message: CarouselSelect, reader: jspb.BinaryReader): CarouselSelect;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
export namespace CarouselSelect {
|
|
839
|
+
export type AsObject = {
|
|
840
|
+
itemsList: Array<Intent.Message.CarouselSelect.Item.AsObject>,
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
export class Item extends jspb.Message {
|
|
844
|
+
getInfo(): Intent.Message.SelectItemInfo | undefined;
|
|
845
|
+
setInfo(value?: Intent.Message.SelectItemInfo): Item;
|
|
846
|
+
hasInfo(): boolean;
|
|
847
|
+
clearInfo(): Item;
|
|
848
|
+
|
|
849
|
+
getTitle(): string;
|
|
850
|
+
setTitle(value: string): Item;
|
|
851
|
+
|
|
852
|
+
getDescription(): string;
|
|
853
|
+
setDescription(value: string): Item;
|
|
854
|
+
|
|
855
|
+
getImage(): Intent.Message.Image | undefined;
|
|
856
|
+
setImage(value?: Intent.Message.Image): Item;
|
|
857
|
+
hasImage(): boolean;
|
|
858
|
+
clearImage(): Item;
|
|
859
|
+
|
|
860
|
+
serializeBinary(): Uint8Array;
|
|
861
|
+
toObject(includeInstance?: boolean): Item.AsObject;
|
|
862
|
+
static toObject(includeInstance: boolean, msg: Item): Item.AsObject;
|
|
863
|
+
static serializeBinaryToWriter(message: Item, writer: jspb.BinaryWriter): void;
|
|
864
|
+
static deserializeBinary(bytes: Uint8Array): Item;
|
|
865
|
+
static deserializeBinaryFromReader(message: Item, reader: jspb.BinaryReader): Item;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
export namespace Item {
|
|
869
|
+
export type AsObject = {
|
|
870
|
+
info?: Intent.Message.SelectItemInfo.AsObject,
|
|
871
|
+
title: string,
|
|
872
|
+
description: string,
|
|
873
|
+
image?: Intent.Message.Image.AsObject,
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
export class HTMLText extends jspb.Message {
|
|
881
|
+
getTextList(): Array<string>;
|
|
882
|
+
setTextList(value: Array<string>): HTMLText;
|
|
883
|
+
clearTextList(): HTMLText;
|
|
884
|
+
addText(value: string, index?: number): HTMLText;
|
|
885
|
+
|
|
886
|
+
serializeBinary(): Uint8Array;
|
|
887
|
+
toObject(includeInstance?: boolean): HTMLText.AsObject;
|
|
888
|
+
static toObject(includeInstance: boolean, msg: HTMLText): HTMLText.AsObject;
|
|
889
|
+
static serializeBinaryToWriter(message: HTMLText, writer: jspb.BinaryWriter): void;
|
|
890
|
+
static deserializeBinary(bytes: Uint8Array): HTMLText;
|
|
891
|
+
static deserializeBinaryFromReader(message: HTMLText, reader: jspb.BinaryReader): HTMLText;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
export namespace HTMLText {
|
|
895
|
+
export type AsObject = {
|
|
896
|
+
textList: Array<string>,
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
export class Video extends jspb.Message {
|
|
902
|
+
getUri(): string;
|
|
903
|
+
setUri(value: string): Video;
|
|
904
|
+
|
|
905
|
+
getAccessibilityText(): string;
|
|
906
|
+
setAccessibilityText(value: string): Video;
|
|
907
|
+
|
|
908
|
+
serializeBinary(): Uint8Array;
|
|
909
|
+
toObject(includeInstance?: boolean): Video.AsObject;
|
|
910
|
+
static toObject(includeInstance: boolean, msg: Video): Video.AsObject;
|
|
911
|
+
static serializeBinaryToWriter(message: Video, writer: jspb.BinaryWriter): void;
|
|
912
|
+
static deserializeBinary(bytes: Uint8Array): Video;
|
|
913
|
+
static deserializeBinaryFromReader(message: Video, reader: jspb.BinaryReader): Video;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
export namespace Video {
|
|
917
|
+
export type AsObject = {
|
|
918
|
+
uri: string,
|
|
919
|
+
accessibilityText: string,
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
export class Audio extends jspb.Message {
|
|
925
|
+
getUri(): string;
|
|
926
|
+
setUri(value: string): Audio;
|
|
927
|
+
|
|
928
|
+
getAccessibilityText(): string;
|
|
929
|
+
setAccessibilityText(value: string): Audio;
|
|
930
|
+
|
|
931
|
+
serializeBinary(): Uint8Array;
|
|
932
|
+
toObject(includeInstance?: boolean): Audio.AsObject;
|
|
933
|
+
static toObject(includeInstance: boolean, msg: Audio): Audio.AsObject;
|
|
934
|
+
static serializeBinaryToWriter(message: Audio, writer: jspb.BinaryWriter): void;
|
|
935
|
+
static deserializeBinary(bytes: Uint8Array): Audio;
|
|
936
|
+
static deserializeBinaryFromReader(message: Audio, reader: jspb.BinaryReader): Audio;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
export namespace Audio {
|
|
940
|
+
export type AsObject = {
|
|
941
|
+
uri: string,
|
|
942
|
+
accessibilityText: string,
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
export class SelectItemInfo extends jspb.Message {
|
|
948
|
+
getKey(): string;
|
|
949
|
+
setKey(value: string): SelectItemInfo;
|
|
950
|
+
|
|
951
|
+
getSynonymsList(): Array<string>;
|
|
952
|
+
setSynonymsList(value: Array<string>): SelectItemInfo;
|
|
953
|
+
clearSynonymsList(): SelectItemInfo;
|
|
954
|
+
addSynonyms(value: string, index?: number): SelectItemInfo;
|
|
955
|
+
|
|
956
|
+
serializeBinary(): Uint8Array;
|
|
957
|
+
toObject(includeInstance?: boolean): SelectItemInfo.AsObject;
|
|
958
|
+
static toObject(includeInstance: boolean, msg: SelectItemInfo): SelectItemInfo.AsObject;
|
|
959
|
+
static serializeBinaryToWriter(message: SelectItemInfo, writer: jspb.BinaryWriter): void;
|
|
960
|
+
static deserializeBinary(bytes: Uint8Array): SelectItemInfo;
|
|
961
|
+
static deserializeBinaryFromReader(message: SelectItemInfo, reader: jspb.BinaryReader): SelectItemInfo;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
export namespace SelectItemInfo {
|
|
965
|
+
export type AsObject = {
|
|
966
|
+
key: string,
|
|
967
|
+
synonymsList: Array<string>,
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
export enum Platform {
|
|
973
|
+
PLATFORM_UNSPECIFIED = 0,
|
|
974
|
+
FACEBOOK = 1,
|
|
975
|
+
SLACK = 2,
|
|
976
|
+
TELEGRAM = 3,
|
|
977
|
+
KIK = 4,
|
|
978
|
+
SKYPE = 5,
|
|
979
|
+
LINE = 6,
|
|
980
|
+
VIBER = 7,
|
|
981
|
+
ACTIONS_ON_GOOGLE = 8,
|
|
982
|
+
PLACEHOLDER_1 = 9,
|
|
983
|
+
PLACEHOLDER_2 = 10,
|
|
984
|
+
PLACEHOLDER_3 = 11,
|
|
985
|
+
PLACEHOLDER_4 = 12,
|
|
986
|
+
PLACEHOLDER_5 = 13,
|
|
987
|
+
PLACEHOLDER_6 = 14,
|
|
988
|
+
PLACEHOLDER_7 = 15,
|
|
989
|
+
PLACEHOLDER_8 = 16,
|
|
990
|
+
PLACEHOLDER_9 = 17,
|
|
991
|
+
PLACEHOLDER_10 = 18,
|
|
992
|
+
PLACEHOLDER_11 = 19,
|
|
993
|
+
PLACEHOLDER_12 = 20,
|
|
994
|
+
PLACEHOLDER_13 = 21,
|
|
995
|
+
PLACEHOLDER_14 = 22,
|
|
996
|
+
PLACEHOLDER_15 = 23,
|
|
997
|
+
PLACEHOLDER_16 = 24,
|
|
998
|
+
PLACEHOLDER_17 = 25,
|
|
999
|
+
PLACEHOLDER_18 = 26,
|
|
1000
|
+
PLACEHOLDER_19 = 27,
|
|
1001
|
+
PLACEHOLDER_20 = 28,
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
export enum MessageCase {
|
|
1005
|
+
MESSAGE_NOT_SET = 0,
|
|
1006
|
+
TEXT = 1,
|
|
1007
|
+
IMAGE = 2,
|
|
1008
|
+
QUICK_REPLIES = 3,
|
|
1009
|
+
CARD = 4,
|
|
1010
|
+
PAYLOAD = 5,
|
|
1011
|
+
SIMPLE_RESPONSES = 7,
|
|
1012
|
+
BASIC_CARD = 8,
|
|
1013
|
+
SUGGESTIONS = 9,
|
|
1014
|
+
LINK_OUT_SUGGESTION = 10,
|
|
1015
|
+
LIST_SELECT = 11,
|
|
1016
|
+
CAROUSEL_SELECT = 12,
|
|
1017
|
+
HTML_TEXT = 13,
|
|
1018
|
+
VIDEO = 14,
|
|
1019
|
+
AUDIO = 15,
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
export class FollowupIntentInfo extends jspb.Message {
|
|
1025
|
+
getFollowupIntentName(): string;
|
|
1026
|
+
setFollowupIntentName(value: string): FollowupIntentInfo;
|
|
1027
|
+
|
|
1028
|
+
getParentFollowupIntentName(): string;
|
|
1029
|
+
setParentFollowupIntentName(value: string): FollowupIntentInfo;
|
|
1030
|
+
|
|
1031
|
+
serializeBinary(): Uint8Array;
|
|
1032
|
+
toObject(includeInstance?: boolean): FollowupIntentInfo.AsObject;
|
|
1033
|
+
static toObject(includeInstance: boolean, msg: FollowupIntentInfo): FollowupIntentInfo.AsObject;
|
|
1034
|
+
static serializeBinaryToWriter(message: FollowupIntentInfo, writer: jspb.BinaryWriter): void;
|
|
1035
|
+
static deserializeBinary(bytes: Uint8Array): FollowupIntentInfo;
|
|
1036
|
+
static deserializeBinaryFromReader(message: FollowupIntentInfo, reader: jspb.BinaryReader): FollowupIntentInfo;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
export namespace FollowupIntentInfo {
|
|
1040
|
+
export type AsObject = {
|
|
1041
|
+
followupIntentName: string,
|
|
1042
|
+
parentFollowupIntentName: string,
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
export enum IntentStatus {
|
|
1048
|
+
ACTIVE = 0,
|
|
1049
|
+
INACTIVE = 1,
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
export enum WebhookState {
|
|
1053
|
+
WEBHOOK_STATE_UNSPECIFIED = 0,
|
|
1054
|
+
WEBHOOK_STATE_ENABLED = 1,
|
|
1055
|
+
WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING = 2,
|
|
1056
|
+
}
|
|
1029
1057
|
}
|
|
1030
1058
|
|
|
1031
1059
|
export class ListIntentsRequest extends jspb.Message {
|
|
1032
|
-
|
|
1033
|
-
|
|
1060
|
+
getParent(): string;
|
|
1061
|
+
setParent(value: string): ListIntentsRequest;
|
|
1034
1062
|
|
|
1035
|
-
|
|
1036
|
-
|
|
1063
|
+
getLanguageCode(): string;
|
|
1064
|
+
setLanguageCode(value: string): ListIntentsRequest;
|
|
1037
1065
|
|
|
1038
|
-
|
|
1039
|
-
|
|
1066
|
+
getIntentView(): IntentView;
|
|
1067
|
+
setIntentView(value: IntentView): ListIntentsRequest;
|
|
1040
1068
|
|
|
1041
|
-
|
|
1042
|
-
|
|
1069
|
+
getPageToken(): string;
|
|
1070
|
+
setPageToken(value: string): ListIntentsRequest;
|
|
1043
1071
|
|
|
1044
|
-
|
|
1045
|
-
|
|
1072
|
+
getFilterByCategory(): IntentCategory;
|
|
1073
|
+
setFilterByCategory(value: IntentCategory): ListIntentsRequest;
|
|
1046
1074
|
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1075
|
+
getSortByField(): IntentSorting | undefined;
|
|
1076
|
+
setSortByField(value?: IntentSorting): ListIntentsRequest;
|
|
1077
|
+
hasSortByField(): boolean;
|
|
1078
|
+
clearSortByField(): ListIntentsRequest;
|
|
1051
1079
|
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1080
|
+
getFilterByTagsList(): Array<string>;
|
|
1081
|
+
setFilterByTagsList(value: Array<string>): ListIntentsRequest;
|
|
1082
|
+
clearFilterByTagsList(): ListIntentsRequest;
|
|
1083
|
+
addFilterByTags(value: string, index?: number): ListIntentsRequest;
|
|
1056
1084
|
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1085
|
+
serializeBinary(): Uint8Array;
|
|
1086
|
+
toObject(includeInstance?: boolean): ListIntentsRequest.AsObject;
|
|
1087
|
+
static toObject(includeInstance: boolean, msg: ListIntentsRequest): ListIntentsRequest.AsObject;
|
|
1088
|
+
static serializeBinaryToWriter(message: ListIntentsRequest, writer: jspb.BinaryWriter): void;
|
|
1089
|
+
static deserializeBinary(bytes: Uint8Array): ListIntentsRequest;
|
|
1090
|
+
static deserializeBinaryFromReader(message: ListIntentsRequest, reader: jspb.BinaryReader): ListIntentsRequest;
|
|
1063
1091
|
}
|
|
1064
1092
|
|
|
1065
1093
|
export namespace ListIntentsRequest {
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1094
|
+
export type AsObject = {
|
|
1095
|
+
parent: string,
|
|
1096
|
+
languageCode: string,
|
|
1097
|
+
intentView: IntentView,
|
|
1098
|
+
pageToken: string,
|
|
1099
|
+
filterByCategory: IntentCategory,
|
|
1100
|
+
sortByField?: IntentSorting.AsObject,
|
|
1101
|
+
filterByTagsList: Array<string>,
|
|
1102
|
+
}
|
|
1075
1103
|
}
|
|
1076
1104
|
|
|
1077
1105
|
export class ListIntentsResponse extends jspb.Message {
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1106
|
+
getIntentsList(): Array<Intent>;
|
|
1107
|
+
setIntentsList(value: Array<Intent>): ListIntentsResponse;
|
|
1108
|
+
clearIntentsList(): ListIntentsResponse;
|
|
1109
|
+
addIntents(value?: Intent, index?: number): Intent;
|
|
1082
1110
|
|
|
1083
|
-
|
|
1084
|
-
|
|
1111
|
+
getNextPageToken(): string;
|
|
1112
|
+
setNextPageToken(value: string): ListIntentsResponse;
|
|
1085
1113
|
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1114
|
+
serializeBinary(): Uint8Array;
|
|
1115
|
+
toObject(includeInstance?: boolean): ListIntentsResponse.AsObject;
|
|
1116
|
+
static toObject(includeInstance: boolean, msg: ListIntentsResponse): ListIntentsResponse.AsObject;
|
|
1117
|
+
static serializeBinaryToWriter(message: ListIntentsResponse, writer: jspb.BinaryWriter): void;
|
|
1118
|
+
static deserializeBinary(bytes: Uint8Array): ListIntentsResponse;
|
|
1119
|
+
static deserializeBinaryFromReader(message: ListIntentsResponse, reader: jspb.BinaryReader): ListIntentsResponse;
|
|
1092
1120
|
}
|
|
1093
1121
|
|
|
1094
1122
|
export namespace ListIntentsResponse {
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1123
|
+
export type AsObject = {
|
|
1124
|
+
intentsList: Array<Intent.AsObject>,
|
|
1125
|
+
nextPageToken: string,
|
|
1126
|
+
}
|
|
1099
1127
|
}
|
|
1100
1128
|
|
|
1101
1129
|
export class GetIntentRequest extends jspb.Message {
|
|
1102
|
-
|
|
1103
|
-
|
|
1130
|
+
getName(): string;
|
|
1131
|
+
setName(value: string): GetIntentRequest;
|
|
1104
1132
|
|
|
1105
|
-
|
|
1106
|
-
|
|
1133
|
+
getLanguageCode(): string;
|
|
1134
|
+
setLanguageCode(value: string): GetIntentRequest;
|
|
1107
1135
|
|
|
1108
|
-
|
|
1109
|
-
|
|
1136
|
+
getIntentView(): IntentView;
|
|
1137
|
+
setIntentView(value: IntentView): GetIntentRequest;
|
|
1110
1138
|
|
|
1111
|
-
|
|
1112
|
-
|
|
1139
|
+
getPageToken(): string;
|
|
1140
|
+
setPageToken(value: string): GetIntentRequest;
|
|
1113
1141
|
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1142
|
+
serializeBinary(): Uint8Array;
|
|
1143
|
+
toObject(includeInstance?: boolean): GetIntentRequest.AsObject;
|
|
1144
|
+
static toObject(includeInstance: boolean, msg: GetIntentRequest): GetIntentRequest.AsObject;
|
|
1145
|
+
static serializeBinaryToWriter(message: GetIntentRequest, writer: jspb.BinaryWriter): void;
|
|
1146
|
+
static deserializeBinary(bytes: Uint8Array): GetIntentRequest;
|
|
1147
|
+
static deserializeBinaryFromReader(message: GetIntentRequest, reader: jspb.BinaryReader): GetIntentRequest;
|
|
1120
1148
|
}
|
|
1121
1149
|
|
|
1122
1150
|
export namespace GetIntentRequest {
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1151
|
+
export type AsObject = {
|
|
1152
|
+
name: string,
|
|
1153
|
+
languageCode: string,
|
|
1154
|
+
intentView: IntentView,
|
|
1155
|
+
pageToken: string,
|
|
1156
|
+
}
|
|
1129
1157
|
}
|
|
1130
1158
|
|
|
1131
1159
|
export class CreateIntentRequest extends jspb.Message {
|
|
1132
|
-
|
|
1133
|
-
|
|
1160
|
+
getParent(): string;
|
|
1161
|
+
setParent(value: string): CreateIntentRequest;
|
|
1134
1162
|
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1163
|
+
getIntent(): Intent | undefined;
|
|
1164
|
+
setIntent(value?: Intent): CreateIntentRequest;
|
|
1165
|
+
hasIntent(): boolean;
|
|
1166
|
+
clearIntent(): CreateIntentRequest;
|
|
1139
1167
|
|
|
1140
|
-
|
|
1141
|
-
|
|
1168
|
+
getLanguageCode(): string;
|
|
1169
|
+
setLanguageCode(value: string): CreateIntentRequest;
|
|
1142
1170
|
|
|
1143
|
-
|
|
1144
|
-
|
|
1171
|
+
getIntentView(): IntentView;
|
|
1172
|
+
setIntentView(value: IntentView): CreateIntentRequest;
|
|
1145
1173
|
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1174
|
+
serializeBinary(): Uint8Array;
|
|
1175
|
+
toObject(includeInstance?: boolean): CreateIntentRequest.AsObject;
|
|
1176
|
+
static toObject(includeInstance: boolean, msg: CreateIntentRequest): CreateIntentRequest.AsObject;
|
|
1177
|
+
static serializeBinaryToWriter(message: CreateIntentRequest, writer: jspb.BinaryWriter): void;
|
|
1178
|
+
static deserializeBinary(bytes: Uint8Array): CreateIntentRequest;
|
|
1179
|
+
static deserializeBinaryFromReader(message: CreateIntentRequest, reader: jspb.BinaryReader): CreateIntentRequest;
|
|
1152
1180
|
}
|
|
1153
1181
|
|
|
1154
1182
|
export namespace CreateIntentRequest {
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1183
|
+
export type AsObject = {
|
|
1184
|
+
parent: string,
|
|
1185
|
+
intent?: Intent.AsObject,
|
|
1186
|
+
languageCode: string,
|
|
1187
|
+
intentView: IntentView,
|
|
1188
|
+
}
|
|
1161
1189
|
}
|
|
1162
1190
|
|
|
1163
1191
|
export class UpdateIntentRequest extends jspb.Message {
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1192
|
+
getIntent(): Intent | undefined;
|
|
1193
|
+
setIntent(value?: Intent): UpdateIntentRequest;
|
|
1194
|
+
hasIntent(): boolean;
|
|
1195
|
+
clearIntent(): UpdateIntentRequest;
|
|
1168
1196
|
|
|
1169
|
-
|
|
1170
|
-
|
|
1197
|
+
getLanguageCode(): string;
|
|
1198
|
+
setLanguageCode(value: string): UpdateIntentRequest;
|
|
1171
1199
|
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1200
|
+
getUpdateMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
1201
|
+
setUpdateMask(value?: google_protobuf_field_mask_pb.FieldMask): UpdateIntentRequest;
|
|
1202
|
+
hasUpdateMask(): boolean;
|
|
1203
|
+
clearUpdateMask(): UpdateIntentRequest;
|
|
1176
1204
|
|
|
1177
|
-
|
|
1178
|
-
|
|
1205
|
+
getIntentView(): IntentView;
|
|
1206
|
+
setIntentView(value: IntentView): UpdateIntentRequest;
|
|
1179
1207
|
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1208
|
+
serializeBinary(): Uint8Array;
|
|
1209
|
+
toObject(includeInstance?: boolean): UpdateIntentRequest.AsObject;
|
|
1210
|
+
static toObject(includeInstance: boolean, msg: UpdateIntentRequest): UpdateIntentRequest.AsObject;
|
|
1211
|
+
static serializeBinaryToWriter(message: UpdateIntentRequest, writer: jspb.BinaryWriter): void;
|
|
1212
|
+
static deserializeBinary(bytes: Uint8Array): UpdateIntentRequest;
|
|
1213
|
+
static deserializeBinaryFromReader(message: UpdateIntentRequest, reader: jspb.BinaryReader): UpdateIntentRequest;
|
|
1186
1214
|
}
|
|
1187
1215
|
|
|
1188
1216
|
export namespace UpdateIntentRequest {
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1217
|
+
export type AsObject = {
|
|
1218
|
+
intent?: Intent.AsObject,
|
|
1219
|
+
languageCode: string,
|
|
1220
|
+
updateMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
1221
|
+
intentView: IntentView,
|
|
1222
|
+
}
|
|
1195
1223
|
}
|
|
1196
1224
|
|
|
1197
1225
|
export class DeleteIntentRequest extends jspb.Message {
|
|
1198
|
-
|
|
1199
|
-
|
|
1226
|
+
getName(): string;
|
|
1227
|
+
setName(value: string): DeleteIntentRequest;
|
|
1200
1228
|
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1229
|
+
serializeBinary(): Uint8Array;
|
|
1230
|
+
toObject(includeInstance?: boolean): DeleteIntentRequest.AsObject;
|
|
1231
|
+
static toObject(includeInstance: boolean, msg: DeleteIntentRequest): DeleteIntentRequest.AsObject;
|
|
1232
|
+
static serializeBinaryToWriter(message: DeleteIntentRequest, writer: jspb.BinaryWriter): void;
|
|
1233
|
+
static deserializeBinary(bytes: Uint8Array): DeleteIntentRequest;
|
|
1234
|
+
static deserializeBinaryFromReader(message: DeleteIntentRequest, reader: jspb.BinaryReader): DeleteIntentRequest;
|
|
1207
1235
|
}
|
|
1208
1236
|
|
|
1209
1237
|
export namespace DeleteIntentRequest {
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1238
|
+
export type AsObject = {
|
|
1239
|
+
name: string,
|
|
1240
|
+
}
|
|
1213
1241
|
}
|
|
1214
1242
|
|
|
1215
1243
|
export class BatchUpdateIntentsRequest extends jspb.Message {
|
|
1216
|
-
|
|
1217
|
-
|
|
1244
|
+
getParent(): string;
|
|
1245
|
+
setParent(value: string): BatchUpdateIntentsRequest;
|
|
1218
1246
|
|
|
1219
|
-
|
|
1220
|
-
|
|
1247
|
+
getIntentBatchUri(): string;
|
|
1248
|
+
setIntentBatchUri(value: string): BatchUpdateIntentsRequest;
|
|
1221
1249
|
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1250
|
+
getIntentBatchInline(): IntentBatch | undefined;
|
|
1251
|
+
setIntentBatchInline(value?: IntentBatch): BatchUpdateIntentsRequest;
|
|
1252
|
+
hasIntentBatchInline(): boolean;
|
|
1253
|
+
clearIntentBatchInline(): BatchUpdateIntentsRequest;
|
|
1226
1254
|
|
|
1227
|
-
|
|
1228
|
-
|
|
1255
|
+
getLanguageCode(): string;
|
|
1256
|
+
setLanguageCode(value: string): BatchUpdateIntentsRequest;
|
|
1229
1257
|
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1258
|
+
getUpdateMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
1259
|
+
setUpdateMask(value?: google_protobuf_field_mask_pb.FieldMask): BatchUpdateIntentsRequest;
|
|
1260
|
+
hasUpdateMask(): boolean;
|
|
1261
|
+
clearUpdateMask(): BatchUpdateIntentsRequest;
|
|
1234
1262
|
|
|
1235
|
-
|
|
1236
|
-
|
|
1263
|
+
getIntentView(): IntentView;
|
|
1264
|
+
setIntentView(value: IntentView): BatchUpdateIntentsRequest;
|
|
1237
1265
|
|
|
1238
|
-
|
|
1266
|
+
getIntentBatchCase(): BatchUpdateIntentsRequest.IntentBatchCase;
|
|
1239
1267
|
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
message: BatchUpdateIntentsRequest,
|
|
1247
|
-
reader: jspb.BinaryReader
|
|
1248
|
-
): BatchUpdateIntentsRequest;
|
|
1268
|
+
serializeBinary(): Uint8Array;
|
|
1269
|
+
toObject(includeInstance?: boolean): BatchUpdateIntentsRequest.AsObject;
|
|
1270
|
+
static toObject(includeInstance: boolean, msg: BatchUpdateIntentsRequest): BatchUpdateIntentsRequest.AsObject;
|
|
1271
|
+
static serializeBinaryToWriter(message: BatchUpdateIntentsRequest, writer: jspb.BinaryWriter): void;
|
|
1272
|
+
static deserializeBinary(bytes: Uint8Array): BatchUpdateIntentsRequest;
|
|
1273
|
+
static deserializeBinaryFromReader(message: BatchUpdateIntentsRequest, reader: jspb.BinaryReader): BatchUpdateIntentsRequest;
|
|
1249
1274
|
}
|
|
1250
1275
|
|
|
1251
1276
|
export namespace BatchUpdateIntentsRequest {
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1277
|
+
export type AsObject = {
|
|
1278
|
+
parent: string,
|
|
1279
|
+
intentBatchUri: string,
|
|
1280
|
+
intentBatchInline?: IntentBatch.AsObject,
|
|
1281
|
+
languageCode: string,
|
|
1282
|
+
updateMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
1283
|
+
intentView: IntentView,
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
export enum IntentBatchCase {
|
|
1287
|
+
INTENT_BATCH_NOT_SET = 0,
|
|
1288
|
+
INTENT_BATCH_URI = 2,
|
|
1289
|
+
INTENT_BATCH_INLINE = 3,
|
|
1290
|
+
}
|
|
1266
1291
|
}
|
|
1267
1292
|
|
|
1268
1293
|
export class BatchUpdateIntentsResponse extends jspb.Message {
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
message: BatchUpdateIntentsResponse,
|
|
1281
|
-
reader: jspb.BinaryReader
|
|
1282
|
-
): BatchUpdateIntentsResponse;
|
|
1294
|
+
getIntentsList(): Array<Intent>;
|
|
1295
|
+
setIntentsList(value: Array<Intent>): BatchUpdateIntentsResponse;
|
|
1296
|
+
clearIntentsList(): BatchUpdateIntentsResponse;
|
|
1297
|
+
addIntents(value?: Intent, index?: number): Intent;
|
|
1298
|
+
|
|
1299
|
+
serializeBinary(): Uint8Array;
|
|
1300
|
+
toObject(includeInstance?: boolean): BatchUpdateIntentsResponse.AsObject;
|
|
1301
|
+
static toObject(includeInstance: boolean, msg: BatchUpdateIntentsResponse): BatchUpdateIntentsResponse.AsObject;
|
|
1302
|
+
static serializeBinaryToWriter(message: BatchUpdateIntentsResponse, writer: jspb.BinaryWriter): void;
|
|
1303
|
+
static deserializeBinary(bytes: Uint8Array): BatchUpdateIntentsResponse;
|
|
1304
|
+
static deserializeBinaryFromReader(message: BatchUpdateIntentsResponse, reader: jspb.BinaryReader): BatchUpdateIntentsResponse;
|
|
1283
1305
|
}
|
|
1284
1306
|
|
|
1285
1307
|
export namespace BatchUpdateIntentsResponse {
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1308
|
+
export type AsObject = {
|
|
1309
|
+
intentsList: Array<Intent.AsObject>,
|
|
1310
|
+
}
|
|
1289
1311
|
}
|
|
1290
1312
|
|
|
1291
1313
|
export class BatchDeleteIntentsRequest extends jspb.Message {
|
|
1292
|
-
|
|
1293
|
-
|
|
1314
|
+
getParent(): string;
|
|
1315
|
+
setParent(value: string): BatchDeleteIntentsRequest;
|
|
1294
1316
|
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1317
|
+
getIntentsList(): Array<Intent>;
|
|
1318
|
+
setIntentsList(value: Array<Intent>): BatchDeleteIntentsRequest;
|
|
1319
|
+
clearIntentsList(): BatchDeleteIntentsRequest;
|
|
1320
|
+
addIntents(value?: Intent, index?: number): Intent;
|
|
1299
1321
|
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
message: BatchDeleteIntentsRequest,
|
|
1307
|
-
reader: jspb.BinaryReader
|
|
1308
|
-
): BatchDeleteIntentsRequest;
|
|
1322
|
+
serializeBinary(): Uint8Array;
|
|
1323
|
+
toObject(includeInstance?: boolean): BatchDeleteIntentsRequest.AsObject;
|
|
1324
|
+
static toObject(includeInstance: boolean, msg: BatchDeleteIntentsRequest): BatchDeleteIntentsRequest.AsObject;
|
|
1325
|
+
static serializeBinaryToWriter(message: BatchDeleteIntentsRequest, writer: jspb.BinaryWriter): void;
|
|
1326
|
+
static deserializeBinary(bytes: Uint8Array): BatchDeleteIntentsRequest;
|
|
1327
|
+
static deserializeBinaryFromReader(message: BatchDeleteIntentsRequest, reader: jspb.BinaryReader): BatchDeleteIntentsRequest;
|
|
1309
1328
|
}
|
|
1310
1329
|
|
|
1311
1330
|
export namespace BatchDeleteIntentsRequest {
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1331
|
+
export type AsObject = {
|
|
1332
|
+
parent: string,
|
|
1333
|
+
intentsList: Array<Intent.AsObject>,
|
|
1334
|
+
}
|
|
1316
1335
|
}
|
|
1317
1336
|
|
|
1318
1337
|
export class IntentBatch extends jspb.Message {
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1338
|
+
getIntentsList(): Array<Intent>;
|
|
1339
|
+
setIntentsList(value: Array<Intent>): IntentBatch;
|
|
1340
|
+
clearIntentsList(): IntentBatch;
|
|
1341
|
+
addIntents(value?: Intent, index?: number): Intent;
|
|
1323
1342
|
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1343
|
+
serializeBinary(): Uint8Array;
|
|
1344
|
+
toObject(includeInstance?: boolean): IntentBatch.AsObject;
|
|
1345
|
+
static toObject(includeInstance: boolean, msg: IntentBatch): IntentBatch.AsObject;
|
|
1346
|
+
static serializeBinaryToWriter(message: IntentBatch, writer: jspb.BinaryWriter): void;
|
|
1347
|
+
static deserializeBinary(bytes: Uint8Array): IntentBatch;
|
|
1348
|
+
static deserializeBinaryFromReader(message: IntentBatch, reader: jspb.BinaryReader): IntentBatch;
|
|
1330
1349
|
}
|
|
1331
1350
|
|
|
1332
1351
|
export namespace IntentBatch {
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1352
|
+
export type AsObject = {
|
|
1353
|
+
intentsList: Array<Intent.AsObject>,
|
|
1354
|
+
}
|
|
1336
1355
|
}
|
|
1337
1356
|
|
|
1338
1357
|
export class IntentSorting extends jspb.Message {
|
|
1339
|
-
|
|
1340
|
-
|
|
1358
|
+
getSortingField(): IntentSorting.IntentSortingField;
|
|
1359
|
+
setSortingField(value: IntentSorting.IntentSortingField): IntentSorting;
|
|
1341
1360
|
|
|
1342
|
-
|
|
1343
|
-
|
|
1361
|
+
getSortingMode(): ondewo_nlu_common_pb.SortingMode;
|
|
1362
|
+
setSortingMode(value: ondewo_nlu_common_pb.SortingMode): IntentSorting;
|
|
1344
1363
|
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1364
|
+
serializeBinary(): Uint8Array;
|
|
1365
|
+
toObject(includeInstance?: boolean): IntentSorting.AsObject;
|
|
1366
|
+
static toObject(includeInstance: boolean, msg: IntentSorting): IntentSorting.AsObject;
|
|
1367
|
+
static serializeBinaryToWriter(message: IntentSorting, writer: jspb.BinaryWriter): void;
|
|
1368
|
+
static deserializeBinary(bytes: Uint8Array): IntentSorting;
|
|
1369
|
+
static deserializeBinaryFromReader(message: IntentSorting, reader: jspb.BinaryReader): IntentSorting;
|
|
1351
1370
|
}
|
|
1352
1371
|
|
|
1353
1372
|
export namespace IntentSorting {
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1373
|
+
export type AsObject = {
|
|
1374
|
+
sortingField: IntentSorting.IntentSortingField,
|
|
1375
|
+
sortingMode: ondewo_nlu_common_pb.SortingMode,
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
export enum IntentSortingField {
|
|
1379
|
+
NO_INTENT_SORTING = 0,
|
|
1380
|
+
SORT_INTENT_BY_NAME = 1,
|
|
1381
|
+
SORT_INTENT_BY_CREATION_DATE = 2,
|
|
1382
|
+
SORT_INTENT_BY_LAST_UPDATED = 3,
|
|
1383
|
+
SORT_INTENT_BY_USERSAYS_COUNT = 4,
|
|
1384
|
+
SORT_INTENT_BY_START_DATE = 5,
|
|
1385
|
+
SORT_INTENT_BY_END_DATE = 6,
|
|
1386
|
+
}
|
|
1368
1387
|
}
|
|
1369
1388
|
|
|
1370
1389
|
export class IntentTagRequest extends jspb.Message {
|
|
1371
|
-
|
|
1372
|
-
|
|
1390
|
+
getIntentName(): string;
|
|
1391
|
+
setIntentName(value: string): IntentTagRequest;
|
|
1373
1392
|
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1393
|
+
getTagsList(): Array<string>;
|
|
1394
|
+
setTagsList(value: Array<string>): IntentTagRequest;
|
|
1395
|
+
clearTagsList(): IntentTagRequest;
|
|
1396
|
+
addTags(value: string, index?: number): IntentTagRequest;
|
|
1378
1397
|
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1398
|
+
serializeBinary(): Uint8Array;
|
|
1399
|
+
toObject(includeInstance?: boolean): IntentTagRequest.AsObject;
|
|
1400
|
+
static toObject(includeInstance: boolean, msg: IntentTagRequest): IntentTagRequest.AsObject;
|
|
1401
|
+
static serializeBinaryToWriter(message: IntentTagRequest, writer: jspb.BinaryWriter): void;
|
|
1402
|
+
static deserializeBinary(bytes: Uint8Array): IntentTagRequest;
|
|
1403
|
+
static deserializeBinaryFromReader(message: IntentTagRequest, reader: jspb.BinaryReader): IntentTagRequest;
|
|
1385
1404
|
}
|
|
1386
1405
|
|
|
1387
1406
|
export namespace IntentTagRequest {
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1407
|
+
export type AsObject = {
|
|
1408
|
+
intentName: string,
|
|
1409
|
+
tagsList: Array<string>,
|
|
1410
|
+
}
|
|
1392
1411
|
}
|
|
1393
1412
|
|
|
1394
1413
|
export class GetIntentTagsRequest extends jspb.Message {
|
|
1395
|
-
|
|
1396
|
-
|
|
1414
|
+
getIntentName(): string;
|
|
1415
|
+
setIntentName(value: string): GetIntentTagsRequest;
|
|
1397
1416
|
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1417
|
+
serializeBinary(): Uint8Array;
|
|
1418
|
+
toObject(includeInstance?: boolean): GetIntentTagsRequest.AsObject;
|
|
1419
|
+
static toObject(includeInstance: boolean, msg: GetIntentTagsRequest): GetIntentTagsRequest.AsObject;
|
|
1420
|
+
static serializeBinaryToWriter(message: GetIntentTagsRequest, writer: jspb.BinaryWriter): void;
|
|
1421
|
+
static deserializeBinary(bytes: Uint8Array): GetIntentTagsRequest;
|
|
1422
|
+
static deserializeBinaryFromReader(message: GetIntentTagsRequest, reader: jspb.BinaryReader): GetIntentTagsRequest;
|
|
1404
1423
|
}
|
|
1405
1424
|
|
|
1406
1425
|
export namespace GetIntentTagsRequest {
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1426
|
+
export type AsObject = {
|
|
1427
|
+
intentName: string,
|
|
1428
|
+
}
|
|
1410
1429
|
}
|
|
1411
1430
|
|
|
1412
1431
|
export class GetIntentTagsResponse extends jspb.Message {
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1432
|
+
getIntentTagsList(): Array<string>;
|
|
1433
|
+
setIntentTagsList(value: Array<string>): GetIntentTagsResponse;
|
|
1434
|
+
clearIntentTagsList(): GetIntentTagsResponse;
|
|
1435
|
+
addIntentTags(value: string, index?: number): GetIntentTagsResponse;
|
|
1417
1436
|
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1437
|
+
serializeBinary(): Uint8Array;
|
|
1438
|
+
toObject(includeInstance?: boolean): GetIntentTagsResponse.AsObject;
|
|
1439
|
+
static toObject(includeInstance: boolean, msg: GetIntentTagsResponse): GetIntentTagsResponse.AsObject;
|
|
1440
|
+
static serializeBinaryToWriter(message: GetIntentTagsResponse, writer: jspb.BinaryWriter): void;
|
|
1441
|
+
static deserializeBinary(bytes: Uint8Array): GetIntentTagsResponse;
|
|
1442
|
+
static deserializeBinaryFromReader(message: GetIntentTagsResponse, reader: jspb.BinaryReader): GetIntentTagsResponse;
|
|
1424
1443
|
}
|
|
1425
1444
|
|
|
1426
1445
|
export namespace GetIntentTagsResponse {
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1446
|
+
export type AsObject = {
|
|
1447
|
+
intentTagsList: Array<string>,
|
|
1448
|
+
}
|
|
1430
1449
|
}
|
|
1431
1450
|
|
|
1432
1451
|
export class GetAllIntentTagsRequest extends jspb.Message {
|
|
1433
|
-
|
|
1434
|
-
|
|
1452
|
+
getParent(): string;
|
|
1453
|
+
setParent(value: string): GetAllIntentTagsRequest;
|
|
1435
1454
|
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
message: GetAllIntentTagsRequest,
|
|
1443
|
-
reader: jspb.BinaryReader
|
|
1444
|
-
): GetAllIntentTagsRequest;
|
|
1455
|
+
serializeBinary(): Uint8Array;
|
|
1456
|
+
toObject(includeInstance?: boolean): GetAllIntentTagsRequest.AsObject;
|
|
1457
|
+
static toObject(includeInstance: boolean, msg: GetAllIntentTagsRequest): GetAllIntentTagsRequest.AsObject;
|
|
1458
|
+
static serializeBinaryToWriter(message: GetAllIntentTagsRequest, writer: jspb.BinaryWriter): void;
|
|
1459
|
+
static deserializeBinary(bytes: Uint8Array): GetAllIntentTagsRequest;
|
|
1460
|
+
static deserializeBinaryFromReader(message: GetAllIntentTagsRequest, reader: jspb.BinaryReader): GetAllIntentTagsRequest;
|
|
1445
1461
|
}
|
|
1446
1462
|
|
|
1447
1463
|
export namespace GetAllIntentTagsRequest {
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1464
|
+
export type AsObject = {
|
|
1465
|
+
parent: string,
|
|
1466
|
+
}
|
|
1451
1467
|
}
|
|
1452
1468
|
|
|
1453
1469
|
export class BatchUpdateTrainingPhrasesRequest extends jspb.Message {
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
static serializeBinaryToWriter(message: BatchUpdateTrainingPhrasesRequest, writer: jspb.BinaryWriter): void;
|
|
1466
|
-
static deserializeBinary(bytes: Uint8Array): BatchUpdateTrainingPhrasesRequest;
|
|
1467
|
-
static deserializeBinaryFromReader(
|
|
1468
|
-
message: BatchUpdateTrainingPhrasesRequest,
|
|
1469
|
-
reader: jspb.BinaryReader
|
|
1470
|
-
): BatchUpdateTrainingPhrasesRequest;
|
|
1470
|
+
getTrainingPhrasesList(): Array<Intent.TrainingPhrase>;
|
|
1471
|
+
setTrainingPhrasesList(value: Array<Intent.TrainingPhrase>): BatchUpdateTrainingPhrasesRequest;
|
|
1472
|
+
clearTrainingPhrasesList(): BatchUpdateTrainingPhrasesRequest;
|
|
1473
|
+
addTrainingPhrases(value?: Intent.TrainingPhrase, index?: number): Intent.TrainingPhrase;
|
|
1474
|
+
|
|
1475
|
+
serializeBinary(): Uint8Array;
|
|
1476
|
+
toObject(includeInstance?: boolean): BatchUpdateTrainingPhrasesRequest.AsObject;
|
|
1477
|
+
static toObject(includeInstance: boolean, msg: BatchUpdateTrainingPhrasesRequest): BatchUpdateTrainingPhrasesRequest.AsObject;
|
|
1478
|
+
static serializeBinaryToWriter(message: BatchUpdateTrainingPhrasesRequest, writer: jspb.BinaryWriter): void;
|
|
1479
|
+
static deserializeBinary(bytes: Uint8Array): BatchUpdateTrainingPhrasesRequest;
|
|
1480
|
+
static deserializeBinaryFromReader(message: BatchUpdateTrainingPhrasesRequest, reader: jspb.BinaryReader): BatchUpdateTrainingPhrasesRequest;
|
|
1471
1481
|
}
|
|
1472
1482
|
|
|
1473
1483
|
export namespace BatchUpdateTrainingPhrasesRequest {
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1484
|
+
export type AsObject = {
|
|
1485
|
+
trainingPhrasesList: Array<Intent.TrainingPhrase.AsObject>,
|
|
1486
|
+
}
|
|
1477
1487
|
}
|
|
1478
1488
|
|
|
1479
1489
|
export class TrainingPhraseStatus extends jspb.Message {
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1490
|
+
getTrainingPhrase(): Intent.TrainingPhrase | undefined;
|
|
1491
|
+
setTrainingPhrase(value?: Intent.TrainingPhrase): TrainingPhraseStatus;
|
|
1492
|
+
hasTrainingPhrase(): boolean;
|
|
1493
|
+
clearTrainingPhrase(): TrainingPhraseStatus;
|
|
1484
1494
|
|
|
1485
|
-
|
|
1486
|
-
|
|
1495
|
+
getErrorMessage(): string;
|
|
1496
|
+
setErrorMessage(value: string): TrainingPhraseStatus;
|
|
1487
1497
|
|
|
1488
|
-
|
|
1498
|
+
getPhraseOrStatusCase(): TrainingPhraseStatus.PhraseOrStatusCase;
|
|
1489
1499
|
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1500
|
+
serializeBinary(): Uint8Array;
|
|
1501
|
+
toObject(includeInstance?: boolean): TrainingPhraseStatus.AsObject;
|
|
1502
|
+
static toObject(includeInstance: boolean, msg: TrainingPhraseStatus): TrainingPhraseStatus.AsObject;
|
|
1503
|
+
static serializeBinaryToWriter(message: TrainingPhraseStatus, writer: jspb.BinaryWriter): void;
|
|
1504
|
+
static deserializeBinary(bytes: Uint8Array): TrainingPhraseStatus;
|
|
1505
|
+
static deserializeBinaryFromReader(message: TrainingPhraseStatus, reader: jspb.BinaryReader): TrainingPhraseStatus;
|
|
1496
1506
|
}
|
|
1497
1507
|
|
|
1498
1508
|
export namespace TrainingPhraseStatus {
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1509
|
+
export type AsObject = {
|
|
1510
|
+
trainingPhrase?: Intent.TrainingPhrase.AsObject,
|
|
1511
|
+
errorMessage: string,
|
|
1512
|
+
}
|
|
1503
1513
|
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1514
|
+
export enum PhraseOrStatusCase {
|
|
1515
|
+
PHRASE_OR_STATUS_NOT_SET = 0,
|
|
1516
|
+
TRAINING_PHRASE = 1,
|
|
1517
|
+
ERROR_MESSAGE = 2,
|
|
1518
|
+
}
|
|
1509
1519
|
}
|
|
1510
1520
|
|
|
1511
1521
|
export class BatchTrainingPhrasesStatusResponse extends jspb.Message {
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
static serializeBinaryToWriter(message: BatchTrainingPhrasesStatusResponse, writer: jspb.BinaryWriter): void;
|
|
1527
|
-
static deserializeBinary(bytes: Uint8Array): BatchTrainingPhrasesStatusResponse;
|
|
1528
|
-
static deserializeBinaryFromReader(
|
|
1529
|
-
message: BatchTrainingPhrasesStatusResponse,
|
|
1530
|
-
reader: jspb.BinaryReader
|
|
1531
|
-
): BatchTrainingPhrasesStatusResponse;
|
|
1522
|
+
getTrainingPhraseStatusesList(): Array<TrainingPhraseStatus>;
|
|
1523
|
+
setTrainingPhraseStatusesList(value: Array<TrainingPhraseStatus>): BatchTrainingPhrasesStatusResponse;
|
|
1524
|
+
clearTrainingPhraseStatusesList(): BatchTrainingPhrasesStatusResponse;
|
|
1525
|
+
addTrainingPhraseStatuses(value?: TrainingPhraseStatus, index?: number): TrainingPhraseStatus;
|
|
1526
|
+
|
|
1527
|
+
getHasErrors(): boolean;
|
|
1528
|
+
setHasErrors(value: boolean): BatchTrainingPhrasesStatusResponse;
|
|
1529
|
+
|
|
1530
|
+
serializeBinary(): Uint8Array;
|
|
1531
|
+
toObject(includeInstance?: boolean): BatchTrainingPhrasesStatusResponse.AsObject;
|
|
1532
|
+
static toObject(includeInstance: boolean, msg: BatchTrainingPhrasesStatusResponse): BatchTrainingPhrasesStatusResponse.AsObject;
|
|
1533
|
+
static serializeBinaryToWriter(message: BatchTrainingPhrasesStatusResponse, writer: jspb.BinaryWriter): void;
|
|
1534
|
+
static deserializeBinary(bytes: Uint8Array): BatchTrainingPhrasesStatusResponse;
|
|
1535
|
+
static deserializeBinaryFromReader(message: BatchTrainingPhrasesStatusResponse, reader: jspb.BinaryReader): BatchTrainingPhrasesStatusResponse;
|
|
1532
1536
|
}
|
|
1533
1537
|
|
|
1534
1538
|
export namespace BatchTrainingPhrasesStatusResponse {
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
+
export type AsObject = {
|
|
1540
|
+
trainingPhraseStatusesList: Array<TrainingPhraseStatus.AsObject>,
|
|
1541
|
+
hasErrors: boolean,
|
|
1542
|
+
}
|
|
1539
1543
|
}
|
|
1540
1544
|
|
|
1541
1545
|
export class BatchCreateTrainingPhrasesRequest extends jspb.Message {
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
toObject(includeInstance?: boolean): BatchCreateTrainingPhrasesRequest.AsObject;
|
|
1554
|
-
static toObject(
|
|
1555
|
-
includeInstance: boolean,
|
|
1556
|
-
msg: BatchCreateTrainingPhrasesRequest
|
|
1557
|
-
): BatchCreateTrainingPhrasesRequest.AsObject;
|
|
1558
|
-
static serializeBinaryToWriter(message: BatchCreateTrainingPhrasesRequest, writer: jspb.BinaryWriter): void;
|
|
1559
|
-
static deserializeBinary(bytes: Uint8Array): BatchCreateTrainingPhrasesRequest;
|
|
1560
|
-
static deserializeBinaryFromReader(
|
|
1561
|
-
message: BatchCreateTrainingPhrasesRequest,
|
|
1562
|
-
reader: jspb.BinaryReader
|
|
1563
|
-
): BatchCreateTrainingPhrasesRequest;
|
|
1546
|
+
getTrainingPhraseRequestsList(): Array<BatchCreateTrainingPhrasesRequest.CreateTrainingPhraseRequest>;
|
|
1547
|
+
setTrainingPhraseRequestsList(value: Array<BatchCreateTrainingPhrasesRequest.CreateTrainingPhraseRequest>): BatchCreateTrainingPhrasesRequest;
|
|
1548
|
+
clearTrainingPhraseRequestsList(): BatchCreateTrainingPhrasesRequest;
|
|
1549
|
+
addTrainingPhraseRequests(value?: BatchCreateTrainingPhrasesRequest.CreateTrainingPhraseRequest, index?: number): BatchCreateTrainingPhrasesRequest.CreateTrainingPhraseRequest;
|
|
1550
|
+
|
|
1551
|
+
serializeBinary(): Uint8Array;
|
|
1552
|
+
toObject(includeInstance?: boolean): BatchCreateTrainingPhrasesRequest.AsObject;
|
|
1553
|
+
static toObject(includeInstance: boolean, msg: BatchCreateTrainingPhrasesRequest): BatchCreateTrainingPhrasesRequest.AsObject;
|
|
1554
|
+
static serializeBinaryToWriter(message: BatchCreateTrainingPhrasesRequest, writer: jspb.BinaryWriter): void;
|
|
1555
|
+
static deserializeBinary(bytes: Uint8Array): BatchCreateTrainingPhrasesRequest;
|
|
1556
|
+
static deserializeBinaryFromReader(message: BatchCreateTrainingPhrasesRequest, reader: jspb.BinaryReader): BatchCreateTrainingPhrasesRequest;
|
|
1564
1557
|
}
|
|
1565
1558
|
|
|
1566
1559
|
export namespace BatchCreateTrainingPhrasesRequest {
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
};
|
|
1596
|
-
}
|
|
1560
|
+
export type AsObject = {
|
|
1561
|
+
trainingPhraseRequestsList: Array<BatchCreateTrainingPhrasesRequest.CreateTrainingPhraseRequest.AsObject>,
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
export class CreateTrainingPhraseRequest extends jspb.Message {
|
|
1565
|
+
getIntentName(): string;
|
|
1566
|
+
setIntentName(value: string): CreateTrainingPhraseRequest;
|
|
1567
|
+
|
|
1568
|
+
getTrainingPhrase(): Intent.TrainingPhrase | undefined;
|
|
1569
|
+
setTrainingPhrase(value?: Intent.TrainingPhrase): CreateTrainingPhraseRequest;
|
|
1570
|
+
hasTrainingPhrase(): boolean;
|
|
1571
|
+
clearTrainingPhrase(): CreateTrainingPhraseRequest;
|
|
1572
|
+
|
|
1573
|
+
serializeBinary(): Uint8Array;
|
|
1574
|
+
toObject(includeInstance?: boolean): CreateTrainingPhraseRequest.AsObject;
|
|
1575
|
+
static toObject(includeInstance: boolean, msg: CreateTrainingPhraseRequest): CreateTrainingPhraseRequest.AsObject;
|
|
1576
|
+
static serializeBinaryToWriter(message: CreateTrainingPhraseRequest, writer: jspb.BinaryWriter): void;
|
|
1577
|
+
static deserializeBinary(bytes: Uint8Array): CreateTrainingPhraseRequest;
|
|
1578
|
+
static deserializeBinaryFromReader(message: CreateTrainingPhraseRequest, reader: jspb.BinaryReader): CreateTrainingPhraseRequest;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
export namespace CreateTrainingPhraseRequest {
|
|
1582
|
+
export type AsObject = {
|
|
1583
|
+
intentName: string,
|
|
1584
|
+
trainingPhrase?: Intent.TrainingPhrase.AsObject,
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1597
1588
|
}
|
|
1598
1589
|
|
|
1599
1590
|
export class BatchGetTrainingPhrasesRequest extends jspb.Message {
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
static serializeBinaryToWriter(message: BatchGetTrainingPhrasesRequest, writer: jspb.BinaryWriter): void;
|
|
1612
|
-
static deserializeBinary(bytes: Uint8Array): BatchGetTrainingPhrasesRequest;
|
|
1613
|
-
static deserializeBinaryFromReader(
|
|
1614
|
-
message: BatchGetTrainingPhrasesRequest,
|
|
1615
|
-
reader: jspb.BinaryReader
|
|
1616
|
-
): BatchGetTrainingPhrasesRequest;
|
|
1591
|
+
getNamesList(): Array<string>;
|
|
1592
|
+
setNamesList(value: Array<string>): BatchGetTrainingPhrasesRequest;
|
|
1593
|
+
clearNamesList(): BatchGetTrainingPhrasesRequest;
|
|
1594
|
+
addNames(value: string, index?: number): BatchGetTrainingPhrasesRequest;
|
|
1595
|
+
|
|
1596
|
+
serializeBinary(): Uint8Array;
|
|
1597
|
+
toObject(includeInstance?: boolean): BatchGetTrainingPhrasesRequest.AsObject;
|
|
1598
|
+
static toObject(includeInstance: boolean, msg: BatchGetTrainingPhrasesRequest): BatchGetTrainingPhrasesRequest.AsObject;
|
|
1599
|
+
static serializeBinaryToWriter(message: BatchGetTrainingPhrasesRequest, writer: jspb.BinaryWriter): void;
|
|
1600
|
+
static deserializeBinary(bytes: Uint8Array): BatchGetTrainingPhrasesRequest;
|
|
1601
|
+
static deserializeBinaryFromReader(message: BatchGetTrainingPhrasesRequest, reader: jspb.BinaryReader): BatchGetTrainingPhrasesRequest;
|
|
1617
1602
|
}
|
|
1618
1603
|
|
|
1619
1604
|
export namespace BatchGetTrainingPhrasesRequest {
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1605
|
+
export type AsObject = {
|
|
1606
|
+
namesList: Array<string>,
|
|
1607
|
+
}
|
|
1623
1608
|
}
|
|
1624
1609
|
|
|
1625
1610
|
export class BatchDeleteTrainingPhrasesRequest extends jspb.Message {
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
static serializeBinaryToWriter(message: BatchDeleteTrainingPhrasesRequest, writer: jspb.BinaryWriter): void;
|
|
1638
|
-
static deserializeBinary(bytes: Uint8Array): BatchDeleteTrainingPhrasesRequest;
|
|
1639
|
-
static deserializeBinaryFromReader(
|
|
1640
|
-
message: BatchDeleteTrainingPhrasesRequest,
|
|
1641
|
-
reader: jspb.BinaryReader
|
|
1642
|
-
): BatchDeleteTrainingPhrasesRequest;
|
|
1611
|
+
getNamesList(): Array<string>;
|
|
1612
|
+
setNamesList(value: Array<string>): BatchDeleteTrainingPhrasesRequest;
|
|
1613
|
+
clearNamesList(): BatchDeleteTrainingPhrasesRequest;
|
|
1614
|
+
addNames(value: string, index?: number): BatchDeleteTrainingPhrasesRequest;
|
|
1615
|
+
|
|
1616
|
+
serializeBinary(): Uint8Array;
|
|
1617
|
+
toObject(includeInstance?: boolean): BatchDeleteTrainingPhrasesRequest.AsObject;
|
|
1618
|
+
static toObject(includeInstance: boolean, msg: BatchDeleteTrainingPhrasesRequest): BatchDeleteTrainingPhrasesRequest.AsObject;
|
|
1619
|
+
static serializeBinaryToWriter(message: BatchDeleteTrainingPhrasesRequest, writer: jspb.BinaryWriter): void;
|
|
1620
|
+
static deserializeBinary(bytes: Uint8Array): BatchDeleteTrainingPhrasesRequest;
|
|
1621
|
+
static deserializeBinaryFromReader(message: BatchDeleteTrainingPhrasesRequest, reader: jspb.BinaryReader): BatchDeleteTrainingPhrasesRequest;
|
|
1643
1622
|
}
|
|
1644
1623
|
|
|
1645
1624
|
export namespace BatchDeleteTrainingPhrasesRequest {
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1625
|
+
export type AsObject = {
|
|
1626
|
+
namesList: Array<string>,
|
|
1627
|
+
}
|
|
1649
1628
|
}
|
|
1650
1629
|
|
|
1651
1630
|
export class BatchDeleteTrainingPhrasesResponse extends jspb.Message {
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
toObject(includeInstance?: boolean): BatchDeleteTrainingPhrasesResponse.AsObject;
|
|
1667
|
-
static toObject(
|
|
1668
|
-
includeInstance: boolean,
|
|
1669
|
-
msg: BatchDeleteTrainingPhrasesResponse
|
|
1670
|
-
): BatchDeleteTrainingPhrasesResponse.AsObject;
|
|
1671
|
-
static serializeBinaryToWriter(message: BatchDeleteTrainingPhrasesResponse, writer: jspb.BinaryWriter): void;
|
|
1672
|
-
static deserializeBinary(bytes: Uint8Array): BatchDeleteTrainingPhrasesResponse;
|
|
1673
|
-
static deserializeBinaryFromReader(
|
|
1674
|
-
message: BatchDeleteTrainingPhrasesResponse,
|
|
1675
|
-
reader: jspb.BinaryReader
|
|
1676
|
-
): BatchDeleteTrainingPhrasesResponse;
|
|
1631
|
+
getDeleteStatusesList(): Array<BatchDeleteTrainingPhrasesResponse.DeleteTrainingPhraseStatus>;
|
|
1632
|
+
setDeleteStatusesList(value: Array<BatchDeleteTrainingPhrasesResponse.DeleteTrainingPhraseStatus>): BatchDeleteTrainingPhrasesResponse;
|
|
1633
|
+
clearDeleteStatusesList(): BatchDeleteTrainingPhrasesResponse;
|
|
1634
|
+
addDeleteStatuses(value?: BatchDeleteTrainingPhrasesResponse.DeleteTrainingPhraseStatus, index?: number): BatchDeleteTrainingPhrasesResponse.DeleteTrainingPhraseStatus;
|
|
1635
|
+
|
|
1636
|
+
getHasErrors(): boolean;
|
|
1637
|
+
setHasErrors(value: boolean): BatchDeleteTrainingPhrasesResponse;
|
|
1638
|
+
|
|
1639
|
+
serializeBinary(): Uint8Array;
|
|
1640
|
+
toObject(includeInstance?: boolean): BatchDeleteTrainingPhrasesResponse.AsObject;
|
|
1641
|
+
static toObject(includeInstance: boolean, msg: BatchDeleteTrainingPhrasesResponse): BatchDeleteTrainingPhrasesResponse.AsObject;
|
|
1642
|
+
static serializeBinaryToWriter(message: BatchDeleteTrainingPhrasesResponse, writer: jspb.BinaryWriter): void;
|
|
1643
|
+
static deserializeBinary(bytes: Uint8Array): BatchDeleteTrainingPhrasesResponse;
|
|
1644
|
+
static deserializeBinaryFromReader(message: BatchDeleteTrainingPhrasesResponse, reader: jspb.BinaryReader): BatchDeleteTrainingPhrasesResponse;
|
|
1677
1645
|
}
|
|
1678
1646
|
|
|
1679
1647
|
export namespace BatchDeleteTrainingPhrasesResponse {
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
}
|
|
1718
|
-
}
|
|
1648
|
+
export type AsObject = {
|
|
1649
|
+
deleteStatusesList: Array<BatchDeleteTrainingPhrasesResponse.DeleteTrainingPhraseStatus.AsObject>,
|
|
1650
|
+
hasErrors: boolean,
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
export class DeleteTrainingPhraseStatus extends jspb.Message {
|
|
1654
|
+
getSuccessfullyDeleted(): google_protobuf_empty_pb.Empty | undefined;
|
|
1655
|
+
setSuccessfullyDeleted(value?: google_protobuf_empty_pb.Empty): DeleteTrainingPhraseStatus;
|
|
1656
|
+
hasSuccessfullyDeleted(): boolean;
|
|
1657
|
+
clearSuccessfullyDeleted(): DeleteTrainingPhraseStatus;
|
|
1658
|
+
|
|
1659
|
+
getErrorMessage(): string;
|
|
1660
|
+
setErrorMessage(value: string): DeleteTrainingPhraseStatus;
|
|
1661
|
+
|
|
1662
|
+
getDeleteStatusCase(): DeleteTrainingPhraseStatus.DeleteStatusCase;
|
|
1663
|
+
|
|
1664
|
+
serializeBinary(): Uint8Array;
|
|
1665
|
+
toObject(includeInstance?: boolean): DeleteTrainingPhraseStatus.AsObject;
|
|
1666
|
+
static toObject(includeInstance: boolean, msg: DeleteTrainingPhraseStatus): DeleteTrainingPhraseStatus.AsObject;
|
|
1667
|
+
static serializeBinaryToWriter(message: DeleteTrainingPhraseStatus, writer: jspb.BinaryWriter): void;
|
|
1668
|
+
static deserializeBinary(bytes: Uint8Array): DeleteTrainingPhraseStatus;
|
|
1669
|
+
static deserializeBinaryFromReader(message: DeleteTrainingPhraseStatus, reader: jspb.BinaryReader): DeleteTrainingPhraseStatus;
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
export namespace DeleteTrainingPhraseStatus {
|
|
1673
|
+
export type AsObject = {
|
|
1674
|
+
successfullyDeleted?: google_protobuf_empty_pb.Empty.AsObject,
|
|
1675
|
+
errorMessage: string,
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
export enum DeleteStatusCase {
|
|
1679
|
+
DELETE_STATUS_NOT_SET = 0,
|
|
1680
|
+
SUCCESSFULLY_DELETED = 1,
|
|
1681
|
+
ERROR_MESSAGE = 2,
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1719
1685
|
}
|
|
1720
1686
|
|
|
1721
1687
|
export class ListTrainingPhrasesRequest extends jspb.Message {
|
|
1722
|
-
|
|
1723
|
-
|
|
1688
|
+
getIntentName(): string;
|
|
1689
|
+
setIntentName(value: string): ListTrainingPhrasesRequest;
|
|
1724
1690
|
|
|
1725
|
-
|
|
1726
|
-
|
|
1691
|
+
getLanguageCode(): string;
|
|
1692
|
+
setLanguageCode(value: string): ListTrainingPhrasesRequest;
|
|
1727
1693
|
|
|
1728
|
-
|
|
1729
|
-
|
|
1694
|
+
getPageToken(): string;
|
|
1695
|
+
setPageToken(value: string): ListTrainingPhrasesRequest;
|
|
1730
1696
|
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
message: ListTrainingPhrasesRequest,
|
|
1738
|
-
reader: jspb.BinaryReader
|
|
1739
|
-
): ListTrainingPhrasesRequest;
|
|
1697
|
+
serializeBinary(): Uint8Array;
|
|
1698
|
+
toObject(includeInstance?: boolean): ListTrainingPhrasesRequest.AsObject;
|
|
1699
|
+
static toObject(includeInstance: boolean, msg: ListTrainingPhrasesRequest): ListTrainingPhrasesRequest.AsObject;
|
|
1700
|
+
static serializeBinaryToWriter(message: ListTrainingPhrasesRequest, writer: jspb.BinaryWriter): void;
|
|
1701
|
+
static deserializeBinary(bytes: Uint8Array): ListTrainingPhrasesRequest;
|
|
1702
|
+
static deserializeBinaryFromReader(message: ListTrainingPhrasesRequest, reader: jspb.BinaryReader): ListTrainingPhrasesRequest;
|
|
1740
1703
|
}
|
|
1741
1704
|
|
|
1742
1705
|
export namespace ListTrainingPhrasesRequest {
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1706
|
+
export type AsObject = {
|
|
1707
|
+
intentName: string,
|
|
1708
|
+
languageCode: string,
|
|
1709
|
+
pageToken: string,
|
|
1710
|
+
}
|
|
1748
1711
|
}
|
|
1749
1712
|
|
|
1750
1713
|
export class ListTrainingPhrasesResponse extends jspb.Message {
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1714
|
+
getTrainingPhrasesList(): Array<Intent.TrainingPhrase>;
|
|
1715
|
+
setTrainingPhrasesList(value: Array<Intent.TrainingPhrase>): ListTrainingPhrasesResponse;
|
|
1716
|
+
clearTrainingPhrasesList(): ListTrainingPhrasesResponse;
|
|
1717
|
+
addTrainingPhrases(value?: Intent.TrainingPhrase, index?: number): Intent.TrainingPhrase;
|
|
1755
1718
|
|
|
1756
|
-
|
|
1757
|
-
|
|
1719
|
+
getNextPageToken(): string;
|
|
1720
|
+
setNextPageToken(value: string): ListTrainingPhrasesResponse;
|
|
1758
1721
|
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
message: ListTrainingPhrasesResponse,
|
|
1766
|
-
reader: jspb.BinaryReader
|
|
1767
|
-
): ListTrainingPhrasesResponse;
|
|
1722
|
+
serializeBinary(): Uint8Array;
|
|
1723
|
+
toObject(includeInstance?: boolean): ListTrainingPhrasesResponse.AsObject;
|
|
1724
|
+
static toObject(includeInstance: boolean, msg: ListTrainingPhrasesResponse): ListTrainingPhrasesResponse.AsObject;
|
|
1725
|
+
static serializeBinaryToWriter(message: ListTrainingPhrasesResponse, writer: jspb.BinaryWriter): void;
|
|
1726
|
+
static deserializeBinary(bytes: Uint8Array): ListTrainingPhrasesResponse;
|
|
1727
|
+
static deserializeBinaryFromReader(message: ListTrainingPhrasesResponse, reader: jspb.BinaryReader): ListTrainingPhrasesResponse;
|
|
1768
1728
|
}
|
|
1769
1729
|
|
|
1770
1730
|
export namespace ListTrainingPhrasesResponse {
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1731
|
+
export type AsObject = {
|
|
1732
|
+
trainingPhrasesList: Array<Intent.TrainingPhrase.AsObject>,
|
|
1733
|
+
nextPageToken: string,
|
|
1734
|
+
}
|
|
1775
1735
|
}
|
|
1776
1736
|
|
|
1777
1737
|
export class BatchResponseMessagesStatusResponse extends jspb.Message {
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
toObject(includeInstance?: boolean): BatchResponseMessagesStatusResponse.AsObject;
|
|
1793
|
-
static toObject(
|
|
1794
|
-
includeInstance: boolean,
|
|
1795
|
-
msg: BatchResponseMessagesStatusResponse
|
|
1796
|
-
): BatchResponseMessagesStatusResponse.AsObject;
|
|
1797
|
-
static serializeBinaryToWriter(message: BatchResponseMessagesStatusResponse, writer: jspb.BinaryWriter): void;
|
|
1798
|
-
static deserializeBinary(bytes: Uint8Array): BatchResponseMessagesStatusResponse;
|
|
1799
|
-
static deserializeBinaryFromReader(
|
|
1800
|
-
message: BatchResponseMessagesStatusResponse,
|
|
1801
|
-
reader: jspb.BinaryReader
|
|
1802
|
-
): BatchResponseMessagesStatusResponse;
|
|
1738
|
+
getResponseMessageStatusesList(): Array<BatchResponseMessagesStatusResponse.ResponseMessageStatus>;
|
|
1739
|
+
setResponseMessageStatusesList(value: Array<BatchResponseMessagesStatusResponse.ResponseMessageStatus>): BatchResponseMessagesStatusResponse;
|
|
1740
|
+
clearResponseMessageStatusesList(): BatchResponseMessagesStatusResponse;
|
|
1741
|
+
addResponseMessageStatuses(value?: BatchResponseMessagesStatusResponse.ResponseMessageStatus, index?: number): BatchResponseMessagesStatusResponse.ResponseMessageStatus;
|
|
1742
|
+
|
|
1743
|
+
getHasErrors(): boolean;
|
|
1744
|
+
setHasErrors(value: boolean): BatchResponseMessagesStatusResponse;
|
|
1745
|
+
|
|
1746
|
+
serializeBinary(): Uint8Array;
|
|
1747
|
+
toObject(includeInstance?: boolean): BatchResponseMessagesStatusResponse.AsObject;
|
|
1748
|
+
static toObject(includeInstance: boolean, msg: BatchResponseMessagesStatusResponse): BatchResponseMessagesStatusResponse.AsObject;
|
|
1749
|
+
static serializeBinaryToWriter(message: BatchResponseMessagesStatusResponse, writer: jspb.BinaryWriter): void;
|
|
1750
|
+
static deserializeBinary(bytes: Uint8Array): BatchResponseMessagesStatusResponse;
|
|
1751
|
+
static deserializeBinaryFromReader(message: BatchResponseMessagesStatusResponse, reader: jspb.BinaryReader): BatchResponseMessagesStatusResponse;
|
|
1803
1752
|
}
|
|
1804
1753
|
|
|
1805
1754
|
export namespace BatchResponseMessagesStatusResponse {
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
}
|
|
1844
|
-
}
|
|
1755
|
+
export type AsObject = {
|
|
1756
|
+
responseMessageStatusesList: Array<BatchResponseMessagesStatusResponse.ResponseMessageStatus.AsObject>,
|
|
1757
|
+
hasErrors: boolean,
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
export class ResponseMessageStatus extends jspb.Message {
|
|
1761
|
+
getResponseMessage(): Intent.Message | undefined;
|
|
1762
|
+
setResponseMessage(value?: Intent.Message): ResponseMessageStatus;
|
|
1763
|
+
hasResponseMessage(): boolean;
|
|
1764
|
+
clearResponseMessage(): ResponseMessageStatus;
|
|
1765
|
+
|
|
1766
|
+
getErrorMessage(): string;
|
|
1767
|
+
setErrorMessage(value: string): ResponseMessageStatus;
|
|
1768
|
+
|
|
1769
|
+
getPhraseOrStatusCase(): ResponseMessageStatus.PhraseOrStatusCase;
|
|
1770
|
+
|
|
1771
|
+
serializeBinary(): Uint8Array;
|
|
1772
|
+
toObject(includeInstance?: boolean): ResponseMessageStatus.AsObject;
|
|
1773
|
+
static toObject(includeInstance: boolean, msg: ResponseMessageStatus): ResponseMessageStatus.AsObject;
|
|
1774
|
+
static serializeBinaryToWriter(message: ResponseMessageStatus, writer: jspb.BinaryWriter): void;
|
|
1775
|
+
static deserializeBinary(bytes: Uint8Array): ResponseMessageStatus;
|
|
1776
|
+
static deserializeBinaryFromReader(message: ResponseMessageStatus, reader: jspb.BinaryReader): ResponseMessageStatus;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
export namespace ResponseMessageStatus {
|
|
1780
|
+
export type AsObject = {
|
|
1781
|
+
responseMessage?: Intent.Message.AsObject,
|
|
1782
|
+
errorMessage: string,
|
|
1783
|
+
}
|
|
1784
|
+
|
|
1785
|
+
export enum PhraseOrStatusCase {
|
|
1786
|
+
PHRASE_OR_STATUS_NOT_SET = 0,
|
|
1787
|
+
RESPONSE_MESSAGE = 1,
|
|
1788
|
+
ERROR_MESSAGE = 2,
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1845
1792
|
}
|
|
1846
1793
|
|
|
1847
1794
|
export class BatchCreateResponseMessagesRequest extends jspb.Message {
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
toObject(includeInstance?: boolean): BatchCreateResponseMessagesRequest.AsObject;
|
|
1860
|
-
static toObject(
|
|
1861
|
-
includeInstance: boolean,
|
|
1862
|
-
msg: BatchCreateResponseMessagesRequest
|
|
1863
|
-
): BatchCreateResponseMessagesRequest.AsObject;
|
|
1864
|
-
static serializeBinaryToWriter(message: BatchCreateResponseMessagesRequest, writer: jspb.BinaryWriter): void;
|
|
1865
|
-
static deserializeBinary(bytes: Uint8Array): BatchCreateResponseMessagesRequest;
|
|
1866
|
-
static deserializeBinaryFromReader(
|
|
1867
|
-
message: BatchCreateResponseMessagesRequest,
|
|
1868
|
-
reader: jspb.BinaryReader
|
|
1869
|
-
): BatchCreateResponseMessagesRequest;
|
|
1795
|
+
getResponseMessageRequestsList(): Array<BatchCreateResponseMessagesRequest.CreateResponseMessageRequest>;
|
|
1796
|
+
setResponseMessageRequestsList(value: Array<BatchCreateResponseMessagesRequest.CreateResponseMessageRequest>): BatchCreateResponseMessagesRequest;
|
|
1797
|
+
clearResponseMessageRequestsList(): BatchCreateResponseMessagesRequest;
|
|
1798
|
+
addResponseMessageRequests(value?: BatchCreateResponseMessagesRequest.CreateResponseMessageRequest, index?: number): BatchCreateResponseMessagesRequest.CreateResponseMessageRequest;
|
|
1799
|
+
|
|
1800
|
+
serializeBinary(): Uint8Array;
|
|
1801
|
+
toObject(includeInstance?: boolean): BatchCreateResponseMessagesRequest.AsObject;
|
|
1802
|
+
static toObject(includeInstance: boolean, msg: BatchCreateResponseMessagesRequest): BatchCreateResponseMessagesRequest.AsObject;
|
|
1803
|
+
static serializeBinaryToWriter(message: BatchCreateResponseMessagesRequest, writer: jspb.BinaryWriter): void;
|
|
1804
|
+
static deserializeBinary(bytes: Uint8Array): BatchCreateResponseMessagesRequest;
|
|
1805
|
+
static deserializeBinaryFromReader(message: BatchCreateResponseMessagesRequest, reader: jspb.BinaryReader): BatchCreateResponseMessagesRequest;
|
|
1870
1806
|
}
|
|
1871
1807
|
|
|
1872
1808
|
export namespace BatchCreateResponseMessagesRequest {
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
};
|
|
1902
|
-
}
|
|
1809
|
+
export type AsObject = {
|
|
1810
|
+
responseMessageRequestsList: Array<BatchCreateResponseMessagesRequest.CreateResponseMessageRequest.AsObject>,
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
export class CreateResponseMessageRequest extends jspb.Message {
|
|
1814
|
+
getIntentName(): string;
|
|
1815
|
+
setIntentName(value: string): CreateResponseMessageRequest;
|
|
1816
|
+
|
|
1817
|
+
getResponseMessage(): Intent.Message | undefined;
|
|
1818
|
+
setResponseMessage(value?: Intent.Message): CreateResponseMessageRequest;
|
|
1819
|
+
hasResponseMessage(): boolean;
|
|
1820
|
+
clearResponseMessage(): CreateResponseMessageRequest;
|
|
1821
|
+
|
|
1822
|
+
serializeBinary(): Uint8Array;
|
|
1823
|
+
toObject(includeInstance?: boolean): CreateResponseMessageRequest.AsObject;
|
|
1824
|
+
static toObject(includeInstance: boolean, msg: CreateResponseMessageRequest): CreateResponseMessageRequest.AsObject;
|
|
1825
|
+
static serializeBinaryToWriter(message: CreateResponseMessageRequest, writer: jspb.BinaryWriter): void;
|
|
1826
|
+
static deserializeBinary(bytes: Uint8Array): CreateResponseMessageRequest;
|
|
1827
|
+
static deserializeBinaryFromReader(message: CreateResponseMessageRequest, reader: jspb.BinaryReader): CreateResponseMessageRequest;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
export namespace CreateResponseMessageRequest {
|
|
1831
|
+
export type AsObject = {
|
|
1832
|
+
intentName: string,
|
|
1833
|
+
responseMessage?: Intent.Message.AsObject,
|
|
1834
|
+
}
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1903
1837
|
}
|
|
1904
1838
|
|
|
1905
1839
|
export class BatchUpdateResponseMessagesRequest extends jspb.Message {
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
static serializeBinaryToWriter(message: BatchUpdateResponseMessagesRequest, writer: jspb.BinaryWriter): void;
|
|
1918
|
-
static deserializeBinary(bytes: Uint8Array): BatchUpdateResponseMessagesRequest;
|
|
1919
|
-
static deserializeBinaryFromReader(
|
|
1920
|
-
message: BatchUpdateResponseMessagesRequest,
|
|
1921
|
-
reader: jspb.BinaryReader
|
|
1922
|
-
): BatchUpdateResponseMessagesRequest;
|
|
1840
|
+
getResponseMessagesList(): Array<Intent.Message>;
|
|
1841
|
+
setResponseMessagesList(value: Array<Intent.Message>): BatchUpdateResponseMessagesRequest;
|
|
1842
|
+
clearResponseMessagesList(): BatchUpdateResponseMessagesRequest;
|
|
1843
|
+
addResponseMessages(value?: Intent.Message, index?: number): Intent.Message;
|
|
1844
|
+
|
|
1845
|
+
serializeBinary(): Uint8Array;
|
|
1846
|
+
toObject(includeInstance?: boolean): BatchUpdateResponseMessagesRequest.AsObject;
|
|
1847
|
+
static toObject(includeInstance: boolean, msg: BatchUpdateResponseMessagesRequest): BatchUpdateResponseMessagesRequest.AsObject;
|
|
1848
|
+
static serializeBinaryToWriter(message: BatchUpdateResponseMessagesRequest, writer: jspb.BinaryWriter): void;
|
|
1849
|
+
static deserializeBinary(bytes: Uint8Array): BatchUpdateResponseMessagesRequest;
|
|
1850
|
+
static deserializeBinaryFromReader(message: BatchUpdateResponseMessagesRequest, reader: jspb.BinaryReader): BatchUpdateResponseMessagesRequest;
|
|
1923
1851
|
}
|
|
1924
1852
|
|
|
1925
1853
|
export namespace BatchUpdateResponseMessagesRequest {
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1854
|
+
export type AsObject = {
|
|
1855
|
+
responseMessagesList: Array<Intent.Message.AsObject>,
|
|
1856
|
+
}
|
|
1929
1857
|
}
|
|
1930
1858
|
|
|
1931
1859
|
export class BatchGetResponseMessagesRequest extends jspb.Message {
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
static serializeBinaryToWriter(message: BatchGetResponseMessagesRequest, writer: jspb.BinaryWriter): void;
|
|
1944
|
-
static deserializeBinary(bytes: Uint8Array): BatchGetResponseMessagesRequest;
|
|
1945
|
-
static deserializeBinaryFromReader(
|
|
1946
|
-
message: BatchGetResponseMessagesRequest,
|
|
1947
|
-
reader: jspb.BinaryReader
|
|
1948
|
-
): BatchGetResponseMessagesRequest;
|
|
1860
|
+
getNamesList(): Array<string>;
|
|
1861
|
+
setNamesList(value: Array<string>): BatchGetResponseMessagesRequest;
|
|
1862
|
+
clearNamesList(): BatchGetResponseMessagesRequest;
|
|
1863
|
+
addNames(value: string, index?: number): BatchGetResponseMessagesRequest;
|
|
1864
|
+
|
|
1865
|
+
serializeBinary(): Uint8Array;
|
|
1866
|
+
toObject(includeInstance?: boolean): BatchGetResponseMessagesRequest.AsObject;
|
|
1867
|
+
static toObject(includeInstance: boolean, msg: BatchGetResponseMessagesRequest): BatchGetResponseMessagesRequest.AsObject;
|
|
1868
|
+
static serializeBinaryToWriter(message: BatchGetResponseMessagesRequest, writer: jspb.BinaryWriter): void;
|
|
1869
|
+
static deserializeBinary(bytes: Uint8Array): BatchGetResponseMessagesRequest;
|
|
1870
|
+
static deserializeBinaryFromReader(message: BatchGetResponseMessagesRequest, reader: jspb.BinaryReader): BatchGetResponseMessagesRequest;
|
|
1949
1871
|
}
|
|
1950
1872
|
|
|
1951
1873
|
export namespace BatchGetResponseMessagesRequest {
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1874
|
+
export type AsObject = {
|
|
1875
|
+
namesList: Array<string>,
|
|
1876
|
+
}
|
|
1955
1877
|
}
|
|
1956
1878
|
|
|
1957
1879
|
export class BatchDeleteResponseMessagesRequest extends jspb.Message {
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
static serializeBinaryToWriter(message: BatchDeleteResponseMessagesRequest, writer: jspb.BinaryWriter): void;
|
|
1970
|
-
static deserializeBinary(bytes: Uint8Array): BatchDeleteResponseMessagesRequest;
|
|
1971
|
-
static deserializeBinaryFromReader(
|
|
1972
|
-
message: BatchDeleteResponseMessagesRequest,
|
|
1973
|
-
reader: jspb.BinaryReader
|
|
1974
|
-
): BatchDeleteResponseMessagesRequest;
|
|
1880
|
+
getNamesList(): Array<string>;
|
|
1881
|
+
setNamesList(value: Array<string>): BatchDeleteResponseMessagesRequest;
|
|
1882
|
+
clearNamesList(): BatchDeleteResponseMessagesRequest;
|
|
1883
|
+
addNames(value: string, index?: number): BatchDeleteResponseMessagesRequest;
|
|
1884
|
+
|
|
1885
|
+
serializeBinary(): Uint8Array;
|
|
1886
|
+
toObject(includeInstance?: boolean): BatchDeleteResponseMessagesRequest.AsObject;
|
|
1887
|
+
static toObject(includeInstance: boolean, msg: BatchDeleteResponseMessagesRequest): BatchDeleteResponseMessagesRequest.AsObject;
|
|
1888
|
+
static serializeBinaryToWriter(message: BatchDeleteResponseMessagesRequest, writer: jspb.BinaryWriter): void;
|
|
1889
|
+
static deserializeBinary(bytes: Uint8Array): BatchDeleteResponseMessagesRequest;
|
|
1890
|
+
static deserializeBinaryFromReader(message: BatchDeleteResponseMessagesRequest, reader: jspb.BinaryReader): BatchDeleteResponseMessagesRequest;
|
|
1975
1891
|
}
|
|
1976
1892
|
|
|
1977
1893
|
export namespace BatchDeleteResponseMessagesRequest {
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1894
|
+
export type AsObject = {
|
|
1895
|
+
namesList: Array<string>,
|
|
1896
|
+
}
|
|
1981
1897
|
}
|
|
1982
1898
|
|
|
1983
1899
|
export class BatchDeleteResponseMessagesResponse extends jspb.Message {
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
toObject(includeInstance?: boolean): BatchDeleteResponseMessagesResponse.AsObject;
|
|
1999
|
-
static toObject(
|
|
2000
|
-
includeInstance: boolean,
|
|
2001
|
-
msg: BatchDeleteResponseMessagesResponse
|
|
2002
|
-
): BatchDeleteResponseMessagesResponse.AsObject;
|
|
2003
|
-
static serializeBinaryToWriter(message: BatchDeleteResponseMessagesResponse, writer: jspb.BinaryWriter): void;
|
|
2004
|
-
static deserializeBinary(bytes: Uint8Array): BatchDeleteResponseMessagesResponse;
|
|
2005
|
-
static deserializeBinaryFromReader(
|
|
2006
|
-
message: BatchDeleteResponseMessagesResponse,
|
|
2007
|
-
reader: jspb.BinaryReader
|
|
2008
|
-
): BatchDeleteResponseMessagesResponse;
|
|
1900
|
+
getDeleteStatusesList(): Array<BatchDeleteResponseMessagesResponse.DeleteResponseMessageStatus>;
|
|
1901
|
+
setDeleteStatusesList(value: Array<BatchDeleteResponseMessagesResponse.DeleteResponseMessageStatus>): BatchDeleteResponseMessagesResponse;
|
|
1902
|
+
clearDeleteStatusesList(): BatchDeleteResponseMessagesResponse;
|
|
1903
|
+
addDeleteStatuses(value?: BatchDeleteResponseMessagesResponse.DeleteResponseMessageStatus, index?: number): BatchDeleteResponseMessagesResponse.DeleteResponseMessageStatus;
|
|
1904
|
+
|
|
1905
|
+
getHasErrors(): boolean;
|
|
1906
|
+
setHasErrors(value: boolean): BatchDeleteResponseMessagesResponse;
|
|
1907
|
+
|
|
1908
|
+
serializeBinary(): Uint8Array;
|
|
1909
|
+
toObject(includeInstance?: boolean): BatchDeleteResponseMessagesResponse.AsObject;
|
|
1910
|
+
static toObject(includeInstance: boolean, msg: BatchDeleteResponseMessagesResponse): BatchDeleteResponseMessagesResponse.AsObject;
|
|
1911
|
+
static serializeBinaryToWriter(message: BatchDeleteResponseMessagesResponse, writer: jspb.BinaryWriter): void;
|
|
1912
|
+
static deserializeBinary(bytes: Uint8Array): BatchDeleteResponseMessagesResponse;
|
|
1913
|
+
static deserializeBinaryFromReader(message: BatchDeleteResponseMessagesResponse, reader: jspb.BinaryReader): BatchDeleteResponseMessagesResponse;
|
|
2009
1914
|
}
|
|
2010
1915
|
|
|
2011
1916
|
export namespace BatchDeleteResponseMessagesResponse {
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
}
|
|
2050
|
-
}
|
|
1917
|
+
export type AsObject = {
|
|
1918
|
+
deleteStatusesList: Array<BatchDeleteResponseMessagesResponse.DeleteResponseMessageStatus.AsObject>,
|
|
1919
|
+
hasErrors: boolean,
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
export class DeleteResponseMessageStatus extends jspb.Message {
|
|
1923
|
+
getSuccessfullyDeleted(): google_protobuf_empty_pb.Empty | undefined;
|
|
1924
|
+
setSuccessfullyDeleted(value?: google_protobuf_empty_pb.Empty): DeleteResponseMessageStatus;
|
|
1925
|
+
hasSuccessfullyDeleted(): boolean;
|
|
1926
|
+
clearSuccessfullyDeleted(): DeleteResponseMessageStatus;
|
|
1927
|
+
|
|
1928
|
+
getErrorMessage(): string;
|
|
1929
|
+
setErrorMessage(value: string): DeleteResponseMessageStatus;
|
|
1930
|
+
|
|
1931
|
+
getDeleteStatusCase(): DeleteResponseMessageStatus.DeleteStatusCase;
|
|
1932
|
+
|
|
1933
|
+
serializeBinary(): Uint8Array;
|
|
1934
|
+
toObject(includeInstance?: boolean): DeleteResponseMessageStatus.AsObject;
|
|
1935
|
+
static toObject(includeInstance: boolean, msg: DeleteResponseMessageStatus): DeleteResponseMessageStatus.AsObject;
|
|
1936
|
+
static serializeBinaryToWriter(message: DeleteResponseMessageStatus, writer: jspb.BinaryWriter): void;
|
|
1937
|
+
static deserializeBinary(bytes: Uint8Array): DeleteResponseMessageStatus;
|
|
1938
|
+
static deserializeBinaryFromReader(message: DeleteResponseMessageStatus, reader: jspb.BinaryReader): DeleteResponseMessageStatus;
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
export namespace DeleteResponseMessageStatus {
|
|
1942
|
+
export type AsObject = {
|
|
1943
|
+
successfullyDeleted?: google_protobuf_empty_pb.Empty.AsObject,
|
|
1944
|
+
errorMessage: string,
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
export enum DeleteStatusCase {
|
|
1948
|
+
DELETE_STATUS_NOT_SET = 0,
|
|
1949
|
+
SUCCESSFULLY_DELETED = 1,
|
|
1950
|
+
ERROR_MESSAGE = 2,
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
|
|
2051
1954
|
}
|
|
2052
1955
|
|
|
2053
1956
|
export class ListResponseMessagesRequest extends jspb.Message {
|
|
2054
|
-
|
|
2055
|
-
|
|
1957
|
+
getIntentName(): string;
|
|
1958
|
+
setIntentName(value: string): ListResponseMessagesRequest;
|
|
2056
1959
|
|
|
2057
|
-
|
|
2058
|
-
|
|
1960
|
+
getLanguageCode(): string;
|
|
1961
|
+
setLanguageCode(value: string): ListResponseMessagesRequest;
|
|
2059
1962
|
|
|
2060
|
-
|
|
2061
|
-
|
|
1963
|
+
getPageToken(): string;
|
|
1964
|
+
setPageToken(value: string): ListResponseMessagesRequest;
|
|
2062
1965
|
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
message: ListResponseMessagesRequest,
|
|
2070
|
-
reader: jspb.BinaryReader
|
|
2071
|
-
): ListResponseMessagesRequest;
|
|
1966
|
+
serializeBinary(): Uint8Array;
|
|
1967
|
+
toObject(includeInstance?: boolean): ListResponseMessagesRequest.AsObject;
|
|
1968
|
+
static toObject(includeInstance: boolean, msg: ListResponseMessagesRequest): ListResponseMessagesRequest.AsObject;
|
|
1969
|
+
static serializeBinaryToWriter(message: ListResponseMessagesRequest, writer: jspb.BinaryWriter): void;
|
|
1970
|
+
static deserializeBinary(bytes: Uint8Array): ListResponseMessagesRequest;
|
|
1971
|
+
static deserializeBinaryFromReader(message: ListResponseMessagesRequest, reader: jspb.BinaryReader): ListResponseMessagesRequest;
|
|
2072
1972
|
}
|
|
2073
1973
|
|
|
2074
1974
|
export namespace ListResponseMessagesRequest {
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
1975
|
+
export type AsObject = {
|
|
1976
|
+
intentName: string,
|
|
1977
|
+
languageCode: string,
|
|
1978
|
+
pageToken: string,
|
|
1979
|
+
}
|
|
2080
1980
|
}
|
|
2081
1981
|
|
|
2082
1982
|
export class ListResponseMessagesResponse extends jspb.Message {
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
1983
|
+
getResponseMessagesList(): Array<Intent.Message>;
|
|
1984
|
+
setResponseMessagesList(value: Array<Intent.Message>): ListResponseMessagesResponse;
|
|
1985
|
+
clearResponseMessagesList(): ListResponseMessagesResponse;
|
|
1986
|
+
addResponseMessages(value?: Intent.Message, index?: number): Intent.Message;
|
|
2087
1987
|
|
|
2088
|
-
|
|
2089
|
-
|
|
1988
|
+
getNextPageToken(): string;
|
|
1989
|
+
setNextPageToken(value: string): ListResponseMessagesResponse;
|
|
2090
1990
|
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
message: ListResponseMessagesResponse,
|
|
2098
|
-
reader: jspb.BinaryReader
|
|
2099
|
-
): ListResponseMessagesResponse;
|
|
1991
|
+
serializeBinary(): Uint8Array;
|
|
1992
|
+
toObject(includeInstance?: boolean): ListResponseMessagesResponse.AsObject;
|
|
1993
|
+
static toObject(includeInstance: boolean, msg: ListResponseMessagesResponse): ListResponseMessagesResponse.AsObject;
|
|
1994
|
+
static serializeBinaryToWriter(message: ListResponseMessagesResponse, writer: jspb.BinaryWriter): void;
|
|
1995
|
+
static deserializeBinary(bytes: Uint8Array): ListResponseMessagesResponse;
|
|
1996
|
+
static deserializeBinaryFromReader(message: ListResponseMessagesResponse, reader: jspb.BinaryReader): ListResponseMessagesResponse;
|
|
2100
1997
|
}
|
|
2101
1998
|
|
|
2102
1999
|
export namespace ListResponseMessagesResponse {
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2000
|
+
export type AsObject = {
|
|
2001
|
+
responseMessagesList: Array<Intent.Message.AsObject>,
|
|
2002
|
+
nextPageToken: string,
|
|
2003
|
+
}
|
|
2107
2004
|
}
|
|
2108
2005
|
|
|
2109
2006
|
export class BatchParametersStatusResponse extends jspb.Message {
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
static serializeBinaryToWriter(message: BatchParametersStatusResponse, writer: jspb.BinaryWriter): void;
|
|
2125
|
-
static deserializeBinary(bytes: Uint8Array): BatchParametersStatusResponse;
|
|
2126
|
-
static deserializeBinaryFromReader(
|
|
2127
|
-
message: BatchParametersStatusResponse,
|
|
2128
|
-
reader: jspb.BinaryReader
|
|
2129
|
-
): BatchParametersStatusResponse;
|
|
2007
|
+
getParameterStatusesList(): Array<BatchParametersStatusResponse.ParameterStatus>;
|
|
2008
|
+
setParameterStatusesList(value: Array<BatchParametersStatusResponse.ParameterStatus>): BatchParametersStatusResponse;
|
|
2009
|
+
clearParameterStatusesList(): BatchParametersStatusResponse;
|
|
2010
|
+
addParameterStatuses(value?: BatchParametersStatusResponse.ParameterStatus, index?: number): BatchParametersStatusResponse.ParameterStatus;
|
|
2011
|
+
|
|
2012
|
+
getHasErrors(): boolean;
|
|
2013
|
+
setHasErrors(value: boolean): BatchParametersStatusResponse;
|
|
2014
|
+
|
|
2015
|
+
serializeBinary(): Uint8Array;
|
|
2016
|
+
toObject(includeInstance?: boolean): BatchParametersStatusResponse.AsObject;
|
|
2017
|
+
static toObject(includeInstance: boolean, msg: BatchParametersStatusResponse): BatchParametersStatusResponse.AsObject;
|
|
2018
|
+
static serializeBinaryToWriter(message: BatchParametersStatusResponse, writer: jspb.BinaryWriter): void;
|
|
2019
|
+
static deserializeBinary(bytes: Uint8Array): BatchParametersStatusResponse;
|
|
2020
|
+
static deserializeBinaryFromReader(message: BatchParametersStatusResponse, reader: jspb.BinaryReader): BatchParametersStatusResponse;
|
|
2130
2021
|
}
|
|
2131
2022
|
|
|
2132
2023
|
export namespace BatchParametersStatusResponse {
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2024
|
+
export type AsObject = {
|
|
2025
|
+
parameterStatusesList: Array<BatchParametersStatusResponse.ParameterStatus.AsObject>,
|
|
2026
|
+
hasErrors: boolean,
|
|
2027
|
+
}
|
|
2028
|
+
|
|
2029
|
+
export class ParameterStatus extends jspb.Message {
|
|
2030
|
+
getParameter(): Intent.Parameter | undefined;
|
|
2031
|
+
setParameter(value?: Intent.Parameter): ParameterStatus;
|
|
2032
|
+
hasParameter(): boolean;
|
|
2033
|
+
clearParameter(): ParameterStatus;
|
|
2034
|
+
|
|
2035
|
+
getErrorMessage(): string;
|
|
2036
|
+
setErrorMessage(value: string): ParameterStatus;
|
|
2037
|
+
|
|
2038
|
+
getPhraseOrStatusCase(): ParameterStatus.PhraseOrStatusCase;
|
|
2039
|
+
|
|
2040
|
+
serializeBinary(): Uint8Array;
|
|
2041
|
+
toObject(includeInstance?: boolean): ParameterStatus.AsObject;
|
|
2042
|
+
static toObject(includeInstance: boolean, msg: ParameterStatus): ParameterStatus.AsObject;
|
|
2043
|
+
static serializeBinaryToWriter(message: ParameterStatus, writer: jspb.BinaryWriter): void;
|
|
2044
|
+
static deserializeBinary(bytes: Uint8Array): ParameterStatus;
|
|
2045
|
+
static deserializeBinaryFromReader(message: ParameterStatus, reader: jspb.BinaryReader): ParameterStatus;
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
export namespace ParameterStatus {
|
|
2049
|
+
export type AsObject = {
|
|
2050
|
+
parameter?: Intent.Parameter.AsObject,
|
|
2051
|
+
errorMessage: string,
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
export enum PhraseOrStatusCase {
|
|
2055
|
+
PHRASE_OR_STATUS_NOT_SET = 0,
|
|
2056
|
+
PARAMETER = 1,
|
|
2057
|
+
ERROR_MESSAGE = 2,
|
|
2058
|
+
}
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2169
2061
|
}
|
|
2170
2062
|
|
|
2171
2063
|
export class BatchCreateParametersRequest extends jspb.Message {
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
toObject(includeInstance?: boolean): BatchCreateParametersRequest.AsObject;
|
|
2184
|
-
static toObject(includeInstance: boolean, msg: BatchCreateParametersRequest): BatchCreateParametersRequest.AsObject;
|
|
2185
|
-
static serializeBinaryToWriter(message: BatchCreateParametersRequest, writer: jspb.BinaryWriter): void;
|
|
2186
|
-
static deserializeBinary(bytes: Uint8Array): BatchCreateParametersRequest;
|
|
2187
|
-
static deserializeBinaryFromReader(
|
|
2188
|
-
message: BatchCreateParametersRequest,
|
|
2189
|
-
reader: jspb.BinaryReader
|
|
2190
|
-
): BatchCreateParametersRequest;
|
|
2064
|
+
getParameterRequestsList(): Array<BatchCreateParametersRequest.CreateParameterRequest>;
|
|
2065
|
+
setParameterRequestsList(value: Array<BatchCreateParametersRequest.CreateParameterRequest>): BatchCreateParametersRequest;
|
|
2066
|
+
clearParameterRequestsList(): BatchCreateParametersRequest;
|
|
2067
|
+
addParameterRequests(value?: BatchCreateParametersRequest.CreateParameterRequest, index?: number): BatchCreateParametersRequest.CreateParameterRequest;
|
|
2068
|
+
|
|
2069
|
+
serializeBinary(): Uint8Array;
|
|
2070
|
+
toObject(includeInstance?: boolean): BatchCreateParametersRequest.AsObject;
|
|
2071
|
+
static toObject(includeInstance: boolean, msg: BatchCreateParametersRequest): BatchCreateParametersRequest.AsObject;
|
|
2072
|
+
static serializeBinaryToWriter(message: BatchCreateParametersRequest, writer: jspb.BinaryWriter): void;
|
|
2073
|
+
static deserializeBinary(bytes: Uint8Array): BatchCreateParametersRequest;
|
|
2074
|
+
static deserializeBinaryFromReader(message: BatchCreateParametersRequest, reader: jspb.BinaryReader): BatchCreateParametersRequest;
|
|
2191
2075
|
}
|
|
2192
2076
|
|
|
2193
2077
|
export namespace BatchCreateParametersRequest {
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
};
|
|
2223
|
-
}
|
|
2078
|
+
export type AsObject = {
|
|
2079
|
+
parameterRequestsList: Array<BatchCreateParametersRequest.CreateParameterRequest.AsObject>,
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
export class CreateParameterRequest extends jspb.Message {
|
|
2083
|
+
getIntentName(): string;
|
|
2084
|
+
setIntentName(value: string): CreateParameterRequest;
|
|
2085
|
+
|
|
2086
|
+
getParameter(): Intent.Parameter | undefined;
|
|
2087
|
+
setParameter(value?: Intent.Parameter): CreateParameterRequest;
|
|
2088
|
+
hasParameter(): boolean;
|
|
2089
|
+
clearParameter(): CreateParameterRequest;
|
|
2090
|
+
|
|
2091
|
+
serializeBinary(): Uint8Array;
|
|
2092
|
+
toObject(includeInstance?: boolean): CreateParameterRequest.AsObject;
|
|
2093
|
+
static toObject(includeInstance: boolean, msg: CreateParameterRequest): CreateParameterRequest.AsObject;
|
|
2094
|
+
static serializeBinaryToWriter(message: CreateParameterRequest, writer: jspb.BinaryWriter): void;
|
|
2095
|
+
static deserializeBinary(bytes: Uint8Array): CreateParameterRequest;
|
|
2096
|
+
static deserializeBinaryFromReader(message: CreateParameterRequest, reader: jspb.BinaryReader): CreateParameterRequest;
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
export namespace CreateParameterRequest {
|
|
2100
|
+
export type AsObject = {
|
|
2101
|
+
intentName: string,
|
|
2102
|
+
parameter?: Intent.Parameter.AsObject,
|
|
2103
|
+
}
|
|
2104
|
+
}
|
|
2105
|
+
|
|
2224
2106
|
}
|
|
2225
2107
|
|
|
2226
2108
|
export class BatchUpdateParametersRequest extends jspb.Message {
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
message: BatchUpdateParametersRequest,
|
|
2239
|
-
reader: jspb.BinaryReader
|
|
2240
|
-
): BatchUpdateParametersRequest;
|
|
2109
|
+
getParametersList(): Array<Intent.Parameter>;
|
|
2110
|
+
setParametersList(value: Array<Intent.Parameter>): BatchUpdateParametersRequest;
|
|
2111
|
+
clearParametersList(): BatchUpdateParametersRequest;
|
|
2112
|
+
addParameters(value?: Intent.Parameter, index?: number): Intent.Parameter;
|
|
2113
|
+
|
|
2114
|
+
serializeBinary(): Uint8Array;
|
|
2115
|
+
toObject(includeInstance?: boolean): BatchUpdateParametersRequest.AsObject;
|
|
2116
|
+
static toObject(includeInstance: boolean, msg: BatchUpdateParametersRequest): BatchUpdateParametersRequest.AsObject;
|
|
2117
|
+
static serializeBinaryToWriter(message: BatchUpdateParametersRequest, writer: jspb.BinaryWriter): void;
|
|
2118
|
+
static deserializeBinary(bytes: Uint8Array): BatchUpdateParametersRequest;
|
|
2119
|
+
static deserializeBinaryFromReader(message: BatchUpdateParametersRequest, reader: jspb.BinaryReader): BatchUpdateParametersRequest;
|
|
2241
2120
|
}
|
|
2242
2121
|
|
|
2243
2122
|
export namespace BatchUpdateParametersRequest {
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2123
|
+
export type AsObject = {
|
|
2124
|
+
parametersList: Array<Intent.Parameter.AsObject>,
|
|
2125
|
+
}
|
|
2247
2126
|
}
|
|
2248
2127
|
|
|
2249
2128
|
export class BatchGetParametersRequest extends jspb.Message {
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
message: BatchGetParametersRequest,
|
|
2262
|
-
reader: jspb.BinaryReader
|
|
2263
|
-
): BatchGetParametersRequest;
|
|
2129
|
+
getNamesList(): Array<string>;
|
|
2130
|
+
setNamesList(value: Array<string>): BatchGetParametersRequest;
|
|
2131
|
+
clearNamesList(): BatchGetParametersRequest;
|
|
2132
|
+
addNames(value: string, index?: number): BatchGetParametersRequest;
|
|
2133
|
+
|
|
2134
|
+
serializeBinary(): Uint8Array;
|
|
2135
|
+
toObject(includeInstance?: boolean): BatchGetParametersRequest.AsObject;
|
|
2136
|
+
static toObject(includeInstance: boolean, msg: BatchGetParametersRequest): BatchGetParametersRequest.AsObject;
|
|
2137
|
+
static serializeBinaryToWriter(message: BatchGetParametersRequest, writer: jspb.BinaryWriter): void;
|
|
2138
|
+
static deserializeBinary(bytes: Uint8Array): BatchGetParametersRequest;
|
|
2139
|
+
static deserializeBinaryFromReader(message: BatchGetParametersRequest, reader: jspb.BinaryReader): BatchGetParametersRequest;
|
|
2264
2140
|
}
|
|
2265
2141
|
|
|
2266
2142
|
export namespace BatchGetParametersRequest {
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2143
|
+
export type AsObject = {
|
|
2144
|
+
namesList: Array<string>,
|
|
2145
|
+
}
|
|
2270
2146
|
}
|
|
2271
2147
|
|
|
2272
2148
|
export class BatchDeleteParametersRequest extends jspb.Message {
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
message: BatchDeleteParametersRequest,
|
|
2285
|
-
reader: jspb.BinaryReader
|
|
2286
|
-
): BatchDeleteParametersRequest;
|
|
2149
|
+
getNamesList(): Array<string>;
|
|
2150
|
+
setNamesList(value: Array<string>): BatchDeleteParametersRequest;
|
|
2151
|
+
clearNamesList(): BatchDeleteParametersRequest;
|
|
2152
|
+
addNames(value: string, index?: number): BatchDeleteParametersRequest;
|
|
2153
|
+
|
|
2154
|
+
serializeBinary(): Uint8Array;
|
|
2155
|
+
toObject(includeInstance?: boolean): BatchDeleteParametersRequest.AsObject;
|
|
2156
|
+
static toObject(includeInstance: boolean, msg: BatchDeleteParametersRequest): BatchDeleteParametersRequest.AsObject;
|
|
2157
|
+
static serializeBinaryToWriter(message: BatchDeleteParametersRequest, writer: jspb.BinaryWriter): void;
|
|
2158
|
+
static deserializeBinary(bytes: Uint8Array): BatchDeleteParametersRequest;
|
|
2159
|
+
static deserializeBinaryFromReader(message: BatchDeleteParametersRequest, reader: jspb.BinaryReader): BatchDeleteParametersRequest;
|
|
2287
2160
|
}
|
|
2288
2161
|
|
|
2289
2162
|
export namespace BatchDeleteParametersRequest {
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2163
|
+
export type AsObject = {
|
|
2164
|
+
namesList: Array<string>,
|
|
2165
|
+
}
|
|
2293
2166
|
}
|
|
2294
2167
|
|
|
2295
2168
|
export class BatchDeleteParametersResponse extends jspb.Message {
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
toObject(includeInstance?: boolean): BatchDeleteParametersResponse.AsObject;
|
|
2311
|
-
static toObject(includeInstance: boolean, msg: BatchDeleteParametersResponse): BatchDeleteParametersResponse.AsObject;
|
|
2312
|
-
static serializeBinaryToWriter(message: BatchDeleteParametersResponse, writer: jspb.BinaryWriter): void;
|
|
2313
|
-
static deserializeBinary(bytes: Uint8Array): BatchDeleteParametersResponse;
|
|
2314
|
-
static deserializeBinaryFromReader(
|
|
2315
|
-
message: BatchDeleteParametersResponse,
|
|
2316
|
-
reader: jspb.BinaryReader
|
|
2317
|
-
): BatchDeleteParametersResponse;
|
|
2169
|
+
getDeleteStatusesList(): Array<BatchDeleteParametersResponse.DeleteParameterStatus>;
|
|
2170
|
+
setDeleteStatusesList(value: Array<BatchDeleteParametersResponse.DeleteParameterStatus>): BatchDeleteParametersResponse;
|
|
2171
|
+
clearDeleteStatusesList(): BatchDeleteParametersResponse;
|
|
2172
|
+
addDeleteStatuses(value?: BatchDeleteParametersResponse.DeleteParameterStatus, index?: number): BatchDeleteParametersResponse.DeleteParameterStatus;
|
|
2173
|
+
|
|
2174
|
+
getHasErrors(): boolean;
|
|
2175
|
+
setHasErrors(value: boolean): BatchDeleteParametersResponse;
|
|
2176
|
+
|
|
2177
|
+
serializeBinary(): Uint8Array;
|
|
2178
|
+
toObject(includeInstance?: boolean): BatchDeleteParametersResponse.AsObject;
|
|
2179
|
+
static toObject(includeInstance: boolean, msg: BatchDeleteParametersResponse): BatchDeleteParametersResponse.AsObject;
|
|
2180
|
+
static serializeBinaryToWriter(message: BatchDeleteParametersResponse, writer: jspb.BinaryWriter): void;
|
|
2181
|
+
static deserializeBinary(bytes: Uint8Array): BatchDeleteParametersResponse;
|
|
2182
|
+
static deserializeBinaryFromReader(message: BatchDeleteParametersResponse, reader: jspb.BinaryReader): BatchDeleteParametersResponse;
|
|
2318
2183
|
}
|
|
2319
2184
|
|
|
2320
2185
|
export namespace BatchDeleteParametersResponse {
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
}
|
|
2359
|
-
}
|
|
2186
|
+
export type AsObject = {
|
|
2187
|
+
deleteStatusesList: Array<BatchDeleteParametersResponse.DeleteParameterStatus.AsObject>,
|
|
2188
|
+
hasErrors: boolean,
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
export class DeleteParameterStatus extends jspb.Message {
|
|
2192
|
+
getSuccessfullyDeleted(): google_protobuf_empty_pb.Empty | undefined;
|
|
2193
|
+
setSuccessfullyDeleted(value?: google_protobuf_empty_pb.Empty): DeleteParameterStatus;
|
|
2194
|
+
hasSuccessfullyDeleted(): boolean;
|
|
2195
|
+
clearSuccessfullyDeleted(): DeleteParameterStatus;
|
|
2196
|
+
|
|
2197
|
+
getErrorMessage(): string;
|
|
2198
|
+
setErrorMessage(value: string): DeleteParameterStatus;
|
|
2199
|
+
|
|
2200
|
+
getDeleteStatusCase(): DeleteParameterStatus.DeleteStatusCase;
|
|
2201
|
+
|
|
2202
|
+
serializeBinary(): Uint8Array;
|
|
2203
|
+
toObject(includeInstance?: boolean): DeleteParameterStatus.AsObject;
|
|
2204
|
+
static toObject(includeInstance: boolean, msg: DeleteParameterStatus): DeleteParameterStatus.AsObject;
|
|
2205
|
+
static serializeBinaryToWriter(message: DeleteParameterStatus, writer: jspb.BinaryWriter): void;
|
|
2206
|
+
static deserializeBinary(bytes: Uint8Array): DeleteParameterStatus;
|
|
2207
|
+
static deserializeBinaryFromReader(message: DeleteParameterStatus, reader: jspb.BinaryReader): DeleteParameterStatus;
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
export namespace DeleteParameterStatus {
|
|
2211
|
+
export type AsObject = {
|
|
2212
|
+
successfullyDeleted?: google_protobuf_empty_pb.Empty.AsObject,
|
|
2213
|
+
errorMessage: string,
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
export enum DeleteStatusCase {
|
|
2217
|
+
DELETE_STATUS_NOT_SET = 0,
|
|
2218
|
+
SUCCESSFULLY_DELETED = 1,
|
|
2219
|
+
ERROR_MESSAGE = 2,
|
|
2220
|
+
}
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2360
2223
|
}
|
|
2361
2224
|
|
|
2362
2225
|
export class ListParametersRequest extends jspb.Message {
|
|
2363
|
-
|
|
2364
|
-
|
|
2226
|
+
getIntentName(): string;
|
|
2227
|
+
setIntentName(value: string): ListParametersRequest;
|
|
2365
2228
|
|
|
2366
|
-
|
|
2367
|
-
|
|
2229
|
+
getLanguageCode(): string;
|
|
2230
|
+
setLanguageCode(value: string): ListParametersRequest;
|
|
2368
2231
|
|
|
2369
|
-
|
|
2370
|
-
|
|
2232
|
+
getPageToken(): string;
|
|
2233
|
+
setPageToken(value: string): ListParametersRequest;
|
|
2371
2234
|
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2235
|
+
serializeBinary(): Uint8Array;
|
|
2236
|
+
toObject(includeInstance?: boolean): ListParametersRequest.AsObject;
|
|
2237
|
+
static toObject(includeInstance: boolean, msg: ListParametersRequest): ListParametersRequest.AsObject;
|
|
2238
|
+
static serializeBinaryToWriter(message: ListParametersRequest, writer: jspb.BinaryWriter): void;
|
|
2239
|
+
static deserializeBinary(bytes: Uint8Array): ListParametersRequest;
|
|
2240
|
+
static deserializeBinaryFromReader(message: ListParametersRequest, reader: jspb.BinaryReader): ListParametersRequest;
|
|
2378
2241
|
}
|
|
2379
2242
|
|
|
2380
2243
|
export namespace ListParametersRequest {
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2244
|
+
export type AsObject = {
|
|
2245
|
+
intentName: string,
|
|
2246
|
+
languageCode: string,
|
|
2247
|
+
pageToken: string,
|
|
2248
|
+
}
|
|
2386
2249
|
}
|
|
2387
2250
|
|
|
2388
2251
|
export class ListParametersResponse extends jspb.Message {
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2252
|
+
getParametersList(): Array<Intent.Parameter>;
|
|
2253
|
+
setParametersList(value: Array<Intent.Parameter>): ListParametersResponse;
|
|
2254
|
+
clearParametersList(): ListParametersResponse;
|
|
2255
|
+
addParameters(value?: Intent.Parameter, index?: number): Intent.Parameter;
|
|
2393
2256
|
|
|
2394
|
-
|
|
2395
|
-
|
|
2257
|
+
getNextPageToken(): string;
|
|
2258
|
+
setNextPageToken(value: string): ListParametersResponse;
|
|
2396
2259
|
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
message: ListParametersResponse,
|
|
2404
|
-
reader: jspb.BinaryReader
|
|
2405
|
-
): ListParametersResponse;
|
|
2260
|
+
serializeBinary(): Uint8Array;
|
|
2261
|
+
toObject(includeInstance?: boolean): ListParametersResponse.AsObject;
|
|
2262
|
+
static toObject(includeInstance: boolean, msg: ListParametersResponse): ListParametersResponse.AsObject;
|
|
2263
|
+
static serializeBinaryToWriter(message: ListParametersResponse, writer: jspb.BinaryWriter): void;
|
|
2264
|
+
static deserializeBinary(bytes: Uint8Array): ListParametersResponse;
|
|
2265
|
+
static deserializeBinaryFromReader(message: ListParametersResponse, reader: jspb.BinaryReader): ListParametersResponse;
|
|
2406
2266
|
}
|
|
2407
2267
|
|
|
2408
2268
|
export namespace ListParametersResponse {
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2269
|
+
export type AsObject = {
|
|
2270
|
+
parametersList: Array<Intent.Parameter.AsObject>,
|
|
2271
|
+
nextPageToken: string,
|
|
2272
|
+
}
|
|
2413
2273
|
}
|
|
2414
2274
|
|
|
2415
2275
|
export class ListTrainingPhrasesofIntentsWithEnrichmentRequest extends jspb.Message {
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
static serializeBinaryToWriter(
|
|
2437
|
-
message: ListTrainingPhrasesofIntentsWithEnrichmentRequest,
|
|
2438
|
-
writer: jspb.BinaryWriter
|
|
2439
|
-
): void;
|
|
2440
|
-
static deserializeBinary(bytes: Uint8Array): ListTrainingPhrasesofIntentsWithEnrichmentRequest;
|
|
2441
|
-
static deserializeBinaryFromReader(
|
|
2442
|
-
message: ListTrainingPhrasesofIntentsWithEnrichmentRequest,
|
|
2443
|
-
reader: jspb.BinaryReader
|
|
2444
|
-
): ListTrainingPhrasesofIntentsWithEnrichmentRequest;
|
|
2276
|
+
getParent(): string;
|
|
2277
|
+
setParent(value: string): ListTrainingPhrasesofIntentsWithEnrichmentRequest;
|
|
2278
|
+
|
|
2279
|
+
getLanguageCode(): string;
|
|
2280
|
+
setLanguageCode(value: string): ListTrainingPhrasesofIntentsWithEnrichmentRequest;
|
|
2281
|
+
|
|
2282
|
+
getIntentIdsList(): Array<string>;
|
|
2283
|
+
setIntentIdsList(value: Array<string>): ListTrainingPhrasesofIntentsWithEnrichmentRequest;
|
|
2284
|
+
clearIntentIdsList(): ListTrainingPhrasesofIntentsWithEnrichmentRequest;
|
|
2285
|
+
addIntentIds(value: string, index?: number): ListTrainingPhrasesofIntentsWithEnrichmentRequest;
|
|
2286
|
+
|
|
2287
|
+
getPageToken(): string;
|
|
2288
|
+
setPageToken(value: string): ListTrainingPhrasesofIntentsWithEnrichmentRequest;
|
|
2289
|
+
|
|
2290
|
+
serializeBinary(): Uint8Array;
|
|
2291
|
+
toObject(includeInstance?: boolean): ListTrainingPhrasesofIntentsWithEnrichmentRequest.AsObject;
|
|
2292
|
+
static toObject(includeInstance: boolean, msg: ListTrainingPhrasesofIntentsWithEnrichmentRequest): ListTrainingPhrasesofIntentsWithEnrichmentRequest.AsObject;
|
|
2293
|
+
static serializeBinaryToWriter(message: ListTrainingPhrasesofIntentsWithEnrichmentRequest, writer: jspb.BinaryWriter): void;
|
|
2294
|
+
static deserializeBinary(bytes: Uint8Array): ListTrainingPhrasesofIntentsWithEnrichmentRequest;
|
|
2295
|
+
static deserializeBinaryFromReader(message: ListTrainingPhrasesofIntentsWithEnrichmentRequest, reader: jspb.BinaryReader): ListTrainingPhrasesofIntentsWithEnrichmentRequest;
|
|
2445
2296
|
}
|
|
2446
2297
|
|
|
2447
2298
|
export namespace ListTrainingPhrasesofIntentsWithEnrichmentRequest {
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2299
|
+
export type AsObject = {
|
|
2300
|
+
parent: string,
|
|
2301
|
+
languageCode: string,
|
|
2302
|
+
intentIdsList: Array<string>,
|
|
2303
|
+
pageToken: string,
|
|
2304
|
+
}
|
|
2454
2305
|
}
|
|
2455
2306
|
|
|
2456
2307
|
export class ListTrainingPhrasesofIntentsWithEnrichmentResponse extends jspb.Message {
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
static serializeBinaryToWriter(
|
|
2472
|
-
message: ListTrainingPhrasesofIntentsWithEnrichmentResponse,
|
|
2473
|
-
writer: jspb.BinaryWriter
|
|
2474
|
-
): void;
|
|
2475
|
-
static deserializeBinary(bytes: Uint8Array): ListTrainingPhrasesofIntentsWithEnrichmentResponse;
|
|
2476
|
-
static deserializeBinaryFromReader(
|
|
2477
|
-
message: ListTrainingPhrasesofIntentsWithEnrichmentResponse,
|
|
2478
|
-
reader: jspb.BinaryReader
|
|
2479
|
-
): ListTrainingPhrasesofIntentsWithEnrichmentResponse;
|
|
2308
|
+
getTrainingPhrasesList(): Array<string>;
|
|
2309
|
+
setTrainingPhrasesList(value: Array<string>): ListTrainingPhrasesofIntentsWithEnrichmentResponse;
|
|
2310
|
+
clearTrainingPhrasesList(): ListTrainingPhrasesofIntentsWithEnrichmentResponse;
|
|
2311
|
+
addTrainingPhrases(value: string, index?: number): ListTrainingPhrasesofIntentsWithEnrichmentResponse;
|
|
2312
|
+
|
|
2313
|
+
getNextPageToken(): string;
|
|
2314
|
+
setNextPageToken(value: string): ListTrainingPhrasesofIntentsWithEnrichmentResponse;
|
|
2315
|
+
|
|
2316
|
+
serializeBinary(): Uint8Array;
|
|
2317
|
+
toObject(includeInstance?: boolean): ListTrainingPhrasesofIntentsWithEnrichmentResponse.AsObject;
|
|
2318
|
+
static toObject(includeInstance: boolean, msg: ListTrainingPhrasesofIntentsWithEnrichmentResponse): ListTrainingPhrasesofIntentsWithEnrichmentResponse.AsObject;
|
|
2319
|
+
static serializeBinaryToWriter(message: ListTrainingPhrasesofIntentsWithEnrichmentResponse, writer: jspb.BinaryWriter): void;
|
|
2320
|
+
static deserializeBinary(bytes: Uint8Array): ListTrainingPhrasesofIntentsWithEnrichmentResponse;
|
|
2321
|
+
static deserializeBinaryFromReader(message: ListTrainingPhrasesofIntentsWithEnrichmentResponse, reader: jspb.BinaryReader): ListTrainingPhrasesofIntentsWithEnrichmentResponse;
|
|
2480
2322
|
}
|
|
2481
2323
|
|
|
2482
2324
|
export namespace ListTrainingPhrasesofIntentsWithEnrichmentResponse {
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
}
|
|
2488
|
-
|
|
2489
|
-
export enum IntentView {
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
}
|
|
2496
|
-
export enum IntentCategory {
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2325
|
+
export type AsObject = {
|
|
2326
|
+
trainingPhrasesList: Array<string>,
|
|
2327
|
+
nextPageToken: string,
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
export enum IntentView {
|
|
2332
|
+
INTENT_VIEW_UNSPECIFIED = 0,
|
|
2333
|
+
INTENT_VIEW_FULL = 1,
|
|
2334
|
+
INTENT_VIEW_PARTIAL = 2,
|
|
2335
|
+
INTENT_VIEW_SHALLOW = 3,
|
|
2336
|
+
INTENT_VIEW_MINIMUM = 4,
|
|
2337
|
+
}
|
|
2338
|
+
export enum IntentCategory {
|
|
2339
|
+
ALL_INTENTS = 0,
|
|
2340
|
+
DEFAULT_INTENTS = 1,
|
|
2341
|
+
USER_DEFINED_INTENTS = 2,
|
|
2342
|
+
DATE_EXPIRED_INTENTS = 3,
|
|
2343
|
+
DATE_ACTIVE_INTENTS = 4,
|
|
2344
|
+
DATE_UPCOMING_INTENTS = 5,
|
|
2503
2345
|
}
|