@ondewo/nlu-client-typescript 3.0.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 (80) hide show
  1. package/LICENSE +191 -0
  2. package/README.md +27 -0
  3. package/api/google/api/annotations_pb.d.ts +6 -0
  4. package/api/google/api/annotations_pb.js +48 -0
  5. package/api/google/protobuf/any_pb.d.ts +28 -0
  6. package/api/google/protobuf/any_pb.js +275 -0
  7. package/api/google/protobuf/empty_pb.d.ts +18 -0
  8. package/api/google/protobuf/empty_pb.js +141 -0
  9. package/api/google/protobuf/field_mask_pb.d.ts +24 -0
  10. package/api/google/protobuf/field_mask_pb.js +196 -0
  11. package/api/google/protobuf/struct_pb.d.ts +99 -0
  12. package/api/google/protobuf/struct_pb.js +948 -0
  13. package/api/google/protobuf/timestamp_pb.d.ts +26 -0
  14. package/api/google/protobuf/timestamp_pb.js +236 -0
  15. package/api/google/rpc/status_pb.d.ts +33 -0
  16. package/api/google/rpc/status_pb.js +262 -0
  17. package/api/google/type/latlng_pb.d.ts +26 -0
  18. package/api/google/type/latlng_pb.js +200 -0
  19. package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +489 -0
  20. package/api/ondewo/nlu/agent_grpc_web_pb.js +2476 -0
  21. package/api/ondewo/nlu/agent_pb.d.ts +2079 -0
  22. package/api/ondewo/nlu/agent_pb.js +16648 -0
  23. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +115 -0
  24. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +569 -0
  25. package/api/ondewo/nlu/aiservices_pb.d.ts +933 -0
  26. package/api/ondewo/nlu/aiservices_pb.js +7601 -0
  27. package/api/ondewo/nlu/common_pb.d.ts +26 -0
  28. package/api/ondewo/nlu/common_pb.js +179 -0
  29. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +92 -0
  30. package/api/ondewo/nlu/context_grpc_web_pb.js +447 -0
  31. package/api/ondewo/nlu/context_pb.d.ts +218 -0
  32. package/api/ondewo/nlu/context_pb.js +1788 -0
  33. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +165 -0
  34. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +817 -0
  35. package/api/ondewo/nlu/entity_type_pb.d.ts +756 -0
  36. package/api/ondewo/nlu/entity_type_pb.js +5970 -0
  37. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +345 -0
  38. package/api/ondewo/nlu/intent_grpc_web_pb.js +1738 -0
  39. package/api/ondewo/nlu/intent_pb.d.ts +2344 -0
  40. package/api/ondewo/nlu/intent_pb.js +18784 -0
  41. package/api/ondewo/nlu/operation_metadata_pb.d.ts +112 -0
  42. package/api/ondewo/nlu/operation_metadata_pb.js +740 -0
  43. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +68 -0
  44. package/api/ondewo/nlu/operations_grpc_web_pb.js +331 -0
  45. package/api/ondewo/nlu/operations_pb.d.ts +236 -0
  46. package/api/ondewo/nlu/operations_pb.js +1826 -0
  47. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +80 -0
  48. package/api/ondewo/nlu/project_role_grpc_web_pb.js +386 -0
  49. package/api/ondewo/nlu/project_role_pb.d.ts +220 -0
  50. package/api/ondewo/nlu/project_role_pb.js +1713 -0
  51. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +116 -0
  52. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +571 -0
  53. package/api/ondewo/nlu/project_statistics_pb.d.ts +92 -0
  54. package/api/ondewo/nlu/project_statistics_pb.js +724 -0
  55. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +57 -0
  56. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +264 -0
  57. package/api/ondewo/nlu/server_statistics_pb.d.ts +25 -0
  58. package/api/ondewo/nlu/server_statistics_pb.js +176 -0
  59. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +176 -0
  60. package/api/ondewo/nlu/session_grpc_web_pb.js +884 -0
  61. package/api/ondewo/nlu/session_pb.d.ts +1192 -0
  62. package/api/ondewo/nlu/session_pb.js +9762 -0
  63. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +200 -0
  64. package/api/ondewo/nlu/user_grpc_web_pb.js +998 -0
  65. package/api/ondewo/nlu/user_pb.d.ts +489 -0
  66. package/api/ondewo/nlu/user_pb.js +4057 -0
  67. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +115 -0
  68. package/api/ondewo/nlu/utility_grpc_web_pb.js +567 -0
  69. package/api/ondewo/nlu/utility_pb.d.ts +708 -0
  70. package/api/ondewo/nlu/utility_pb.js +5914 -0
  71. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +55 -0
  72. package/api/ondewo/nlu/webhook_grpc_web_pb.js +268 -0
  73. package/api/ondewo/nlu/webhook_pb.d.ts +155 -0
  74. package/api/ondewo/nlu/webhook_pb.js +1267 -0
  75. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +104 -0
  76. package/api/ondewo/qa/qa_grpc_web_pb.js +508 -0
  77. package/api/ondewo/qa/qa_pb.d.ts +304 -0
  78. package/api/ondewo/qa/qa_pb.js +2553 -0
  79. package/package.json +18 -0
  80. package/public-api.d.ts +38 -0
