@ondewo/csi-client-angular 3.2.1 → 5.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 (81) hide show
  1. package/api/google/api/http.pb.d.ts +3 -3
  2. package/api/google/rpc/status.pb.d.ts +1 -1
  3. package/api/google/type/latlng.pb.d.ts +1 -1
  4. package/api/ondewo/csi/conversation.pb.d.ts +45 -41
  5. package/api/ondewo/nlu/agent.pb.d.ts +326 -86
  6. package/api/ondewo/nlu/agent.pbsc.d.ts +60 -60
  7. package/api/ondewo/nlu/aiservices.pb.d.ts +589 -48
  8. package/api/ondewo/nlu/aiservices.pbsc.d.ts +48 -0
  9. package/api/ondewo/nlu/ccai-project.pb.d.ts +1455 -0
  10. package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
  11. package/api/ondewo/nlu/ccai-project.pbsc.d.ts +118 -0
  12. package/api/ondewo/nlu/common.pb.d.ts +958 -1
  13. package/api/ondewo/nlu/context.pb.d.ts +51 -10
  14. package/api/ondewo/nlu/entity-type.pb.d.ts +83 -42
  15. package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
  16. package/api/ondewo/nlu/intent.pb.d.ts +207 -87
  17. package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
  18. package/api/ondewo/nlu/operation-metadata.pb.d.ts +23 -2
  19. package/api/ondewo/nlu/operations.pb.d.ts +7 -7
  20. package/api/ondewo/nlu/project-role.pb.d.ts +33 -12
  21. package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
  22. package/api/ondewo/nlu/project-statistics.pb.d.ts +4 -4
  23. package/api/ondewo/nlu/server-statistics.pb.d.ts +1 -1
  24. package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
  25. package/api/ondewo/nlu/session.pb.d.ts +2311 -217
  26. package/api/ondewo/nlu/session.pbsc.d.ts +204 -11
  27. package/api/ondewo/nlu/user.pb.d.ts +782 -39
  28. package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
  29. package/api/ondewo/nlu/utility.pb.d.ts +22 -22
  30. package/api/ondewo/nlu/webhook.pb.d.ts +550 -15
  31. package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
  32. package/api/ondewo/s2t/speech-to-text.pb.d.ts +1622 -1049
  33. package/api/ondewo/t2s/text-to-speech.pb.d.ts +1195 -52
  34. package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
  35. package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
  36. package/esm2022/api/google/api/http.pb.mjs +1 -1
  37. package/esm2022/api/google/rpc/status.pb.mjs +1 -1
  38. package/esm2022/api/google/type/latlng.pb.mjs +1 -1
  39. package/esm2022/api/ondewo/csi/conversation.pb.mjs +29 -25
  40. package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +6 -6
  41. package/esm2022/api/ondewo/nlu/agent.pb.mjs +925 -41
  42. package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +52 -52
  43. package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +945 -19
  44. package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +96 -6
  45. package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2691 -0
  46. package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
  47. package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +224 -0
  48. package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -1
  49. package/esm2022/api/ondewo/nlu/context.pb.mjs +152 -5
  50. package/esm2022/api/ondewo/nlu/context.pbsc.mjs +6 -6
  51. package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +166 -19
  52. package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +10 -10
  53. package/esm2022/api/ondewo/nlu/intent.pb.mjs +464 -22
  54. package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +9 -9
  55. package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +76 -3
  56. package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
  57. package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +6 -6
  58. package/esm2022/api/ondewo/nlu/project-role.pb.mjs +81 -8
  59. package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +10 -10
  60. package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
  61. package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +6 -6
  62. package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
  63. package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +19 -19
  64. package/esm2022/api/ondewo/nlu/session.pb.mjs +6997 -2924
  65. package/esm2022/api/ondewo/nlu/session.pbsc.mjs +381 -20
  66. package/esm2022/api/ondewo/nlu/user.pb.mjs +1349 -20
  67. package/esm2022/api/ondewo/nlu/user.pbsc.mjs +228 -17
  68. package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
  69. package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +6 -6
  70. package/esm2022/api/ondewo/nlu/webhook.pb.mjs +915 -24
  71. package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +97 -6
  72. package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +3065 -1874
  73. package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
  74. package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +3158 -963
  75. package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
  76. package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +103 -133
  77. package/esm2022/public-api.mjs +4 -1
  78. package/fesm2022/ondewo-csi-client-angular.mjs +40452 -22608
  79. package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
  80. package/package.json +9 -9
  81. package/public-api.d.ts +3 -0
