@ondewo/nlu-client-typescript 4.1.0 → 4.2.0

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