@@ -0,0 +1,2079 @@
1
+ import * as jspb from 'google-protobuf'
2
+
3
+ import * as google_api_annotations_pb from '../../google/api/annotations_pb';
4
+ import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb';
5
+ import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
6
+ import * as google_protobuf_struct_pb from 'google-protobuf/google/protobuf/struct_pb';
7
+ import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb';
8
+ import * as ondewo_nlu_common_pb from '../../ondewo/nlu/common_pb';
9
+ import * as ondewo_nlu_intent_pb from '../../ondewo/nlu/intent_pb';
10
+ import * as ondewo_nlu_user_pb from '../../ondewo/nlu/user_pb';
11
+ import * as ondewo_nlu_project_role_pb from '../../ondewo/nlu/project_role_pb';
12
+ import * as ondewo_nlu_operations_pb from '../../ondewo/nlu/operations_pb';
13
+ import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb';
14
+
15
+
16
+ export class Agent extends jspb.Message {
17
+ getParent(): string;
18
+ setParent(value: string): Agent;
19
+
20
+ getDisplayName(): string;
21
+ setDisplayName(value: string): Agent;
22
+
23
+ getDefaultLanguageCode(): string;
24
+ setDefaultLanguageCode(value: string): Agent;
25
+
26
+ getSupportedLanguageCodesList(): Array<string>;
27
+ setSupportedLanguageCodesList(value: Array<string>): Agent;
28
+ clearSupportedLanguageCodesList(): Agent;
29
+ addSupportedLanguageCodes(value: string, index?: number): Agent;
30
+
31
+ getTimeZone(): string;
32
+ setTimeZone(value: string): Agent;
33
+
34
+ getNluPlatform(): string;
35
+ setNluPlatform(value: string): Agent;
36
+
37
+ getConfigs(): google_protobuf_struct_pb.Struct | undefined;
38
+ setConfigs(value?: google_protobuf_struct_pb.Struct): Agent;
39
+ hasConfigs(): boolean;
40
+ clearConfigs(): Agent;
41
+
42
+ getOwnerId(): string;
43
+ setOwnerId(value: string): Agent;
44
+
45
+ getStatus(): AgentStatus;
46
+ setStatus(value: AgentStatus): Agent;
47
+
48
+ getDescription(): string;
49
+ setDescription(value: string): Agent;
50
+
51
+ serializeBinary(): Uint8Array;
52
+ toObject(includeInstance?: boolean): Agent.AsObject;
53
+ static toObject(includeInstance: boolean, msg: Agent): Agent.AsObject;
54
+ static serializeBinaryToWriter(message: Agent, writer: jspb.BinaryWriter): void;
55
+ static deserializeBinary(bytes: Uint8Array): Agent;
56
+ static deserializeBinaryFromReader(message: Agent, reader: jspb.BinaryReader): Agent;
57
+ }
58
+
59
+ export namespace Agent {
60
+ export type AsObject = {
61
+ parent: string,
62
+ displayName: string,
63
+ defaultLanguageCode: string,
64
+ supportedLanguageCodesList: Array<string>,
65
+ timeZone: string,
66
+ nluPlatform: string,
67
+ configs?: google_protobuf_struct_pb.Struct.AsObject,
68
+ ownerId: string,
69
+ status: AgentStatus,
70
+ description: string,
71
+ }
72
+ }
73
+
74
+ export class AgentWithOwner extends jspb.Message {
75
+ getAgent(): Agent | undefined;
76
+ setAgent(value?: Agent): AgentWithOwner;
77
+ hasAgent(): boolean;
78
+ clearAgent(): AgentWithOwner;
79
+
80
+ getOwner(): ondewo_nlu_user_pb.User | undefined;
81
+ setOwner(value?: ondewo_nlu_user_pb.User): AgentWithOwner;
82
+ hasOwner(): boolean;
83
+ clearOwner(): AgentWithOwner;
84
+
85
+ serializeBinary(): Uint8Array;
86
+ toObject(includeInstance?: boolean): AgentWithOwner.AsObject;
87
+ static toObject(includeInstance: boolean, msg: AgentWithOwner): AgentWithOwner.AsObject;
88
+ static serializeBinaryToWriter(message: AgentWithOwner, writer: jspb.BinaryWriter): void;
89
+ static deserializeBinary(bytes: Uint8Array): AgentWithOwner;
90
+ static deserializeBinaryFromReader(message: AgentWithOwner, reader: jspb.BinaryReader): AgentWithOwner;
91
+ }
92
+
93
+ export namespace AgentWithOwner {
94
+ export type AsObject = {
95
+ agent?: Agent.AsObject,
96
+ owner?: ondewo_nlu_user_pb.User.AsObject,
97
+ }
98
+ }
99
+
100
+ export class AgentOfUserWithOwner extends jspb.Message {
101
+ getAgentWithOwner(): AgentWithOwner | undefined;
102
+ setAgentWithOwner(value?: AgentWithOwner): AgentOfUserWithOwner;
103
+ hasAgentWithOwner(): boolean;
104
+ clearAgentWithOwner(): AgentOfUserWithOwner;
105
+
106
+ getProjectRole(): ondewo_nlu_project_role_pb.ProjectRole | undefined;
107
+ setProjectRole(value?: ondewo_nlu_project_role_pb.ProjectRole): AgentOfUserWithOwner;
108
+ hasProjectRole(): boolean;
109
+ clearProjectRole(): AgentOfUserWithOwner;
110
+
111
+ serializeBinary(): Uint8Array;
112
+ toObject(includeInstance?: boolean): AgentOfUserWithOwner.AsObject;
113
+ static toObject(includeInstance: boolean, msg: AgentOfUserWithOwner): AgentOfUserWithOwner.AsObject;
114
+ static serializeBinaryToWriter(message: AgentOfUserWithOwner, writer: jspb.BinaryWriter): void;
115
+ static deserializeBinary(bytes: Uint8Array): AgentOfUserWithOwner;
116
+ static deserializeBinaryFromReader(message: AgentOfUserWithOwner, reader: jspb.BinaryReader): AgentOfUserWithOwner;
117
+ }
118
+
119
+ export namespace AgentOfUserWithOwner {
120
+ export type AsObject = {
121
+ agentWithOwner?: AgentWithOwner.AsObject,
122
+ projectRole?: ondewo_nlu_project_role_pb.ProjectRole.AsObject,
123
+ }
124
+ }
125
+
126
+ export class CreateAgentRequest extends jspb.Message {
127
+ getAgent(): Agent | undefined;
128
+ setAgent(value?: Agent): CreateAgentRequest;
129
+ hasAgent(): boolean;
130
+ clearAgent(): CreateAgentRequest;
131
+
132
+ getAgentView(): AgentView;
133
+ setAgentView(value: AgentView): CreateAgentRequest;
134
+
135
+ serializeBinary(): Uint8Array;
136
+ toObject(includeInstance?: boolean): CreateAgentRequest.AsObject;
137
+ static toObject(includeInstance: boolean, msg: CreateAgentRequest): CreateAgentRequest.AsObject;
138
+ static serializeBinaryToWriter(message: CreateAgentRequest, writer: jspb.BinaryWriter): void;
139
+ static deserializeBinary(bytes: Uint8Array): CreateAgentRequest;
140
+ static deserializeBinaryFromReader(message: CreateAgentRequest, reader: jspb.BinaryReader): CreateAgentRequest;
141
+ }
142
+
143
+ export namespace CreateAgentRequest {
144
+ export type AsObject = {
145
+ agent?: Agent.AsObject,
146
+ agentView: AgentView,
147
+ }
148
+ }
149
+
150
+ export class UpdateAgentRequest extends jspb.Message {
151
+ getAgent(): Agent | undefined;
152
+ setAgent(value?: Agent): UpdateAgentRequest;
153
+ hasAgent(): boolean;
154
+ clearAgent(): UpdateAgentRequest;
155
+
156
+ getAgentView(): AgentView;
157
+ setAgentView(value: AgentView): UpdateAgentRequest;
158
+
159
+ getUpdateMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
160
+ setUpdateMask(value?: google_protobuf_field_mask_pb.FieldMask): UpdateAgentRequest;
161
+ hasUpdateMask(): boolean;
162
+ clearUpdateMask(): UpdateAgentRequest;
163
+
164
+ serializeBinary(): Uint8Array;
165
+ toObject(includeInstance?: boolean): UpdateAgentRequest.AsObject;
166
+ static toObject(includeInstance: boolean, msg: UpdateAgentRequest): UpdateAgentRequest.AsObject;
167
+ static serializeBinaryToWriter(message: UpdateAgentRequest, writer: jspb.BinaryWriter): void;
168
+ static deserializeBinary(bytes: Uint8Array): UpdateAgentRequest;
169
+ static deserializeBinaryFromReader(message: UpdateAgentRequest, reader: jspb.BinaryReader): UpdateAgentRequest;
170
+ }
171
+
172
+ export namespace UpdateAgentRequest {
173
+ export type AsObject = {
174
+ agent?: Agent.AsObject,
175
+ agentView: AgentView,
176
+ updateMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
177
+ }
178
+ }
179
+
180
+ export class DeleteAgentRequest extends jspb.Message {
181
+ getParent(): string;
182
+ setParent(value: string): DeleteAgentRequest;
183
+
184
+ serializeBinary(): Uint8Array;
185
+ toObject(includeInstance?: boolean): DeleteAgentRequest.AsObject;
186
+ static toObject(includeInstance: boolean, msg: DeleteAgentRequest): DeleteAgentRequest.AsObject;
187
+ static serializeBinaryToWriter(message: DeleteAgentRequest, writer: jspb.BinaryWriter): void;
188
+ static deserializeBinary(bytes: Uint8Array): DeleteAgentRequest;
189
+ static deserializeBinaryFromReader(message: DeleteAgentRequest, reader: jspb.BinaryReader): DeleteAgentRequest;
190
+ }
191
+
192
+ export namespace DeleteAgentRequest {
193
+ export type AsObject = {
194
+ parent: string,
195
+ }
196
+ }
197
+
198
+ export class GetAgentRequest extends jspb.Message {
199
+ getParent(): string;
200
+ setParent(value: string): GetAgentRequest;
201
+
202
+ getAgentView(): AgentView;
203
+ setAgentView(value: AgentView): GetAgentRequest;
204
+
205
+ serializeBinary(): Uint8Array;
206
+ toObject(includeInstance?: boolean): GetAgentRequest.AsObject;
207
+ static toObject(includeInstance: boolean, msg: GetAgentRequest): GetAgentRequest.AsObject;
208
+ static serializeBinaryToWriter(message: GetAgentRequest, writer: jspb.BinaryWriter): void;
209
+ static deserializeBinary(bytes: Uint8Array): GetAgentRequest;
210
+ static deserializeBinaryFromReader(message: GetAgentRequest, reader: jspb.BinaryReader): GetAgentRequest;
211
+ }
212
+
213
+ export namespace GetAgentRequest {
214
+ export type AsObject = {
215
+ parent: string,
216
+ agentView: AgentView,
217
+ }
218
+ }
219
+
220
+ export class ListAgentsRequest extends jspb.Message {
221
+ getAgentView(): AgentView;
222
+ setAgentView(value: AgentView): ListAgentsRequest;
223
+
224
+ getPageToken(): string;
225
+ setPageToken(value: string): ListAgentsRequest;
226
+
227
+ getSortByField(): AgentSorting | undefined;
228
+ setSortByField(value?: AgentSorting): ListAgentsRequest;
229
+ hasSortByField(): boolean;
230
+ clearSortByField(): ListAgentsRequest;
231
+
232
+ serializeBinary(): Uint8Array;
233
+ toObject(includeInstance?: boolean): ListAgentsRequest.AsObject;
234
+ static toObject(includeInstance: boolean, msg: ListAgentsRequest): ListAgentsRequest.AsObject;
235
+ static serializeBinaryToWriter(message: ListAgentsRequest, writer: jspb.BinaryWriter): void;
236
+ static deserializeBinary(bytes: Uint8Array): ListAgentsRequest;
237
+ static deserializeBinaryFromReader(message: ListAgentsRequest, reader: jspb.BinaryReader): ListAgentsRequest;
238
+ }
239
+
240
+ export namespace ListAgentsRequest {
241
+ export type AsObject = {
242
+ agentView: AgentView,
243
+ pageToken: string,
244
+ sortByField?: AgentSorting.AsObject,
245
+ }
246
+ }
247
+
248
+ export class ListAgentsResponse extends jspb.Message {
249
+ getAgentsWithOwnersList(): Array<AgentWithOwner>;
250
+ setAgentsWithOwnersList(value: Array<AgentWithOwner>): ListAgentsResponse;
251
+ clearAgentsWithOwnersList(): ListAgentsResponse;
252
+ addAgentsWithOwners(value?: AgentWithOwner, index?: number): AgentWithOwner;
253
+
254
+ getNextPageToken(): string;
255
+ setNextPageToken(value: string): ListAgentsResponse;
256
+
257
+ serializeBinary(): Uint8Array;
258
+ toObject(includeInstance?: boolean): ListAgentsResponse.AsObject;
259
+ static toObject(includeInstance: boolean, msg: ListAgentsResponse): ListAgentsResponse.AsObject;
260
+ static serializeBinaryToWriter(message: ListAgentsResponse, writer: jspb.BinaryWriter): void;
261
+ static deserializeBinary(bytes: Uint8Array): ListAgentsResponse;
262
+ static deserializeBinaryFromReader(message: ListAgentsResponse, reader: jspb.BinaryReader): ListAgentsResponse;
263
+ }
264
+
265
+ export namespace ListAgentsResponse {
266
+ export type AsObject = {
267
+ agentsWithOwnersList: Array<AgentWithOwner.AsObject>,
268
+ nextPageToken: string,
269
+ }
270
+ }
271
+
272
+ export class ListAgentsOfUserResponse extends jspb.Message {
273
+ getAgentsOfUserWithOwnersList(): Array<AgentOfUserWithOwner>;
274
+ setAgentsOfUserWithOwnersList(value: Array<AgentOfUserWithOwner>): ListAgentsOfUserResponse;
275
+ clearAgentsOfUserWithOwnersList(): ListAgentsOfUserResponse;
276
+ addAgentsOfUserWithOwners(value?: AgentOfUserWithOwner, index?: number): AgentOfUserWithOwner;
277
+
278
+ getNextPageToken(): string;
279
+ setNextPageToken(value: string): ListAgentsOfUserResponse;
280
+
281
+ serializeBinary(): Uint8Array;
282
+ toObject(includeInstance?: boolean): ListAgentsOfUserResponse.AsObject;
283
+ static toObject(includeInstance: boolean, msg: ListAgentsOfUserResponse): ListAgentsOfUserResponse.AsObject;
284
+ static serializeBinaryToWriter(message: ListAgentsOfUserResponse, writer: jspb.BinaryWriter): void;
285
+ static deserializeBinary(bytes: Uint8Array): ListAgentsOfUserResponse;
286
+ static deserializeBinaryFromReader(message: ListAgentsOfUserResponse, reader: jspb.BinaryReader): ListAgentsOfUserResponse;
287
+ }
288
+
289
+ export namespace ListAgentsOfUserResponse {
290
+ export type AsObject = {
291
+ agentsOfUserWithOwnersList: Array<AgentOfUserWithOwner.AsObject>,
292
+ nextPageToken: string,
293
+ }
294
+ }
295
+
296
+ export class TrainAgentRequest extends jspb.Message {
297
+ getParent(): string;
298
+ setParent(value: string): TrainAgentRequest;
299
+
300
+ getBranch(): string;
301
+ setBranch(value: string): TrainAgentRequest;
302
+
303
+ getInitiationProtocol(): InitiationProtocol;
304
+ setInitiationProtocol(value: InitiationProtocol): TrainAgentRequest;
305
+
306
+ serializeBinary(): Uint8Array;
307
+ toObject(includeInstance?: boolean): TrainAgentRequest.AsObject;
308
+ static toObject(includeInstance: boolean, msg: TrainAgentRequest): TrainAgentRequest.AsObject;
309
+ static serializeBinaryToWriter(message: TrainAgentRequest, writer: jspb.BinaryWriter): void;
310
+ static deserializeBinary(bytes: Uint8Array): TrainAgentRequest;
311
+ static deserializeBinaryFromReader(message: TrainAgentRequest, reader: jspb.BinaryReader): TrainAgentRequest;
312
+ }
313
+
314
+ export namespace TrainAgentRequest {
315
+ export type AsObject = {
316
+ parent: string,
317
+ branch: string,
318
+ initiationProtocol: InitiationProtocol,
319
+ }
320
+ }
321
+
322
+ export class BuildCacheRequest extends jspb.Message {
323
+ getParent(): string;
324
+ setParent(value: string): BuildCacheRequest;
325
+
326
+ getBranch(): string;
327
+ setBranch(value: string): BuildCacheRequest;
328
+
329
+ serializeBinary(): Uint8Array;
330
+ toObject(includeInstance?: boolean): BuildCacheRequest.AsObject;
331
+ static toObject(includeInstance: boolean, msg: BuildCacheRequest): BuildCacheRequest.AsObject;
332
+ static serializeBinaryToWriter(message: BuildCacheRequest, writer: jspb.BinaryWriter): void;
333
+ static deserializeBinary(bytes: Uint8Array): BuildCacheRequest;
334
+ static deserializeBinaryFromReader(message: BuildCacheRequest, reader: jspb.BinaryReader): BuildCacheRequest;
335
+ }
336
+
337
+ export namespace BuildCacheRequest {
338
+ export type AsObject = {
339
+ parent: string,
340
+ branch: string,
341
+ }
342
+ }
343
+
344
+ export class ExportAgentRequest extends jspb.Message {
345
+ getParent(): string;
346
+ setParent(value: string): ExportAgentRequest;
347
+
348
+ getAgentUri(): string;
349
+ setAgentUri(value: string): ExportAgentRequest;
350
+
351
+ getCompressionLevel(): number;
352
+ setCompressionLevel(value: number): ExportAgentRequest;
353
+
354
+ serializeBinary(): Uint8Array;
355
+ toObject(includeInstance?: boolean): ExportAgentRequest.AsObject;
356
+ static toObject(includeInstance: boolean, msg: ExportAgentRequest): ExportAgentRequest.AsObject;
357
+ static serializeBinaryToWriter(message: ExportAgentRequest, writer: jspb.BinaryWriter): void;
358
+ static deserializeBinary(bytes: Uint8Array): ExportAgentRequest;
359
+ static deserializeBinaryFromReader(message: ExportAgentRequest, reader: jspb.BinaryReader): ExportAgentRequest;
360
+ }
361
+
362
+ export namespace ExportAgentRequest {
363
+ export type AsObject = {
364
+ parent: string,
365
+ agentUri: string,
366
+ compressionLevel: number,
367
+ }
368
+ }
369
+
370
+ export class ExportAgentResponse extends jspb.Message {
371
+ getAgentUri(): string;
372
+ setAgentUri(value: string): ExportAgentResponse;
373
+
374
+ getAgentContent(): Uint8Array | string;
375
+ getAgentContent_asU8(): Uint8Array;
376
+ getAgentContent_asB64(): string;
377
+ setAgentContent(value: Uint8Array | string): ExportAgentResponse;
378
+
379
+ getAgentCase(): ExportAgentResponse.AgentCase;
380
+
381
+ serializeBinary(): Uint8Array;
382
+ toObject(includeInstance?: boolean): ExportAgentResponse.AsObject;
383
+ static toObject(includeInstance: boolean, msg: ExportAgentResponse): ExportAgentResponse.AsObject;
384
+ static serializeBinaryToWriter(message: ExportAgentResponse, writer: jspb.BinaryWriter): void;
385
+ static deserializeBinary(bytes: Uint8Array): ExportAgentResponse;
386
+ static deserializeBinaryFromReader(message: ExportAgentResponse, reader: jspb.BinaryReader): ExportAgentResponse;
387
+ }
388
+
389
+ export namespace ExportAgentResponse {
390
+ export type AsObject = {
391
+ agentUri: string,
392
+ agentContent: Uint8Array | string,
393
+ }
394
+
395
+ export enum AgentCase {
396
+ AGENT_NOT_SET = 0,
397
+ AGENT_URI = 1,
398
+ AGENT_CONTENT = 2,
399
+ }
400
+ }
401
+
402
+ export class ExportBenchmarkAgentRequest extends jspb.Message {
403
+ getParent(): string;
404
+ setParent(value: string): ExportBenchmarkAgentRequest;
405
+
406
+ getCompressionLevel(): number;
407
+ setCompressionLevel(value: number): ExportBenchmarkAgentRequest;
408
+
409
+ getTestSize(): number;
410
+ setTestSize(value: number): ExportBenchmarkAgentRequest;
411
+
412
+ getTrainSize(): number;
413
+ setTrainSize(value: number): ExportBenchmarkAgentRequest;
414
+
415
+ getRandomState(): number;
416
+ setRandomState(value: number): ExportBenchmarkAgentRequest;
417
+
418
+ serializeBinary(): Uint8Array;
419
+ toObject(includeInstance?: boolean): ExportBenchmarkAgentRequest.AsObject;
420
+ static toObject(includeInstance: boolean, msg: ExportBenchmarkAgentRequest): ExportBenchmarkAgentRequest.AsObject;
421
+ static serializeBinaryToWriter(message: ExportBenchmarkAgentRequest, writer: jspb.BinaryWriter): void;
422
+ static deserializeBinary(bytes: Uint8Array): ExportBenchmarkAgentRequest;
423
+ static deserializeBinaryFromReader(message: ExportBenchmarkAgentRequest, reader: jspb.BinaryReader): ExportBenchmarkAgentRequest;
424
+ }
425
+
426
+ export namespace ExportBenchmarkAgentRequest {
427
+ export type AsObject = {
428
+ parent: string,
429
+ compressionLevel: number,
430
+ testSize: number,
431
+ trainSize: number,
432
+ randomState: number,
433
+ }
434
+ }
435
+
436
+ export class ExportBenchmarkAgentResponse extends jspb.Message {
437
+ getAgentContent(): Uint8Array | string;
438
+ getAgentContent_asU8(): Uint8Array;
439
+ getAgentContent_asB64(): string;
440
+ setAgentContent(value: Uint8Array | string): ExportBenchmarkAgentResponse;
441
+
442
+ getTrainingPhrasesMap(): jspb.Map<string, ondewo_nlu_intent_pb.ListTrainingPhrasesResponse>;
443
+ clearTrainingPhrasesMap(): ExportBenchmarkAgentResponse;
444
+
445
+ serializeBinary(): Uint8Array;
446
+ toObject(includeInstance?: boolean): ExportBenchmarkAgentResponse.AsObject;
447
+ static toObject(includeInstance: boolean, msg: ExportBenchmarkAgentResponse): ExportBenchmarkAgentResponse.AsObject;
448
+ static serializeBinaryToWriter(message: ExportBenchmarkAgentResponse, writer: jspb.BinaryWriter): void;
449
+ static deserializeBinary(bytes: Uint8Array): ExportBenchmarkAgentResponse;
450
+ static deserializeBinaryFromReader(message: ExportBenchmarkAgentResponse, reader: jspb.BinaryReader): ExportBenchmarkAgentResponse;
451
+ }
452
+
453
+ export namespace ExportBenchmarkAgentResponse {
454
+ export type AsObject = {
455
+ agentContent: Uint8Array | string,
456
+ trainingPhrasesMap: Array<[string, ondewo_nlu_intent_pb.ListTrainingPhrasesResponse.AsObject]>,
457
+ }
458
+ }
459
+
460
+ export class OptimizeRankingMatchRequest extends jspb.Message {
461
+ getParent(): string;
462
+ setParent(value: string): OptimizeRankingMatchRequest;
463
+
464
+ getLanguageCodesList(): Array<string>;
465
+ setLanguageCodesList(value: Array<string>): OptimizeRankingMatchRequest;
466
+ clearLanguageCodesList(): OptimizeRankingMatchRequest;
467
+ addLanguageCodes(value: string, index?: number): OptimizeRankingMatchRequest;
468
+
469
+ getOptimizationConfigsList(): Array<RankingMatchOptimizationConfig>;
470
+ setOptimizationConfigsList(value: Array<RankingMatchOptimizationConfig>): OptimizeRankingMatchRequest;
471
+ clearOptimizationConfigsList(): OptimizeRankingMatchRequest;
472
+ addOptimizationConfigs(value?: RankingMatchOptimizationConfig, index?: number): RankingMatchOptimizationConfig;
473
+
474
+ getInPlace(): boolean;
475
+ setInPlace(value: boolean): OptimizeRankingMatchRequest;
476
+
477
+ serializeBinary(): Uint8Array;
478
+ toObject(includeInstance?: boolean): OptimizeRankingMatchRequest.AsObject;
479
+ static toObject(includeInstance: boolean, msg: OptimizeRankingMatchRequest): OptimizeRankingMatchRequest.AsObject;
480
+ static serializeBinaryToWriter(message: OptimizeRankingMatchRequest, writer: jspb.BinaryWriter): void;
481
+ static deserializeBinary(bytes: Uint8Array): OptimizeRankingMatchRequest;
482
+ static deserializeBinaryFromReader(message: OptimizeRankingMatchRequest, reader: jspb.BinaryReader): OptimizeRankingMatchRequest;
483
+ }
484
+
485
+ export namespace OptimizeRankingMatchRequest {
486
+ export type AsObject = {
487
+ parent: string,
488
+ languageCodesList: Array<string>,
489
+ optimizationConfigsList: Array<RankingMatchOptimizationConfig.AsObject>,
490
+ inPlace: boolean,
491
+ }
492
+ }
493
+
494
+ export class RankingMatchOptimizationConfig extends jspb.Message {
495
+ getLanguageCode(): string;
496
+ setLanguageCode(value: string): RankingMatchOptimizationConfig;
497
+
498
+ getNSplits(): number;
499
+ setNSplits(value: number): RankingMatchOptimizationConfig;
500
+
501
+ getRandomSeed(): number;
502
+ setRandomSeed(value: number): RankingMatchOptimizationConfig;
503
+
504
+ getInitialThresholds(): google_protobuf_struct_pb.Struct | undefined;
505
+ setInitialThresholds(value?: google_protobuf_struct_pb.Struct): RankingMatchOptimizationConfig;
506
+ hasInitialThresholds(): boolean;
507
+ clearInitialThresholds(): RankingMatchOptimizationConfig;
508
+
509
+ serializeBinary(): Uint8Array;
510
+ toObject(includeInstance?: boolean): RankingMatchOptimizationConfig.AsObject;
511
+ static toObject(includeInstance: boolean, msg: RankingMatchOptimizationConfig): RankingMatchOptimizationConfig.AsObject;
512
+ static serializeBinaryToWriter(message: RankingMatchOptimizationConfig, writer: jspb.BinaryWriter): void;
513
+ static deserializeBinary(bytes: Uint8Array): RankingMatchOptimizationConfig;
514
+ static deserializeBinaryFromReader(message: RankingMatchOptimizationConfig, reader: jspb.BinaryReader): RankingMatchOptimizationConfig;
515
+ }
516
+
517
+ export namespace RankingMatchOptimizationConfig {
518
+ export type AsObject = {
519
+ languageCode: string,
520
+ nSplits: number,
521
+ randomSeed: number,
522
+ initialThresholds?: google_protobuf_struct_pb.Struct.AsObject,
523
+ }
524
+ }
525
+
526
+ export class OptimizeRankingMatchResponse extends jspb.Message {
527
+ getOptimizationInfo(): google_protobuf_struct_pb.Struct | undefined;
528
+ setOptimizationInfo(value?: google_protobuf_struct_pb.Struct): OptimizeRankingMatchResponse;
529
+ hasOptimizationInfo(): boolean;
530
+ clearOptimizationInfo(): OptimizeRankingMatchResponse;
531
+
532
+ getOptimizedOndewoConfig(): google_protobuf_struct_pb.Struct | undefined;
533
+ setOptimizedOndewoConfig(value?: google_protobuf_struct_pb.Struct): OptimizeRankingMatchResponse;
534
+ hasOptimizedOndewoConfig(): boolean;
535
+ clearOptimizedOndewoConfig(): OptimizeRankingMatchResponse;
536
+
537
+ serializeBinary(): Uint8Array;
538
+ toObject(includeInstance?: boolean): OptimizeRankingMatchResponse.AsObject;
539
+ static toObject(includeInstance: boolean, msg: OptimizeRankingMatchResponse): OptimizeRankingMatchResponse.AsObject;
540
+ static serializeBinaryToWriter(message: OptimizeRankingMatchResponse, writer: jspb.BinaryWriter): void;
541
+ static deserializeBinary(bytes: Uint8Array): OptimizeRankingMatchResponse;
542
+ static deserializeBinaryFromReader(message: OptimizeRankingMatchResponse, reader: jspb.BinaryReader): OptimizeRankingMatchResponse;
543
+ }
544
+
545
+ export namespace OptimizeRankingMatchResponse {
546
+ export type AsObject = {
547
+ optimizationInfo?: google_protobuf_struct_pb.Struct.AsObject,
548
+ optimizedOndewoConfig?: google_protobuf_struct_pb.Struct.AsObject,
549
+ }
550
+ }
551
+
552
+ export class ImportAgentRequest extends jspb.Message {
553
+ getParent(): string;
554
+ setParent(value: string): ImportAgentRequest;
555
+
556
+ getAgentUri(): string;
557
+ setAgentUri(value: string): ImportAgentRequest;
558
+
559
+ getAgentContent(): Uint8Array | string;
560
+ getAgentContent_asU8(): Uint8Array;
561
+ getAgentContent_asB64(): string;
562
+ setAgentContent(value: Uint8Array | string): ImportAgentRequest;
563
+
564
+ getAgentCase(): ImportAgentRequest.AgentCase;
565
+
566
+ serializeBinary(): Uint8Array;
567
+ toObject(includeInstance?: boolean): ImportAgentRequest.AsObject;
568
+ static toObject(includeInstance: boolean, msg: ImportAgentRequest): ImportAgentRequest.AsObject;
569
+ static serializeBinaryToWriter(message: ImportAgentRequest, writer: jspb.BinaryWriter): void;
570
+ static deserializeBinary(bytes: Uint8Array): ImportAgentRequest;
571
+ static deserializeBinaryFromReader(message: ImportAgentRequest, reader: jspb.BinaryReader): ImportAgentRequest;
572
+ }
573
+
574
+ export namespace ImportAgentRequest {
575
+ export type AsObject = {
576
+ parent: string,
577
+ agentUri: string,
578
+ agentContent: Uint8Array | string,
579
+ }
580
+
581
+ export enum AgentCase {
582
+ AGENT_NOT_SET = 0,
583
+ AGENT_URI = 2,
584
+ AGENT_CONTENT = 3,
585
+ }
586
+ }
587
+
588
+ export class RestoreAgentRequest extends jspb.Message {
589
+ getParent(): string;
590
+ setParent(value: string): RestoreAgentRequest;
591
+
592
+ getAgentUri(): string;
593
+ setAgentUri(value: string): RestoreAgentRequest;
594
+
595
+ getAgentContent(): Uint8Array | string;
596
+ getAgentContent_asU8(): Uint8Array;
597
+ getAgentContent_asB64(): string;
598
+ setAgentContent(value: Uint8Array | string): RestoreAgentRequest;
599
+
600
+ getAgentCase(): RestoreAgentRequest.AgentCase;
601
+
602
+ serializeBinary(): Uint8Array;
603
+ toObject(includeInstance?: boolean): RestoreAgentRequest.AsObject;
604
+ static toObject(includeInstance: boolean, msg: RestoreAgentRequest): RestoreAgentRequest.AsObject;
605
+ static serializeBinaryToWriter(message: RestoreAgentRequest, writer: jspb.BinaryWriter): void;
606
+ static deserializeBinary(bytes: Uint8Array): RestoreAgentRequest;
607
+ static deserializeBinaryFromReader(message: RestoreAgentRequest, reader: jspb.BinaryReader): RestoreAgentRequest;
608
+ }
609
+
610
+ export namespace RestoreAgentRequest {
611
+ export type AsObject = {
612
+ parent: string,
613
+ agentUri: string,
614
+ agentContent: Uint8Array | string,
615
+ }
616
+
617
+ export enum AgentCase {
618
+ AGENT_NOT_SET = 0,
619
+ AGENT_URI = 2,
620
+ AGENT_CONTENT = 3,
621
+ }
622
+ }
623
+
624
+ export class GetAgentStatisticsRequest extends jspb.Message {
625
+ getParent(): string;
626
+ setParent(value: string): GetAgentStatisticsRequest;
627
+
628
+ getFormat(): ReportFormat;
629
+ setFormat(value: ReportFormat): GetAgentStatisticsRequest;
630
+
631
+ getLanguageCode(): string;
632
+ setLanguageCode(value: string): GetAgentStatisticsRequest;
633
+
634
+ getType(): ReportType;
635
+ setType(value: ReportType): GetAgentStatisticsRequest;
636
+
637
+ serializeBinary(): Uint8Array;
638
+ toObject(includeInstance?: boolean): GetAgentStatisticsRequest.AsObject;
639
+ static toObject(includeInstance: boolean, msg: GetAgentStatisticsRequest): GetAgentStatisticsRequest.AsObject;
640
+ static serializeBinaryToWriter(message: GetAgentStatisticsRequest, writer: jspb.BinaryWriter): void;
641
+ static deserializeBinary(bytes: Uint8Array): GetAgentStatisticsRequest;
642
+ static deserializeBinaryFromReader(message: GetAgentStatisticsRequest, reader: jspb.BinaryReader): GetAgentStatisticsRequest;
643
+ }
644
+
645
+ export namespace GetAgentStatisticsRequest {
646
+ export type AsObject = {
647
+ parent: string,
648
+ format: ReportFormat,
649
+ languageCode: string,
650
+ type: ReportType,
651
+ }
652
+ }
653
+
654
+ export class GetAgentStatisticsResponse extends jspb.Message {
655
+ getReports(): Uint8Array | string;
656
+ getReports_asU8(): Uint8Array;
657
+ getReports_asB64(): string;
658
+ setReports(value: Uint8Array | string): GetAgentStatisticsResponse;
659
+
660
+ getFormat(): ReportFormat;
661
+ setFormat(value: ReportFormat): GetAgentStatisticsResponse;
662
+
663
+ getType(): ReportType;
664
+ setType(value: ReportType): GetAgentStatisticsResponse;
665
+
666
+ serializeBinary(): Uint8Array;
667
+ toObject(includeInstance?: boolean): GetAgentStatisticsResponse.AsObject;
668
+ static toObject(includeInstance: boolean, msg: GetAgentStatisticsResponse): GetAgentStatisticsResponse.AsObject;
669
+ static serializeBinaryToWriter(message: GetAgentStatisticsResponse, writer: jspb.BinaryWriter): void;
670
+ static deserializeBinary(bytes: Uint8Array): GetAgentStatisticsResponse;
671
+ static deserializeBinaryFromReader(message: GetAgentStatisticsResponse, reader: jspb.BinaryReader): GetAgentStatisticsResponse;
672
+ }
673
+
674
+ export namespace GetAgentStatisticsResponse {
675
+ export type AsObject = {
676
+ reports: Uint8Array | string,
677
+ format: ReportFormat,
678
+ type: ReportType,
679
+ }
680
+ }
681
+
682
+ export class AddUserToProjectRequest extends jspb.Message {
683
+ getParent(): string;
684
+ setParent(value: string): AddUserToProjectRequest;
685
+
686
+ getUserId(): string;
687
+ setUserId(value: string): AddUserToProjectRequest;
688
+
689
+ getProjectRoleId(): number;
690
+ setProjectRoleId(value: number): AddUserToProjectRequest;
691
+
692
+ serializeBinary(): Uint8Array;
693
+ toObject(includeInstance?: boolean): AddUserToProjectRequest.AsObject;
694
+ static toObject(includeInstance: boolean, msg: AddUserToProjectRequest): AddUserToProjectRequest.AsObject;
695
+ static serializeBinaryToWriter(message: AddUserToProjectRequest, writer: jspb.BinaryWriter): void;
696
+ static deserializeBinary(bytes: Uint8Array): AddUserToProjectRequest;
697
+ static deserializeBinaryFromReader(message: AddUserToProjectRequest, reader: jspb.BinaryReader): AddUserToProjectRequest;
698
+ }
699
+
700
+ export namespace AddUserToProjectRequest {
701
+ export type AsObject = {
702
+ parent: string,
703
+ userId: string,
704
+ projectRoleId: number,
705
+ }
706
+ }
707
+
708
+ export class RemoveUserFromProjectRequest extends jspb.Message {
709
+ getParent(): string;
710
+ setParent(value: string): RemoveUserFromProjectRequest;
711
+
712
+ getUserId(): string;
713
+ setUserId(value: string): RemoveUserFromProjectRequest;
714
+
715
+ serializeBinary(): Uint8Array;
716
+ toObject(includeInstance?: boolean): RemoveUserFromProjectRequest.AsObject;
717
+ static toObject(includeInstance: boolean, msg: RemoveUserFromProjectRequest): RemoveUserFromProjectRequest.AsObject;
718
+ static serializeBinaryToWriter(message: RemoveUserFromProjectRequest, writer: jspb.BinaryWriter): void;
719
+ static deserializeBinary(bytes: Uint8Array): RemoveUserFromProjectRequest;
720
+ static deserializeBinaryFromReader(message: RemoveUserFromProjectRequest, reader: jspb.BinaryReader): RemoveUserFromProjectRequest;
721
+ }
722
+
723
+ export namespace RemoveUserFromProjectRequest {
724
+ export type AsObject = {
725
+ parent: string,
726
+ userId: string,
727
+ }
728
+ }
729
+
730
+ export class ListUsersInProjectRequest extends jspb.Message {
731
+ getParent(): string;
732
+ setParent(value: string): ListUsersInProjectRequest;
733
+
734
+ getPageToken(): string;
735
+ setPageToken(value: string): ListUsersInProjectRequest;
736
+
737
+ serializeBinary(): Uint8Array;
738
+ toObject(includeInstance?: boolean): ListUsersInProjectRequest.AsObject;
739
+ static toObject(includeInstance: boolean, msg: ListUsersInProjectRequest): ListUsersInProjectRequest.AsObject;
740
+ static serializeBinaryToWriter(message: ListUsersInProjectRequest, writer: jspb.BinaryWriter): void;
741
+ static deserializeBinary(bytes: Uint8Array): ListUsersInProjectRequest;
742
+ static deserializeBinaryFromReader(message: ListUsersInProjectRequest, reader: jspb.BinaryReader): ListUsersInProjectRequest;
743
+ }
744
+
745
+ export namespace ListUsersInProjectRequest {
746
+ export type AsObject = {
747
+ parent: string,
748
+ pageToken: string,
749
+ }
750
+ }
751
+
752
+ export class UserInProject extends jspb.Message {
753
+ getParent(): string;
754
+ setParent(value: string): UserInProject;
755
+
756
+ getUser(): ondewo_nlu_user_pb.User | undefined;
757
+ setUser(value?: ondewo_nlu_user_pb.User): UserInProject;
758
+ hasUser(): boolean;
759
+ clearUser(): UserInProject;
760
+
761
+ getRoleId(): number;
762
+ setRoleId(value: number): UserInProject;
763
+
764
+ serializeBinary(): Uint8Array;
765
+ toObject(includeInstance?: boolean): UserInProject.AsObject;
766
+ static toObject(includeInstance: boolean, msg: UserInProject): UserInProject.AsObject;
767
+ static serializeBinaryToWriter(message: UserInProject, writer: jspb.BinaryWriter): void;
768
+ static deserializeBinary(bytes: Uint8Array): UserInProject;
769
+ static deserializeBinaryFromReader(message: UserInProject, reader: jspb.BinaryReader): UserInProject;
770
+ }
771
+
772
+ export namespace UserInProject {
773
+ export type AsObject = {
774
+ parent: string,
775
+ user?: ondewo_nlu_user_pb.User.AsObject,
776
+ roleId: number,
777
+ }
778
+ }
779
+
780
+ export class ListUsersInProjectResponse extends jspb.Message {
781
+ getUsersList(): Array<UserInProject>;
782
+ setUsersList(value: Array<UserInProject>): ListUsersInProjectResponse;
783
+ clearUsersList(): ListUsersInProjectResponse;
784
+ addUsers(value?: UserInProject, index?: number): UserInProject;
785
+
786
+ getNextPageToken(): string;
787
+ setNextPageToken(value: string): ListUsersInProjectResponse;
788
+
789
+ serializeBinary(): Uint8Array;
790
+ toObject(includeInstance?: boolean): ListUsersInProjectResponse.AsObject;
791
+ static toObject(includeInstance: boolean, msg: ListUsersInProjectResponse): ListUsersInProjectResponse.AsObject;
792
+ static serializeBinaryToWriter(message: ListUsersInProjectResponse, writer: jspb.BinaryWriter): void;
793
+ static deserializeBinary(bytes: Uint8Array): ListUsersInProjectResponse;
794
+ static deserializeBinaryFromReader(message: ListUsersInProjectResponse, reader: jspb.BinaryReader): ListUsersInProjectResponse;
795
+ }
796
+
797
+ export namespace ListUsersInProjectResponse {
798
+ export type AsObject = {
799
+ usersList: Array<UserInProject.AsObject>,
800
+ nextPageToken: string,
801
+ }
802
+ }
803
+
804
+ export class GetPlatformInfoResponse extends jspb.Message {
805
+ getVersion(): string;
806
+ setVersion(value: string): GetPlatformInfoResponse;
807
+
808
+ getCommitHash(): string;
809
+ setCommitHash(value: string): GetPlatformInfoResponse;
810
+
811
+ serializeBinary(): Uint8Array;
812
+ toObject(includeInstance?: boolean): GetPlatformInfoResponse.AsObject;
813
+ static toObject(includeInstance: boolean, msg: GetPlatformInfoResponse): GetPlatformInfoResponse.AsObject;
814
+ static serializeBinaryToWriter(message: GetPlatformInfoResponse, writer: jspb.BinaryWriter): void;
815
+ static deserializeBinary(bytes: Uint8Array): GetPlatformInfoResponse;
816
+ static deserializeBinaryFromReader(message: GetPlatformInfoResponse, reader: jspb.BinaryReader): GetPlatformInfoResponse;
817
+ }
818
+
819
+ export namespace GetPlatformInfoResponse {
820
+ export type AsObject = {
821
+ version: string,
822
+ commitHash: string,
823
+ }
824
+ }
825
+
826
+ export class ListProjectPermissionsRequest extends jspb.Message {
827
+ getPageToken(): string;
828
+ setPageToken(value: string): ListProjectPermissionsRequest;
829
+
830
+ serializeBinary(): Uint8Array;
831
+ toObject(includeInstance?: boolean): ListProjectPermissionsRequest.AsObject;
832
+ static toObject(includeInstance: boolean, msg: ListProjectPermissionsRequest): ListProjectPermissionsRequest.AsObject;
833
+ static serializeBinaryToWriter(message: ListProjectPermissionsRequest, writer: jspb.BinaryWriter): void;
834
+ static deserializeBinary(bytes: Uint8Array): ListProjectPermissionsRequest;
835
+ static deserializeBinaryFromReader(message: ListProjectPermissionsRequest, reader: jspb.BinaryReader): ListProjectPermissionsRequest;
836
+ }
837
+
838
+ export namespace ListProjectPermissionsRequest {
839
+ export type AsObject = {
840
+ pageToken: string,
841
+ }
842
+ }
843
+
844
+ export class ListProjectPermissionsResponse extends jspb.Message {
845
+ getPermissionsList(): Array<string>;
846
+ setPermissionsList(value: Array<string>): ListProjectPermissionsResponse;
847
+ clearPermissionsList(): ListProjectPermissionsResponse;
848
+ addPermissions(value: string, index?: number): ListProjectPermissionsResponse;
849
+
850
+ getNextPageToken(): string;
851
+ setNextPageToken(value: string): ListProjectPermissionsResponse;
852
+
853
+ serializeBinary(): Uint8Array;
854
+ toObject(includeInstance?: boolean): ListProjectPermissionsResponse.AsObject;
855
+ static toObject(includeInstance: boolean, msg: ListProjectPermissionsResponse): ListProjectPermissionsResponse.AsObject;
856
+ static serializeBinaryToWriter(message: ListProjectPermissionsResponse, writer: jspb.BinaryWriter): void;
857
+ static deserializeBinary(bytes: Uint8Array): ListProjectPermissionsResponse;
858
+ static deserializeBinaryFromReader(message: ListProjectPermissionsResponse, reader: jspb.BinaryReader): ListProjectPermissionsResponse;
859
+ }
860
+
861
+ export namespace ListProjectPermissionsResponse {
862
+ export type AsObject = {
863
+ permissionsList: Array<string>,
864
+ nextPageToken: string,
865
+ }
866
+ }
867
+
868
+ export class SetAgentStatusRequest extends jspb.Message {
869
+ getParent(): string;
870
+ setParent(value: string): SetAgentStatusRequest;
871
+
872
+ getStatus(): AgentStatus;
873
+ setStatus(value: AgentStatus): SetAgentStatusRequest;
874
+
875
+ getAgentView(): AgentView;
876
+ setAgentView(value: AgentView): SetAgentStatusRequest;
877
+
878
+ serializeBinary(): Uint8Array;
879
+ toObject(includeInstance?: boolean): SetAgentStatusRequest.AsObject;
880
+ static toObject(includeInstance: boolean, msg: SetAgentStatusRequest): SetAgentStatusRequest.AsObject;
881
+ static serializeBinaryToWriter(message: SetAgentStatusRequest, writer: jspb.BinaryWriter): void;
882
+ static deserializeBinary(bytes: Uint8Array): SetAgentStatusRequest;
883
+ static deserializeBinaryFromReader(message: SetAgentStatusRequest, reader: jspb.BinaryReader): SetAgentStatusRequest;
884
+ }
885
+
886
+ export namespace SetAgentStatusRequest {
887
+ export type AsObject = {
888
+ parent: string,
889
+ status: AgentStatus,
890
+ agentView: AgentView,
891
+ }
892
+ }
893
+
894
+ export class AgentSorting extends jspb.Message {
895
+ getSortingField(): AgentSorting.AgentSortingField;
896
+ setSortingField(value: AgentSorting.AgentSortingField): AgentSorting;
897
+
898
+ getSortingMode(): ondewo_nlu_common_pb.SortingMode;
899
+ setSortingMode(value: ondewo_nlu_common_pb.SortingMode): AgentSorting;
900
+
901
+ serializeBinary(): Uint8Array;
902
+ toObject(includeInstance?: boolean): AgentSorting.AsObject;
903
+ static toObject(includeInstance: boolean, msg: AgentSorting): AgentSorting.AsObject;
904
+ static serializeBinaryToWriter(message: AgentSorting, writer: jspb.BinaryWriter): void;
905
+ static deserializeBinary(bytes: Uint8Array): AgentSorting;
906
+ static deserializeBinaryFromReader(message: AgentSorting, reader: jspb.BinaryReader): AgentSorting;
907
+ }
908
+
909
+ export namespace AgentSorting {
910
+ export type AsObject = {
911
+ sortingField: AgentSorting.AgentSortingField,
912
+ sortingMode: ondewo_nlu_common_pb.SortingMode,
913
+ }
914
+
915
+ export enum AgentSortingField {
916
+ NO_AGENT_SORTING = 0,
917
+ SORT_AGENT_BY_NAME = 1,
918
+ SORT_AGENT_BY_CREATION_DATE = 2,
919
+ SORT_AGENT_BY_LAST_UPDATED = 3,
920
+ SORT_AGENT_BY_OWNER_NAME = 4,
921
+ }
922
+ }
923
+
924
+ export class SetResourcesRequest extends jspb.Message {
925
+ getParent(): string;
926
+ setParent(value: string): SetResourcesRequest;
927
+
928
+ getName(): string;
929
+ setName(value: string): SetResourcesRequest;
930
+
931
+ getType(): string;
932
+ setType(value: string): SetResourcesRequest;
933
+
934
+ getResourceFile(): Uint8Array | string;
935
+ getResourceFile_asU8(): Uint8Array;
936
+ getResourceFile_asB64(): string;
937
+ setResourceFile(value: Uint8Array | string): SetResourcesRequest;
938
+
939
+ getLanguageCode(): string;
940
+ setLanguageCode(value: string): SetResourcesRequest;
941
+
942
+ serializeBinary(): Uint8Array;
943
+ toObject(includeInstance?: boolean): SetResourcesRequest.AsObject;
944
+ static toObject(includeInstance: boolean, msg: SetResourcesRequest): SetResourcesRequest.AsObject;
945
+ static serializeBinaryToWriter(message: SetResourcesRequest, writer: jspb.BinaryWriter): void;
946
+ static deserializeBinary(bytes: Uint8Array): SetResourcesRequest;
947
+ static deserializeBinaryFromReader(message: SetResourcesRequest, reader: jspb.BinaryReader): SetResourcesRequest;
948
+ }
949
+
950
+ export namespace SetResourcesRequest {
951
+ export type AsObject = {
952
+ parent: string,
953
+ name: string,
954
+ type: string,
955
+ resourceFile: Uint8Array | string,
956
+ languageCode: string,
957
+ }
958
+ }
959
+
960
+ export class DeleteResourcesRequest extends jspb.Message {
961
+ getParent(): string;
962
+ setParent(value: string): DeleteResourcesRequest;
963
+
964
+ getName(): string;
965
+ setName(value: string): DeleteResourcesRequest;
966
+
967
+ getType(): string;
968
+ setType(value: string): DeleteResourcesRequest;
969
+
970
+ getLanguageCode(): string;
971
+ setLanguageCode(value: string): DeleteResourcesRequest;
972
+
973
+ serializeBinary(): Uint8Array;
974
+ toObject(includeInstance?: boolean): DeleteResourcesRequest.AsObject;
975
+ static toObject(includeInstance: boolean, msg: DeleteResourcesRequest): DeleteResourcesRequest.AsObject;
976
+ static serializeBinaryToWriter(message: DeleteResourcesRequest, writer: jspb.BinaryWriter): void;
977
+ static deserializeBinary(bytes: Uint8Array): DeleteResourcesRequest;
978
+ static deserializeBinaryFromReader(message: DeleteResourcesRequest, reader: jspb.BinaryReader): DeleteResourcesRequest;
979
+ }
980
+
981
+ export namespace DeleteResourcesRequest {
982
+ export type AsObject = {
983
+ parent: string,
984
+ name: string,
985
+ type: string,
986
+ languageCode: string,
987
+ }
988
+ }
989
+
990
+ export class ExportResourcesRequest extends jspb.Message {
991
+ getParent(): string;
992
+ setParent(value: string): ExportResourcesRequest;
993
+
994
+ getName(): string;
995
+ setName(value: string): ExportResourcesRequest;
996
+
997
+ getType(): string;
998
+ setType(value: string): ExportResourcesRequest;
999
+
1000
+ getLanguageCode(): string;
1001
+ setLanguageCode(value: string): ExportResourcesRequest;
1002
+
1003
+ serializeBinary(): Uint8Array;
1004
+ toObject(includeInstance?: boolean): ExportResourcesRequest.AsObject;
1005
+ static toObject(includeInstance: boolean, msg: ExportResourcesRequest): ExportResourcesRequest.AsObject;
1006
+ static serializeBinaryToWriter(message: ExportResourcesRequest, writer: jspb.BinaryWriter): void;
1007
+ static deserializeBinary(bytes: Uint8Array): ExportResourcesRequest;
1008
+ static deserializeBinaryFromReader(message: ExportResourcesRequest, reader: jspb.BinaryReader): ExportResourcesRequest;
1009
+ }
1010
+
1011
+ export namespace ExportResourcesRequest {
1012
+ export type AsObject = {
1013
+ parent: string,
1014
+ name: string,
1015
+ type: string,
1016
+ languageCode: string,
1017
+ }
1018
+ }
1019
+
1020
+ export class ExportResourcesResponse extends jspb.Message {
1021
+ getParent(): string;
1022
+ setParent(value: string): ExportResourcesResponse;
1023
+
1024
+ getName(): string;
1025
+ setName(value: string): ExportResourcesResponse;
1026
+
1027
+ getType(): string;
1028
+ setType(value: string): ExportResourcesResponse;
1029
+
1030
+ getLanguageCode(): string;
1031
+ setLanguageCode(value: string): ExportResourcesResponse;
1032
+
1033
+ getResourceFile(): Uint8Array | string;
1034
+ getResourceFile_asU8(): Uint8Array;
1035
+ getResourceFile_asB64(): string;
1036
+ setResourceFile(value: Uint8Array | string): ExportResourcesResponse;
1037
+
1038
+ serializeBinary(): Uint8Array;
1039
+ toObject(includeInstance?: boolean): ExportResourcesResponse.AsObject;
1040
+ static toObject(includeInstance: boolean, msg: ExportResourcesResponse): ExportResourcesResponse.AsObject;
1041
+ static serializeBinaryToWriter(message: ExportResourcesResponse, writer: jspb.BinaryWriter): void;
1042
+ static deserializeBinary(bytes: Uint8Array): ExportResourcesResponse;
1043
+ static deserializeBinaryFromReader(message: ExportResourcesResponse, reader: jspb.BinaryReader): ExportResourcesResponse;
1044
+ }
1045
+
1046
+ export namespace ExportResourcesResponse {
1047
+ export type AsObject = {
1048
+ parent: string,
1049
+ name: string,
1050
+ type: string,
1051
+ languageCode: string,
1052
+ resourceFile: Uint8Array | string,
1053
+ }
1054
+ }
1055
+
1056
+ export class GetModelStatusesRequest extends jspb.Message {
1057
+ getParent(): string;
1058
+ setParent(value: string): GetModelStatusesRequest;
1059
+
1060
+ getCacheVersion(): number;
1061
+ setCacheVersion(value: number): GetModelStatusesRequest;
1062
+
1063
+ getLanguageCode(): string;
1064
+ setLanguageCode(value: string): GetModelStatusesRequest;
1065
+
1066
+ getModelName(): string;
1067
+ setModelName(value: string): GetModelStatusesRequest;
1068
+
1069
+ serializeBinary(): Uint8Array;
1070
+ toObject(includeInstance?: boolean): GetModelStatusesRequest.AsObject;
1071
+ static toObject(includeInstance: boolean, msg: GetModelStatusesRequest): GetModelStatusesRequest.AsObject;
1072
+ static serializeBinaryToWriter(message: GetModelStatusesRequest, writer: jspb.BinaryWriter): void;
1073
+ static deserializeBinary(bytes: Uint8Array): GetModelStatusesRequest;
1074
+ static deserializeBinaryFromReader(message: GetModelStatusesRequest, reader: jspb.BinaryReader): GetModelStatusesRequest;
1075
+ }
1076
+
1077
+ export namespace GetModelStatusesRequest {
1078
+ export type AsObject = {
1079
+ parent: string,
1080
+ cacheVersion: number,
1081
+ languageCode: string,
1082
+ modelName: string,
1083
+ }
1084
+ }
1085
+
1086
+ export class ModelStatus extends jspb.Message {
1087
+ getCacheVersion(): number;
1088
+ setCacheVersion(value: number): ModelStatus;
1089
+
1090
+ getLanguageCode(): string;
1091
+ setLanguageCode(value: string): ModelStatus;
1092
+
1093
+ getModelName(): string;
1094
+ setModelName(value: string): ModelStatus;
1095
+
1096
+ getStatusSetTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
1097
+ setStatusSetTime(value?: google_protobuf_timestamp_pb.Timestamp): ModelStatus;
1098
+ hasStatusSetTime(): boolean;
1099
+ clearStatusSetTime(): ModelStatus;
1100
+
1101
+ getConfig(): string;
1102
+ setConfig(value: string): ModelStatus;
1103
+
1104
+ getStatus(): ModelStatus.StatusName;
1105
+ setStatus(value: ModelStatus.StatusName): ModelStatus;
1106
+
1107
+ serializeBinary(): Uint8Array;
1108
+ toObject(includeInstance?: boolean): ModelStatus.AsObject;
1109
+ static toObject(includeInstance: boolean, msg: ModelStatus): ModelStatus.AsObject;
1110
+ static serializeBinaryToWriter(message: ModelStatus, writer: jspb.BinaryWriter): void;
1111
+ static deserializeBinary(bytes: Uint8Array): ModelStatus;
1112
+ static deserializeBinaryFromReader(message: ModelStatus, reader: jspb.BinaryReader): ModelStatus;
1113
+ }
1114
+
1115
+ export namespace ModelStatus {
1116
+ export type AsObject = {
1117
+ cacheVersion: number,
1118
+ languageCode: string,
1119
+ modelName: string,
1120
+ statusSetTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1121
+ config: string,
1122
+ status: ModelStatus.StatusName,
1123
+ }
1124
+
1125
+ export enum StatusName {
1126
+ UNKNOWN = 0,
1127
+ INITIALIZING = 1,
1128
+ INITIALIZED = 2,
1129
+ LOADING_DATA = 3,
1130
+ TRAINING = 4,
1131
+ TESTING = 5,
1132
+ TRAINED = 6,
1133
+ }
1134
+ }
1135
+
1136
+ export class GetModelStatusesResponse extends jspb.Message {
1137
+ getModelStatusesList(): Array<ModelStatus>;
1138
+ setModelStatusesList(value: Array<ModelStatus>): GetModelStatusesResponse;
1139
+ clearModelStatusesList(): GetModelStatusesResponse;
1140
+ addModelStatuses(value?: ModelStatus, index?: number): ModelStatus;
1141
+
1142
+ serializeBinary(): Uint8Array;
1143
+ toObject(includeInstance?: boolean): GetModelStatusesResponse.AsObject;
1144
+ static toObject(includeInstance: boolean, msg: GetModelStatusesResponse): GetModelStatusesResponse.AsObject;
1145
+ static serializeBinaryToWriter(message: GetModelStatusesResponse, writer: jspb.BinaryWriter): void;
1146
+ static deserializeBinary(bytes: Uint8Array): GetModelStatusesResponse;
1147
+ static deserializeBinaryFromReader(message: GetModelStatusesResponse, reader: jspb.BinaryReader): GetModelStatusesResponse;
1148
+ }
1149
+
1150
+ export namespace GetModelStatusesResponse {
1151
+ export type AsObject = {
1152
+ modelStatusesList: Array<ModelStatus.AsObject>,
1153
+ }
1154
+ }
1155
+
1156
+ export class CustomPlatformInfo extends jspb.Message {
1157
+ getPlatform(): ondewo_nlu_intent_pb.Intent.Message.Platform;
1158
+ setPlatform(value: ondewo_nlu_intent_pb.Intent.Message.Platform): CustomPlatformInfo;
1159
+
1160
+ getDisplayName(): string;
1161
+ setDisplayName(value: string): CustomPlatformInfo;
1162
+
1163
+ getPosition(): number;
1164
+ setPosition(value: number): CustomPlatformInfo;
1165
+
1166
+ serializeBinary(): Uint8Array;
1167
+ toObject(includeInstance?: boolean): CustomPlatformInfo.AsObject;
1168
+ static toObject(includeInstance: boolean, msg: CustomPlatformInfo): CustomPlatformInfo.AsObject;
1169
+ static serializeBinaryToWriter(message: CustomPlatformInfo, writer: jspb.BinaryWriter): void;
1170
+ static deserializeBinary(bytes: Uint8Array): CustomPlatformInfo;
1171
+ static deserializeBinaryFromReader(message: CustomPlatformInfo, reader: jspb.BinaryReader): CustomPlatformInfo;
1172
+ }
1173
+
1174
+ export namespace CustomPlatformInfo {
1175
+ export type AsObject = {
1176
+ platform: ondewo_nlu_intent_pb.Intent.Message.Platform,
1177
+ displayName: string,
1178
+ position: number,
1179
+ }
1180
+ }
1181
+
1182
+ export class GetPlatformMappingRequest extends jspb.Message {
1183
+ getParent(): string;
1184
+ setParent(value: string): GetPlatformMappingRequest;
1185
+
1186
+ serializeBinary(): Uint8Array;
1187
+ toObject(includeInstance?: boolean): GetPlatformMappingRequest.AsObject;
1188
+ static toObject(includeInstance: boolean, msg: GetPlatformMappingRequest): GetPlatformMappingRequest.AsObject;
1189
+ static serializeBinaryToWriter(message: GetPlatformMappingRequest, writer: jspb.BinaryWriter): void;
1190
+ static deserializeBinary(bytes: Uint8Array): GetPlatformMappingRequest;
1191
+ static deserializeBinaryFromReader(message: GetPlatformMappingRequest, reader: jspb.BinaryReader): GetPlatformMappingRequest;
1192
+ }
1193
+
1194
+ export namespace GetPlatformMappingRequest {
1195
+ export type AsObject = {
1196
+ parent: string,
1197
+ }
1198
+ }
1199
+
1200
+ export class PlatformMapping extends jspb.Message {
1201
+ getParent(): string;
1202
+ setParent(value: string): PlatformMapping;
1203
+
1204
+ getPlatformInfoList(): Array<CustomPlatformInfo>;
1205
+ setPlatformInfoList(value: Array<CustomPlatformInfo>): PlatformMapping;
1206
+ clearPlatformInfoList(): PlatformMapping;
1207
+ addPlatformInfo(value?: CustomPlatformInfo, index?: number): CustomPlatformInfo;
1208
+
1209
+ serializeBinary(): Uint8Array;
1210
+ toObject(includeInstance?: boolean): PlatformMapping.AsObject;
1211
+ static toObject(includeInstance: boolean, msg: PlatformMapping): PlatformMapping.AsObject;
1212
+ static serializeBinaryToWriter(message: PlatformMapping, writer: jspb.BinaryWriter): void;
1213
+ static deserializeBinary(bytes: Uint8Array): PlatformMapping;
1214
+ static deserializeBinaryFromReader(message: PlatformMapping, reader: jspb.BinaryReader): PlatformMapping;
1215
+ }
1216
+
1217
+ export namespace PlatformMapping {
1218
+ export type AsObject = {
1219
+ parent: string,
1220
+ platformInfoList: Array<CustomPlatformInfo.AsObject>,
1221
+ }
1222
+ }
1223
+
1224
+ export class FullTextSearchRequest extends jspb.Message {
1225
+ getParent(): string;
1226
+ setParent(value: string): FullTextSearchRequest;
1227
+
1228
+ getLanguageCode(): string;
1229
+ setLanguageCode(value: string): FullTextSearchRequest;
1230
+
1231
+ getTerm(): string;
1232
+ setTerm(value: string): FullTextSearchRequest;
1233
+
1234
+ getPageToken(): string;
1235
+ setPageToken(value: string): FullTextSearchRequest;
1236
+
1237
+ serializeBinary(): Uint8Array;
1238
+ toObject(includeInstance?: boolean): FullTextSearchRequest.AsObject;
1239
+ static toObject(includeInstance: boolean, msg: FullTextSearchRequest): FullTextSearchRequest.AsObject;
1240
+ static serializeBinaryToWriter(message: FullTextSearchRequest, writer: jspb.BinaryWriter): void;
1241
+ static deserializeBinary(bytes: Uint8Array): FullTextSearchRequest;
1242
+ static deserializeBinaryFromReader(message: FullTextSearchRequest, reader: jspb.BinaryReader): FullTextSearchRequest;
1243
+ }
1244
+
1245
+ export namespace FullTextSearchRequest {
1246
+ export type AsObject = {
1247
+ parent: string,
1248
+ languageCode: string,
1249
+ term: string,
1250
+ pageToken: string,
1251
+ }
1252
+
1253
+ export enum QueryType {
1254
+ ALL = 0,
1255
+ ONDEWOENTITYQUERY = 1,
1256
+ ONDEWOENTITYTYPEQUERY = 2,
1257
+ ONDEWOENTITYSYNONYMQUERY = 3,
1258
+ ONDEWOINTENTQUERY = 4,
1259
+ ONDEWOINTENTCONTEXTINQUERY = 5,
1260
+ ONDEWOINTENTCONTEXTOUTQUERY = 6,
1261
+ ONDEWOINTENTUSERSAYSQUERY = 7,
1262
+ ONDEWOINTENTTAGSQUERY = 8,
1263
+ ONDEWOINTENTPARAMETERSQUERY = 9,
1264
+ ONDEWOINTENTRESPONSEQUERY = 10,
1265
+ }
1266
+ }
1267
+
1268
+ export class FullTextSearchResponseEntityType extends jspb.Message {
1269
+ getParent(): string;
1270
+ setParent(value: string): FullTextSearchResponseEntityType;
1271
+
1272
+ getLanguageCode(): string;
1273
+ setLanguageCode(value: string): FullTextSearchResponseEntityType;
1274
+
1275
+ getEntityTypeResultsList(): Array<FullTextSearchResponseEntityType.EntityTypeSearchResult>;
1276
+ setEntityTypeResultsList(value: Array<FullTextSearchResponseEntityType.EntityTypeSearchResult>): FullTextSearchResponseEntityType;
1277
+ clearEntityTypeResultsList(): FullTextSearchResponseEntityType;
1278
+ addEntityTypeResults(value?: FullTextSearchResponseEntityType.EntityTypeSearchResult, index?: number): FullTextSearchResponseEntityType.EntityTypeSearchResult;
1279
+
1280
+ getTerm(): string;
1281
+ setTerm(value: string): FullTextSearchResponseEntityType;
1282
+
1283
+ getElasticQuery(): string;
1284
+ setElasticQuery(value: string): FullTextSearchResponseEntityType;
1285
+
1286
+ getTime(): number;
1287
+ setTime(value: number): FullTextSearchResponseEntityType;
1288
+
1289
+ getNextPageToken(): string;
1290
+ setNextPageToken(value: string): FullTextSearchResponseEntityType;
1291
+
1292
+ serializeBinary(): Uint8Array;
1293
+ toObject(includeInstance?: boolean): FullTextSearchResponseEntityType.AsObject;
1294
+ static toObject(includeInstance: boolean, msg: FullTextSearchResponseEntityType): FullTextSearchResponseEntityType.AsObject;
1295
+ static serializeBinaryToWriter(message: FullTextSearchResponseEntityType, writer: jspb.BinaryWriter): void;
1296
+ static deserializeBinary(bytes: Uint8Array): FullTextSearchResponseEntityType;
1297
+ static deserializeBinaryFromReader(message: FullTextSearchResponseEntityType, reader: jspb.BinaryReader): FullTextSearchResponseEntityType;
1298
+ }
1299
+
1300
+ export namespace FullTextSearchResponseEntityType {
1301
+ export type AsObject = {
1302
+ parent: string,
1303
+ languageCode: string,
1304
+ entityTypeResultsList: Array<FullTextSearchResponseEntityType.EntityTypeSearchResult.AsObject>,
1305
+ term: string,
1306
+ elasticQuery: string,
1307
+ time: number,
1308
+ nextPageToken: string,
1309
+ }
1310
+
1311
+ export class EntityTypeSearchResult extends jspb.Message {
1312
+ getName(): string;
1313
+ setName(value: string): EntityTypeSearchResult;
1314
+
1315
+ getDisplayName(): string;
1316
+ setDisplayName(value: string): EntityTypeSearchResult;
1317
+
1318
+ getLanguage(): string;
1319
+ setLanguage(value: string): EntityTypeSearchResult;
1320
+
1321
+ serializeBinary(): Uint8Array;
1322
+ toObject(includeInstance?: boolean): EntityTypeSearchResult.AsObject;
1323
+ static toObject(includeInstance: boolean, msg: EntityTypeSearchResult): EntityTypeSearchResult.AsObject;
1324
+ static serializeBinaryToWriter(message: EntityTypeSearchResult, writer: jspb.BinaryWriter): void;
1325
+ static deserializeBinary(bytes: Uint8Array): EntityTypeSearchResult;
1326
+ static deserializeBinaryFromReader(message: EntityTypeSearchResult, reader: jspb.BinaryReader): EntityTypeSearchResult;
1327
+ }
1328
+
1329
+ export namespace EntityTypeSearchResult {
1330
+ export type AsObject = {
1331
+ name: string,
1332
+ displayName: string,
1333
+ language: string,
1334
+ }
1335
+ }
1336
+
1337
+ }
1338
+
1339
+ export class FullTextSearchResponseEntity extends jspb.Message {
1340
+ getParent(): string;
1341
+ setParent(value: string): FullTextSearchResponseEntity;
1342
+
1343
+ getLanguageCode(): string;
1344
+ setLanguageCode(value: string): FullTextSearchResponseEntity;
1345
+
1346
+ getEntityResultsList(): Array<FullTextSearchResponseEntity.EntitySearchResult>;
1347
+ setEntityResultsList(value: Array<FullTextSearchResponseEntity.EntitySearchResult>): FullTextSearchResponseEntity;
1348
+ clearEntityResultsList(): FullTextSearchResponseEntity;
1349
+ addEntityResults(value?: FullTextSearchResponseEntity.EntitySearchResult, index?: number): FullTextSearchResponseEntity.EntitySearchResult;
1350
+
1351
+ getTerm(): string;
1352
+ setTerm(value: string): FullTextSearchResponseEntity;
1353
+
1354
+ getElasticQuery(): string;
1355
+ setElasticQuery(value: string): FullTextSearchResponseEntity;
1356
+
1357
+ getTime(): number;
1358
+ setTime(value: number): FullTextSearchResponseEntity;
1359
+
1360
+ getNextPageToken(): string;
1361
+ setNextPageToken(value: string): FullTextSearchResponseEntity;
1362
+
1363
+ serializeBinary(): Uint8Array;
1364
+ toObject(includeInstance?: boolean): FullTextSearchResponseEntity.AsObject;
1365
+ static toObject(includeInstance: boolean, msg: FullTextSearchResponseEntity): FullTextSearchResponseEntity.AsObject;
1366
+ static serializeBinaryToWriter(message: FullTextSearchResponseEntity, writer: jspb.BinaryWriter): void;
1367
+ static deserializeBinary(bytes: Uint8Array): FullTextSearchResponseEntity;
1368
+ static deserializeBinaryFromReader(message: FullTextSearchResponseEntity, reader: jspb.BinaryReader): FullTextSearchResponseEntity;
1369
+ }
1370
+
1371
+ export namespace FullTextSearchResponseEntity {
1372
+ export type AsObject = {
1373
+ parent: string,
1374
+ languageCode: string,
1375
+ entityResultsList: Array<FullTextSearchResponseEntity.EntitySearchResult.AsObject>,
1376
+ term: string,
1377
+ elasticQuery: string,
1378
+ time: number,
1379
+ nextPageToken: string,
1380
+ }
1381
+
1382
+ export class EntitySearchResult extends jspb.Message {
1383
+ getName(): string;
1384
+ setName(value: string): EntitySearchResult;
1385
+
1386
+ getDisplayName(): string;
1387
+ setDisplayName(value: string): EntitySearchResult;
1388
+
1389
+ getEntityTypeName(): string;
1390
+ setEntityTypeName(value: string): EntitySearchResult;
1391
+
1392
+ getLanguage(): string;
1393
+ setLanguage(value: string): EntitySearchResult;
1394
+
1395
+ serializeBinary(): Uint8Array;
1396
+ toObject(includeInstance?: boolean): EntitySearchResult.AsObject;
1397
+ static toObject(includeInstance: boolean, msg: EntitySearchResult): EntitySearchResult.AsObject;
1398
+ static serializeBinaryToWriter(message: EntitySearchResult, writer: jspb.BinaryWriter): void;
1399
+ static deserializeBinary(bytes: Uint8Array): EntitySearchResult;
1400
+ static deserializeBinaryFromReader(message: EntitySearchResult, reader: jspb.BinaryReader): EntitySearchResult;
1401
+ }
1402
+
1403
+ export namespace EntitySearchResult {
1404
+ export type AsObject = {
1405
+ name: string,
1406
+ displayName: string,
1407
+ entityTypeName: string,
1408
+ language: string,
1409
+ }
1410
+ }
1411
+
1412
+ }
1413
+
1414
+ export class FullTextSearchResponseEntitySynonym extends jspb.Message {
1415
+ getParent(): string;
1416
+ setParent(value: string): FullTextSearchResponseEntitySynonym;
1417
+
1418
+ getLanguageCode(): string;
1419
+ setLanguageCode(value: string): FullTextSearchResponseEntitySynonym;
1420
+
1421
+ getEntitySynonymResultsList(): Array<FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult>;
1422
+ setEntitySynonymResultsList(value: Array<FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult>): FullTextSearchResponseEntitySynonym;
1423
+ clearEntitySynonymResultsList(): FullTextSearchResponseEntitySynonym;
1424
+ addEntitySynonymResults(value?: FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult, index?: number): FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult;
1425
+
1426
+ getTerm(): string;
1427
+ setTerm(value: string): FullTextSearchResponseEntitySynonym;
1428
+
1429
+ getElasticQuery(): string;
1430
+ setElasticQuery(value: string): FullTextSearchResponseEntitySynonym;
1431
+
1432
+ getTime(): number;
1433
+ setTime(value: number): FullTextSearchResponseEntitySynonym;
1434
+
1435
+ getNextPageToken(): string;
1436
+ setNextPageToken(value: string): FullTextSearchResponseEntitySynonym;
1437
+
1438
+ serializeBinary(): Uint8Array;
1439
+ toObject(includeInstance?: boolean): FullTextSearchResponseEntitySynonym.AsObject;
1440
+ static toObject(includeInstance: boolean, msg: FullTextSearchResponseEntitySynonym): FullTextSearchResponseEntitySynonym.AsObject;
1441
+ static serializeBinaryToWriter(message: FullTextSearchResponseEntitySynonym, writer: jspb.BinaryWriter): void;
1442
+ static deserializeBinary(bytes: Uint8Array): FullTextSearchResponseEntitySynonym;
1443
+ static deserializeBinaryFromReader(message: FullTextSearchResponseEntitySynonym, reader: jspb.BinaryReader): FullTextSearchResponseEntitySynonym;
1444
+ }
1445
+
1446
+ export namespace FullTextSearchResponseEntitySynonym {
1447
+ export type AsObject = {
1448
+ parent: string,
1449
+ languageCode: string,
1450
+ entitySynonymResultsList: Array<FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.AsObject>,
1451
+ term: string,
1452
+ elasticQuery: string,
1453
+ time: number,
1454
+ nextPageToken: string,
1455
+ }
1456
+
1457
+ export class EntitySynonymSearchResult extends jspb.Message {
1458
+ getName(): string;
1459
+ setName(value: string): EntitySynonymSearchResult;
1460
+
1461
+ getDisplayName(): string;
1462
+ setDisplayName(value: string): EntitySynonymSearchResult;
1463
+
1464
+ getEntityTypeName(): string;
1465
+ setEntityTypeName(value: string): EntitySynonymSearchResult;
1466
+
1467
+ getEntityName(): string;
1468
+ setEntityName(value: string): EntitySynonymSearchResult;
1469
+
1470
+ getLanguage(): string;
1471
+ setLanguage(value: string): EntitySynonymSearchResult;
1472
+
1473
+ serializeBinary(): Uint8Array;
1474
+ toObject(includeInstance?: boolean): EntitySynonymSearchResult.AsObject;
1475
+ static toObject(includeInstance: boolean, msg: EntitySynonymSearchResult): EntitySynonymSearchResult.AsObject;
1476
+ static serializeBinaryToWriter(message: EntitySynonymSearchResult, writer: jspb.BinaryWriter): void;
1477
+ static deserializeBinary(bytes: Uint8Array): EntitySynonymSearchResult;
1478
+ static deserializeBinaryFromReader(message: EntitySynonymSearchResult, reader: jspb.BinaryReader): EntitySynonymSearchResult;
1479
+ }
1480
+
1481
+ export namespace EntitySynonymSearchResult {
1482
+ export type AsObject = {
1483
+ name: string,
1484
+ displayName: string,
1485
+ entityTypeName: string,
1486
+ entityName: string,
1487
+ language: string,
1488
+ }
1489
+ }
1490
+
1491
+ }
1492
+
1493
+ export class FullTextSearchResponseIntent extends jspb.Message {
1494
+ getParent(): string;
1495
+ setParent(value: string): FullTextSearchResponseIntent;
1496
+
1497
+ getLanguageCode(): string;
1498
+ setLanguageCode(value: string): FullTextSearchResponseIntent;
1499
+
1500
+ getIntentResultsList(): Array<FullTextSearchResponseIntent.IntentSearchResult>;
1501
+ setIntentResultsList(value: Array<FullTextSearchResponseIntent.IntentSearchResult>): FullTextSearchResponseIntent;
1502
+ clearIntentResultsList(): FullTextSearchResponseIntent;
1503
+ addIntentResults(value?: FullTextSearchResponseIntent.IntentSearchResult, index?: number): FullTextSearchResponseIntent.IntentSearchResult;
1504
+
1505
+ getTerm(): string;
1506
+ setTerm(value: string): FullTextSearchResponseIntent;
1507
+
1508
+ getElasticQuery(): string;
1509
+ setElasticQuery(value: string): FullTextSearchResponseIntent;
1510
+
1511
+ getTime(): number;
1512
+ setTime(value: number): FullTextSearchResponseIntent;
1513
+
1514
+ getNextPageToken(): string;
1515
+ setNextPageToken(value: string): FullTextSearchResponseIntent;
1516
+
1517
+ serializeBinary(): Uint8Array;
1518
+ toObject(includeInstance?: boolean): FullTextSearchResponseIntent.AsObject;
1519
+ static toObject(includeInstance: boolean, msg: FullTextSearchResponseIntent): FullTextSearchResponseIntent.AsObject;
1520
+ static serializeBinaryToWriter(message: FullTextSearchResponseIntent, writer: jspb.BinaryWriter): void;
1521
+ static deserializeBinary(bytes: Uint8Array): FullTextSearchResponseIntent;
1522
+ static deserializeBinaryFromReader(message: FullTextSearchResponseIntent, reader: jspb.BinaryReader): FullTextSearchResponseIntent;
1523
+ }
1524
+
1525
+ export namespace FullTextSearchResponseIntent {
1526
+ export type AsObject = {
1527
+ parent: string,
1528
+ languageCode: string,
1529
+ intentResultsList: Array<FullTextSearchResponseIntent.IntentSearchResult.AsObject>,
1530
+ term: string,
1531
+ elasticQuery: string,
1532
+ time: number,
1533
+ nextPageToken: string,
1534
+ }
1535
+
1536
+ export class IntentSearchResult extends jspb.Message {
1537
+ getName(): string;
1538
+ setName(value: string): IntentSearchResult;
1539
+
1540
+ getDisplayName(): string;
1541
+ setDisplayName(value: string): IntentSearchResult;
1542
+
1543
+ getDomainName(): string;
1544
+ setDomainName(value: string): IntentSearchResult;
1545
+
1546
+ getLanguage(): string;
1547
+ setLanguage(value: string): IntentSearchResult;
1548
+
1549
+ serializeBinary(): Uint8Array;
1550
+ toObject(includeInstance?: boolean): IntentSearchResult.AsObject;
1551
+ static toObject(includeInstance: boolean, msg: IntentSearchResult): IntentSearchResult.AsObject;
1552
+ static serializeBinaryToWriter(message: IntentSearchResult, writer: jspb.BinaryWriter): void;
1553
+ static deserializeBinary(bytes: Uint8Array): IntentSearchResult;
1554
+ static deserializeBinaryFromReader(message: IntentSearchResult, reader: jspb.BinaryReader): IntentSearchResult;
1555
+ }
1556
+
1557
+ export namespace IntentSearchResult {
1558
+ export type AsObject = {
1559
+ name: string,
1560
+ displayName: string,
1561
+ domainName: string,
1562
+ language: string,
1563
+ }
1564
+ }
1565
+
1566
+ }
1567
+
1568
+ export class FullTextSearchResponseIntentContextIn extends jspb.Message {
1569
+ getParent(): string;
1570
+ setParent(value: string): FullTextSearchResponseIntentContextIn;
1571
+
1572
+ getLanguageCode(): string;
1573
+ setLanguageCode(value: string): FullTextSearchResponseIntentContextIn;
1574
+
1575
+ getIntentContextInResultsList(): Array<FullTextSearchResponseIntentContextIn.IntentContextInSearchResult>;
1576
+ setIntentContextInResultsList(value: Array<FullTextSearchResponseIntentContextIn.IntentContextInSearchResult>): FullTextSearchResponseIntentContextIn;
1577
+ clearIntentContextInResultsList(): FullTextSearchResponseIntentContextIn;
1578
+ addIntentContextInResults(value?: FullTextSearchResponseIntentContextIn.IntentContextInSearchResult, index?: number): FullTextSearchResponseIntentContextIn.IntentContextInSearchResult;
1579
+
1580
+ getTerm(): string;
1581
+ setTerm(value: string): FullTextSearchResponseIntentContextIn;
1582
+
1583
+ getElasticQuery(): string;
1584
+ setElasticQuery(value: string): FullTextSearchResponseIntentContextIn;
1585
+
1586
+ getTime(): number;
1587
+ setTime(value: number): FullTextSearchResponseIntentContextIn;
1588
+
1589
+ getNextPageToken(): string;
1590
+ setNextPageToken(value: string): FullTextSearchResponseIntentContextIn;
1591
+
1592
+ serializeBinary(): Uint8Array;
1593
+ toObject(includeInstance?: boolean): FullTextSearchResponseIntentContextIn.AsObject;
1594
+ static toObject(includeInstance: boolean, msg: FullTextSearchResponseIntentContextIn): FullTextSearchResponseIntentContextIn.AsObject;
1595
+ static serializeBinaryToWriter(message: FullTextSearchResponseIntentContextIn, writer: jspb.BinaryWriter): void;
1596
+ static deserializeBinary(bytes: Uint8Array): FullTextSearchResponseIntentContextIn;
1597
+ static deserializeBinaryFromReader(message: FullTextSearchResponseIntentContextIn, reader: jspb.BinaryReader): FullTextSearchResponseIntentContextIn;
1598
+ }
1599
+
1600
+ export namespace FullTextSearchResponseIntentContextIn {
1601
+ export type AsObject = {
1602
+ parent: string,
1603
+ languageCode: string,
1604
+ intentContextInResultsList: Array<FullTextSearchResponseIntentContextIn.IntentContextInSearchResult.AsObject>,
1605
+ term: string,
1606
+ elasticQuery: string,
1607
+ time: number,
1608
+ nextPageToken: string,
1609
+ }
1610
+
1611
+ export class IntentContextInSearchResult extends jspb.Message {
1612
+ getName(): string;
1613
+ setName(value: string): IntentContextInSearchResult;
1614
+
1615
+ getIntentName(): string;
1616
+ setIntentName(value: string): IntentContextInSearchResult;
1617
+
1618
+ getLanguage(): string;
1619
+ setLanguage(value: string): IntentContextInSearchResult;
1620
+
1621
+ serializeBinary(): Uint8Array;
1622
+ toObject(includeInstance?: boolean): IntentContextInSearchResult.AsObject;
1623
+ static toObject(includeInstance: boolean, msg: IntentContextInSearchResult): IntentContextInSearchResult.AsObject;
1624
+ static serializeBinaryToWriter(message: IntentContextInSearchResult, writer: jspb.BinaryWriter): void;
1625
+ static deserializeBinary(bytes: Uint8Array): IntentContextInSearchResult;
1626
+ static deserializeBinaryFromReader(message: IntentContextInSearchResult, reader: jspb.BinaryReader): IntentContextInSearchResult;
1627
+ }
1628
+
1629
+ export namespace IntentContextInSearchResult {
1630
+ export type AsObject = {
1631
+ name: string,
1632
+ intentName: string,
1633
+ language: string,
1634
+ }
1635
+ }
1636
+
1637
+ }
1638
+
1639
+ export class FullTextSearchResponseIntentContextOut extends jspb.Message {
1640
+ getParent(): string;
1641
+ setParent(value: string): FullTextSearchResponseIntentContextOut;
1642
+
1643
+ getLanguageCode(): string;
1644
+ setLanguageCode(value: string): FullTextSearchResponseIntentContextOut;
1645
+
1646
+ getIntentContextOutResultsList(): Array<FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult>;
1647
+ setIntentContextOutResultsList(value: Array<FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult>): FullTextSearchResponseIntentContextOut;
1648
+ clearIntentContextOutResultsList(): FullTextSearchResponseIntentContextOut;
1649
+ addIntentContextOutResults(value?: FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult, index?: number): FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult;
1650
+
1651
+ getTerm(): string;
1652
+ setTerm(value: string): FullTextSearchResponseIntentContextOut;
1653
+
1654
+ getElasticQuery(): string;
1655
+ setElasticQuery(value: string): FullTextSearchResponseIntentContextOut;
1656
+
1657
+ getTime(): number;
1658
+ setTime(value: number): FullTextSearchResponseIntentContextOut;
1659
+
1660
+ getNextPageToken(): string;
1661
+ setNextPageToken(value: string): FullTextSearchResponseIntentContextOut;
1662
+
1663
+ serializeBinary(): Uint8Array;
1664
+ toObject(includeInstance?: boolean): FullTextSearchResponseIntentContextOut.AsObject;
1665
+ static toObject(includeInstance: boolean, msg: FullTextSearchResponseIntentContextOut): FullTextSearchResponseIntentContextOut.AsObject;
1666
+ static serializeBinaryToWriter(message: FullTextSearchResponseIntentContextOut, writer: jspb.BinaryWriter): void;
1667
+ static deserializeBinary(bytes: Uint8Array): FullTextSearchResponseIntentContextOut;
1668
+ static deserializeBinaryFromReader(message: FullTextSearchResponseIntentContextOut, reader: jspb.BinaryReader): FullTextSearchResponseIntentContextOut;
1669
+ }
1670
+
1671
+ export namespace FullTextSearchResponseIntentContextOut {
1672
+ export type AsObject = {
1673
+ parent: string,
1674
+ languageCode: string,
1675
+ intentContextOutResultsList: Array<FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult.AsObject>,
1676
+ term: string,
1677
+ elasticQuery: string,
1678
+ time: number,
1679
+ nextPageToken: string,
1680
+ }
1681
+
1682
+ export class IntentContextOutSearchResult extends jspb.Message {
1683
+ getName(): string;
1684
+ setName(value: string): IntentContextOutSearchResult;
1685
+
1686
+ getIntentName(): string;
1687
+ setIntentName(value: string): IntentContextOutSearchResult;
1688
+
1689
+ getLanguage(): string;
1690
+ setLanguage(value: string): IntentContextOutSearchResult;
1691
+
1692
+ serializeBinary(): Uint8Array;
1693
+ toObject(includeInstance?: boolean): IntentContextOutSearchResult.AsObject;
1694
+ static toObject(includeInstance: boolean, msg: IntentContextOutSearchResult): IntentContextOutSearchResult.AsObject;
1695
+ static serializeBinaryToWriter(message: IntentContextOutSearchResult, writer: jspb.BinaryWriter): void;
1696
+ static deserializeBinary(bytes: Uint8Array): IntentContextOutSearchResult;
1697
+ static deserializeBinaryFromReader(message: IntentContextOutSearchResult, reader: jspb.BinaryReader): IntentContextOutSearchResult;
1698
+ }
1699
+
1700
+ export namespace IntentContextOutSearchResult {
1701
+ export type AsObject = {
1702
+ name: string,
1703
+ intentName: string,
1704
+ language: string,
1705
+ }
1706
+ }
1707
+
1708
+ }
1709
+
1710
+ export class FullTextSearchResponseIntentUsersays extends jspb.Message {
1711
+ getParent(): string;
1712
+ setParent(value: string): FullTextSearchResponseIntentUsersays;
1713
+
1714
+ getLanguageCode(): string;
1715
+ setLanguageCode(value: string): FullTextSearchResponseIntentUsersays;
1716
+
1717
+ getIntentUsersaysResultsList(): Array<FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult>;
1718
+ setIntentUsersaysResultsList(value: Array<FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult>): FullTextSearchResponseIntentUsersays;
1719
+ clearIntentUsersaysResultsList(): FullTextSearchResponseIntentUsersays;
1720
+ addIntentUsersaysResults(value?: FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult, index?: number): FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult;
1721
+
1722
+ getTerm(): string;
1723
+ setTerm(value: string): FullTextSearchResponseIntentUsersays;
1724
+
1725
+ getElasticQuery(): string;
1726
+ setElasticQuery(value: string): FullTextSearchResponseIntentUsersays;
1727
+
1728
+ getTime(): number;
1729
+ setTime(value: number): FullTextSearchResponseIntentUsersays;
1730
+
1731
+ getNextPageToken(): string;
1732
+ setNextPageToken(value: string): FullTextSearchResponseIntentUsersays;
1733
+
1734
+ serializeBinary(): Uint8Array;
1735
+ toObject(includeInstance?: boolean): FullTextSearchResponseIntentUsersays.AsObject;
1736
+ static toObject(includeInstance: boolean, msg: FullTextSearchResponseIntentUsersays): FullTextSearchResponseIntentUsersays.AsObject;
1737
+ static serializeBinaryToWriter(message: FullTextSearchResponseIntentUsersays, writer: jspb.BinaryWriter): void;
1738
+ static deserializeBinary(bytes: Uint8Array): FullTextSearchResponseIntentUsersays;
1739
+ static deserializeBinaryFromReader(message: FullTextSearchResponseIntentUsersays, reader: jspb.BinaryReader): FullTextSearchResponseIntentUsersays;
1740
+ }
1741
+
1742
+ export namespace FullTextSearchResponseIntentUsersays {
1743
+ export type AsObject = {
1744
+ parent: string,
1745
+ languageCode: string,
1746
+ intentUsersaysResultsList: Array<FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult.AsObject>,
1747
+ term: string,
1748
+ elasticQuery: string,
1749
+ time: number,
1750
+ nextPageToken: string,
1751
+ }
1752
+
1753
+ export class IntentUsersaysSearchResult extends jspb.Message {
1754
+ getName(): string;
1755
+ setName(value: string): IntentUsersaysSearchResult;
1756
+
1757
+ getText(): string;
1758
+ setText(value: string): IntentUsersaysSearchResult;
1759
+
1760
+ getTextAsEntityTypes(): string;
1761
+ setTextAsEntityTypes(value: string): IntentUsersaysSearchResult;
1762
+
1763
+ getTextAsEntityValues(): string;
1764
+ setTextAsEntityValues(value: string): IntentUsersaysSearchResult;
1765
+
1766
+ getType(): string;
1767
+ setType(value: string): IntentUsersaysSearchResult;
1768
+
1769
+ getIntentName(): string;
1770
+ setIntentName(value: string): IntentUsersaysSearchResult;
1771
+
1772
+ getLanguage(): string;
1773
+ setLanguage(value: string): IntentUsersaysSearchResult;
1774
+
1775
+ serializeBinary(): Uint8Array;
1776
+ toObject(includeInstance?: boolean): IntentUsersaysSearchResult.AsObject;
1777
+ static toObject(includeInstance: boolean, msg: IntentUsersaysSearchResult): IntentUsersaysSearchResult.AsObject;
1778
+ static serializeBinaryToWriter(message: IntentUsersaysSearchResult, writer: jspb.BinaryWriter): void;
1779
+ static deserializeBinary(bytes: Uint8Array): IntentUsersaysSearchResult;
1780
+ static deserializeBinaryFromReader(message: IntentUsersaysSearchResult, reader: jspb.BinaryReader): IntentUsersaysSearchResult;
1781
+ }
1782
+
1783
+ export namespace IntentUsersaysSearchResult {
1784
+ export type AsObject = {
1785
+ name: string,
1786
+ text: string,
1787
+ textAsEntityTypes: string,
1788
+ textAsEntityValues: string,
1789
+ type: string,
1790
+ intentName: string,
1791
+ language: string,
1792
+ }
1793
+ }
1794
+
1795
+ }
1796
+
1797
+ export class FullTextSearchResponseIntentTags extends jspb.Message {
1798
+ getParent(): string;
1799
+ setParent(value: string): FullTextSearchResponseIntentTags;
1800
+
1801
+ getLanguageCode(): string;
1802
+ setLanguageCode(value: string): FullTextSearchResponseIntentTags;
1803
+
1804
+ getIntentTagsResultsList(): Array<FullTextSearchResponseIntentTags.IntentTagsSearchResult>;
1805
+ setIntentTagsResultsList(value: Array<FullTextSearchResponseIntentTags.IntentTagsSearchResult>): FullTextSearchResponseIntentTags;
1806
+ clearIntentTagsResultsList(): FullTextSearchResponseIntentTags;
1807
+ addIntentTagsResults(value?: FullTextSearchResponseIntentTags.IntentTagsSearchResult, index?: number): FullTextSearchResponseIntentTags.IntentTagsSearchResult;
1808
+
1809
+ getTerm(): string;
1810
+ setTerm(value: string): FullTextSearchResponseIntentTags;
1811
+
1812
+ getElasticQuery(): string;
1813
+ setElasticQuery(value: string): FullTextSearchResponseIntentTags;
1814
+
1815
+ getTime(): number;
1816
+ setTime(value: number): FullTextSearchResponseIntentTags;
1817
+
1818
+ getNextPageToken(): string;
1819
+ setNextPageToken(value: string): FullTextSearchResponseIntentTags;
1820
+
1821
+ serializeBinary(): Uint8Array;
1822
+ toObject(includeInstance?: boolean): FullTextSearchResponseIntentTags.AsObject;
1823
+ static toObject(includeInstance: boolean, msg: FullTextSearchResponseIntentTags): FullTextSearchResponseIntentTags.AsObject;
1824
+ static serializeBinaryToWriter(message: FullTextSearchResponseIntentTags, writer: jspb.BinaryWriter): void;
1825
+ static deserializeBinary(bytes: Uint8Array): FullTextSearchResponseIntentTags;
1826
+ static deserializeBinaryFromReader(message: FullTextSearchResponseIntentTags, reader: jspb.BinaryReader): FullTextSearchResponseIntentTags;
1827
+ }
1828
+
1829
+ export namespace FullTextSearchResponseIntentTags {
1830
+ export type AsObject = {
1831
+ parent: string,
1832
+ languageCode: string,
1833
+ intentTagsResultsList: Array<FullTextSearchResponseIntentTags.IntentTagsSearchResult.AsObject>,
1834
+ term: string,
1835
+ elasticQuery: string,
1836
+ time: number,
1837
+ nextPageToken: string,
1838
+ }
1839
+
1840
+ export class IntentTagsSearchResult extends jspb.Message {
1841
+ getName(): string;
1842
+ setName(value: string): IntentTagsSearchResult;
1843
+
1844
+ getText(): string;
1845
+ setText(value: string): IntentTagsSearchResult;
1846
+
1847
+ getIntentName(): string;
1848
+ setIntentName(value: string): IntentTagsSearchResult;
1849
+
1850
+ getLanguage(): string;
1851
+ setLanguage(value: string): IntentTagsSearchResult;
1852
+
1853
+ serializeBinary(): Uint8Array;
1854
+ toObject(includeInstance?: boolean): IntentTagsSearchResult.AsObject;
1855
+ static toObject(includeInstance: boolean, msg: IntentTagsSearchResult): IntentTagsSearchResult.AsObject;
1856
+ static serializeBinaryToWriter(message: IntentTagsSearchResult, writer: jspb.BinaryWriter): void;
1857
+ static deserializeBinary(bytes: Uint8Array): IntentTagsSearchResult;
1858
+ static deserializeBinaryFromReader(message: IntentTagsSearchResult, reader: jspb.BinaryReader): IntentTagsSearchResult;
1859
+ }
1860
+
1861
+ export namespace IntentTagsSearchResult {
1862
+ export type AsObject = {
1863
+ name: string,
1864
+ text: string,
1865
+ intentName: string,
1866
+ language: string,
1867
+ }
1868
+ }
1869
+
1870
+ }
1871
+
1872
+ export class FullTextSearchResponseIntentResponse extends jspb.Message {
1873
+ getParent(): string;
1874
+ setParent(value: string): FullTextSearchResponseIntentResponse;
1875
+
1876
+ getLanguageCode(): string;
1877
+ setLanguageCode(value: string): FullTextSearchResponseIntentResponse;
1878
+
1879
+ getIntentResponseResultsList(): Array<FullTextSearchResponseIntentResponse.IntentResponseSearchResult>;
1880
+ setIntentResponseResultsList(value: Array<FullTextSearchResponseIntentResponse.IntentResponseSearchResult>): FullTextSearchResponseIntentResponse;
1881
+ clearIntentResponseResultsList(): FullTextSearchResponseIntentResponse;
1882
+ addIntentResponseResults(value?: FullTextSearchResponseIntentResponse.IntentResponseSearchResult, index?: number): FullTextSearchResponseIntentResponse.IntentResponseSearchResult;
1883
+
1884
+ getTerm(): string;
1885
+ setTerm(value: string): FullTextSearchResponseIntentResponse;
1886
+
1887
+ getElasticQuery(): string;
1888
+ setElasticQuery(value: string): FullTextSearchResponseIntentResponse;
1889
+
1890
+ getTime(): number;
1891
+ setTime(value: number): FullTextSearchResponseIntentResponse;
1892
+
1893
+ getNextPageToken(): string;
1894
+ setNextPageToken(value: string): FullTextSearchResponseIntentResponse;
1895
+
1896
+ serializeBinary(): Uint8Array;
1897
+ toObject(includeInstance?: boolean): FullTextSearchResponseIntentResponse.AsObject;
1898
+ static toObject(includeInstance: boolean, msg: FullTextSearchResponseIntentResponse): FullTextSearchResponseIntentResponse.AsObject;
1899
+ static serializeBinaryToWriter(message: FullTextSearchResponseIntentResponse, writer: jspb.BinaryWriter): void;
1900
+ static deserializeBinary(bytes: Uint8Array): FullTextSearchResponseIntentResponse;
1901
+ static deserializeBinaryFromReader(message: FullTextSearchResponseIntentResponse, reader: jspb.BinaryReader): FullTextSearchResponseIntentResponse;
1902
+ }
1903
+
1904
+ export namespace FullTextSearchResponseIntentResponse {
1905
+ export type AsObject = {
1906
+ parent: string,
1907
+ languageCode: string,
1908
+ intentResponseResultsList: Array<FullTextSearchResponseIntentResponse.IntentResponseSearchResult.AsObject>,
1909
+ term: string,
1910
+ elasticQuery: string,
1911
+ time: number,
1912
+ nextPageToken: string,
1913
+ }
1914
+
1915
+ export class IntentResponseSearchResult extends jspb.Message {
1916
+ getText(): string;
1917
+ setText(value: string): IntentResponseSearchResult;
1918
+
1919
+ getPlatform(): string;
1920
+ setPlatform(value: string): IntentResponseSearchResult;
1921
+
1922
+ getResponseType(): string;
1923
+ setResponseType(value: string): IntentResponseSearchResult;
1924
+
1925
+ getIntentName(): string;
1926
+ setIntentName(value: string): IntentResponseSearchResult;
1927
+
1928
+ getLanguage(): string;
1929
+ setLanguage(value: string): IntentResponseSearchResult;
1930
+
1931
+ serializeBinary(): Uint8Array;
1932
+ toObject(includeInstance?: boolean): IntentResponseSearchResult.AsObject;
1933
+ static toObject(includeInstance: boolean, msg: IntentResponseSearchResult): IntentResponseSearchResult.AsObject;
1934
+ static serializeBinaryToWriter(message: IntentResponseSearchResult, writer: jspb.BinaryWriter): void;
1935
+ static deserializeBinary(bytes: Uint8Array): IntentResponseSearchResult;
1936
+ static deserializeBinaryFromReader(message: IntentResponseSearchResult, reader: jspb.BinaryReader): IntentResponseSearchResult;
1937
+ }
1938
+
1939
+ export namespace IntentResponseSearchResult {
1940
+ export type AsObject = {
1941
+ text: string,
1942
+ platform: string,
1943
+ responseType: string,
1944
+ intentName: string,
1945
+ language: string,
1946
+ }
1947
+ }
1948
+
1949
+ }
1950
+
1951
+ export class FullTextSearchResponseIntentParameters extends jspb.Message {
1952
+ getParent(): string;
1953
+ setParent(value: string): FullTextSearchResponseIntentParameters;
1954
+
1955
+ getLanguageCode(): string;
1956
+ setLanguageCode(value: string): FullTextSearchResponseIntentParameters;
1957
+
1958
+ getIntentParametersResultsList(): Array<FullTextSearchResponseIntentParameters.IntentParametersSearchResult>;
1959
+ setIntentParametersResultsList(value: Array<FullTextSearchResponseIntentParameters.IntentParametersSearchResult>): FullTextSearchResponseIntentParameters;
1960
+ clearIntentParametersResultsList(): FullTextSearchResponseIntentParameters;
1961
+ addIntentParametersResults(value?: FullTextSearchResponseIntentParameters.IntentParametersSearchResult, index?: number): FullTextSearchResponseIntentParameters.IntentParametersSearchResult;
1962
+
1963
+ getTerm(): string;
1964
+ setTerm(value: string): FullTextSearchResponseIntentParameters;
1965
+
1966
+ getElasticQuery(): string;
1967
+ setElasticQuery(value: string): FullTextSearchResponseIntentParameters;
1968
+
1969
+ getTime(): number;
1970
+ setTime(value: number): FullTextSearchResponseIntentParameters;
1971
+
1972
+ getNextPageToken(): string;
1973
+ setNextPageToken(value: string): FullTextSearchResponseIntentParameters;
1974
+
1975
+ serializeBinary(): Uint8Array;
1976
+ toObject(includeInstance?: boolean): FullTextSearchResponseIntentParameters.AsObject;
1977
+ static toObject(includeInstance: boolean, msg: FullTextSearchResponseIntentParameters): FullTextSearchResponseIntentParameters.AsObject;
1978
+ static serializeBinaryToWriter(message: FullTextSearchResponseIntentParameters, writer: jspb.BinaryWriter): void;
1979
+ static deserializeBinary(bytes: Uint8Array): FullTextSearchResponseIntentParameters;
1980
+ static deserializeBinaryFromReader(message: FullTextSearchResponseIntentParameters, reader: jspb.BinaryReader): FullTextSearchResponseIntentParameters;
1981
+ }
1982
+
1983
+ export namespace FullTextSearchResponseIntentParameters {
1984
+ export type AsObject = {
1985
+ parent: string,
1986
+ languageCode: string,
1987
+ intentParametersResultsList: Array<FullTextSearchResponseIntentParameters.IntentParametersSearchResult.AsObject>,
1988
+ term: string,
1989
+ elasticQuery: string,
1990
+ time: number,
1991
+ nextPageToken: string,
1992
+ }
1993
+
1994
+ export class IntentParametersSearchResult extends jspb.Message {
1995
+ getParameterName(): string;
1996
+ setParameterName(value: string): IntentParametersSearchResult;
1997
+
1998
+ getParameterDisplayName(): string;
1999
+ setParameterDisplayName(value: string): IntentParametersSearchResult;
2000
+
2001
+ getIntentName(): string;
2002
+ setIntentName(value: string): IntentParametersSearchResult;
2003
+
2004
+ getLanguage(): string;
2005
+ setLanguage(value: string): IntentParametersSearchResult;
2006
+
2007
+ serializeBinary(): Uint8Array;
2008
+ toObject(includeInstance?: boolean): IntentParametersSearchResult.AsObject;
2009
+ static toObject(includeInstance: boolean, msg: IntentParametersSearchResult): IntentParametersSearchResult.AsObject;
2010
+ static serializeBinaryToWriter(message: IntentParametersSearchResult, writer: jspb.BinaryWriter): void;
2011
+ static deserializeBinary(bytes: Uint8Array): IntentParametersSearchResult;
2012
+ static deserializeBinaryFromReader(message: IntentParametersSearchResult, reader: jspb.BinaryReader): IntentParametersSearchResult;
2013
+ }
2014
+
2015
+ export namespace IntentParametersSearchResult {
2016
+ export type AsObject = {
2017
+ parameterName: string,
2018
+ parameterDisplayName: string,
2019
+ intentName: string,
2020
+ language: string,
2021
+ }
2022
+ }
2023
+
2024
+ }
2025
+
2026
+ export class ReindexAgentRequest extends jspb.Message {
2027
+ getParent(): string;
2028
+ setParent(value: string): ReindexAgentRequest;
2029
+
2030
+ getBranchName(): string;
2031
+ setBranchName(value: string): ReindexAgentRequest;
2032
+
2033
+ getIndexTypesList(): Array<FullTextSearchRequest.QueryType>;
2034
+ setIndexTypesList(value: Array<FullTextSearchRequest.QueryType>): ReindexAgentRequest;
2035
+ clearIndexTypesList(): ReindexAgentRequest;
2036
+ addIndexTypes(value: FullTextSearchRequest.QueryType, index?: number): ReindexAgentRequest;
2037
+
2038
+ serializeBinary(): Uint8Array;
2039
+ toObject(includeInstance?: boolean): ReindexAgentRequest.AsObject;
2040
+ static toObject(includeInstance: boolean, msg: ReindexAgentRequest): ReindexAgentRequest.AsObject;
2041
+ static serializeBinaryToWriter(message: ReindexAgentRequest, writer: jspb.BinaryWriter): void;
2042
+ static deserializeBinary(bytes: Uint8Array): ReindexAgentRequest;
2043
+ static deserializeBinaryFromReader(message: ReindexAgentRequest, reader: jspb.BinaryReader): ReindexAgentRequest;
2044
+ }
2045
+
2046
+ export namespace ReindexAgentRequest {
2047
+ export type AsObject = {
2048
+ parent: string,
2049
+ branchName: string,
2050
+ indexTypesList: Array<FullTextSearchRequest.QueryType>,
2051
+ }
2052
+ }
2053
+
2054
+ export enum AgentView {
2055
+ AGENT_VIEW_UNSPECIFIED = 0,
2056
+ AGENT_VIEW_FULL = 1,
2057
+ AGENT_VIEW_SHALLOW = 2,
2058
+ }
2059
+ export enum InitiationProtocol {
2060
+ AS_SOON_AS_POSSIBLE = 0,
2061
+ WHEN_TRAINED = 1,
2062
+ NEVER = 2,
2063
+ }
2064
+ export enum ReportType {
2065
+ ALL = 0,
2066
+ INTENT_PER_LANGUAGE = 1,
2067
+ ENTITY_PER_LANGUAGE = 2,
2068
+ ENTITY_COLLISION = 3,
2069
+ INTENT_GENERAL = 4,
2070
+ }
2071
+ export enum ReportFormat {
2072
+ CSV = 0,
2073
+ HTML = 1,
2074
+ JSON = 2,
2075
+ }
2076
+ export enum AgentStatus {
2077
+ ACTIVE = 0,
2078
+ INACTIVE = 1,
2079
+ }