@@ -0,0 +1,1455 @@
1
+ import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
+ import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
+ import * as googleProtobuf000 from '@ngx-grpc/well-known-types';
4
+ import * as googleProtobuf001 from '@ngx-grpc/well-known-types';
5
+ import * as googleProtobuf002 from '@ngx-grpc/well-known-types';
6
+ import * as ondewoNlu003 from '../../ondewo/nlu/common.pb';
7
+ export declare enum CcaiProjectStatus {
8
+ CCAI_PROJECT_STATUS_UNSPECIFIED = 0,
9
+ CCAI_PROJECT_STATUS_UNDEPLOYED = 1,
10
+ CCAI_PROJECT_STATUS_UPDATING = 2,
11
+ CCAI_PROJECT_STATUS_DEPLOYING = 3,
12
+ CCAI_PROJECT_STATUS_DEPLOYED = 4,
13
+ CCAI_PROJECT_STATUS_UNDEPLOYING = 5,
14
+ CCAI_PROJECT_STATUS_DELETING = 6,
15
+ CCAI_PROJECT_STATUS_DELETED = 7
16
+ }
17
+ export declare enum CcaiServiceType {
18
+ CCAI_SERVICE_TYPE_UNSPECIFIED = 0,
19
+ CCAI_SERVICE_TYPE_ONDEWO_AIM = 1,
20
+ CCAI_SERVICE_TYPE_ONDEWO_BPI = 2,
21
+ CCAI_SERVICE_TYPE_ONDEWO_CSI = 3,
22
+ CCAI_SERVICE_TYPE_ONDEWO_NLU = 4,
23
+ CCAI_SERVICE_TYPE_ONDEWO_S2T = 5,
24
+ CCAI_SERVICE_TYPE_ONDEWO_SIP = 6,
25
+ CCAI_SERVICE_TYPE_ONDEWO_T2S = 7,
26
+ CCAI_SERVICE_TYPE_ONDEWO_VTSI = 8,
27
+ CCAI_SERVICE_TYPE_ONDEWO_VTSI_RABBITMQ = 9,
28
+ CCAI_SERVICE_TYPE_ONDEWO_NLU_QA = 10,
29
+ CCAI_SERVICE_TYPE_ONDEWO_NLU_WEBHOOK = 11,
30
+ CCAI_SERVICE_TYPE_ONDEWO_SURVEY = 12,
31
+ CCAI_SERVICE_TYPE_ONDEWO_NLU_LLM = 13,
32
+ CCAI_SERVICE_TYPE_ONDEWO_NLU_WEBSEARCH = 14,
33
+ CCAI_SERVICE_TYPE_ONDEWO_AIM_WEBCHAT = 15,
34
+ CCAI_SERVICE_TYPE_ONDEWO_AIM_WEBPHONE = 16,
35
+ CCAI_SERVICE_TYPE_ONDEWO_NLU_VECTORSTORE = 17
36
+ }
37
+ export declare enum CcaiServiceProvider {
38
+ NO_CCAI_SERVICE_PROVIDER = 0,
39
+ CCAI_SERVICE_PROVIDER_ONDEWO = 1,
40
+ CCAI_SERVICE_PROVIDER_GOOGLE_GEMINI = 2,
41
+ CCAI_SERVICE_PROVIDER_MICROSOFT_AZURE_OPENAI = 3,
42
+ CCAI_SERVICE_PROVIDER_MICROSOFT_AUTOGEN = 4,
43
+ CCAI_SERVICE_PROVIDER_OLLAMA = 5,
44
+ CCAI_SERVICE_PROVIDER_OPENAI = 6,
45
+ CCAI_SERVICE_PROVIDER_ANTHROPIC = 7,
46
+ CCAI_SERVICE_PROVIDER_HUGGINGFACE = 8,
47
+ CCAI_SERVICE_PROVIDER_IBM = 9,
48
+ CCAI_SERVICE_PROVIDER_HAYSTACK = 10,
49
+ CCAI_SERVICE_PROVIDER_LANGCHAIN = 11,
50
+ CCAI_SERVICE_PROVIDER_AMAZON = 12,
51
+ CCAI_SERVICE_PROVIDER_MISTRAL = 13,
52
+ CCAI_SERVICE_PROVIDER_DUCKDUCKGO = 14,
53
+ CCAI_SERVICE_PROVIDER_GOOGLE_PSE = 15,
54
+ CCAI_SERVICE_PROVIDER_JINA = 16,
55
+ CCAI_SERVICE_PROVIDER_TAVILY = 17,
56
+ CCAI_SERVICE_PROVIDER_ELASTICSEARCH = 18,
57
+ CCAI_SERVICE_PROVIDER_MILVUS = 19,
58
+ CCAI_SERVICE_PROVIDER_QDRANT = 20,
59
+ CCAI_SERVICE_PROVIDER_CHROMA = 21
60
+ }
61
+ export declare enum CcaiProjectView {
62
+ CCAI_PROJECT_VIEW_UNSPECIFIED = 0,
63
+ CCAI_PROJECT_VIEW_FULL = 1,
64
+ CCAI_PROJECT_VIEW_SHALLOW = 2,
65
+ CCAI_PROJECT_VIEW_MINIMUM = 3
66
+ }
67
+ /**
68
+ * Message implementation for ondewo.nlu.CcaiProject
69
+ */
70
+ export declare class CcaiProject implements GrpcMessage {
71
+ static id: string;
72
+ /**
73
+ * Deserialize binary data to message
74
+ * @param instance message instance
75
+ */
76
+ static deserializeBinary(bytes: ByteSource): CcaiProject;
77
+ /**
78
+ * Check all the properties and set default protobuf values if necessary
79
+ * @param _instance message instance
80
+ */
81
+ static refineValues(_instance: CcaiProject): void;
82
+ /**
83
+ * Deserializes / reads binary message into message instance using provided binary reader
84
+ * @param _instance message instance
85
+ * @param _reader binary reader instance
86
+ */
87
+ static deserializeBinaryFromReader(_instance: CcaiProject, _reader: BinaryReader): void;
88
+ /**
89
+ * Serializes a message to binary format using provided binary reader
90
+ * @param _instance message instance
91
+ * @param _writer binary writer instance
92
+ */
93
+ static serializeBinaryToWriter(_instance: CcaiProject, _writer: BinaryWriter): void;
94
+ private _name;
95
+ private _displayName;
96
+ private _ownerName;
97
+ private _ccaiServicesMap;
98
+ private _ccaiProjectStatus;
99
+ private _createdAt?;
100
+ private _modifiedAt?;
101
+ private _createdBy;
102
+ private _modifiedBy;
103
+ private _nluProjectName;
104
+ /**
105
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
106
+ * @param _value initial values object or instance of CcaiProject to deeply clone from
107
+ */
108
+ constructor(_value?: RecursivePartial<CcaiProject.AsObject>);
109
+ get name(): string;
110
+ set name(value: string);
111
+ get displayName(): string;
112
+ set displayName(value: string);
113
+ get ownerName(): string;
114
+ set ownerName(value: string);
115
+ get ccaiServicesMap(): {
116
+ [prop: string]: CcaiServiceList;
117
+ };
118
+ set ccaiServicesMap(value: {
119
+ [prop: string]: CcaiServiceList;
120
+ });
121
+ get ccaiProjectStatus(): CcaiProjectStatus;
122
+ set ccaiProjectStatus(value: CcaiProjectStatus);
123
+ get createdAt(): googleProtobuf001.Timestamp | undefined;
124
+ set createdAt(value: googleProtobuf001.Timestamp | undefined);
125
+ get modifiedAt(): googleProtobuf001.Timestamp | undefined;
126
+ set modifiedAt(value: googleProtobuf001.Timestamp | undefined);
127
+ get createdBy(): string;
128
+ set createdBy(value: string);
129
+ get modifiedBy(): string;
130
+ set modifiedBy(value: string);
131
+ get nluProjectName(): string;
132
+ set nluProjectName(value: string);
133
+ /**
134
+ * Serialize message to binary data
135
+ * @param instance message instance
136
+ */
137
+ serializeBinary(): any;
138
+ /**
139
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
140
+ */
141
+ toObject(): CcaiProject.AsObject;
142
+ /**
143
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
144
+ */
145
+ toJSON(): CcaiProject.AsObject;
146
+ /**
147
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
148
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
149
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
150
+ */
151
+ toProtobufJSON(options?: ToProtobufJSONOptions): CcaiProject.AsProtobufJSON;
152
+ }
153
+ export declare namespace CcaiProject {
154
+ /**
155
+ * Standard JavaScript object representation for CcaiProject
156
+ */
157
+ interface AsObject {
158
+ name: string;
159
+ displayName: string;
160
+ ownerName: string;
161
+ ccaiServicesMap: {
162
+ [prop: string]: CcaiServiceList;
163
+ };
164
+ ccaiProjectStatus: CcaiProjectStatus;
165
+ createdAt?: googleProtobuf001.Timestamp.AsObject;
166
+ modifiedAt?: googleProtobuf001.Timestamp.AsObject;
167
+ createdBy: string;
168
+ modifiedBy: string;
169
+ nluProjectName: string;
170
+ }
171
+ /**
172
+ * Protobuf JSON representation for CcaiProject
173
+ */
174
+ interface AsProtobufJSON {
175
+ name: string;
176
+ displayName: string;
177
+ ownerName: string;
178
+ ccaiServicesMap: {
179
+ [prop: string]: CcaiServiceList;
180
+ };
181
+ ccaiProjectStatus: string;
182
+ createdAt: googleProtobuf001.Timestamp.AsProtobufJSON | null;
183
+ modifiedAt: googleProtobuf001.Timestamp.AsProtobufJSON | null;
184
+ createdBy: string;
185
+ modifiedBy: string;
186
+ nluProjectName: string;
187
+ }
188
+ /**
189
+ * Message implementation for ondewo.nlu.CcaiProject.CcaiServicesMapEntry
190
+ */
191
+ class CcaiServicesMapEntry implements GrpcMessage {
192
+ static id: string;
193
+ /**
194
+ * Deserialize binary data to message
195
+ * @param instance message instance
196
+ */
197
+ static deserializeBinary(bytes: ByteSource): CcaiServicesMapEntry;
198
+ /**
199
+ * Check all the properties and set default protobuf values if necessary
200
+ * @param _instance message instance
201
+ */
202
+ static refineValues(_instance: CcaiServicesMapEntry): void;
203
+ /**
204
+ * Deserializes / reads binary message into message instance using provided binary reader
205
+ * @param _instance message instance
206
+ * @param _reader binary reader instance
207
+ */
208
+ static deserializeBinaryFromReader(_instance: CcaiServicesMapEntry, _reader: BinaryReader): void;
209
+ /**
210
+ * Serializes a message to binary format using provided binary reader
211
+ * @param _instance message instance
212
+ * @param _writer binary writer instance
213
+ */
214
+ static serializeBinaryToWriter(_instance: CcaiServicesMapEntry, _writer: BinaryWriter): void;
215
+ private _key;
216
+ private _value?;
217
+ /**
218
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
219
+ * @param _value initial values object or instance of CcaiServicesMapEntry to deeply clone from
220
+ */
221
+ constructor(_value?: RecursivePartial<CcaiServicesMapEntry.AsObject>);
222
+ get key(): string;
223
+ set key(value: string);
224
+ get value(): CcaiServiceList | undefined;
225
+ set value(value: CcaiServiceList | undefined);
226
+ /**
227
+ * Serialize message to binary data
228
+ * @param instance message instance
229
+ */
230
+ serializeBinary(): any;
231
+ /**
232
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
233
+ */
234
+ toObject(): CcaiServicesMapEntry.AsObject;
235
+ /**
236
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
237
+ */
238
+ toJSON(): CcaiServicesMapEntry.AsObject;
239
+ /**
240
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
241
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
242
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
243
+ */
244
+ toProtobufJSON(options?: ToProtobufJSONOptions): CcaiServicesMapEntry.AsProtobufJSON;
245
+ }
246
+ namespace CcaiServicesMapEntry {
247
+ /**
248
+ * Standard JavaScript object representation for CcaiServicesMapEntry
249
+ */
250
+ interface AsObject {
251
+ key: string;
252
+ value?: CcaiServiceList.AsObject;
253
+ }
254
+ /**
255
+ * Protobuf JSON representation for CcaiServicesMapEntry
256
+ */
257
+ interface AsProtobufJSON {
258
+ key: string;
259
+ value: CcaiServiceList.AsProtobufJSON | null;
260
+ }
261
+ }
262
+ }
263
+ /**
264
+ * Message implementation for ondewo.nlu.CcaiServiceList
265
+ */
266
+ export declare class CcaiServiceList implements GrpcMessage {
267
+ static id: string;
268
+ /**
269
+ * Deserialize binary data to message
270
+ * @param instance message instance
271
+ */
272
+ static deserializeBinary(bytes: ByteSource): CcaiServiceList;
273
+ /**
274
+ * Check all the properties and set default protobuf values if necessary
275
+ * @param _instance message instance
276
+ */
277
+ static refineValues(_instance: CcaiServiceList): void;
278
+ /**
279
+ * Deserializes / reads binary message into message instance using provided binary reader
280
+ * @param _instance message instance
281
+ * @param _reader binary reader instance
282
+ */
283
+ static deserializeBinaryFromReader(_instance: CcaiServiceList, _reader: BinaryReader): void;
284
+ /**
285
+ * Serializes a message to binary format using provided binary reader
286
+ * @param _instance message instance
287
+ * @param _writer binary writer instance
288
+ */
289
+ static serializeBinaryToWriter(_instance: CcaiServiceList, _writer: BinaryWriter): void;
290
+ private _ccaiServices?;
291
+ /**
292
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
293
+ * @param _value initial values object or instance of CcaiServiceList to deeply clone from
294
+ */
295
+ constructor(_value?: RecursivePartial<CcaiServiceList.AsObject>);
296
+ get ccaiServices(): CcaiService[] | undefined;
297
+ set ccaiServices(value: CcaiService[] | undefined);
298
+ /**
299
+ * Serialize message to binary data
300
+ * @param instance message instance
301
+ */
302
+ serializeBinary(): any;
303
+ /**
304
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
305
+ */
306
+ toObject(): CcaiServiceList.AsObject;
307
+ /**
308
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
309
+ */
310
+ toJSON(): CcaiServiceList.AsObject;
311
+ /**
312
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
313
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
314
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
315
+ */
316
+ toProtobufJSON(options?: ToProtobufJSONOptions): CcaiServiceList.AsProtobufJSON;
317
+ }
318
+ export declare namespace CcaiServiceList {
319
+ /**
320
+ * Standard JavaScript object representation for CcaiServiceList
321
+ */
322
+ interface AsObject {
323
+ ccaiServices?: CcaiService.AsObject[];
324
+ }
325
+ /**
326
+ * Protobuf JSON representation for CcaiServiceList
327
+ */
328
+ interface AsProtobufJSON {
329
+ ccaiServices: CcaiService.AsProtobufJSON[] | null;
330
+ }
331
+ }
332
+ /**
333
+ * Message implementation for ondewo.nlu.CcaiService
334
+ */
335
+ export declare class CcaiService implements GrpcMessage {
336
+ static id: string;
337
+ /**
338
+ * Deserialize binary data to message
339
+ * @param instance message instance
340
+ */
341
+ static deserializeBinary(bytes: ByteSource): CcaiService;
342
+ /**
343
+ * Check all the properties and set default protobuf values if necessary
344
+ * @param _instance message instance
345
+ */
346
+ static refineValues(_instance: CcaiService): void;
347
+ /**
348
+ * Deserializes / reads binary message into message instance using provided binary reader
349
+ * @param _instance message instance
350
+ * @param _reader binary reader instance
351
+ */
352
+ static deserializeBinaryFromReader(_instance: CcaiService, _reader: BinaryReader): void;
353
+ /**
354
+ * Serializes a message to binary format using provided binary reader
355
+ * @param _instance message instance
356
+ * @param _writer binary writer instance
357
+ */
358
+ static serializeBinaryToWriter(_instance: CcaiService, _writer: BinaryWriter): void;
359
+ private _name;
360
+ private _displayName;
361
+ private _languageCode;
362
+ private _grpcHost;
363
+ private _grpcPort;
364
+ private _webgrpcHost;
365
+ private _webgrpcPort;
366
+ private _grpcCert;
367
+ private _host;
368
+ private _port;
369
+ private _port2;
370
+ private _httpBasicAuthToken;
371
+ private _accountName;
372
+ private _accountPassword;
373
+ private _apiKey;
374
+ private _ccaiServiceType;
375
+ private _ccaiProjectName;
376
+ private _ccaiServiceConfig?;
377
+ private _createdAt?;
378
+ private _modifiedAt?;
379
+ private _createdBy;
380
+ private _modifiedBy;
381
+ private _headers?;
382
+ private _ccaiServiceProvider;
383
+ private _serviceHierarchy;
384
+ /**
385
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
386
+ * @param _value initial values object or instance of CcaiService to deeply clone from
387
+ */
388
+ constructor(_value?: RecursivePartial<CcaiService.AsObject>);
389
+ get name(): string;
390
+ set name(value: string);
391
+ get displayName(): string;
392
+ set displayName(value: string);
393
+ get languageCode(): string;
394
+ set languageCode(value: string);
395
+ get grpcHost(): string;
396
+ set grpcHost(value: string);
397
+ get grpcPort(): number;
398
+ set grpcPort(value: number);
399
+ get webgrpcHost(): string;
400
+ set webgrpcHost(value: string);
401
+ get webgrpcPort(): number;
402
+ set webgrpcPort(value: number);
403
+ get grpcCert(): string;
404
+ set grpcCert(value: string);
405
+ get host(): string;
406
+ set host(value: string);
407
+ get port(): number;
408
+ set port(value: number);
409
+ get port2(): number;
410
+ set port2(value: number);
411
+ get httpBasicAuthToken(): string;
412
+ set httpBasicAuthToken(value: string);
413
+ get accountName(): string;
414
+ set accountName(value: string);
415
+ get accountPassword(): string;
416
+ set accountPassword(value: string);
417
+ get apiKey(): string;
418
+ set apiKey(value: string);
419
+ get ccaiServiceType(): CcaiServiceType;
420
+ set ccaiServiceType(value: CcaiServiceType);
421
+ get ccaiProjectName(): string;
422
+ set ccaiProjectName(value: string);
423
+ get ccaiServiceConfig(): googleProtobuf002.Struct | undefined;
424
+ set ccaiServiceConfig(value: googleProtobuf002.Struct | undefined);
425
+ get createdAt(): googleProtobuf001.Timestamp | undefined;
426
+ set createdAt(value: googleProtobuf001.Timestamp | undefined);
427
+ get modifiedAt(): googleProtobuf001.Timestamp | undefined;
428
+ set modifiedAt(value: googleProtobuf001.Timestamp | undefined);
429
+ get createdBy(): string;
430
+ set createdBy(value: string);
431
+ get modifiedBy(): string;
432
+ set modifiedBy(value: string);
433
+ get headers(): googleProtobuf002.Struct | undefined;
434
+ set headers(value: googleProtobuf002.Struct | undefined);
435
+ get ccaiServiceProvider(): CcaiServiceProvider;
436
+ set ccaiServiceProvider(value: CcaiServiceProvider);
437
+ get serviceHierarchy(): string;
438
+ set serviceHierarchy(value: string);
439
+ /**
440
+ * Serialize message to binary data
441
+ * @param instance message instance
442
+ */
443
+ serializeBinary(): any;
444
+ /**
445
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
446
+ */
447
+ toObject(): CcaiService.AsObject;
448
+ /**
449
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
450
+ */
451
+ toJSON(): CcaiService.AsObject;
452
+ /**
453
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
454
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
455
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
456
+ */
457
+ toProtobufJSON(options?: ToProtobufJSONOptions): CcaiService.AsProtobufJSON;
458
+ }
459
+ export declare namespace CcaiService {
460
+ /**
461
+ * Standard JavaScript object representation for CcaiService
462
+ */
463
+ interface AsObject {
464
+ name: string;
465
+ displayName: string;
466
+ languageCode: string;
467
+ grpcHost: string;
468
+ grpcPort: number;
469
+ webgrpcHost: string;
470
+ webgrpcPort: number;
471
+ grpcCert: string;
472
+ host: string;
473
+ port: number;
474
+ port2: number;
475
+ httpBasicAuthToken: string;
476
+ accountName: string;
477
+ accountPassword: string;
478
+ apiKey: string;
479
+ ccaiServiceType: CcaiServiceType;
480
+ ccaiProjectName: string;
481
+ ccaiServiceConfig?: googleProtobuf002.Struct.AsObject;
482
+ createdAt?: googleProtobuf001.Timestamp.AsObject;
483
+ modifiedAt?: googleProtobuf001.Timestamp.AsObject;
484
+ createdBy: string;
485
+ modifiedBy: string;
486
+ headers?: googleProtobuf002.Struct.AsObject;
487
+ ccaiServiceProvider: CcaiServiceProvider;
488
+ serviceHierarchy: string;
489
+ }
490
+ /**
491
+ * Protobuf JSON representation for CcaiService
492
+ */
493
+ interface AsProtobufJSON {
494
+ name: string;
495
+ displayName: string;
496
+ languageCode: string;
497
+ grpcHost: string;
498
+ grpcPort: number;
499
+ webgrpcHost: string;
500
+ webgrpcPort: number;
501
+ grpcCert: string;
502
+ host: string;
503
+ port: number;
504
+ port2: number;
505
+ httpBasicAuthToken: string;
506
+ accountName: string;
507
+ accountPassword: string;
508
+ apiKey: string;
509
+ ccaiServiceType: string;
510
+ ccaiProjectName: string;
511
+ ccaiServiceConfig: googleProtobuf002.Struct.AsProtobufJSON | null;
512
+ createdAt: googleProtobuf001.Timestamp.AsProtobufJSON | null;
513
+ modifiedAt: googleProtobuf001.Timestamp.AsProtobufJSON | null;
514
+ createdBy: string;
515
+ modifiedBy: string;
516
+ headers: googleProtobuf002.Struct.AsProtobufJSON | null;
517
+ ccaiServiceProvider: string;
518
+ serviceHierarchy: string;
519
+ }
520
+ }
521
+ /**
522
+ * Message implementation for ondewo.nlu.CreateCcaiProjectRequest
523
+ */
524
+ export declare class CreateCcaiProjectRequest implements GrpcMessage {
525
+ static id: string;
526
+ /**
527
+ * Deserialize binary data to message
528
+ * @param instance message instance
529
+ */
530
+ static deserializeBinary(bytes: ByteSource): CreateCcaiProjectRequest;
531
+ /**
532
+ * Check all the properties and set default protobuf values if necessary
533
+ * @param _instance message instance
534
+ */
535
+ static refineValues(_instance: CreateCcaiProjectRequest): void;
536
+ /**
537
+ * Deserializes / reads binary message into message instance using provided binary reader
538
+ * @param _instance message instance
539
+ * @param _reader binary reader instance
540
+ */
541
+ static deserializeBinaryFromReader(_instance: CreateCcaiProjectRequest, _reader: BinaryReader): void;
542
+ /**
543
+ * Serializes a message to binary format using provided binary reader
544
+ * @param _instance message instance
545
+ * @param _writer binary writer instance
546
+ */
547
+ static serializeBinaryToWriter(_instance: CreateCcaiProjectRequest, _writer: BinaryWriter): void;
548
+ private _ccaiProject?;
549
+ private _nluProjectName;
550
+ /**
551
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
552
+ * @param _value initial values object or instance of CreateCcaiProjectRequest to deeply clone from
553
+ */
554
+ constructor(_value?: RecursivePartial<CreateCcaiProjectRequest.AsObject>);
555
+ get ccaiProject(): CcaiProject | undefined;
556
+ set ccaiProject(value: CcaiProject | undefined);
557
+ get nluProjectName(): string;
558
+ set nluProjectName(value: string);
559
+ /**
560
+ * Serialize message to binary data
561
+ * @param instance message instance
562
+ */
563
+ serializeBinary(): any;
564
+ /**
565
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
566
+ */
567
+ toObject(): CreateCcaiProjectRequest.AsObject;
568
+ /**
569
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
570
+ */
571
+ toJSON(): CreateCcaiProjectRequest.AsObject;
572
+ /**
573
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
574
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
575
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
576
+ */
577
+ toProtobufJSON(options?: ToProtobufJSONOptions): CreateCcaiProjectRequest.AsProtobufJSON;
578
+ }
579
+ export declare namespace CreateCcaiProjectRequest {
580
+ /**
581
+ * Standard JavaScript object representation for CreateCcaiProjectRequest
582
+ */
583
+ interface AsObject {
584
+ ccaiProject?: CcaiProject.AsObject;
585
+ nluProjectName: string;
586
+ }
587
+ /**
588
+ * Protobuf JSON representation for CreateCcaiProjectRequest
589
+ */
590
+ interface AsProtobufJSON {
591
+ ccaiProject: CcaiProject.AsProtobufJSON | null;
592
+ nluProjectName: string;
593
+ }
594
+ }
595
+ /**
596
+ * Message implementation for ondewo.nlu.CreateCcaiProjectResponse
597
+ */
598
+ export declare class CreateCcaiProjectResponse implements GrpcMessage {
599
+ static id: string;
600
+ /**
601
+ * Deserialize binary data to message
602
+ * @param instance message instance
603
+ */
604
+ static deserializeBinary(bytes: ByteSource): CreateCcaiProjectResponse;
605
+ /**
606
+ * Check all the properties and set default protobuf values if necessary
607
+ * @param _instance message instance
608
+ */
609
+ static refineValues(_instance: CreateCcaiProjectResponse): void;
610
+ /**
611
+ * Deserializes / reads binary message into message instance using provided binary reader
612
+ * @param _instance message instance
613
+ * @param _reader binary reader instance
614
+ */
615
+ static deserializeBinaryFromReader(_instance: CreateCcaiProjectResponse, _reader: BinaryReader): void;
616
+ /**
617
+ * Serializes a message to binary format using provided binary reader
618
+ * @param _instance message instance
619
+ * @param _writer binary writer instance
620
+ */
621
+ static serializeBinaryToWriter(_instance: CreateCcaiProjectResponse, _writer: BinaryWriter): void;
622
+ private _ccaiProject?;
623
+ private _errorMessage;
624
+ /**
625
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
626
+ * @param _value initial values object or instance of CreateCcaiProjectResponse to deeply clone from
627
+ */
628
+ constructor(_value?: RecursivePartial<CreateCcaiProjectResponse.AsObject>);
629
+ get ccaiProject(): CcaiProject | undefined;
630
+ set ccaiProject(value: CcaiProject | undefined);
631
+ get errorMessage(): string;
632
+ set errorMessage(value: string);
633
+ /**
634
+ * Serialize message to binary data
635
+ * @param instance message instance
636
+ */
637
+ serializeBinary(): any;
638
+ /**
639
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
640
+ */
641
+ toObject(): CreateCcaiProjectResponse.AsObject;
642
+ /**
643
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
644
+ */
645
+ toJSON(): CreateCcaiProjectResponse.AsObject;
646
+ /**
647
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
648
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
649
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
650
+ */
651
+ toProtobufJSON(options?: ToProtobufJSONOptions): CreateCcaiProjectResponse.AsProtobufJSON;
652
+ }
653
+ export declare namespace CreateCcaiProjectResponse {
654
+ /**
655
+ * Standard JavaScript object representation for CreateCcaiProjectResponse
656
+ */
657
+ interface AsObject {
658
+ ccaiProject?: CcaiProject.AsObject;
659
+ errorMessage: string;
660
+ }
661
+ /**
662
+ * Protobuf JSON representation for CreateCcaiProjectResponse
663
+ */
664
+ interface AsProtobufJSON {
665
+ ccaiProject: CcaiProject.AsProtobufJSON | null;
666
+ errorMessage: string;
667
+ }
668
+ }
669
+ /**
670
+ * Message implementation for ondewo.nlu.GetCcaiProjectRequest
671
+ */
672
+ export declare class GetCcaiProjectRequest implements GrpcMessage {
673
+ static id: string;
674
+ /**
675
+ * Deserialize binary data to message
676
+ * @param instance message instance
677
+ */
678
+ static deserializeBinary(bytes: ByteSource): GetCcaiProjectRequest;
679
+ /**
680
+ * Check all the properties and set default protobuf values if necessary
681
+ * @param _instance message instance
682
+ */
683
+ static refineValues(_instance: GetCcaiProjectRequest): void;
684
+ /**
685
+ * Deserializes / reads binary message into message instance using provided binary reader
686
+ * @param _instance message instance
687
+ * @param _reader binary reader instance
688
+ */
689
+ static deserializeBinaryFromReader(_instance: GetCcaiProjectRequest, _reader: BinaryReader): void;
690
+ /**
691
+ * Serializes a message to binary format using provided binary reader
692
+ * @param _instance message instance
693
+ * @param _writer binary writer instance
694
+ */
695
+ static serializeBinaryToWriter(_instance: GetCcaiProjectRequest, _writer: BinaryWriter): void;
696
+ private _name;
697
+ private _ccaiProjectView;
698
+ private _ccaiServiceFilter?;
699
+ private _nluProjectName;
700
+ /**
701
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
702
+ * @param _value initial values object or instance of GetCcaiProjectRequest to deeply clone from
703
+ */
704
+ constructor(_value?: RecursivePartial<GetCcaiProjectRequest.AsObject>);
705
+ get name(): string;
706
+ set name(value: string);
707
+ get ccaiProjectView(): CcaiProjectView;
708
+ set ccaiProjectView(value: CcaiProjectView);
709
+ get ccaiServiceFilter(): CcaiServiceFilter | undefined;
710
+ set ccaiServiceFilter(value: CcaiServiceFilter | undefined);
711
+ get nluProjectName(): string;
712
+ set nluProjectName(value: string);
713
+ /**
714
+ * Serialize message to binary data
715
+ * @param instance message instance
716
+ */
717
+ serializeBinary(): any;
718
+ /**
719
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
720
+ */
721
+ toObject(): GetCcaiProjectRequest.AsObject;
722
+ /**
723
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
724
+ */
725
+ toJSON(): GetCcaiProjectRequest.AsObject;
726
+ /**
727
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
728
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
729
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
730
+ */
731
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetCcaiProjectRequest.AsProtobufJSON;
732
+ }
733
+ export declare namespace GetCcaiProjectRequest {
734
+ /**
735
+ * Standard JavaScript object representation for GetCcaiProjectRequest
736
+ */
737
+ interface AsObject {
738
+ name: string;
739
+ ccaiProjectView: CcaiProjectView;
740
+ ccaiServiceFilter?: CcaiServiceFilter.AsObject;
741
+ nluProjectName: string;
742
+ }
743
+ /**
744
+ * Protobuf JSON representation for GetCcaiProjectRequest
745
+ */
746
+ interface AsProtobufJSON {
747
+ name: string;
748
+ ccaiProjectView: string;
749
+ ccaiServiceFilter: CcaiServiceFilter.AsProtobufJSON | null;
750
+ nluProjectName: string;
751
+ }
752
+ }
753
+ /**
754
+ * Message implementation for ondewo.nlu.GetCcaiServiceRequest
755
+ */
756
+ export declare class GetCcaiServiceRequest implements GrpcMessage {
757
+ static id: string;
758
+ /**
759
+ * Deserialize binary data to message
760
+ * @param instance message instance
761
+ */
762
+ static deserializeBinary(bytes: ByteSource): GetCcaiServiceRequest;
763
+ /**
764
+ * Check all the properties and set default protobuf values if necessary
765
+ * @param _instance message instance
766
+ */
767
+ static refineValues(_instance: GetCcaiServiceRequest): void;
768
+ /**
769
+ * Deserializes / reads binary message into message instance using provided binary reader
770
+ * @param _instance message instance
771
+ * @param _reader binary reader instance
772
+ */
773
+ static deserializeBinaryFromReader(_instance: GetCcaiServiceRequest, _reader: BinaryReader): void;
774
+ /**
775
+ * Serializes a message to binary format using provided binary reader
776
+ * @param _instance message instance
777
+ * @param _writer binary writer instance
778
+ */
779
+ static serializeBinaryToWriter(_instance: GetCcaiServiceRequest, _writer: BinaryWriter): void;
780
+ private _name;
781
+ private _nluProjectName;
782
+ /**
783
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
784
+ * @param _value initial values object or instance of GetCcaiServiceRequest to deeply clone from
785
+ */
786
+ constructor(_value?: RecursivePartial<GetCcaiServiceRequest.AsObject>);
787
+ get name(): string;
788
+ set name(value: string);
789
+ get nluProjectName(): string;
790
+ set nluProjectName(value: string);
791
+ /**
792
+ * Serialize message to binary data
793
+ * @param instance message instance
794
+ */
795
+ serializeBinary(): any;
796
+ /**
797
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
798
+ */
799
+ toObject(): GetCcaiServiceRequest.AsObject;
800
+ /**
801
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
802
+ */
803
+ toJSON(): GetCcaiServiceRequest.AsObject;
804
+ /**
805
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
806
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
807
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
808
+ */
809
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetCcaiServiceRequest.AsProtobufJSON;
810
+ }
811
+ export declare namespace GetCcaiServiceRequest {
812
+ /**
813
+ * Standard JavaScript object representation for GetCcaiServiceRequest
814
+ */
815
+ interface AsObject {
816
+ name: string;
817
+ nluProjectName: string;
818
+ }
819
+ /**
820
+ * Protobuf JSON representation for GetCcaiServiceRequest
821
+ */
822
+ interface AsProtobufJSON {
823
+ name: string;
824
+ nluProjectName: string;
825
+ }
826
+ }
827
+ /**
828
+ * Message implementation for ondewo.nlu.ListCcaiProjectsRequest
829
+ */
830
+ export declare class ListCcaiProjectsRequest implements GrpcMessage {
831
+ static id: string;
832
+ /**
833
+ * Deserialize binary data to message
834
+ * @param instance message instance
835
+ */
836
+ static deserializeBinary(bytes: ByteSource): ListCcaiProjectsRequest;
837
+ /**
838
+ * Check all the properties and set default protobuf values if necessary
839
+ * @param _instance message instance
840
+ */
841
+ static refineValues(_instance: ListCcaiProjectsRequest): void;
842
+ /**
843
+ * Deserializes / reads binary message into message instance using provided binary reader
844
+ * @param _instance message instance
845
+ * @param _reader binary reader instance
846
+ */
847
+ static deserializeBinaryFromReader(_instance: ListCcaiProjectsRequest, _reader: BinaryReader): void;
848
+ /**
849
+ * Serializes a message to binary format using provided binary reader
850
+ * @param _instance message instance
851
+ * @param _writer binary writer instance
852
+ */
853
+ static serializeBinaryToWriter(_instance: ListCcaiProjectsRequest, _writer: BinaryWriter): void;
854
+ private _ccaiProjectView;
855
+ private _ccaiServiceFilter?;
856
+ private _ccaiProjectSorting?;
857
+ private _pageToken;
858
+ private _nluProjectName;
859
+ /**
860
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
861
+ * @param _value initial values object or instance of ListCcaiProjectsRequest to deeply clone from
862
+ */
863
+ constructor(_value?: RecursivePartial<ListCcaiProjectsRequest.AsObject>);
864
+ get ccaiProjectView(): CcaiProjectView;
865
+ set ccaiProjectView(value: CcaiProjectView);
866
+ get ccaiServiceFilter(): CcaiServiceFilter | undefined;
867
+ set ccaiServiceFilter(value: CcaiServiceFilter | undefined);
868
+ get ccaiProjectSorting(): CcaiProjectSorting | undefined;
869
+ set ccaiProjectSorting(value: CcaiProjectSorting | undefined);
870
+ get pageToken(): string;
871
+ set pageToken(value: string);
872
+ get nluProjectName(): string;
873
+ set nluProjectName(value: string);
874
+ /**
875
+ * Serialize message to binary data
876
+ * @param instance message instance
877
+ */
878
+ serializeBinary(): any;
879
+ /**
880
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
881
+ */
882
+ toObject(): ListCcaiProjectsRequest.AsObject;
883
+ /**
884
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
885
+ */
886
+ toJSON(): ListCcaiProjectsRequest.AsObject;
887
+ /**
888
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
889
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
890
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
891
+ */
892
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListCcaiProjectsRequest.AsProtobufJSON;
893
+ }
894
+ export declare namespace ListCcaiProjectsRequest {
895
+ /**
896
+ * Standard JavaScript object representation for ListCcaiProjectsRequest
897
+ */
898
+ interface AsObject {
899
+ ccaiProjectView: CcaiProjectView;
900
+ ccaiServiceFilter?: CcaiServiceFilter.AsObject;
901
+ ccaiProjectSorting?: CcaiProjectSorting.AsObject;
902
+ pageToken: string;
903
+ nluProjectName: string;
904
+ }
905
+ /**
906
+ * Protobuf JSON representation for ListCcaiProjectsRequest
907
+ */
908
+ interface AsProtobufJSON {
909
+ ccaiProjectView: string;
910
+ ccaiServiceFilter: CcaiServiceFilter.AsProtobufJSON | null;
911
+ ccaiProjectSorting: CcaiProjectSorting.AsProtobufJSON | null;
912
+ pageToken: string;
913
+ nluProjectName: string;
914
+ }
915
+ }
916
+ /**
917
+ * Message implementation for ondewo.nlu.ListCcaiProjectsResponse
918
+ */
919
+ export declare class ListCcaiProjectsResponse implements GrpcMessage {
920
+ static id: string;
921
+ /**
922
+ * Deserialize binary data to message
923
+ * @param instance message instance
924
+ */
925
+ static deserializeBinary(bytes: ByteSource): ListCcaiProjectsResponse;
926
+ /**
927
+ * Check all the properties and set default protobuf values if necessary
928
+ * @param _instance message instance
929
+ */
930
+ static refineValues(_instance: ListCcaiProjectsResponse): void;
931
+ /**
932
+ * Deserializes / reads binary message into message instance using provided binary reader
933
+ * @param _instance message instance
934
+ * @param _reader binary reader instance
935
+ */
936
+ static deserializeBinaryFromReader(_instance: ListCcaiProjectsResponse, _reader: BinaryReader): void;
937
+ /**
938
+ * Serializes a message to binary format using provided binary reader
939
+ * @param _instance message instance
940
+ * @param _writer binary writer instance
941
+ */
942
+ static serializeBinaryToWriter(_instance: ListCcaiProjectsResponse, _writer: BinaryWriter): void;
943
+ private _ccaiProjects?;
944
+ private _nextPageToken;
945
+ /**
946
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
947
+ * @param _value initial values object or instance of ListCcaiProjectsResponse to deeply clone from
948
+ */
949
+ constructor(_value?: RecursivePartial<ListCcaiProjectsResponse.AsObject>);
950
+ get ccaiProjects(): CcaiProject[] | undefined;
951
+ set ccaiProjects(value: CcaiProject[] | undefined);
952
+ get nextPageToken(): string;
953
+ set nextPageToken(value: string);
954
+ /**
955
+ * Serialize message to binary data
956
+ * @param instance message instance
957
+ */
958
+ serializeBinary(): any;
959
+ /**
960
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
961
+ */
962
+ toObject(): ListCcaiProjectsResponse.AsObject;
963
+ /**
964
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
965
+ */
966
+ toJSON(): ListCcaiProjectsResponse.AsObject;
967
+ /**
968
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
969
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
970
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
971
+ */
972
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListCcaiProjectsResponse.AsProtobufJSON;
973
+ }
974
+ export declare namespace ListCcaiProjectsResponse {
975
+ /**
976
+ * Standard JavaScript object representation for ListCcaiProjectsResponse
977
+ */
978
+ interface AsObject {
979
+ ccaiProjects?: CcaiProject.AsObject[];
980
+ nextPageToken: string;
981
+ }
982
+ /**
983
+ * Protobuf JSON representation for ListCcaiProjectsResponse
984
+ */
985
+ interface AsProtobufJSON {
986
+ ccaiProjects: CcaiProject.AsProtobufJSON[] | null;
987
+ nextPageToken: string;
988
+ }
989
+ }
990
+ /**
991
+ * Message implementation for ondewo.nlu.CcaiProjectSorting
992
+ */
993
+ export declare class CcaiProjectSorting implements GrpcMessage {
994
+ static id: string;
995
+ /**
996
+ * Deserialize binary data to message
997
+ * @param instance message instance
998
+ */
999
+ static deserializeBinary(bytes: ByteSource): CcaiProjectSorting;
1000
+ /**
1001
+ * Check all the properties and set default protobuf values if necessary
1002
+ * @param _instance message instance
1003
+ */
1004
+ static refineValues(_instance: CcaiProjectSorting): void;
1005
+ /**
1006
+ * Deserializes / reads binary message into message instance using provided binary reader
1007
+ * @param _instance message instance
1008
+ * @param _reader binary reader instance
1009
+ */
1010
+ static deserializeBinaryFromReader(_instance: CcaiProjectSorting, _reader: BinaryReader): void;
1011
+ /**
1012
+ * Serializes a message to binary format using provided binary reader
1013
+ * @param _instance message instance
1014
+ * @param _writer binary writer instance
1015
+ */
1016
+ static serializeBinaryToWriter(_instance: CcaiProjectSorting, _writer: BinaryWriter): void;
1017
+ private _sortingField;
1018
+ private _sortingMode;
1019
+ /**
1020
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1021
+ * @param _value initial values object or instance of CcaiProjectSorting to deeply clone from
1022
+ */
1023
+ constructor(_value?: RecursivePartial<CcaiProjectSorting.AsObject>);
1024
+ get sortingField(): CcaiProjectSorting.CcaiProjectSortingField;
1025
+ set sortingField(value: CcaiProjectSorting.CcaiProjectSortingField);
1026
+ get sortingMode(): ondewoNlu003.SortingMode;
1027
+ set sortingMode(value: ondewoNlu003.SortingMode);
1028
+ /**
1029
+ * Serialize message to binary data
1030
+ * @param instance message instance
1031
+ */
1032
+ serializeBinary(): any;
1033
+ /**
1034
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1035
+ */
1036
+ toObject(): CcaiProjectSorting.AsObject;
1037
+ /**
1038
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1039
+ */
1040
+ toJSON(): CcaiProjectSorting.AsObject;
1041
+ /**
1042
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1043
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1044
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1045
+ */
1046
+ toProtobufJSON(options?: ToProtobufJSONOptions): CcaiProjectSorting.AsProtobufJSON;
1047
+ }
1048
+ export declare namespace CcaiProjectSorting {
1049
+ /**
1050
+ * Standard JavaScript object representation for CcaiProjectSorting
1051
+ */
1052
+ interface AsObject {
1053
+ sortingField: CcaiProjectSorting.CcaiProjectSortingField;
1054
+ sortingMode: ondewoNlu003.SortingMode;
1055
+ }
1056
+ /**
1057
+ * Protobuf JSON representation for CcaiProjectSorting
1058
+ */
1059
+ interface AsProtobufJSON {
1060
+ sortingField: string;
1061
+ sortingMode: string;
1062
+ }
1063
+ enum CcaiProjectSortingField {
1064
+ NO_CCAI_PROJECT_SORTING = 0,
1065
+ SORT_CCAI_PROJECT_BY_NAME = 1,
1066
+ SORT_CCAI_PROJECT_BY_DISPLAY_NAME = 2,
1067
+ SORT_CCAI_PROJECT_BY_CREATION_DATE = 3,
1068
+ SORT_CCAI_PROJECT_BY_LAST_MODIFIED = 4
1069
+ }
1070
+ }
1071
+ /**
1072
+ * Message implementation for ondewo.nlu.CcaiServiceFilter
1073
+ */
1074
+ export declare class CcaiServiceFilter implements GrpcMessage {
1075
+ static id: string;
1076
+ /**
1077
+ * Deserialize binary data to message
1078
+ * @param instance message instance
1079
+ */
1080
+ static deserializeBinary(bytes: ByteSource): CcaiServiceFilter;
1081
+ /**
1082
+ * Check all the properties and set default protobuf values if necessary
1083
+ * @param _instance message instance
1084
+ */
1085
+ static refineValues(_instance: CcaiServiceFilter): void;
1086
+ /**
1087
+ * Deserializes / reads binary message into message instance using provided binary reader
1088
+ * @param _instance message instance
1089
+ * @param _reader binary reader instance
1090
+ */
1091
+ static deserializeBinaryFromReader(_instance: CcaiServiceFilter, _reader: BinaryReader): void;
1092
+ /**
1093
+ * Serializes a message to binary format using provided binary reader
1094
+ * @param _instance message instance
1095
+ * @param _writer binary writer instance
1096
+ */
1097
+ static serializeBinaryToWriter(_instance: CcaiServiceFilter, _writer: BinaryWriter): void;
1098
+ private _languageCodes;
1099
+ private _ccaiServiceTypes;
1100
+ /**
1101
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1102
+ * @param _value initial values object or instance of CcaiServiceFilter to deeply clone from
1103
+ */
1104
+ constructor(_value?: RecursivePartial<CcaiServiceFilter.AsObject>);
1105
+ get languageCodes(): string[];
1106
+ set languageCodes(value: string[]);
1107
+ get ccaiServiceTypes(): CcaiServiceType[];
1108
+ set ccaiServiceTypes(value: CcaiServiceType[]);
1109
+ /**
1110
+ * Serialize message to binary data
1111
+ * @param instance message instance
1112
+ */
1113
+ serializeBinary(): any;
1114
+ /**
1115
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1116
+ */
1117
+ toObject(): CcaiServiceFilter.AsObject;
1118
+ /**
1119
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1120
+ */
1121
+ toJSON(): CcaiServiceFilter.AsObject;
1122
+ /**
1123
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1124
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1125
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1126
+ */
1127
+ toProtobufJSON(options?: ToProtobufJSONOptions): CcaiServiceFilter.AsProtobufJSON;
1128
+ }
1129
+ export declare namespace CcaiServiceFilter {
1130
+ /**
1131
+ * Standard JavaScript object representation for CcaiServiceFilter
1132
+ */
1133
+ interface AsObject {
1134
+ languageCodes: string[];
1135
+ ccaiServiceTypes: CcaiServiceType[];
1136
+ }
1137
+ /**
1138
+ * Protobuf JSON representation for CcaiServiceFilter
1139
+ */
1140
+ interface AsProtobufJSON {
1141
+ languageCodes: string[];
1142
+ ccaiServiceTypes: string[];
1143
+ }
1144
+ }
1145
+ /**
1146
+ * Message implementation for ondewo.nlu.UpdateCcaiProjectRequest
1147
+ */
1148
+ export declare class UpdateCcaiProjectRequest implements GrpcMessage {
1149
+ static id: string;
1150
+ /**
1151
+ * Deserialize binary data to message
1152
+ * @param instance message instance
1153
+ */
1154
+ static deserializeBinary(bytes: ByteSource): UpdateCcaiProjectRequest;
1155
+ /**
1156
+ * Check all the properties and set default protobuf values if necessary
1157
+ * @param _instance message instance
1158
+ */
1159
+ static refineValues(_instance: UpdateCcaiProjectRequest): void;
1160
+ /**
1161
+ * Deserializes / reads binary message into message instance using provided binary reader
1162
+ * @param _instance message instance
1163
+ * @param _reader binary reader instance
1164
+ */
1165
+ static deserializeBinaryFromReader(_instance: UpdateCcaiProjectRequest, _reader: BinaryReader): void;
1166
+ /**
1167
+ * Serializes a message to binary format using provided binary reader
1168
+ * @param _instance message instance
1169
+ * @param _writer binary writer instance
1170
+ */
1171
+ static serializeBinaryToWriter(_instance: UpdateCcaiProjectRequest, _writer: BinaryWriter): void;
1172
+ private _ccaiProject?;
1173
+ private _ccaiServiceFilter?;
1174
+ private _updateMask?;
1175
+ private _nluProjectName;
1176
+ /**
1177
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1178
+ * @param _value initial values object or instance of UpdateCcaiProjectRequest to deeply clone from
1179
+ */
1180
+ constructor(_value?: RecursivePartial<UpdateCcaiProjectRequest.AsObject>);
1181
+ get ccaiProject(): CcaiProject | undefined;
1182
+ set ccaiProject(value: CcaiProject | undefined);
1183
+ get ccaiServiceFilter(): CcaiServiceFilter | undefined;
1184
+ set ccaiServiceFilter(value: CcaiServiceFilter | undefined);
1185
+ get updateMask(): googleProtobuf000.FieldMask | undefined;
1186
+ set updateMask(value: googleProtobuf000.FieldMask | undefined);
1187
+ get nluProjectName(): string;
1188
+ set nluProjectName(value: string);
1189
+ /**
1190
+ * Serialize message to binary data
1191
+ * @param instance message instance
1192
+ */
1193
+ serializeBinary(): any;
1194
+ /**
1195
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1196
+ */
1197
+ toObject(): UpdateCcaiProjectRequest.AsObject;
1198
+ /**
1199
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1200
+ */
1201
+ toJSON(): UpdateCcaiProjectRequest.AsObject;
1202
+ /**
1203
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1204
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1205
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1206
+ */
1207
+ toProtobufJSON(options?: ToProtobufJSONOptions): UpdateCcaiProjectRequest.AsProtobufJSON;
1208
+ }
1209
+ export declare namespace UpdateCcaiProjectRequest {
1210
+ /**
1211
+ * Standard JavaScript object representation for UpdateCcaiProjectRequest
1212
+ */
1213
+ interface AsObject {
1214
+ ccaiProject?: CcaiProject.AsObject;
1215
+ ccaiServiceFilter?: CcaiServiceFilter.AsObject;
1216
+ updateMask?: googleProtobuf000.FieldMask.AsObject;
1217
+ nluProjectName: string;
1218
+ }
1219
+ /**
1220
+ * Protobuf JSON representation for UpdateCcaiProjectRequest
1221
+ */
1222
+ interface AsProtobufJSON {
1223
+ ccaiProject: CcaiProject.AsProtobufJSON | null;
1224
+ ccaiServiceFilter: CcaiServiceFilter.AsProtobufJSON | null;
1225
+ updateMask: googleProtobuf000.FieldMask.AsProtobufJSON | null;
1226
+ nluProjectName: string;
1227
+ }
1228
+ }
1229
+ /**
1230
+ * Message implementation for ondewo.nlu.UpdateCcaiProjectResponse
1231
+ */
1232
+ export declare class UpdateCcaiProjectResponse implements GrpcMessage {
1233
+ static id: string;
1234
+ /**
1235
+ * Deserialize binary data to message
1236
+ * @param instance message instance
1237
+ */
1238
+ static deserializeBinary(bytes: ByteSource): UpdateCcaiProjectResponse;
1239
+ /**
1240
+ * Check all the properties and set default protobuf values if necessary
1241
+ * @param _instance message instance
1242
+ */
1243
+ static refineValues(_instance: UpdateCcaiProjectResponse): void;
1244
+ /**
1245
+ * Deserializes / reads binary message into message instance using provided binary reader
1246
+ * @param _instance message instance
1247
+ * @param _reader binary reader instance
1248
+ */
1249
+ static deserializeBinaryFromReader(_instance: UpdateCcaiProjectResponse, _reader: BinaryReader): void;
1250
+ /**
1251
+ * Serializes a message to binary format using provided binary reader
1252
+ * @param _instance message instance
1253
+ * @param _writer binary writer instance
1254
+ */
1255
+ static serializeBinaryToWriter(_instance: UpdateCcaiProjectResponse, _writer: BinaryWriter): void;
1256
+ private _name;
1257
+ private _errorMessage;
1258
+ /**
1259
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1260
+ * @param _value initial values object or instance of UpdateCcaiProjectResponse to deeply clone from
1261
+ */
1262
+ constructor(_value?: RecursivePartial<UpdateCcaiProjectResponse.AsObject>);
1263
+ get name(): string;
1264
+ set name(value: string);
1265
+ get errorMessage(): string;
1266
+ set errorMessage(value: string);
1267
+ /**
1268
+ * Serialize message to binary data
1269
+ * @param instance message instance
1270
+ */
1271
+ serializeBinary(): any;
1272
+ /**
1273
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1274
+ */
1275
+ toObject(): UpdateCcaiProjectResponse.AsObject;
1276
+ /**
1277
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1278
+ */
1279
+ toJSON(): UpdateCcaiProjectResponse.AsObject;
1280
+ /**
1281
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1282
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1283
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1284
+ */
1285
+ toProtobufJSON(options?: ToProtobufJSONOptions): UpdateCcaiProjectResponse.AsProtobufJSON;
1286
+ }
1287
+ export declare namespace UpdateCcaiProjectResponse {
1288
+ /**
1289
+ * Standard JavaScript object representation for UpdateCcaiProjectResponse
1290
+ */
1291
+ interface AsObject {
1292
+ name: string;
1293
+ errorMessage: string;
1294
+ }
1295
+ /**
1296
+ * Protobuf JSON representation for UpdateCcaiProjectResponse
1297
+ */
1298
+ interface AsProtobufJSON {
1299
+ name: string;
1300
+ errorMessage: string;
1301
+ }
1302
+ }
1303
+ /**
1304
+ * Message implementation for ondewo.nlu.DeleteCcaiProjectRequest
1305
+ */
1306
+ export declare class DeleteCcaiProjectRequest implements GrpcMessage {
1307
+ static id: string;
1308
+ /**
1309
+ * Deserialize binary data to message
1310
+ * @param instance message instance
1311
+ */
1312
+ static deserializeBinary(bytes: ByteSource): DeleteCcaiProjectRequest;
1313
+ /**
1314
+ * Check all the properties and set default protobuf values if necessary
1315
+ * @param _instance message instance
1316
+ */
1317
+ static refineValues(_instance: DeleteCcaiProjectRequest): void;
1318
+ /**
1319
+ * Deserializes / reads binary message into message instance using provided binary reader
1320
+ * @param _instance message instance
1321
+ * @param _reader binary reader instance
1322
+ */
1323
+ static deserializeBinaryFromReader(_instance: DeleteCcaiProjectRequest, _reader: BinaryReader): void;
1324
+ /**
1325
+ * Serializes a message to binary format using provided binary reader
1326
+ * @param _instance message instance
1327
+ * @param _writer binary writer instance
1328
+ */
1329
+ static serializeBinaryToWriter(_instance: DeleteCcaiProjectRequest, _writer: BinaryWriter): void;
1330
+ private _name;
1331
+ private _nluProjectName;
1332
+ /**
1333
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1334
+ * @param _value initial values object or instance of DeleteCcaiProjectRequest to deeply clone from
1335
+ */
1336
+ constructor(_value?: RecursivePartial<DeleteCcaiProjectRequest.AsObject>);
1337
+ get name(): string;
1338
+ set name(value: string);
1339
+ get nluProjectName(): string;
1340
+ set nluProjectName(value: string);
1341
+ /**
1342
+ * Serialize message to binary data
1343
+ * @param instance message instance
1344
+ */
1345
+ serializeBinary(): any;
1346
+ /**
1347
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1348
+ */
1349
+ toObject(): DeleteCcaiProjectRequest.AsObject;
1350
+ /**
1351
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1352
+ */
1353
+ toJSON(): DeleteCcaiProjectRequest.AsObject;
1354
+ /**
1355
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1356
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1357
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1358
+ */
1359
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteCcaiProjectRequest.AsProtobufJSON;
1360
+ }
1361
+ export declare namespace DeleteCcaiProjectRequest {
1362
+ /**
1363
+ * Standard JavaScript object representation for DeleteCcaiProjectRequest
1364
+ */
1365
+ interface AsObject {
1366
+ name: string;
1367
+ nluProjectName: string;
1368
+ }
1369
+ /**
1370
+ * Protobuf JSON representation for DeleteCcaiProjectRequest
1371
+ */
1372
+ interface AsProtobufJSON {
1373
+ name: string;
1374
+ nluProjectName: string;
1375
+ }
1376
+ }
1377
+ /**
1378
+ * Message implementation for ondewo.nlu.DeleteCcaiProjectResponse
1379
+ */
1380
+ export declare class DeleteCcaiProjectResponse implements GrpcMessage {
1381
+ static id: string;
1382
+ /**
1383
+ * Deserialize binary data to message
1384
+ * @param instance message instance
1385
+ */
1386
+ static deserializeBinary(bytes: ByteSource): DeleteCcaiProjectResponse;
1387
+ /**
1388
+ * Check all the properties and set default protobuf values if necessary
1389
+ * @param _instance message instance
1390
+ */
1391
+ static refineValues(_instance: DeleteCcaiProjectResponse): void;
1392
+ /**
1393
+ * Deserializes / reads binary message into message instance using provided binary reader
1394
+ * @param _instance message instance
1395
+ * @param _reader binary reader instance
1396
+ */
1397
+ static deserializeBinaryFromReader(_instance: DeleteCcaiProjectResponse, _reader: BinaryReader): void;
1398
+ /**
1399
+ * Serializes a message to binary format using provided binary reader
1400
+ * @param _instance message instance
1401
+ * @param _writer binary writer instance
1402
+ */
1403
+ static serializeBinaryToWriter(_instance: DeleteCcaiProjectResponse, _writer: BinaryWriter): void;
1404
+ private _name;
1405
+ private _errorMessage;
1406
+ private _nluProjectName;
1407
+ /**
1408
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1409
+ * @param _value initial values object or instance of DeleteCcaiProjectResponse to deeply clone from
1410
+ */
1411
+ constructor(_value?: RecursivePartial<DeleteCcaiProjectResponse.AsObject>);
1412
+ get name(): string;
1413
+ set name(value: string);
1414
+ get errorMessage(): string;
1415
+ set errorMessage(value: string);
1416
+ get nluProjectName(): string;
1417
+ set nluProjectName(value: string);
1418
+ /**
1419
+ * Serialize message to binary data
1420
+ * @param instance message instance
1421
+ */
1422
+ serializeBinary(): any;
1423
+ /**
1424
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1425
+ */
1426
+ toObject(): DeleteCcaiProjectResponse.AsObject;
1427
+ /**
1428
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1429
+ */
1430
+ toJSON(): DeleteCcaiProjectResponse.AsObject;
1431
+ /**
1432
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1433
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1434
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1435
+ */
1436
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteCcaiProjectResponse.AsProtobufJSON;
1437
+ }
1438
+ export declare namespace DeleteCcaiProjectResponse {
1439
+ /**
1440
+ * Standard JavaScript object representation for DeleteCcaiProjectResponse
1441
+ */
1442
+ interface AsObject {
1443
+ name: string;
1444
+ errorMessage: string;
1445
+ nluProjectName: string;
1446
+ }
1447
+ /**
1448
+ * Protobuf JSON representation for DeleteCcaiProjectResponse
1449
+ */
1450
+ interface AsProtobufJSON {
1451
+ name: string;
1452
+ errorMessage: string;
1453
+ nluProjectName: string;
1454
+ }
1455
+ }