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