@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
@@ -1,13 +1,19 @@
1
1
  import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
2
  import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
- import * as googleProtobuf005 from '@ngx-grpc/well-known-types';
4
- import * as ondewoNlu006 from '../../ondewo/nlu/context.pb';
5
- import * as googleProtobuf009 from '@ngx-grpc/well-known-types';
3
+ import * as googleProtobuf003 from '@ngx-grpc/well-known-types';
4
+ import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
5
+ import * as ondewoNlu007 from '../../ondewo/nlu/context.pb';
6
+ import * as ondewoNlu008 from '../../ondewo/nlu/common.pb';
6
7
  import * as googleProtobuf010 from '@ngx-grpc/well-known-types';
7
8
  import * as googleRpc011 from '../../google/rpc/status.pb';
8
9
  import * as googleType012 from '../../google/type/latlng.pb';
9
10
  import * as ondewoNlu013 from '../../ondewo/nlu/intent.pb';
10
11
  import * as ondewoNlu014 from '../../ondewo/nlu/entity-type.pb';
12
+ export declare enum TranscriptionType {
13
+ TRANSCRIPTION_TYPE_UNSPECIFIED = 0,
14
+ TRANSCRIPTION_TYPE_S2T = 1,
15
+ TRANSCRIPTION_TYPE_HUMAN = 2
16
+ }
11
17
  export declare enum AudioEncoding {
12
18
  AUDIO_ENCODING_UNSPECIFIED = 0,
13
19
  AUDIO_ENCODING_LINEAR_16 = 1,
@@ -27,6 +33,18 @@ export declare enum ComparisonOperator {
27
33
  STARTS_WITH = 5,
28
34
  ENDS_WITH = 6
29
35
  }
36
+ export declare enum ResourceView {
37
+ RESOURCE_VIEW_UNSPECIFIED = 0,
38
+ RESOURCE_VIEW_FULL = 1,
39
+ RESOURCE_VIEW_PARTIAL = 2,
40
+ RESOURCE_VIEW_MINIMUM = 3
41
+ }
42
+ export declare enum AudioFileResourceType {
43
+ AUDIO_FILE_RESOURCE_TYPE_UNSPECIFIED = 0,
44
+ AUDIO_FILE_RESOURCE_TYPE_T2S = 1,
45
+ AUDIO_FILE_RESOURCE_TYPE_S2T = 2,
46
+ AUDIO_FILE_RESOURCE_TYPE_S2T_AND_T2S = 3
47
+ }
30
48
  /**
31
49
  * Message implementation for ondewo.nlu.DetectIntentRequest
32
50
  */
@@ -91,7 +109,7 @@ export declare class DetectIntentRequest implements GrpcMessage {
91
109
  */
92
110
  toProtobufJSON(options?: ToProtobufJSONOptions): DetectIntentRequest.AsProtobufJSON;
93
111
  }
94
- export declare module DetectIntentRequest {
112
+ export declare namespace DetectIntentRequest {
95
113
  /**
96
114
  * Standard JavaScript object representation for DetectIntentRequest
97
115
  */
@@ -172,7 +190,7 @@ export declare class DetectIntentResponse implements GrpcMessage {
172
190
  */
173
191
  toProtobufJSON(options?: ToProtobufJSONOptions): DetectIntentResponse.AsProtobufJSON;
174
192
  }
175
- export declare module DetectIntentResponse {
193
+ export declare namespace DetectIntentResponse {
176
194
  /**
177
195
  * Standard JavaScript object representation for DetectIntentResponse
178
196
  */
@@ -229,6 +247,7 @@ export declare class QueryParameters implements GrpcMessage {
229
247
  private _datastreamId;
230
248
  private _originId;
231
249
  private _identifiedUserId;
250
+ private _transcriptions?;
232
251
  /**
233
252
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
234
253
  * @param _value initial values object or instance of QueryParameters to deeply clone from
@@ -238,8 +257,8 @@ export declare class QueryParameters implements GrpcMessage {
238
257
  set timeZone(value: string);
239
258
  get geoLocation(): googleType012.LatLng | undefined;
240
259
  set geoLocation(value: googleType012.LatLng | undefined);
241
- get contexts(): ondewoNlu006.Context[] | undefined;
242
- set contexts(value: ondewoNlu006.Context[] | undefined);
260
+ get contexts(): ondewoNlu007.Context[] | undefined;
261
+ set contexts(value: ondewoNlu007.Context[] | undefined);
243
262
  get resetContexts(): boolean;
244
263
  set resetContexts(value: boolean);
245
264
  get payload(): googleProtobuf010.Struct | undefined;
@@ -258,6 +277,8 @@ export declare class QueryParameters implements GrpcMessage {
258
277
  set originId(value: string);
259
278
  get identifiedUserId(): string;
260
279
  set identifiedUserId(value: string);
280
+ get transcriptions(): S2tTranscription[] | undefined;
281
+ set transcriptions(value: S2tTranscription[] | undefined);
261
282
  /**
262
283
  * Serialize message to binary data
263
284
  * @param instance message instance
@@ -278,14 +299,14 @@ export declare class QueryParameters implements GrpcMessage {
278
299
  */
279
300
  toProtobufJSON(options?: ToProtobufJSONOptions): QueryParameters.AsProtobufJSON;
280
301
  }
281
- export declare module QueryParameters {
302
+ export declare namespace QueryParameters {
282
303
  /**
283
304
  * Standard JavaScript object representation for QueryParameters
284
305
  */
285
306
  interface AsObject {
286
307
  timeZone: string;
287
308
  geoLocation?: googleType012.LatLng.AsObject;
288
- contexts?: ondewoNlu006.Context.AsObject[];
309
+ contexts?: ondewoNlu007.Context.AsObject[];
289
310
  resetContexts: boolean;
290
311
  payload?: googleProtobuf010.Struct.AsObject;
291
312
  labels: string[];
@@ -295,6 +316,7 @@ export declare module QueryParameters {
295
316
  datastreamId: string;
296
317
  originId: string;
297
318
  identifiedUserId: string;
319
+ transcriptions?: S2tTranscription.AsObject[];
298
320
  }
299
321
  /**
300
322
  * Protobuf JSON representation for QueryParameters
@@ -302,7 +324,7 @@ export declare module QueryParameters {
302
324
  interface AsProtobufJSON {
303
325
  timeZone: string;
304
326
  geoLocation: googleType012.LatLng.AsProtobufJSON | null;
305
- contexts: ondewoNlu006.Context.AsProtobufJSON[] | null;
327
+ contexts: ondewoNlu007.Context.AsProtobufJSON[] | null;
306
328
  resetContexts: boolean;
307
329
  payload: googleProtobuf010.Struct.AsProtobufJSON | null;
308
330
  labels: string[];
@@ -312,6 +334,131 @@ export declare module QueryParameters {
312
334
  datastreamId: string;
313
335
  originId: string;
314
336
  identifiedUserId: string;
337
+ transcriptions: S2tTranscription.AsProtobufJSON[] | null;
338
+ }
339
+ }
340
+ /**
341
+ * Message implementation for ondewo.nlu.S2tTranscription
342
+ */
343
+ export declare class S2tTranscription implements GrpcMessage {
344
+ static id: string;
345
+ /**
346
+ * Deserialize binary data to message
347
+ * @param instance message instance
348
+ */
349
+ static deserializeBinary(bytes: ByteSource): S2tTranscription;
350
+ /**
351
+ * Check all the properties and set default protobuf values if necessary
352
+ * @param _instance message instance
353
+ */
354
+ static refineValues(_instance: S2tTranscription): void;
355
+ /**
356
+ * Deserializes / reads binary message into message instance using provided binary reader
357
+ * @param _instance message instance
358
+ * @param _reader binary reader instance
359
+ */
360
+ static deserializeBinaryFromReader(_instance: S2tTranscription, _reader: BinaryReader): void;
361
+ /**
362
+ * Serializes a message to binary format using provided binary reader
363
+ * @param _instance message instance
364
+ * @param _writer binary writer instance
365
+ */
366
+ static serializeBinaryToWriter(_instance: S2tTranscription, _writer: BinaryWriter): void;
367
+ private _name;
368
+ private _text;
369
+ private _score;
370
+ private _languageCode;
371
+ private _audioResourceName;
372
+ private _pipelineId;
373
+ private _durationInS;
374
+ private _transcriptionType;
375
+ private _createdAt?;
376
+ private _modifiedAt?;
377
+ private _createdBy;
378
+ private _modifiedBy;
379
+ /**
380
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
381
+ * @param _value initial values object or instance of S2tTranscription to deeply clone from
382
+ */
383
+ constructor(_value?: RecursivePartial<S2tTranscription.AsObject>);
384
+ get name(): string;
385
+ set name(value: string);
386
+ get text(): string;
387
+ set text(value: string);
388
+ get score(): number;
389
+ set score(value: number);
390
+ get languageCode(): string;
391
+ set languageCode(value: string);
392
+ get audioResourceName(): string;
393
+ set audioResourceName(value: string);
394
+ get pipelineId(): string;
395
+ set pipelineId(value: string);
396
+ get durationInS(): number;
397
+ set durationInS(value: number);
398
+ get transcriptionType(): TranscriptionType;
399
+ set transcriptionType(value: TranscriptionType);
400
+ get createdAt(): googleProtobuf004.Timestamp | undefined;
401
+ set createdAt(value: googleProtobuf004.Timestamp | undefined);
402
+ get modifiedAt(): googleProtobuf004.Timestamp | undefined;
403
+ set modifiedAt(value: googleProtobuf004.Timestamp | undefined);
404
+ get createdBy(): string;
405
+ set createdBy(value: string);
406
+ get modifiedBy(): string;
407
+ set modifiedBy(value: string);
408
+ /**
409
+ * Serialize message to binary data
410
+ * @param instance message instance
411
+ */
412
+ serializeBinary(): any;
413
+ /**
414
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
415
+ */
416
+ toObject(): S2tTranscription.AsObject;
417
+ /**
418
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
419
+ */
420
+ toJSON(): S2tTranscription.AsObject;
421
+ /**
422
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
423
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
424
+ * 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
425
+ */
426
+ toProtobufJSON(options?: ToProtobufJSONOptions): S2tTranscription.AsProtobufJSON;
427
+ }
428
+ export declare namespace S2tTranscription {
429
+ /**
430
+ * Standard JavaScript object representation for S2tTranscription
431
+ */
432
+ interface AsObject {
433
+ name: string;
434
+ text: string;
435
+ score: number;
436
+ languageCode: string;
437
+ audioResourceName: string;
438
+ pipelineId: string;
439
+ durationInS: number;
440
+ transcriptionType: TranscriptionType;
441
+ createdAt?: googleProtobuf004.Timestamp.AsObject;
442
+ modifiedAt?: googleProtobuf004.Timestamp.AsObject;
443
+ createdBy: string;
444
+ modifiedBy: string;
445
+ }
446
+ /**
447
+ * Protobuf JSON representation for S2tTranscription
448
+ */
449
+ interface AsProtobufJSON {
450
+ name: string;
451
+ text: string;
452
+ score: number;
453
+ languageCode: string;
454
+ audioResourceName: string;
455
+ pipelineId: string;
456
+ durationInS: number;
457
+ transcriptionType: string;
458
+ createdAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
459
+ modifiedAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
460
+ createdBy: string;
461
+ modifiedBy: string;
315
462
  }
316
463
  }
317
464
  /**
@@ -344,6 +491,7 @@ export declare class QueryInput implements GrpcMessage {
344
491
  private _audioConfig?;
345
492
  private _text?;
346
493
  private _event?;
494
+ private _fileResources?;
347
495
  private _input;
348
496
  /**
349
497
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
@@ -356,6 +504,8 @@ export declare class QueryInput implements GrpcMessage {
356
504
  set text(value: TextInput | undefined);
357
505
  get event(): EventInput | undefined;
358
506
  set event(value: EventInput | undefined);
507
+ get fileResources(): FileResource[] | undefined;
508
+ set fileResources(value: FileResource[] | undefined);
359
509
  get input(): QueryInput.InputCase;
360
510
  /**
361
511
  * Serialize message to binary data
@@ -377,7 +527,7 @@ export declare class QueryInput implements GrpcMessage {
377
527
  */
378
528
  toProtobufJSON(options?: ToProtobufJSONOptions): QueryInput.AsProtobufJSON;
379
529
  }
380
- export declare module QueryInput {
530
+ export declare namespace QueryInput {
381
531
  /**
382
532
  * Standard JavaScript object representation for QueryInput
383
533
  */
@@ -385,6 +535,7 @@ export declare module QueryInput {
385
535
  audioConfig?: InputAudioConfig.AsObject;
386
536
  text?: TextInput.AsObject;
387
537
  event?: EventInput.AsObject;
538
+ fileResources?: FileResource.AsObject[];
388
539
  }
389
540
  /**
390
541
  * Protobuf JSON representation for QueryInput
@@ -393,6 +544,7 @@ export declare module QueryInput {
393
544
  audioConfig: InputAudioConfig.AsProtobufJSON | null;
394
545
  text: TextInput.AsProtobufJSON | null;
395
546
  event: EventInput.AsProtobufJSON | null;
547
+ fileResources: FileResource.AsProtobufJSON[] | null;
396
548
  }
397
549
  enum InputCase {
398
550
  none = 0,
@@ -443,6 +595,7 @@ export declare class QueryResult implements GrpcMessage {
443
595
  private _queryTextOriginal;
444
596
  private _diagnosticInfo?;
445
597
  private _languageCode;
598
+ private _fileResources?;
446
599
  /**
447
600
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
448
601
  * @param _value initial values object or instance of QueryResult to deeply clone from
@@ -466,8 +619,8 @@ export declare class QueryResult implements GrpcMessage {
466
619
  set webhookSource(value: string);
467
620
  get webhookPayload(): googleProtobuf010.Struct | undefined;
468
621
  set webhookPayload(value: googleProtobuf010.Struct | undefined);
469
- get outputContexts(): ondewoNlu006.Context[] | undefined;
470
- set outputContexts(value: ondewoNlu006.Context[] | undefined);
622
+ get outputContexts(): ondewoNlu007.Context[] | undefined;
623
+ set outputContexts(value: ondewoNlu007.Context[] | undefined);
471
624
  get intent(): ondewoNlu013.Intent | undefined;
472
625
  set intent(value: ondewoNlu013.Intent | undefined);
473
626
  get intentDetectionConfidence(): number;
@@ -478,6 +631,8 @@ export declare class QueryResult implements GrpcMessage {
478
631
  set diagnosticInfo(value: googleProtobuf010.Struct | undefined);
479
632
  get languageCode(): string;
480
633
  set languageCode(value: string);
634
+ get fileResources(): FileResource[] | undefined;
635
+ set fileResources(value: FileResource[] | undefined);
481
636
  /**
482
637
  * Serialize message to binary data
483
638
  * @param instance message instance
@@ -498,7 +653,7 @@ export declare class QueryResult implements GrpcMessage {
498
653
  */
499
654
  toProtobufJSON(options?: ToProtobufJSONOptions): QueryResult.AsProtobufJSON;
500
655
  }
501
- export declare module QueryResult {
656
+ export declare namespace QueryResult {
502
657
  /**
503
658
  * Standard JavaScript object representation for QueryResult
504
659
  */
@@ -512,12 +667,13 @@ export declare module QueryResult {
512
667
  fulfillmentMessages?: ondewoNlu013.Intent.Message.AsObject[];
513
668
  webhookSource: string;
514
669
  webhookPayload?: googleProtobuf010.Struct.AsObject;
515
- outputContexts?: ondewoNlu006.Context.AsObject[];
670
+ outputContexts?: ondewoNlu007.Context.AsObject[];
516
671
  intent?: ondewoNlu013.Intent.AsObject;
517
672
  intentDetectionConfidence: number;
518
673
  queryTextOriginal: string;
519
674
  diagnosticInfo?: googleProtobuf010.Struct.AsObject;
520
675
  languageCode: string;
676
+ fileResources?: FileResource.AsObject[];
521
677
  }
522
678
  /**
523
679
  * Protobuf JSON representation for QueryResult
@@ -532,12 +688,13 @@ export declare module QueryResult {
532
688
  fulfillmentMessages: ondewoNlu013.Intent.Message.AsProtobufJSON[] | null;
533
689
  webhookSource: string;
534
690
  webhookPayload: googleProtobuf010.Struct.AsProtobufJSON | null;
535
- outputContexts: ondewoNlu006.Context.AsProtobufJSON[] | null;
691
+ outputContexts: ondewoNlu007.Context.AsProtobufJSON[] | null;
536
692
  intent: ondewoNlu013.Intent.AsProtobufJSON | null;
537
693
  intentDetectionConfidence: number;
538
694
  queryTextOriginal: string;
539
695
  diagnosticInfo: googleProtobuf010.Struct.AsProtobufJSON | null;
540
696
  languageCode: string;
697
+ fileResources: FileResource.AsProtobufJSON[] | null;
541
698
  }
542
699
  }
543
700
  /**
@@ -607,7 +764,7 @@ export declare class StreamingDetectIntentRequest implements GrpcMessage {
607
764
  */
608
765
  toProtobufJSON(options?: ToProtobufJSONOptions): StreamingDetectIntentRequest.AsProtobufJSON;
609
766
  }
610
- export declare module StreamingDetectIntentRequest {
767
+ export declare namespace StreamingDetectIntentRequest {
611
768
  /**
612
769
  * Standard JavaScript object representation for StreamingDetectIntentRequest
613
770
  */
@@ -693,7 +850,7 @@ export declare class StreamingDetectIntentResponse implements GrpcMessage {
693
850
  */
694
851
  toProtobufJSON(options?: ToProtobufJSONOptions): StreamingDetectIntentResponse.AsProtobufJSON;
695
852
  }
696
- export declare module StreamingDetectIntentResponse {
853
+ export declare namespace StreamingDetectIntentResponse {
697
854
  /**
698
855
  * Standard JavaScript object representation for StreamingDetectIntentResponse
699
856
  */
@@ -777,7 +934,7 @@ export declare class StreamingRecognitionResult implements GrpcMessage {
777
934
  */
778
935
  toProtobufJSON(options?: ToProtobufJSONOptions): StreamingRecognitionResult.AsProtobufJSON;
779
936
  }
780
- export declare module StreamingRecognitionResult {
937
+ export declare namespace StreamingRecognitionResult {
781
938
  /**
782
939
  * Standard JavaScript object representation for StreamingRecognitionResult
783
940
  */
@@ -866,7 +1023,7 @@ export declare class InputAudioConfig implements GrpcMessage {
866
1023
  */
867
1024
  toProtobufJSON(options?: ToProtobufJSONOptions): InputAudioConfig.AsProtobufJSON;
868
1025
  }
869
- export declare module InputAudioConfig {
1026
+ export declare namespace InputAudioConfig {
870
1027
  /**
871
1028
  * Standard JavaScript object representation for InputAudioConfig
872
1029
  */
@@ -944,7 +1101,7 @@ export declare class TextInput implements GrpcMessage {
944
1101
  */
945
1102
  toProtobufJSON(options?: ToProtobufJSONOptions): TextInput.AsProtobufJSON;
946
1103
  }
947
- export declare module TextInput {
1104
+ export declare namespace TextInput {
948
1105
  /**
949
1106
  * Standard JavaScript object representation for TextInput
950
1107
  */
@@ -1021,7 +1178,7 @@ export declare class EventInput implements GrpcMessage {
1021
1178
  */
1022
1179
  toProtobufJSON(options?: ToProtobufJSONOptions): EventInput.AsProtobufJSON;
1023
1180
  }
1024
- export declare module EventInput {
1181
+ export declare namespace EventInput {
1025
1182
  /**
1026
1183
  * Standard JavaScript object representation for EventInput
1027
1184
  */
@@ -1069,6 +1226,10 @@ export declare class Session implements GrpcMessage {
1069
1226
  private _name;
1070
1227
  private _sessionSteps?;
1071
1228
  private _sessionInfo?;
1229
+ private _createdAt?;
1230
+ private _modifiedAt?;
1231
+ private _createdBy;
1232
+ private _modifiedBy;
1072
1233
  /**
1073
1234
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1074
1235
  * @param _value initial values object or instance of Session to deeply clone from
@@ -1080,6 +1241,14 @@ export declare class Session implements GrpcMessage {
1080
1241
  set sessionSteps(value: SessionStep[] | undefined);
1081
1242
  get sessionInfo(): SessionInfo | undefined;
1082
1243
  set sessionInfo(value: SessionInfo | undefined);
1244
+ get createdAt(): googleProtobuf004.Timestamp | undefined;
1245
+ set createdAt(value: googleProtobuf004.Timestamp | undefined);
1246
+ get modifiedAt(): googleProtobuf004.Timestamp | undefined;
1247
+ set modifiedAt(value: googleProtobuf004.Timestamp | undefined);
1248
+ get createdBy(): string;
1249
+ set createdBy(value: string);
1250
+ get modifiedBy(): string;
1251
+ set modifiedBy(value: string);
1083
1252
  /**
1084
1253
  * Serialize message to binary data
1085
1254
  * @param instance message instance
@@ -1100,7 +1269,7 @@ export declare class Session implements GrpcMessage {
1100
1269
  */
1101
1270
  toProtobufJSON(options?: ToProtobufJSONOptions): Session.AsProtobufJSON;
1102
1271
  }
1103
- export declare module Session {
1272
+ export declare namespace Session {
1104
1273
  /**
1105
1274
  * Standard JavaScript object representation for Session
1106
1275
  */
@@ -1108,6 +1277,10 @@ export declare module Session {
1108
1277
  name: string;
1109
1278
  sessionSteps?: SessionStep.AsObject[];
1110
1279
  sessionInfo?: SessionInfo.AsObject;
1280
+ createdAt?: googleProtobuf004.Timestamp.AsObject;
1281
+ modifiedAt?: googleProtobuf004.Timestamp.AsObject;
1282
+ createdBy: string;
1283
+ modifiedBy: string;
1111
1284
  }
1112
1285
  /**
1113
1286
  * Protobuf JSON representation for Session
@@ -1116,6 +1289,10 @@ export declare module Session {
1116
1289
  name: string;
1117
1290
  sessionSteps: SessionStep.AsProtobufJSON[] | null;
1118
1291
  sessionInfo: SessionInfo.AsProtobufJSON | null;
1292
+ createdAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
1293
+ modifiedAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
1294
+ createdBy: string;
1295
+ modifiedBy: string;
1119
1296
  }
1120
1297
  enum View {
1121
1298
  VIEW_UNSPECIFIED = 0,
@@ -1155,6 +1332,11 @@ export declare class SessionStep implements GrpcMessage {
1155
1332
  private _detectIntentResponse?;
1156
1333
  private _contexts?;
1157
1334
  private _timestamp?;
1335
+ private _createdAt?;
1336
+ private _modifiedAt?;
1337
+ private _createdBy;
1338
+ private _modifiedBy;
1339
+ private _audioFileResources?;
1158
1340
  /**
1159
1341
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1160
1342
  * @param _value initial values object or instance of SessionStep to deeply clone from
@@ -1166,10 +1348,20 @@ export declare class SessionStep implements GrpcMessage {
1166
1348
  set detectIntentRequest(value: DetectIntentRequest | undefined);
1167
1349
  get detectIntentResponse(): DetectIntentResponse | undefined;
1168
1350
  set detectIntentResponse(value: DetectIntentResponse | undefined);
1169
- get contexts(): ondewoNlu006.Context[] | undefined;
1170
- set contexts(value: ondewoNlu006.Context[] | undefined);
1171
- get timestamp(): googleProtobuf009.Timestamp | undefined;
1172
- set timestamp(value: googleProtobuf009.Timestamp | undefined);
1351
+ get contexts(): ondewoNlu007.Context[] | undefined;
1352
+ set contexts(value: ondewoNlu007.Context[] | undefined);
1353
+ get timestamp(): googleProtobuf004.Timestamp | undefined;
1354
+ set timestamp(value: googleProtobuf004.Timestamp | undefined);
1355
+ get createdAt(): googleProtobuf004.Timestamp | undefined;
1356
+ set createdAt(value: googleProtobuf004.Timestamp | undefined);
1357
+ get modifiedAt(): googleProtobuf004.Timestamp | undefined;
1358
+ set modifiedAt(value: googleProtobuf004.Timestamp | undefined);
1359
+ get createdBy(): string;
1360
+ set createdBy(value: string);
1361
+ get modifiedBy(): string;
1362
+ set modifiedBy(value: string);
1363
+ get audioFileResources(): AudioFileResource[] | undefined;
1364
+ set audioFileResources(value: AudioFileResource[] | undefined);
1173
1365
  /**
1174
1366
  * Serialize message to binary data
1175
1367
  * @param instance message instance
@@ -1190,7 +1382,7 @@ export declare class SessionStep implements GrpcMessage {
1190
1382
  */
1191
1383
  toProtobufJSON(options?: ToProtobufJSONOptions): SessionStep.AsProtobufJSON;
1192
1384
  }
1193
- export declare module SessionStep {
1385
+ export declare namespace SessionStep {
1194
1386
  /**
1195
1387
  * Standard JavaScript object representation for SessionStep
1196
1388
  */
@@ -1198,8 +1390,13 @@ export declare module SessionStep {
1198
1390
  name: string;
1199
1391
  detectIntentRequest?: DetectIntentRequest.AsObject;
1200
1392
  detectIntentResponse?: DetectIntentResponse.AsObject;
1201
- contexts?: ondewoNlu006.Context.AsObject[];
1202
- timestamp?: googleProtobuf009.Timestamp.AsObject;
1393
+ contexts?: ondewoNlu007.Context.AsObject[];
1394
+ timestamp?: googleProtobuf004.Timestamp.AsObject;
1395
+ createdAt?: googleProtobuf004.Timestamp.AsObject;
1396
+ modifiedAt?: googleProtobuf004.Timestamp.AsObject;
1397
+ createdBy: string;
1398
+ modifiedBy: string;
1399
+ audioFileResources?: AudioFileResource.AsObject[];
1203
1400
  }
1204
1401
  /**
1205
1402
  * Protobuf JSON representation for SessionStep
@@ -1208,51 +1405,278 @@ export declare module SessionStep {
1208
1405
  name: string;
1209
1406
  detectIntentRequest: DetectIntentRequest.AsProtobufJSON | null;
1210
1407
  detectIntentResponse: DetectIntentResponse.AsProtobufJSON | null;
1211
- contexts: ondewoNlu006.Context.AsProtobufJSON[] | null;
1212
- timestamp: googleProtobuf009.Timestamp.AsProtobufJSON | null;
1408
+ contexts: ondewoNlu007.Context.AsProtobufJSON[] | null;
1409
+ timestamp: googleProtobuf004.Timestamp.AsProtobufJSON | null;
1410
+ createdAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
1411
+ modifiedAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
1412
+ createdBy: string;
1413
+ modifiedBy: string;
1414
+ audioFileResources: AudioFileResource.AsProtobufJSON[] | null;
1415
+ }
1416
+ }
1417
+ /**
1418
+ * Message implementation for ondewo.nlu.GetSessionStepRequest
1419
+ */
1420
+ export declare class GetSessionStepRequest implements GrpcMessage {
1421
+ static id: string;
1422
+ /**
1423
+ * Deserialize binary data to message
1424
+ * @param instance message instance
1425
+ */
1426
+ static deserializeBinary(bytes: ByteSource): GetSessionStepRequest;
1427
+ /**
1428
+ * Check all the properties and set default protobuf values if necessary
1429
+ * @param _instance message instance
1430
+ */
1431
+ static refineValues(_instance: GetSessionStepRequest): void;
1432
+ /**
1433
+ * Deserializes / reads binary message into message instance using provided binary reader
1434
+ * @param _instance message instance
1435
+ * @param _reader binary reader instance
1436
+ */
1437
+ static deserializeBinaryFromReader(_instance: GetSessionStepRequest, _reader: BinaryReader): void;
1438
+ /**
1439
+ * Serializes a message to binary format using provided binary reader
1440
+ * @param _instance message instance
1441
+ * @param _writer binary writer instance
1442
+ */
1443
+ static serializeBinaryToWriter(_instance: GetSessionStepRequest, _writer: BinaryWriter): void;
1444
+ private _name;
1445
+ private _fieldMask?;
1446
+ /**
1447
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1448
+ * @param _value initial values object or instance of GetSessionStepRequest to deeply clone from
1449
+ */
1450
+ constructor(_value?: RecursivePartial<GetSessionStepRequest.AsObject>);
1451
+ get name(): string;
1452
+ set name(value: string);
1453
+ get fieldMask(): googleProtobuf003.FieldMask | undefined;
1454
+ set fieldMask(value: googleProtobuf003.FieldMask | undefined);
1455
+ /**
1456
+ * Serialize message to binary data
1457
+ * @param instance message instance
1458
+ */
1459
+ serializeBinary(): any;
1460
+ /**
1461
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1462
+ */
1463
+ toObject(): GetSessionStepRequest.AsObject;
1464
+ /**
1465
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1466
+ */
1467
+ toJSON(): GetSessionStepRequest.AsObject;
1468
+ /**
1469
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1470
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1471
+ * 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
1472
+ */
1473
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetSessionStepRequest.AsProtobufJSON;
1474
+ }
1475
+ export declare namespace GetSessionStepRequest {
1476
+ /**
1477
+ * Standard JavaScript object representation for GetSessionStepRequest
1478
+ */
1479
+ interface AsObject {
1480
+ name: string;
1481
+ fieldMask?: googleProtobuf003.FieldMask.AsObject;
1482
+ }
1483
+ /**
1484
+ * Protobuf JSON representation for GetSessionStepRequest
1485
+ */
1486
+ interface AsProtobufJSON {
1487
+ name: string;
1488
+ fieldMask: googleProtobuf003.FieldMask.AsProtobufJSON | null;
1489
+ }
1490
+ }
1491
+ /**
1492
+ * Message implementation for ondewo.nlu.UpdateSessionStepRequest
1493
+ */
1494
+ export declare class UpdateSessionStepRequest implements GrpcMessage {
1495
+ static id: string;
1496
+ /**
1497
+ * Deserialize binary data to message
1498
+ * @param instance message instance
1499
+ */
1500
+ static deserializeBinary(bytes: ByteSource): UpdateSessionStepRequest;
1501
+ /**
1502
+ * Check all the properties and set default protobuf values if necessary
1503
+ * @param _instance message instance
1504
+ */
1505
+ static refineValues(_instance: UpdateSessionStepRequest): void;
1506
+ /**
1507
+ * Deserializes / reads binary message into message instance using provided binary reader
1508
+ * @param _instance message instance
1509
+ * @param _reader binary reader instance
1510
+ */
1511
+ static deserializeBinaryFromReader(_instance: UpdateSessionStepRequest, _reader: BinaryReader): void;
1512
+ /**
1513
+ * Serializes a message to binary format using provided binary reader
1514
+ * @param _instance message instance
1515
+ * @param _writer binary writer instance
1516
+ */
1517
+ static serializeBinaryToWriter(_instance: UpdateSessionStepRequest, _writer: BinaryWriter): void;
1518
+ private _sessionStep?;
1519
+ private _updateMask?;
1520
+ private _fieldMask?;
1521
+ /**
1522
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1523
+ * @param _value initial values object or instance of UpdateSessionStepRequest to deeply clone from
1524
+ */
1525
+ constructor(_value?: RecursivePartial<UpdateSessionStepRequest.AsObject>);
1526
+ get sessionStep(): SessionStep | undefined;
1527
+ set sessionStep(value: SessionStep | undefined);
1528
+ get updateMask(): googleProtobuf003.FieldMask | undefined;
1529
+ set updateMask(value: googleProtobuf003.FieldMask | undefined);
1530
+ get fieldMask(): googleProtobuf003.FieldMask | undefined;
1531
+ set fieldMask(value: googleProtobuf003.FieldMask | undefined);
1532
+ /**
1533
+ * Serialize message to binary data
1534
+ * @param instance message instance
1535
+ */
1536
+ serializeBinary(): any;
1537
+ /**
1538
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1539
+ */
1540
+ toObject(): UpdateSessionStepRequest.AsObject;
1541
+ /**
1542
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1543
+ */
1544
+ toJSON(): UpdateSessionStepRequest.AsObject;
1545
+ /**
1546
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1547
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1548
+ * 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
1549
+ */
1550
+ toProtobufJSON(options?: ToProtobufJSONOptions): UpdateSessionStepRequest.AsProtobufJSON;
1551
+ }
1552
+ export declare namespace UpdateSessionStepRequest {
1553
+ /**
1554
+ * Standard JavaScript object representation for UpdateSessionStepRequest
1555
+ */
1556
+ interface AsObject {
1557
+ sessionStep?: SessionStep.AsObject;
1558
+ updateMask?: googleProtobuf003.FieldMask.AsObject;
1559
+ fieldMask?: googleProtobuf003.FieldMask.AsObject;
1560
+ }
1561
+ /**
1562
+ * Protobuf JSON representation for UpdateSessionStepRequest
1563
+ */
1564
+ interface AsProtobufJSON {
1565
+ sessionStep: SessionStep.AsProtobufJSON | null;
1566
+ updateMask: googleProtobuf003.FieldMask.AsProtobufJSON | null;
1567
+ fieldMask: googleProtobuf003.FieldMask.AsProtobufJSON | null;
1568
+ }
1569
+ }
1570
+ /**
1571
+ * Message implementation for ondewo.nlu.DeleteSessionStepRequest
1572
+ */
1573
+ export declare class DeleteSessionStepRequest implements GrpcMessage {
1574
+ static id: string;
1575
+ /**
1576
+ * Deserialize binary data to message
1577
+ * @param instance message instance
1578
+ */
1579
+ static deserializeBinary(bytes: ByteSource): DeleteSessionStepRequest;
1580
+ /**
1581
+ * Check all the properties and set default protobuf values if necessary
1582
+ * @param _instance message instance
1583
+ */
1584
+ static refineValues(_instance: DeleteSessionStepRequest): void;
1585
+ /**
1586
+ * Deserializes / reads binary message into message instance using provided binary reader
1587
+ * @param _instance message instance
1588
+ * @param _reader binary reader instance
1589
+ */
1590
+ static deserializeBinaryFromReader(_instance: DeleteSessionStepRequest, _reader: BinaryReader): void;
1591
+ /**
1592
+ * Serializes a message to binary format using provided binary reader
1593
+ * @param _instance message instance
1594
+ * @param _writer binary writer instance
1595
+ */
1596
+ static serializeBinaryToWriter(_instance: DeleteSessionStepRequest, _writer: BinaryWriter): void;
1597
+ private _name;
1598
+ /**
1599
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1600
+ * @param _value initial values object or instance of DeleteSessionStepRequest to deeply clone from
1601
+ */
1602
+ constructor(_value?: RecursivePartial<DeleteSessionStepRequest.AsObject>);
1603
+ get name(): string;
1604
+ set name(value: string);
1605
+ /**
1606
+ * Serialize message to binary data
1607
+ * @param instance message instance
1608
+ */
1609
+ serializeBinary(): any;
1610
+ /**
1611
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1612
+ */
1613
+ toObject(): DeleteSessionStepRequest.AsObject;
1614
+ /**
1615
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1616
+ */
1617
+ toJSON(): DeleteSessionStepRequest.AsObject;
1618
+ /**
1619
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1620
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1621
+ * 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
1622
+ */
1623
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteSessionStepRequest.AsProtobufJSON;
1624
+ }
1625
+ export declare namespace DeleteSessionStepRequest {
1626
+ /**
1627
+ * Standard JavaScript object representation for DeleteSessionStepRequest
1628
+ */
1629
+ interface AsObject {
1630
+ name: string;
1631
+ }
1632
+ /**
1633
+ * Protobuf JSON representation for DeleteSessionStepRequest
1634
+ */
1635
+ interface AsProtobufJSON {
1636
+ name: string;
1213
1637
  }
1214
1638
  }
1215
1639
  /**
1216
- * Message implementation for ondewo.nlu.TrackSessionStepRequest
1640
+ * Message implementation for ondewo.nlu.CreateSessionStepRequest
1217
1641
  */
1218
- export declare class TrackSessionStepRequest implements GrpcMessage {
1642
+ export declare class CreateSessionStepRequest implements GrpcMessage {
1219
1643
  static id: string;
1220
1644
  /**
1221
1645
  * Deserialize binary data to message
1222
1646
  * @param instance message instance
1223
1647
  */
1224
- static deserializeBinary(bytes: ByteSource): TrackSessionStepRequest;
1648
+ static deserializeBinary(bytes: ByteSource): CreateSessionStepRequest;
1225
1649
  /**
1226
1650
  * Check all the properties and set default protobuf values if necessary
1227
1651
  * @param _instance message instance
1228
1652
  */
1229
- static refineValues(_instance: TrackSessionStepRequest): void;
1653
+ static refineValues(_instance: CreateSessionStepRequest): void;
1230
1654
  /**
1231
1655
  * Deserializes / reads binary message into message instance using provided binary reader
1232
1656
  * @param _instance message instance
1233
1657
  * @param _reader binary reader instance
1234
1658
  */
1235
- static deserializeBinaryFromReader(_instance: TrackSessionStepRequest, _reader: BinaryReader): void;
1659
+ static deserializeBinaryFromReader(_instance: CreateSessionStepRequest, _reader: BinaryReader): void;
1236
1660
  /**
1237
1661
  * Serializes a message to binary format using provided binary reader
1238
1662
  * @param _instance message instance
1239
1663
  * @param _writer binary writer instance
1240
1664
  */
1241
- static serializeBinaryToWriter(_instance: TrackSessionStepRequest, _writer: BinaryWriter): void;
1665
+ static serializeBinaryToWriter(_instance: CreateSessionStepRequest, _writer: BinaryWriter): void;
1242
1666
  private _sessionId;
1243
1667
  private _sessionStep?;
1244
- private _sessionView;
1668
+ private _fieldMask?;
1245
1669
  /**
1246
1670
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1247
- * @param _value initial values object or instance of TrackSessionStepRequest to deeply clone from
1671
+ * @param _value initial values object or instance of CreateSessionStepRequest to deeply clone from
1248
1672
  */
1249
- constructor(_value?: RecursivePartial<TrackSessionStepRequest.AsObject>);
1673
+ constructor(_value?: RecursivePartial<CreateSessionStepRequest.AsObject>);
1250
1674
  get sessionId(): string;
1251
1675
  set sessionId(value: string);
1252
1676
  get sessionStep(): SessionStep | undefined;
1253
1677
  set sessionStep(value: SessionStep | undefined);
1254
- get sessionView(): Session.View;
1255
- set sessionView(value: Session.View);
1678
+ get fieldMask(): googleProtobuf003.FieldMask | undefined;
1679
+ set fieldMask(value: googleProtobuf003.FieldMask | undefined);
1256
1680
  /**
1257
1681
  * Serialize message to binary data
1258
1682
  * @param instance message instance
@@ -1261,34 +1685,34 @@ export declare class TrackSessionStepRequest implements GrpcMessage {
1261
1685
  /**
1262
1686
  * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1263
1687
  */
1264
- toObject(): TrackSessionStepRequest.AsObject;
1688
+ toObject(): CreateSessionStepRequest.AsObject;
1265
1689
  /**
1266
1690
  * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1267
1691
  */
1268
- toJSON(): TrackSessionStepRequest.AsObject;
1692
+ toJSON(): CreateSessionStepRequest.AsObject;
1269
1693
  /**
1270
1694
  * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1271
1695
  * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1272
1696
  * 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
1273
1697
  */
1274
- toProtobufJSON(options?: ToProtobufJSONOptions): TrackSessionStepRequest.AsProtobufJSON;
1698
+ toProtobufJSON(options?: ToProtobufJSONOptions): CreateSessionStepRequest.AsProtobufJSON;
1275
1699
  }
1276
- export declare module TrackSessionStepRequest {
1700
+ export declare namespace CreateSessionStepRequest {
1277
1701
  /**
1278
- * Standard JavaScript object representation for TrackSessionStepRequest
1702
+ * Standard JavaScript object representation for CreateSessionStepRequest
1279
1703
  */
1280
1704
  interface AsObject {
1281
1705
  sessionId: string;
1282
1706
  sessionStep?: SessionStep.AsObject;
1283
- sessionView: Session.View;
1707
+ fieldMask?: googleProtobuf003.FieldMask.AsObject;
1284
1708
  }
1285
1709
  /**
1286
- * Protobuf JSON representation for TrackSessionStepRequest
1710
+ * Protobuf JSON representation for CreateSessionStepRequest
1287
1711
  */
1288
1712
  interface AsProtobufJSON {
1289
1713
  sessionId: string;
1290
1714
  sessionStep: SessionStep.AsProtobufJSON | null;
1291
- sessionView: string;
1715
+ fieldMask: googleProtobuf003.FieldMask.AsProtobufJSON | null;
1292
1716
  }
1293
1717
  }
1294
1718
  /**
@@ -1336,8 +1760,8 @@ export declare class ListSessionsRequest implements GrpcMessage {
1336
1760
  set pageToken(value: string);
1337
1761
  get sessionFilter(): SessionFilter | undefined;
1338
1762
  set sessionFilter(value: SessionFilter | undefined);
1339
- get fieldMask(): googleProtobuf005.FieldMask | undefined;
1340
- set fieldMask(value: googleProtobuf005.FieldMask | undefined);
1763
+ get fieldMask(): googleProtobuf003.FieldMask | undefined;
1764
+ set fieldMask(value: googleProtobuf003.FieldMask | undefined);
1341
1765
  /**
1342
1766
  * Serialize message to binary data
1343
1767
  * @param instance message instance
@@ -1358,7 +1782,7 @@ export declare class ListSessionsRequest implements GrpcMessage {
1358
1782
  */
1359
1783
  toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionsRequest.AsProtobufJSON;
1360
1784
  }
1361
- export declare module ListSessionsRequest {
1785
+ export declare namespace ListSessionsRequest {
1362
1786
  /**
1363
1787
  * Standard JavaScript object representation for ListSessionsRequest
1364
1788
  */
@@ -1367,7 +1791,7 @@ export declare module ListSessionsRequest {
1367
1791
  sessionView: Session.View;
1368
1792
  pageToken: string;
1369
1793
  sessionFilter?: SessionFilter.AsObject;
1370
- fieldMask?: googleProtobuf005.FieldMask.AsObject;
1794
+ fieldMask?: googleProtobuf003.FieldMask.AsObject;
1371
1795
  }
1372
1796
  /**
1373
1797
  * Protobuf JSON representation for ListSessionsRequest
@@ -1377,7 +1801,7 @@ export declare module ListSessionsRequest {
1377
1801
  sessionView: string;
1378
1802
  pageToken: string;
1379
1803
  sessionFilter: SessionFilter.AsProtobufJSON | null;
1380
- fieldMask: googleProtobuf005.FieldMask.AsProtobufJSON | null;
1804
+ fieldMask: googleProtobuf003.FieldMask.AsProtobufJSON | null;
1381
1805
  }
1382
1806
  }
1383
1807
  /**
@@ -1444,7 +1868,7 @@ export declare class ContextFilter implements GrpcMessage {
1444
1868
  */
1445
1869
  toProtobufJSON(options?: ToProtobufJSONOptions): ContextFilter.AsProtobufJSON;
1446
1870
  }
1447
- export declare module ContextFilter {
1871
+ export declare namespace ContextFilter {
1448
1872
  /**
1449
1873
  * Standard JavaScript object representation for ContextFilter
1450
1874
  */
@@ -1575,10 +1999,10 @@ export declare class SessionFilter implements GrpcMessage {
1575
1999
  set intentTags(value: string[]);
1576
2000
  get sessionIds(): string[];
1577
2001
  set sessionIds(value: string[]);
1578
- get inputContexts(): ondewoNlu006.Context[] | undefined;
1579
- set inputContexts(value: ondewoNlu006.Context[] | undefined);
1580
- get outputContexts(): ondewoNlu006.Context[] | undefined;
1581
- set outputContexts(value: ondewoNlu006.Context[] | undefined);
2002
+ get inputContexts(): ondewoNlu007.Context[] | undefined;
2003
+ set inputContexts(value: ondewoNlu007.Context[] | undefined);
2004
+ get outputContexts(): ondewoNlu007.Context[] | undefined;
2005
+ set outputContexts(value: ondewoNlu007.Context[] | undefined);
1582
2006
  get durationInSMin(): number;
1583
2007
  set durationInSMin(value: number);
1584
2008
  get durationInSMax(): number;
@@ -1663,7 +2087,7 @@ export declare class SessionFilter implements GrpcMessage {
1663
2087
  */
1664
2088
  toProtobufJSON(options?: ToProtobufJSONOptions): SessionFilter.AsProtobufJSON;
1665
2089
  }
1666
- export declare module SessionFilter {
2090
+ export declare namespace SessionFilter {
1667
2091
  /**
1668
2092
  * Standard JavaScript object representation for SessionFilter
1669
2093
  */
@@ -1683,8 +2107,8 @@ export declare module SessionFilter {
1683
2107
  userIds: string[];
1684
2108
  intentTags: string[];
1685
2109
  sessionIds: string[];
1686
- inputContexts?: ondewoNlu006.Context.AsObject[];
1687
- outputContexts?: ondewoNlu006.Context.AsObject[];
2110
+ inputContexts?: ondewoNlu007.Context.AsObject[];
2111
+ outputContexts?: ondewoNlu007.Context.AsObject[];
1688
2112
  durationInSMin: number;
1689
2113
  durationInSMax: number;
1690
2114
  durationInMMin: number;
@@ -1737,8 +2161,8 @@ export declare module SessionFilter {
1737
2161
  userIds: string[];
1738
2162
  intentTags: string[];
1739
2163
  sessionIds: string[];
1740
- inputContexts: ondewoNlu006.Context.AsProtobufJSON[] | null;
1741
- outputContexts: ondewoNlu006.Context.AsProtobufJSON[] | null;
2164
+ inputContexts: ondewoNlu007.Context.AsProtobufJSON[] | null;
2165
+ outputContexts: ondewoNlu007.Context.AsProtobufJSON[] | null;
1742
2166
  durationInSMin: number;
1743
2167
  durationInSMax: number;
1744
2168
  durationInMMin: number;
@@ -1832,6 +2256,7 @@ export declare class SessionInfo implements GrpcMessage {
1832
2256
  private _originIds;
1833
2257
  private _identifiedUserIds;
1834
2258
  private _durationInterval60sRounded;
2259
+ private _parentComment?;
1835
2260
  /**
1836
2261
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1837
2262
  * @param _value initial values object or instance of SessionInfo to deeply clone from
@@ -1901,6 +2326,8 @@ export declare class SessionInfo implements GrpcMessage {
1901
2326
  set identifiedUserIds(value: string[]);
1902
2327
  get durationInterval60sRounded(): number;
1903
2328
  set durationInterval60sRounded(value: number);
2329
+ get parentComment(): ondewoNlu008.Comment[] | undefined;
2330
+ set parentComment(value: ondewoNlu008.Comment[] | undefined);
1904
2331
  /**
1905
2332
  * Serialize message to binary data
1906
2333
  * @param instance message instance
@@ -1921,7 +2348,7 @@ export declare class SessionInfo implements GrpcMessage {
1921
2348
  */
1922
2349
  toProtobufJSON(options?: ToProtobufJSONOptions): SessionInfo.AsProtobufJSON;
1923
2350
  }
1924
- export declare module SessionInfo {
2351
+ export declare namespace SessionInfo {
1925
2352
  /**
1926
2353
  * Standard JavaScript object representation for SessionInfo
1927
2354
  */
@@ -1958,6 +2385,7 @@ export declare module SessionInfo {
1958
2385
  originIds: string[];
1959
2386
  identifiedUserIds: string[];
1960
2387
  durationInterval60sRounded: number;
2388
+ parentComment?: ondewoNlu008.Comment.AsObject[];
1961
2389
  }
1962
2390
  /**
1963
2391
  * Protobuf JSON representation for SessionInfo
@@ -1995,6 +2423,7 @@ export declare module SessionInfo {
1995
2423
  originIds: string[];
1996
2424
  identifiedUserIds: string[];
1997
2425
  durationInterval60sRounded: number;
2426
+ parentComment: ondewoNlu008.Comment.AsProtobufJSON[] | null;
1998
2427
  }
1999
2428
  /**
2000
2429
  * Message implementation for ondewo.nlu.SessionInfo.ContextSteps
@@ -2029,8 +2458,8 @@ export declare module SessionInfo {
2029
2458
  * @param _value initial values object or instance of ContextSteps to deeply clone from
2030
2459
  */
2031
2460
  constructor(_value?: RecursivePartial<ContextSteps.AsObject>);
2032
- get contexts(): ondewoNlu006.Context[] | undefined;
2033
- set contexts(value: ondewoNlu006.Context[] | undefined);
2461
+ get contexts(): ondewoNlu007.Context[] | undefined;
2462
+ set contexts(value: ondewoNlu007.Context[] | undefined);
2034
2463
  /**
2035
2464
  * Serialize message to binary data
2036
2465
  * @param instance message instance
@@ -2051,18 +2480,18 @@ export declare module SessionInfo {
2051
2480
  */
2052
2481
  toProtobufJSON(options?: ToProtobufJSONOptions): ContextSteps.AsProtobufJSON;
2053
2482
  }
2054
- module ContextSteps {
2483
+ namespace ContextSteps {
2055
2484
  /**
2056
2485
  * Standard JavaScript object representation for ContextSteps
2057
2486
  */
2058
2487
  interface AsObject {
2059
- contexts?: ondewoNlu006.Context.AsObject[];
2488
+ contexts?: ondewoNlu007.Context.AsObject[];
2060
2489
  }
2061
2490
  /**
2062
2491
  * Protobuf JSON representation for ContextSteps
2063
2492
  */
2064
2493
  interface AsProtobufJSON {
2065
- contexts: ondewoNlu006.Context.AsProtobufJSON[] | null;
2494
+ contexts: ondewoNlu007.Context.AsProtobufJSON[] | null;
2066
2495
  }
2067
2496
  }
2068
2497
  }
@@ -2124,7 +2553,7 @@ export declare class ListSessionsResponse implements GrpcMessage {
2124
2553
  */
2125
2554
  toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionsResponse.AsProtobufJSON;
2126
2555
  }
2127
- export declare module ListSessionsResponse {
2556
+ export declare namespace ListSessionsResponse {
2128
2557
  /**
2129
2558
  * Standard JavaScript object representation for ListSessionsResponse
2130
2559
  */
@@ -2179,8 +2608,8 @@ export declare class GetSessionRequest implements GrpcMessage {
2179
2608
  set sessionId(value: string);
2180
2609
  get sessionView(): Session.View;
2181
2610
  set sessionView(value: Session.View);
2182
- get fieldMask(): googleProtobuf005.FieldMask | undefined;
2183
- set fieldMask(value: googleProtobuf005.FieldMask | undefined);
2611
+ get fieldMask(): googleProtobuf003.FieldMask | undefined;
2612
+ set fieldMask(value: googleProtobuf003.FieldMask | undefined);
2184
2613
  /**
2185
2614
  * Serialize message to binary data
2186
2615
  * @param instance message instance
@@ -2201,14 +2630,14 @@ export declare class GetSessionRequest implements GrpcMessage {
2201
2630
  */
2202
2631
  toProtobufJSON(options?: ToProtobufJSONOptions): GetSessionRequest.AsProtobufJSON;
2203
2632
  }
2204
- export declare module GetSessionRequest {
2633
+ export declare namespace GetSessionRequest {
2205
2634
  /**
2206
2635
  * Standard JavaScript object representation for GetSessionRequest
2207
2636
  */
2208
2637
  interface AsObject {
2209
2638
  sessionId: string;
2210
2639
  sessionView: Session.View;
2211
- fieldMask?: googleProtobuf005.FieldMask.AsObject;
2640
+ fieldMask?: googleProtobuf003.FieldMask.AsObject;
2212
2641
  }
2213
2642
  /**
2214
2643
  * Protobuf JSON representation for GetSessionRequest
@@ -2216,7 +2645,7 @@ export declare module GetSessionRequest {
2216
2645
  interface AsProtobufJSON {
2217
2646
  sessionId: string;
2218
2647
  sessionView: string;
2219
- fieldMask: googleProtobuf005.FieldMask.AsProtobufJSON | null;
2648
+ fieldMask: googleProtobuf003.FieldMask.AsProtobufJSON | null;
2220
2649
  }
2221
2650
  }
2222
2651
  /**
@@ -2261,8 +2690,8 @@ export declare class CreateSessionRequest implements GrpcMessage {
2261
2690
  set sessionUuid(value: string);
2262
2691
  get labels(): string[];
2263
2692
  set labels(value: string[]);
2264
- get contexts(): ondewoNlu006.Context[] | undefined;
2265
- set contexts(value: ondewoNlu006.Context[] | undefined);
2693
+ get contexts(): ondewoNlu007.Context[] | undefined;
2694
+ set contexts(value: ondewoNlu007.Context[] | undefined);
2266
2695
  /**
2267
2696
  * Serialize message to binary data
2268
2697
  * @param instance message instance
@@ -2283,7 +2712,7 @@ export declare class CreateSessionRequest implements GrpcMessage {
2283
2712
  */
2284
2713
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateSessionRequest.AsProtobufJSON;
2285
2714
  }
2286
- export declare module CreateSessionRequest {
2715
+ export declare namespace CreateSessionRequest {
2287
2716
  /**
2288
2717
  * Standard JavaScript object representation for CreateSessionRequest
2289
2718
  */
@@ -2291,7 +2720,7 @@ export declare module CreateSessionRequest {
2291
2720
  parent: string;
2292
2721
  sessionUuid: string;
2293
2722
  labels: string[];
2294
- contexts?: ondewoNlu006.Context.AsObject[];
2723
+ contexts?: ondewoNlu007.Context.AsObject[];
2295
2724
  }
2296
2725
  /**
2297
2726
  * Protobuf JSON representation for CreateSessionRequest
@@ -2300,7 +2729,7 @@ export declare module CreateSessionRequest {
2300
2729
  parent: string;
2301
2730
  sessionUuid: string;
2302
2731
  labels: string[];
2303
- contexts: ondewoNlu006.Context.AsProtobufJSON[] | null;
2732
+ contexts: ondewoNlu007.Context.AsProtobufJSON[] | null;
2304
2733
  }
2305
2734
  }
2306
2735
  /**
@@ -2358,7 +2787,7 @@ export declare class DeleteSessionRequest implements GrpcMessage {
2358
2787
  */
2359
2788
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteSessionRequest.AsProtobufJSON;
2360
2789
  }
2361
- export declare module DeleteSessionRequest {
2790
+ export declare namespace DeleteSessionRequest {
2362
2791
  /**
2363
2792
  * Standard JavaScript object representation for DeleteSessionRequest
2364
2793
  */
@@ -2436,7 +2865,7 @@ export declare class CreateSessionReviewRequest implements GrpcMessage {
2436
2865
  */
2437
2866
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateSessionReviewRequest.AsProtobufJSON;
2438
2867
  }
2439
- export declare module CreateSessionReviewRequest {
2868
+ export declare namespace CreateSessionReviewRequest {
2440
2869
  /**
2441
2870
  * Standard JavaScript object representation for CreateSessionReviewRequest
2442
2871
  */
@@ -2485,6 +2914,10 @@ export declare class SessionReview implements GrpcMessage {
2485
2914
  static serializeBinaryToWriter(_instance: SessionReview, _writer: BinaryWriter): void;
2486
2915
  private _name;
2487
2916
  private _sessionReviewSteps?;
2917
+ private _createdAt?;
2918
+ private _modifiedAt?;
2919
+ private _createdBy;
2920
+ private _modifiedBy;
2488
2921
  /**
2489
2922
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2490
2923
  * @param _value initial values object or instance of SessionReview to deeply clone from
@@ -2494,6 +2927,14 @@ export declare class SessionReview implements GrpcMessage {
2494
2927
  set name(value: string);
2495
2928
  get sessionReviewSteps(): SessionReviewStep[] | undefined;
2496
2929
  set sessionReviewSteps(value: SessionReviewStep[] | undefined);
2930
+ get createdAt(): googleProtobuf004.Timestamp | undefined;
2931
+ set createdAt(value: googleProtobuf004.Timestamp | undefined);
2932
+ get modifiedAt(): googleProtobuf004.Timestamp | undefined;
2933
+ set modifiedAt(value: googleProtobuf004.Timestamp | undefined);
2934
+ get createdBy(): string;
2935
+ set createdBy(value: string);
2936
+ get modifiedBy(): string;
2937
+ set modifiedBy(value: string);
2497
2938
  /**
2498
2939
  * Serialize message to binary data
2499
2940
  * @param instance message instance
@@ -2514,13 +2955,17 @@ export declare class SessionReview implements GrpcMessage {
2514
2955
  */
2515
2956
  toProtobufJSON(options?: ToProtobufJSONOptions): SessionReview.AsProtobufJSON;
2516
2957
  }
2517
- export declare module SessionReview {
2958
+ export declare namespace SessionReview {
2518
2959
  /**
2519
2960
  * Standard JavaScript object representation for SessionReview
2520
2961
  */
2521
2962
  interface AsObject {
2522
2963
  name: string;
2523
2964
  sessionReviewSteps?: SessionReviewStep.AsObject[];
2965
+ createdAt?: googleProtobuf004.Timestamp.AsObject;
2966
+ modifiedAt?: googleProtobuf004.Timestamp.AsObject;
2967
+ createdBy: string;
2968
+ modifiedBy: string;
2524
2969
  }
2525
2970
  /**
2526
2971
  * Protobuf JSON representation for SessionReview
@@ -2528,6 +2973,10 @@ export declare module SessionReview {
2528
2973
  interface AsProtobufJSON {
2529
2974
  name: string;
2530
2975
  sessionReviewSteps: SessionReviewStep.AsProtobufJSON[] | null;
2976
+ createdAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
2977
+ modifiedAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
2978
+ createdBy: string;
2979
+ modifiedBy: string;
2531
2980
  }
2532
2981
  enum View {
2533
2982
  VIEW_UNSPECIFIED = 0,
@@ -2571,6 +3020,11 @@ export declare class SessionReviewStep implements GrpcMessage {
2571
3020
  private _queryTextOriginal;
2572
3021
  private _platforms;
2573
3022
  private _timestamp?;
3023
+ private _createdAt?;
3024
+ private _modifiedAt?;
3025
+ private _createdBy;
3026
+ private _modifiedBy;
3027
+ private _audioFileResources?;
2574
3028
  /**
2575
3029
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2576
3030
  * @param _value initial values object or instance of SessionReviewStep to deeply clone from
@@ -2584,16 +3038,26 @@ export declare class SessionReviewStep implements GrpcMessage {
2584
3038
  set languageCode(value: string);
2585
3039
  get detectedIntents(): DetectedIntent[] | undefined;
2586
3040
  set detectedIntents(value: DetectedIntent[] | undefined);
2587
- get contexts(): ondewoNlu006.Context[] | undefined;
2588
- set contexts(value: ondewoNlu006.Context[] | undefined);
2589
- get contextsOut(): ondewoNlu006.Context[] | undefined;
2590
- set contextsOut(value: ondewoNlu006.Context[] | undefined);
3041
+ get contexts(): ondewoNlu007.Context[] | undefined;
3042
+ set contexts(value: ondewoNlu007.Context[] | undefined);
3043
+ get contextsOut(): ondewoNlu007.Context[] | undefined;
3044
+ set contextsOut(value: ondewoNlu007.Context[] | undefined);
2591
3045
  get queryTextOriginal(): string;
2592
3046
  set queryTextOriginal(value: string);
2593
3047
  get platforms(): ondewoNlu013.Intent.Message.Platform[];
2594
3048
  set platforms(value: ondewoNlu013.Intent.Message.Platform[]);
2595
- get timestamp(): googleProtobuf009.Timestamp | undefined;
2596
- set timestamp(value: googleProtobuf009.Timestamp | undefined);
3049
+ get timestamp(): googleProtobuf004.Timestamp | undefined;
3050
+ set timestamp(value: googleProtobuf004.Timestamp | undefined);
3051
+ get createdAt(): googleProtobuf004.Timestamp | undefined;
3052
+ set createdAt(value: googleProtobuf004.Timestamp | undefined);
3053
+ get modifiedAt(): googleProtobuf004.Timestamp | undefined;
3054
+ set modifiedAt(value: googleProtobuf004.Timestamp | undefined);
3055
+ get createdBy(): string;
3056
+ set createdBy(value: string);
3057
+ get modifiedBy(): string;
3058
+ set modifiedBy(value: string);
3059
+ get audioFileResources(): AudioFileResource[] | undefined;
3060
+ set audioFileResources(value: AudioFileResource[] | undefined);
2597
3061
  /**
2598
3062
  * Serialize message to binary data
2599
3063
  * @param instance message instance
@@ -2614,7 +3078,7 @@ export declare class SessionReviewStep implements GrpcMessage {
2614
3078
  */
2615
3079
  toProtobufJSON(options?: ToProtobufJSONOptions): SessionReviewStep.AsProtobufJSON;
2616
3080
  }
2617
- export declare module SessionReviewStep {
3081
+ export declare namespace SessionReviewStep {
2618
3082
  /**
2619
3083
  * Standard JavaScript object representation for SessionReviewStep
2620
3084
  */
@@ -2623,11 +3087,16 @@ export declare module SessionReviewStep {
2623
3087
  annotatedUsersays?: ondewoNlu013.Intent.TrainingPhrase.AsObject;
2624
3088
  languageCode: string;
2625
3089
  detectedIntents?: DetectedIntent.AsObject[];
2626
- contexts?: ondewoNlu006.Context.AsObject[];
2627
- contextsOut?: ondewoNlu006.Context.AsObject[];
3090
+ contexts?: ondewoNlu007.Context.AsObject[];
3091
+ contextsOut?: ondewoNlu007.Context.AsObject[];
2628
3092
  queryTextOriginal: string;
2629
3093
  platforms: ondewoNlu013.Intent.Message.Platform[];
2630
- timestamp?: googleProtobuf009.Timestamp.AsObject;
3094
+ timestamp?: googleProtobuf004.Timestamp.AsObject;
3095
+ createdAt?: googleProtobuf004.Timestamp.AsObject;
3096
+ modifiedAt?: googleProtobuf004.Timestamp.AsObject;
3097
+ createdBy: string;
3098
+ modifiedBy: string;
3099
+ audioFileResources?: AudioFileResource.AsObject[];
2631
3100
  }
2632
3101
  /**
2633
3102
  * Protobuf JSON representation for SessionReviewStep
@@ -2637,11 +3106,16 @@ export declare module SessionReviewStep {
2637
3106
  annotatedUsersays: ondewoNlu013.Intent.TrainingPhrase.AsProtobufJSON | null;
2638
3107
  languageCode: string;
2639
3108
  detectedIntents: DetectedIntent.AsProtobufJSON[] | null;
2640
- contexts: ondewoNlu006.Context.AsProtobufJSON[] | null;
2641
- contextsOut: ondewoNlu006.Context.AsProtobufJSON[] | null;
3109
+ contexts: ondewoNlu007.Context.AsProtobufJSON[] | null;
3110
+ contextsOut: ondewoNlu007.Context.AsProtobufJSON[] | null;
2642
3111
  queryTextOriginal: string;
2643
3112
  platforms: string[];
2644
- timestamp: googleProtobuf009.Timestamp.AsProtobufJSON | null;
3113
+ timestamp: googleProtobuf004.Timestamp.AsProtobufJSON | null;
3114
+ createdAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
3115
+ modifiedAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
3116
+ createdBy: string;
3117
+ modifiedBy: string;
3118
+ audioFileResources: AudioFileResource.AsProtobufJSON[] | null;
2645
3119
  }
2646
3120
  }
2647
3121
  /**
@@ -2711,7 +3185,7 @@ export declare class DetectedIntent implements GrpcMessage {
2711
3185
  */
2712
3186
  toProtobufJSON(options?: ToProtobufJSONOptions): DetectedIntent.AsProtobufJSON;
2713
3187
  }
2714
- export declare module DetectedIntent {
3188
+ export declare namespace DetectedIntent {
2715
3189
  /**
2716
3190
  * Standard JavaScript object representation for DetectedIntent
2717
3191
  */
@@ -2788,7 +3262,7 @@ export declare class ListSessionLabelsRequest implements GrpcMessage {
2788
3262
  */
2789
3263
  toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionLabelsRequest.AsProtobufJSON;
2790
3264
  }
2791
- export declare module ListSessionLabelsRequest {
3265
+ export declare namespace ListSessionLabelsRequest {
2792
3266
  /**
2793
3267
  * Standard JavaScript object representation for ListSessionLabelsRequest
2794
3268
  */
@@ -2860,7 +3334,7 @@ export declare class ListSessionLabelsOfAllSessionsRequest implements GrpcMessag
2860
3334
  */
2861
3335
  toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionLabelsOfAllSessionsRequest.AsProtobufJSON;
2862
3336
  }
2863
- export declare module ListSessionLabelsOfAllSessionsRequest {
3337
+ export declare namespace ListSessionLabelsOfAllSessionsRequest {
2864
3338
  /**
2865
3339
  * Standard JavaScript object representation for ListSessionLabelsOfAllSessionsRequest
2866
3340
  */
@@ -2931,7 +3405,7 @@ export declare class ListSessionLabelsResponse implements GrpcMessage {
2931
3405
  */
2932
3406
  toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionLabelsResponse.AsProtobufJSON;
2933
3407
  }
2934
- export declare module ListSessionLabelsResponse {
3408
+ export declare namespace ListSessionLabelsResponse {
2935
3409
  /**
2936
3410
  * Standard JavaScript object representation for ListSessionLabelsResponse
2937
3411
  */
@@ -3003,7 +3477,7 @@ export declare class ListLanguageCodesOfAllSessionsRequest implements GrpcMessag
3003
3477
  */
3004
3478
  toProtobufJSON(options?: ToProtobufJSONOptions): ListLanguageCodesOfAllSessionsRequest.AsProtobufJSON;
3005
3479
  }
3006
- export declare module ListLanguageCodesOfAllSessionsRequest {
3480
+ export declare namespace ListLanguageCodesOfAllSessionsRequest {
3007
3481
  /**
3008
3482
  * Standard JavaScript object representation for ListLanguageCodesOfAllSessionsRequest
3009
3483
  */
@@ -3074,7 +3548,7 @@ export declare class ListLanguageCodesResponse implements GrpcMessage {
3074
3548
  */
3075
3549
  toProtobufJSON(options?: ToProtobufJSONOptions): ListLanguageCodesResponse.AsProtobufJSON;
3076
3550
  }
3077
- export declare module ListLanguageCodesResponse {
3551
+ export declare namespace ListLanguageCodesResponse {
3078
3552
  /**
3079
3553
  * Standard JavaScript object representation for ListLanguageCodesResponse
3080
3554
  */
@@ -3146,7 +3620,7 @@ export declare class ListMatchedIntentsOfAllSessionsRequest implements GrpcMessa
3146
3620
  */
3147
3621
  toProtobufJSON(options?: ToProtobufJSONOptions): ListMatchedIntentsOfAllSessionsRequest.AsProtobufJSON;
3148
3622
  }
3149
- export declare module ListMatchedIntentsOfAllSessionsRequest {
3623
+ export declare namespace ListMatchedIntentsOfAllSessionsRequest {
3150
3624
  /**
3151
3625
  * Standard JavaScript object representation for ListMatchedIntentsOfAllSessionsRequest
3152
3626
  */
@@ -3217,7 +3691,7 @@ export declare class ListMatchedIntentsResponse implements GrpcMessage {
3217
3691
  */
3218
3692
  toProtobufJSON(options?: ToProtobufJSONOptions): ListMatchedIntentsResponse.AsProtobufJSON;
3219
3693
  }
3220
- export declare module ListMatchedIntentsResponse {
3694
+ export declare namespace ListMatchedIntentsResponse {
3221
3695
  /**
3222
3696
  * Standard JavaScript object representation for ListMatchedIntentsResponse
3223
3697
  */
@@ -3289,7 +3763,7 @@ export declare class ListMatchedEntityTypesOfAllSessionsRequest implements GrpcM
3289
3763
  */
3290
3764
  toProtobufJSON(options?: ToProtobufJSONOptions): ListMatchedEntityTypesOfAllSessionsRequest.AsProtobufJSON;
3291
3765
  }
3292
- export declare module ListMatchedEntityTypesOfAllSessionsRequest {
3766
+ export declare namespace ListMatchedEntityTypesOfAllSessionsRequest {
3293
3767
  /**
3294
3768
  * Standard JavaScript object representation for ListMatchedEntityTypesOfAllSessionsRequest
3295
3769
  */
@@ -3360,7 +3834,7 @@ export declare class ListMatchedEntityTypesResponse implements GrpcMessage {
3360
3834
  */
3361
3835
  toProtobufJSON(options?: ToProtobufJSONOptions): ListMatchedEntityTypesResponse.AsProtobufJSON;
3362
3836
  }
3363
- export declare module ListMatchedEntityTypesResponse {
3837
+ export declare namespace ListMatchedEntityTypesResponse {
3364
3838
  /**
3365
3839
  * Standard JavaScript object representation for ListMatchedEntityTypesResponse
3366
3840
  */
@@ -3432,7 +3906,7 @@ export declare class ListUserIdsOfAllSessionsRequest implements GrpcMessage {
3432
3906
  */
3433
3907
  toProtobufJSON(options?: ToProtobufJSONOptions): ListUserIdsOfAllSessionsRequest.AsProtobufJSON;
3434
3908
  }
3435
- export declare module ListUserIdsOfAllSessionsRequest {
3909
+ export declare namespace ListUserIdsOfAllSessionsRequest {
3436
3910
  /**
3437
3911
  * Standard JavaScript object representation for ListUserIdsOfAllSessionsRequest
3438
3912
  */
@@ -3503,7 +3977,7 @@ export declare class ListUserIdsResponse implements GrpcMessage {
3503
3977
  */
3504
3978
  toProtobufJSON(options?: ToProtobufJSONOptions): ListUserIdsResponse.AsProtobufJSON;
3505
3979
  }
3506
- export declare module ListUserIdsResponse {
3980
+ export declare namespace ListUserIdsResponse {
3507
3981
  /**
3508
3982
  * Standard JavaScript object representation for ListUserIdsResponse
3509
3983
  */
@@ -3575,7 +4049,7 @@ export declare class ListIdentifiedUserIdsOfAllSessionsRequest implements GrpcMe
3575
4049
  */
3576
4050
  toProtobufJSON(options?: ToProtobufJSONOptions): ListIdentifiedUserIdsOfAllSessionsRequest.AsProtobufJSON;
3577
4051
  }
3578
- export declare module ListIdentifiedUserIdsOfAllSessionsRequest {
4052
+ export declare namespace ListIdentifiedUserIdsOfAllSessionsRequest {
3579
4053
  /**
3580
4054
  * Standard JavaScript object representation for ListIdentifiedUserIdsOfAllSessionsRequest
3581
4055
  */
@@ -3646,7 +4120,7 @@ export declare class ListIdentifiedUserIdsResponse implements GrpcMessage {
3646
4120
  */
3647
4121
  toProtobufJSON(options?: ToProtobufJSONOptions): ListIdentifiedUserIdsResponse.AsProtobufJSON;
3648
4122
  }
3649
- export declare module ListIdentifiedUserIdsResponse {
4123
+ export declare namespace ListIdentifiedUserIdsResponse {
3650
4124
  /**
3651
4125
  * Standard JavaScript object representation for ListIdentifiedUserIdsResponse
3652
4126
  */
@@ -3718,7 +4192,7 @@ export declare class ListTagsOfAllSessionsRequest implements GrpcMessage {
3718
4192
  */
3719
4193
  toProtobufJSON(options?: ToProtobufJSONOptions): ListTagsOfAllSessionsRequest.AsProtobufJSON;
3720
4194
  }
3721
- export declare module ListTagsOfAllSessionsRequest {
4195
+ export declare namespace ListTagsOfAllSessionsRequest {
3722
4196
  /**
3723
4197
  * Standard JavaScript object representation for ListTagsOfAllSessionsRequest
3724
4198
  */
@@ -3789,7 +4263,7 @@ export declare class ListTagsResponse implements GrpcMessage {
3789
4263
  */
3790
4264
  toProtobufJSON(options?: ToProtobufJSONOptions): ListTagsResponse.AsProtobufJSON;
3791
4265
  }
3792
- export declare module ListTagsResponse {
4266
+ export declare namespace ListTagsResponse {
3793
4267
  /**
3794
4268
  * Standard JavaScript object representation for ListTagsResponse
3795
4269
  */
@@ -3861,7 +4335,7 @@ export declare class ListInputContextsOfAllSessionsRequest implements GrpcMessag
3861
4335
  */
3862
4336
  toProtobufJSON(options?: ToProtobufJSONOptions): ListInputContextsOfAllSessionsRequest.AsProtobufJSON;
3863
4337
  }
3864
- export declare module ListInputContextsOfAllSessionsRequest {
4338
+ export declare namespace ListInputContextsOfAllSessionsRequest {
3865
4339
  /**
3866
4340
  * Standard JavaScript object representation for ListInputContextsOfAllSessionsRequest
3867
4341
  */
@@ -3932,7 +4406,7 @@ export declare class ListInputContextsResponse implements GrpcMessage {
3932
4406
  */
3933
4407
  toProtobufJSON(options?: ToProtobufJSONOptions): ListInputContextsResponse.AsProtobufJSON;
3934
4408
  }
3935
- export declare module ListInputContextsResponse {
4409
+ export declare namespace ListInputContextsResponse {
3936
4410
  /**
3937
4411
  * Standard JavaScript object representation for ListInputContextsResponse
3938
4412
  */
@@ -4004,7 +4478,7 @@ export declare class ListOutputContextsOfAllSessionsRequest implements GrpcMessa
4004
4478
  */
4005
4479
  toProtobufJSON(options?: ToProtobufJSONOptions): ListOutputContextsOfAllSessionsRequest.AsProtobufJSON;
4006
4480
  }
4007
- export declare module ListOutputContextsOfAllSessionsRequest {
4481
+ export declare namespace ListOutputContextsOfAllSessionsRequest {
4008
4482
  /**
4009
4483
  * Standard JavaScript object representation for ListOutputContextsOfAllSessionsRequest
4010
4484
  */
@@ -4075,7 +4549,7 @@ export declare class ListOutputContextsResponse implements GrpcMessage {
4075
4549
  */
4076
4550
  toProtobufJSON(options?: ToProtobufJSONOptions): ListOutputContextsResponse.AsProtobufJSON;
4077
4551
  }
4078
- export declare module ListOutputContextsResponse {
4552
+ export declare namespace ListOutputContextsResponse {
4079
4553
  /**
4080
4554
  * Standard JavaScript object representation for ListOutputContextsResponse
4081
4555
  */
@@ -4147,7 +4621,7 @@ export declare class ListPlatformsOfAllSessionsRequest implements GrpcMessage {
4147
4621
  */
4148
4622
  toProtobufJSON(options?: ToProtobufJSONOptions): ListPlatformsOfAllSessionsRequest.AsProtobufJSON;
4149
4623
  }
4150
- export declare module ListPlatformsOfAllSessionsRequest {
4624
+ export declare namespace ListPlatformsOfAllSessionsRequest {
4151
4625
  /**
4152
4626
  * Standard JavaScript object representation for ListPlatformsOfAllSessionsRequest
4153
4627
  */
@@ -4218,7 +4692,7 @@ export declare class ListPlatformsResponse implements GrpcMessage {
4218
4692
  */
4219
4693
  toProtobufJSON(options?: ToProtobufJSONOptions): ListPlatformsResponse.AsProtobufJSON;
4220
4694
  }
4221
- export declare module ListPlatformsResponse {
4695
+ export declare namespace ListPlatformsResponse {
4222
4696
  /**
4223
4697
  * Standard JavaScript object representation for ListPlatformsResponse
4224
4698
  */
@@ -4290,7 +4764,7 @@ export declare class ListAccountIdsOfAllSessionsRequest implements GrpcMessage {
4290
4764
  */
4291
4765
  toProtobufJSON(options?: ToProtobufJSONOptions): ListAccountIdsOfAllSessionsRequest.AsProtobufJSON;
4292
4766
  }
4293
- export declare module ListAccountIdsOfAllSessionsRequest {
4767
+ export declare namespace ListAccountIdsOfAllSessionsRequest {
4294
4768
  /**
4295
4769
  * Standard JavaScript object representation for ListAccountIdsOfAllSessionsRequest
4296
4770
  */
@@ -4361,7 +4835,7 @@ export declare class ListAccountIdsResponse implements GrpcMessage {
4361
4835
  */
4362
4836
  toProtobufJSON(options?: ToProtobufJSONOptions): ListAccountIdsResponse.AsProtobufJSON;
4363
4837
  }
4364
- export declare module ListAccountIdsResponse {
4838
+ export declare namespace ListAccountIdsResponse {
4365
4839
  /**
4366
4840
  * Standard JavaScript object representation for ListAccountIdsResponse
4367
4841
  */
@@ -4433,7 +4907,7 @@ export declare class ListPropertyIdsOfAllSessionsRequest implements GrpcMessage
4433
4907
  */
4434
4908
  toProtobufJSON(options?: ToProtobufJSONOptions): ListPropertyIdsOfAllSessionsRequest.AsProtobufJSON;
4435
4909
  }
4436
- export declare module ListPropertyIdsOfAllSessionsRequest {
4910
+ export declare namespace ListPropertyIdsOfAllSessionsRequest {
4437
4911
  /**
4438
4912
  * Standard JavaScript object representation for ListPropertyIdsOfAllSessionsRequest
4439
4913
  */
@@ -4504,7 +4978,7 @@ export declare class ListPropertyIdsResponse implements GrpcMessage {
4504
4978
  */
4505
4979
  toProtobufJSON(options?: ToProtobufJSONOptions): ListPropertyIdsResponse.AsProtobufJSON;
4506
4980
  }
4507
- export declare module ListPropertyIdsResponse {
4981
+ export declare namespace ListPropertyIdsResponse {
4508
4982
  /**
4509
4983
  * Standard JavaScript object representation for ListPropertyIdsResponse
4510
4984
  */
@@ -4576,7 +5050,7 @@ export declare class ListDatastreamIdsOfAllSessionsRequest implements GrpcMessag
4576
5050
  */
4577
5051
  toProtobufJSON(options?: ToProtobufJSONOptions): ListDatastreamIdsOfAllSessionsRequest.AsProtobufJSON;
4578
5052
  }
4579
- export declare module ListDatastreamIdsOfAllSessionsRequest {
5053
+ export declare namespace ListDatastreamIdsOfAllSessionsRequest {
4580
5054
  /**
4581
5055
  * Standard JavaScript object representation for ListDatastreamIdsOfAllSessionsRequest
4582
5056
  */
@@ -4647,7 +5121,7 @@ export declare class ListDatastreamIdsResponse implements GrpcMessage {
4647
5121
  */
4648
5122
  toProtobufJSON(options?: ToProtobufJSONOptions): ListDatastreamIdsResponse.AsProtobufJSON;
4649
5123
  }
4650
- export declare module ListDatastreamIdsResponse {
5124
+ export declare namespace ListDatastreamIdsResponse {
4651
5125
  /**
4652
5126
  * Standard JavaScript object representation for ListDatastreamIdsResponse
4653
5127
  */
@@ -4719,7 +5193,7 @@ export declare class ListOriginIdsOfAllSessionsRequest implements GrpcMessage {
4719
5193
  */
4720
5194
  toProtobufJSON(options?: ToProtobufJSONOptions): ListOriginIdsOfAllSessionsRequest.AsProtobufJSON;
4721
5195
  }
4722
- export declare module ListOriginIdsOfAllSessionsRequest {
5196
+ export declare namespace ListOriginIdsOfAllSessionsRequest {
4723
5197
  /**
4724
5198
  * Standard JavaScript object representation for ListOriginIdsOfAllSessionsRequest
4725
5199
  */
@@ -4790,7 +5264,7 @@ export declare class ListOriginIdsResponse implements GrpcMessage {
4790
5264
  */
4791
5265
  toProtobufJSON(options?: ToProtobufJSONOptions): ListOriginIdsResponse.AsProtobufJSON;
4792
5266
  }
4793
- export declare module ListOriginIdsResponse {
5267
+ export declare namespace ListOriginIdsResponse {
4794
5268
  /**
4795
5269
  * Standard JavaScript object representation for ListOriginIdsResponse
4796
5270
  */
@@ -4862,7 +5336,7 @@ export declare class AddSessionLabelsRequest implements GrpcMessage {
4862
5336
  */
4863
5337
  toProtobufJSON(options?: ToProtobufJSONOptions): AddSessionLabelsRequest.AsProtobufJSON;
4864
5338
  }
4865
- export declare module AddSessionLabelsRequest {
5339
+ export declare namespace AddSessionLabelsRequest {
4866
5340
  /**
4867
5341
  * Standard JavaScript object representation for AddSessionLabelsRequest
4868
5342
  */
@@ -4936,7 +5410,7 @@ export declare class DeleteSessionLabelsRequest implements GrpcMessage {
4936
5410
  */
4937
5411
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteSessionLabelsRequest.AsProtobufJSON;
4938
5412
  }
4939
- export declare module DeleteSessionLabelsRequest {
5413
+ export declare namespace DeleteSessionLabelsRequest {
4940
5414
  /**
4941
5415
  * Standard JavaScript object representation for DeleteSessionLabelsRequest
4942
5416
  */
@@ -4953,46 +5427,43 @@ export declare module DeleteSessionLabelsRequest {
4953
5427
  }
4954
5428
  }
4955
5429
  /**
4956
- * Message implementation for ondewo.nlu.ListSessionReviewsRequest
5430
+ * Message implementation for ondewo.nlu.AddSessionCommentRequest
4957
5431
  */
4958
- export declare class ListSessionReviewsRequest implements GrpcMessage {
5432
+ export declare class AddSessionCommentRequest implements GrpcMessage {
4959
5433
  static id: string;
4960
5434
  /**
4961
5435
  * Deserialize binary data to message
4962
5436
  * @param instance message instance
4963
5437
  */
4964
- static deserializeBinary(bytes: ByteSource): ListSessionReviewsRequest;
5438
+ static deserializeBinary(bytes: ByteSource): AddSessionCommentRequest;
4965
5439
  /**
4966
5440
  * Check all the properties and set default protobuf values if necessary
4967
5441
  * @param _instance message instance
4968
5442
  */
4969
- static refineValues(_instance: ListSessionReviewsRequest): void;
5443
+ static refineValues(_instance: AddSessionCommentRequest): void;
4970
5444
  /**
4971
5445
  * Deserializes / reads binary message into message instance using provided binary reader
4972
5446
  * @param _instance message instance
4973
5447
  * @param _reader binary reader instance
4974
5448
  */
4975
- static deserializeBinaryFromReader(_instance: ListSessionReviewsRequest, _reader: BinaryReader): void;
5449
+ static deserializeBinaryFromReader(_instance: AddSessionCommentRequest, _reader: BinaryReader): void;
4976
5450
  /**
4977
5451
  * Serializes a message to binary format using provided binary reader
4978
5452
  * @param _instance message instance
4979
5453
  * @param _writer binary writer instance
4980
5454
  */
4981
- static serializeBinaryToWriter(_instance: ListSessionReviewsRequest, _writer: BinaryWriter): void;
5455
+ static serializeBinaryToWriter(_instance: AddSessionCommentRequest, _writer: BinaryWriter): void;
4982
5456
  private _sessionId;
4983
- private _sessionReviewView;
4984
- private _pageToken;
5457
+ private _comment?;
4985
5458
  /**
4986
5459
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
4987
- * @param _value initial values object or instance of ListSessionReviewsRequest to deeply clone from
5460
+ * @param _value initial values object or instance of AddSessionCommentRequest to deeply clone from
4988
5461
  */
4989
- constructor(_value?: RecursivePartial<ListSessionReviewsRequest.AsObject>);
5462
+ constructor(_value?: RecursivePartial<AddSessionCommentRequest.AsObject>);
4990
5463
  get sessionId(): string;
4991
5464
  set sessionId(value: string);
4992
- get sessionReviewView(): SessionReview.View;
4993
- set sessionReviewView(value: SessionReview.View);
4994
- get pageToken(): string;
4995
- set pageToken(value: string);
5465
+ get comment(): ondewoNlu008.Comment | undefined;
5466
+ set comment(value: ondewoNlu008.Comment | undefined);
4996
5467
  /**
4997
5468
  * Serialize message to binary data
4998
5469
  * @param instance message instance
@@ -5001,74 +5472,72 @@ export declare class ListSessionReviewsRequest implements GrpcMessage {
5001
5472
  /**
5002
5473
  * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
5003
5474
  */
5004
- toObject(): ListSessionReviewsRequest.AsObject;
5475
+ toObject(): AddSessionCommentRequest.AsObject;
5005
5476
  /**
5006
5477
  * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
5007
5478
  */
5008
- toJSON(): ListSessionReviewsRequest.AsObject;
5479
+ toJSON(): AddSessionCommentRequest.AsObject;
5009
5480
  /**
5010
5481
  * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
5011
5482
  * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
5012
5483
  * 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
5013
5484
  */
5014
- toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionReviewsRequest.AsProtobufJSON;
5485
+ toProtobufJSON(options?: ToProtobufJSONOptions): AddSessionCommentRequest.AsProtobufJSON;
5015
5486
  }
5016
- export declare module ListSessionReviewsRequest {
5487
+ export declare namespace AddSessionCommentRequest {
5017
5488
  /**
5018
- * Standard JavaScript object representation for ListSessionReviewsRequest
5489
+ * Standard JavaScript object representation for AddSessionCommentRequest
5019
5490
  */
5020
5491
  interface AsObject {
5021
5492
  sessionId: string;
5022
- sessionReviewView: SessionReview.View;
5023
- pageToken: string;
5493
+ comment?: ondewoNlu008.Comment.AsObject;
5024
5494
  }
5025
5495
  /**
5026
- * Protobuf JSON representation for ListSessionReviewsRequest
5496
+ * Protobuf JSON representation for AddSessionCommentRequest
5027
5497
  */
5028
5498
  interface AsProtobufJSON {
5029
5499
  sessionId: string;
5030
- sessionReviewView: string;
5031
- pageToken: string;
5500
+ comment: ondewoNlu008.Comment.AsProtobufJSON | null;
5032
5501
  }
5033
5502
  }
5034
5503
  /**
5035
- * Message implementation for ondewo.nlu.ListSessionReviewsResponse
5504
+ * Message implementation for ondewo.nlu.DeleteSessionCommentsRequest
5036
5505
  */
5037
- export declare class ListSessionReviewsResponse implements GrpcMessage {
5506
+ export declare class DeleteSessionCommentsRequest implements GrpcMessage {
5038
5507
  static id: string;
5039
5508
  /**
5040
5509
  * Deserialize binary data to message
5041
5510
  * @param instance message instance
5042
5511
  */
5043
- static deserializeBinary(bytes: ByteSource): ListSessionReviewsResponse;
5512
+ static deserializeBinary(bytes: ByteSource): DeleteSessionCommentsRequest;
5044
5513
  /**
5045
5514
  * Check all the properties and set default protobuf values if necessary
5046
5515
  * @param _instance message instance
5047
5516
  */
5048
- static refineValues(_instance: ListSessionReviewsResponse): void;
5517
+ static refineValues(_instance: DeleteSessionCommentsRequest): void;
5049
5518
  /**
5050
5519
  * Deserializes / reads binary message into message instance using provided binary reader
5051
5520
  * @param _instance message instance
5052
5521
  * @param _reader binary reader instance
5053
5522
  */
5054
- static deserializeBinaryFromReader(_instance: ListSessionReviewsResponse, _reader: BinaryReader): void;
5523
+ static deserializeBinaryFromReader(_instance: DeleteSessionCommentsRequest, _reader: BinaryReader): void;
5055
5524
  /**
5056
5525
  * Serializes a message to binary format using provided binary reader
5057
5526
  * @param _instance message instance
5058
5527
  * @param _writer binary writer instance
5059
5528
  */
5060
- static serializeBinaryToWriter(_instance: ListSessionReviewsResponse, _writer: BinaryWriter): void;
5061
- private _sessionReviews?;
5062
- private _nextPageToken;
5529
+ static serializeBinaryToWriter(_instance: DeleteSessionCommentsRequest, _writer: BinaryWriter): void;
5530
+ private _sessionId;
5531
+ private _commentNames;
5063
5532
  /**
5064
5533
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
5065
- * @param _value initial values object or instance of ListSessionReviewsResponse to deeply clone from
5534
+ * @param _value initial values object or instance of DeleteSessionCommentsRequest to deeply clone from
5066
5535
  */
5067
- constructor(_value?: RecursivePartial<ListSessionReviewsResponse.AsObject>);
5068
- get sessionReviews(): SessionReview[] | undefined;
5069
- set sessionReviews(value: SessionReview[] | undefined);
5070
- get nextPageToken(): string;
5071
- set nextPageToken(value: string);
5536
+ constructor(_value?: RecursivePartial<DeleteSessionCommentsRequest.AsObject>);
5537
+ get sessionId(): string;
5538
+ set sessionId(value: string);
5539
+ get commentNames(): string[];
5540
+ set commentNames(value: string[]);
5072
5541
  /**
5073
5542
  * Serialize message to binary data
5074
5543
  * @param instance message instance
@@ -5077,72 +5546,72 @@ export declare class ListSessionReviewsResponse implements GrpcMessage {
5077
5546
  /**
5078
5547
  * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
5079
5548
  */
5080
- toObject(): ListSessionReviewsResponse.AsObject;
5549
+ toObject(): DeleteSessionCommentsRequest.AsObject;
5081
5550
  /**
5082
5551
  * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
5083
5552
  */
5084
- toJSON(): ListSessionReviewsResponse.AsObject;
5553
+ toJSON(): DeleteSessionCommentsRequest.AsObject;
5085
5554
  /**
5086
5555
  * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
5087
5556
  * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
5088
5557
  * 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
5089
5558
  */
5090
- toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionReviewsResponse.AsProtobufJSON;
5559
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteSessionCommentsRequest.AsProtobufJSON;
5091
5560
  }
5092
- export declare module ListSessionReviewsResponse {
5561
+ export declare namespace DeleteSessionCommentsRequest {
5093
5562
  /**
5094
- * Standard JavaScript object representation for ListSessionReviewsResponse
5563
+ * Standard JavaScript object representation for DeleteSessionCommentsRequest
5095
5564
  */
5096
5565
  interface AsObject {
5097
- sessionReviews?: SessionReview.AsObject[];
5098
- nextPageToken: string;
5566
+ sessionId: string;
5567
+ commentNames: string[];
5099
5568
  }
5100
5569
  /**
5101
- * Protobuf JSON representation for ListSessionReviewsResponse
5570
+ * Protobuf JSON representation for DeleteSessionCommentsRequest
5102
5571
  */
5103
5572
  interface AsProtobufJSON {
5104
- sessionReviews: SessionReview.AsProtobufJSON[] | null;
5105
- nextPageToken: string;
5573
+ sessionId: string;
5574
+ commentNames: string[];
5106
5575
  }
5107
5576
  }
5108
5577
  /**
5109
- * Message implementation for ondewo.nlu.GetSessionReviewRequest
5578
+ * Message implementation for ondewo.nlu.UpdateSessionCommentsRequest
5110
5579
  */
5111
- export declare class GetSessionReviewRequest implements GrpcMessage {
5580
+ export declare class UpdateSessionCommentsRequest implements GrpcMessage {
5112
5581
  static id: string;
5113
5582
  /**
5114
5583
  * Deserialize binary data to message
5115
5584
  * @param instance message instance
5116
5585
  */
5117
- static deserializeBinary(bytes: ByteSource): GetSessionReviewRequest;
5586
+ static deserializeBinary(bytes: ByteSource): UpdateSessionCommentsRequest;
5118
5587
  /**
5119
5588
  * Check all the properties and set default protobuf values if necessary
5120
5589
  * @param _instance message instance
5121
5590
  */
5122
- static refineValues(_instance: GetSessionReviewRequest): void;
5591
+ static refineValues(_instance: UpdateSessionCommentsRequest): void;
5123
5592
  /**
5124
5593
  * Deserializes / reads binary message into message instance using provided binary reader
5125
5594
  * @param _instance message instance
5126
5595
  * @param _reader binary reader instance
5127
5596
  */
5128
- static deserializeBinaryFromReader(_instance: GetSessionReviewRequest, _reader: BinaryReader): void;
5597
+ static deserializeBinaryFromReader(_instance: UpdateSessionCommentsRequest, _reader: BinaryReader): void;
5129
5598
  /**
5130
5599
  * Serializes a message to binary format using provided binary reader
5131
5600
  * @param _instance message instance
5132
5601
  * @param _writer binary writer instance
5133
5602
  */
5134
- static serializeBinaryToWriter(_instance: GetSessionReviewRequest, _writer: BinaryWriter): void;
5135
- private _sessionReviewId;
5136
- private _sessionReviewView;
5603
+ static serializeBinaryToWriter(_instance: UpdateSessionCommentsRequest, _writer: BinaryWriter): void;
5604
+ private _sessionId;
5605
+ private _comment?;
5137
5606
  /**
5138
5607
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
5139
- * @param _value initial values object or instance of GetSessionReviewRequest to deeply clone from
5608
+ * @param _value initial values object or instance of UpdateSessionCommentsRequest to deeply clone from
5140
5609
  */
5141
- constructor(_value?: RecursivePartial<GetSessionReviewRequest.AsObject>);
5142
- get sessionReviewId(): string;
5143
- set sessionReviewId(value: string);
5144
- get sessionReviewView(): SessionReview.View;
5145
- set sessionReviewView(value: SessionReview.View);
5610
+ constructor(_value?: RecursivePartial<UpdateSessionCommentsRequest.AsObject>);
5611
+ get sessionId(): string;
5612
+ set sessionId(value: string);
5613
+ get comment(): ondewoNlu008.Comment | undefined;
5614
+ set comment(value: ondewoNlu008.Comment | undefined);
5146
5615
  /**
5147
5616
  * Serialize message to binary data
5148
5617
  * @param instance message instance
@@ -5151,72 +5620,223 @@ export declare class GetSessionReviewRequest implements GrpcMessage {
5151
5620
  /**
5152
5621
  * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
5153
5622
  */
5154
- toObject(): GetSessionReviewRequest.AsObject;
5623
+ toObject(): UpdateSessionCommentsRequest.AsObject;
5155
5624
  /**
5156
5625
  * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
5157
5626
  */
5158
- toJSON(): GetSessionReviewRequest.AsObject;
5627
+ toJSON(): UpdateSessionCommentsRequest.AsObject;
5159
5628
  /**
5160
5629
  * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
5161
5630
  * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
5162
5631
  * 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
5163
5632
  */
5164
- toProtobufJSON(options?: ToProtobufJSONOptions): GetSessionReviewRequest.AsProtobufJSON;
5633
+ toProtobufJSON(options?: ToProtobufJSONOptions): UpdateSessionCommentsRequest.AsProtobufJSON;
5165
5634
  }
5166
- export declare module GetSessionReviewRequest {
5635
+ export declare namespace UpdateSessionCommentsRequest {
5167
5636
  /**
5168
- * Standard JavaScript object representation for GetSessionReviewRequest
5637
+ * Standard JavaScript object representation for UpdateSessionCommentsRequest
5169
5638
  */
5170
5639
  interface AsObject {
5171
- sessionReviewId: string;
5172
- sessionReviewView: SessionReview.View;
5640
+ sessionId: string;
5641
+ comment?: ondewoNlu008.Comment.AsObject;
5173
5642
  }
5174
5643
  /**
5175
- * Protobuf JSON representation for GetSessionReviewRequest
5644
+ * Protobuf JSON representation for UpdateSessionCommentsRequest
5176
5645
  */
5177
5646
  interface AsProtobufJSON {
5178
- sessionReviewId: string;
5179
- sessionReviewView: string;
5647
+ sessionId: string;
5648
+ comment: ondewoNlu008.Comment.AsProtobufJSON | null;
5180
5649
  }
5181
5650
  }
5182
5651
  /**
5183
- * Message implementation for ondewo.nlu.GetLatestSessionReviewRequest
5652
+ * Message implementation for ondewo.nlu.ListSessionCommentsRequest
5184
5653
  */
5185
- export declare class GetLatestSessionReviewRequest implements GrpcMessage {
5654
+ export declare class ListSessionCommentsRequest implements GrpcMessage {
5186
5655
  static id: string;
5187
5656
  /**
5188
5657
  * Deserialize binary data to message
5189
5658
  * @param instance message instance
5190
5659
  */
5191
- static deserializeBinary(bytes: ByteSource): GetLatestSessionReviewRequest;
5660
+ static deserializeBinary(bytes: ByteSource): ListSessionCommentsRequest;
5192
5661
  /**
5193
5662
  * Check all the properties and set default protobuf values if necessary
5194
5663
  * @param _instance message instance
5195
5664
  */
5196
- static refineValues(_instance: GetLatestSessionReviewRequest): void;
5665
+ static refineValues(_instance: ListSessionCommentsRequest): void;
5197
5666
  /**
5198
5667
  * Deserializes / reads binary message into message instance using provided binary reader
5199
5668
  * @param _instance message instance
5200
5669
  * @param _reader binary reader instance
5201
5670
  */
5202
- static deserializeBinaryFromReader(_instance: GetLatestSessionReviewRequest, _reader: BinaryReader): void;
5671
+ static deserializeBinaryFromReader(_instance: ListSessionCommentsRequest, _reader: BinaryReader): void;
5203
5672
  /**
5204
5673
  * Serializes a message to binary format using provided binary reader
5205
5674
  * @param _instance message instance
5206
5675
  * @param _writer binary writer instance
5207
5676
  */
5208
- static serializeBinaryToWriter(_instance: GetLatestSessionReviewRequest, _writer: BinaryWriter): void;
5677
+ static serializeBinaryToWriter(_instance: ListSessionCommentsRequest, _writer: BinaryWriter): void;
5678
+ private _sessionId;
5679
+ private _pageToken;
5680
+ /**
5681
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
5682
+ * @param _value initial values object or instance of ListSessionCommentsRequest to deeply clone from
5683
+ */
5684
+ constructor(_value?: RecursivePartial<ListSessionCommentsRequest.AsObject>);
5685
+ get sessionId(): string;
5686
+ set sessionId(value: string);
5687
+ get pageToken(): string;
5688
+ set pageToken(value: string);
5689
+ /**
5690
+ * Serialize message to binary data
5691
+ * @param instance message instance
5692
+ */
5693
+ serializeBinary(): any;
5694
+ /**
5695
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
5696
+ */
5697
+ toObject(): ListSessionCommentsRequest.AsObject;
5698
+ /**
5699
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
5700
+ */
5701
+ toJSON(): ListSessionCommentsRequest.AsObject;
5702
+ /**
5703
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
5704
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
5705
+ * 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
5706
+ */
5707
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionCommentsRequest.AsProtobufJSON;
5708
+ }
5709
+ export declare namespace ListSessionCommentsRequest {
5710
+ /**
5711
+ * Standard JavaScript object representation for ListSessionCommentsRequest
5712
+ */
5713
+ interface AsObject {
5714
+ sessionId: string;
5715
+ pageToken: string;
5716
+ }
5717
+ /**
5718
+ * Protobuf JSON representation for ListSessionCommentsRequest
5719
+ */
5720
+ interface AsProtobufJSON {
5721
+ sessionId: string;
5722
+ pageToken: string;
5723
+ }
5724
+ }
5725
+ /**
5726
+ * Message implementation for ondewo.nlu.ListSessionCommentsResponse
5727
+ */
5728
+ export declare class ListSessionCommentsResponse implements GrpcMessage {
5729
+ static id: string;
5730
+ /**
5731
+ * Deserialize binary data to message
5732
+ * @param instance message instance
5733
+ */
5734
+ static deserializeBinary(bytes: ByteSource): ListSessionCommentsResponse;
5735
+ /**
5736
+ * Check all the properties and set default protobuf values if necessary
5737
+ * @param _instance message instance
5738
+ */
5739
+ static refineValues(_instance: ListSessionCommentsResponse): void;
5740
+ /**
5741
+ * Deserializes / reads binary message into message instance using provided binary reader
5742
+ * @param _instance message instance
5743
+ * @param _reader binary reader instance
5744
+ */
5745
+ static deserializeBinaryFromReader(_instance: ListSessionCommentsResponse, _reader: BinaryReader): void;
5746
+ /**
5747
+ * Serializes a message to binary format using provided binary reader
5748
+ * @param _instance message instance
5749
+ * @param _writer binary writer instance
5750
+ */
5751
+ static serializeBinaryToWriter(_instance: ListSessionCommentsResponse, _writer: BinaryWriter): void;
5752
+ private _comment?;
5753
+ private _pageToken;
5754
+ /**
5755
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
5756
+ * @param _value initial values object or instance of ListSessionCommentsResponse to deeply clone from
5757
+ */
5758
+ constructor(_value?: RecursivePartial<ListSessionCommentsResponse.AsObject>);
5759
+ get comment(): ondewoNlu008.Comment[] | undefined;
5760
+ set comment(value: ondewoNlu008.Comment[] | undefined);
5761
+ get pageToken(): string;
5762
+ set pageToken(value: string);
5763
+ /**
5764
+ * Serialize message to binary data
5765
+ * @param instance message instance
5766
+ */
5767
+ serializeBinary(): any;
5768
+ /**
5769
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
5770
+ */
5771
+ toObject(): ListSessionCommentsResponse.AsObject;
5772
+ /**
5773
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
5774
+ */
5775
+ toJSON(): ListSessionCommentsResponse.AsObject;
5776
+ /**
5777
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
5778
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
5779
+ * 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
5780
+ */
5781
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionCommentsResponse.AsProtobufJSON;
5782
+ }
5783
+ export declare namespace ListSessionCommentsResponse {
5784
+ /**
5785
+ * Standard JavaScript object representation for ListSessionCommentsResponse
5786
+ */
5787
+ interface AsObject {
5788
+ comment?: ondewoNlu008.Comment.AsObject[];
5789
+ pageToken: string;
5790
+ }
5791
+ /**
5792
+ * Protobuf JSON representation for ListSessionCommentsResponse
5793
+ */
5794
+ interface AsProtobufJSON {
5795
+ comment: ondewoNlu008.Comment.AsProtobufJSON[] | null;
5796
+ pageToken: string;
5797
+ }
5798
+ }
5799
+ /**
5800
+ * Message implementation for ondewo.nlu.ListSessionReviewsRequest
5801
+ */
5802
+ export declare class ListSessionReviewsRequest implements GrpcMessage {
5803
+ static id: string;
5804
+ /**
5805
+ * Deserialize binary data to message
5806
+ * @param instance message instance
5807
+ */
5808
+ static deserializeBinary(bytes: ByteSource): ListSessionReviewsRequest;
5809
+ /**
5810
+ * Check all the properties and set default protobuf values if necessary
5811
+ * @param _instance message instance
5812
+ */
5813
+ static refineValues(_instance: ListSessionReviewsRequest): void;
5814
+ /**
5815
+ * Deserializes / reads binary message into message instance using provided binary reader
5816
+ * @param _instance message instance
5817
+ * @param _reader binary reader instance
5818
+ */
5819
+ static deserializeBinaryFromReader(_instance: ListSessionReviewsRequest, _reader: BinaryReader): void;
5820
+ /**
5821
+ * Serializes a message to binary format using provided binary reader
5822
+ * @param _instance message instance
5823
+ * @param _writer binary writer instance
5824
+ */
5825
+ static serializeBinaryToWriter(_instance: ListSessionReviewsRequest, _writer: BinaryWriter): void;
5209
5826
  private _sessionId;
5210
5827
  private _sessionReviewView;
5828
+ private _pageToken;
5211
5829
  /**
5212
5830
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
5213
- * @param _value initial values object or instance of GetLatestSessionReviewRequest to deeply clone from
5831
+ * @param _value initial values object or instance of ListSessionReviewsRequest to deeply clone from
5214
5832
  */
5215
- constructor(_value?: RecursivePartial<GetLatestSessionReviewRequest.AsObject>);
5833
+ constructor(_value?: RecursivePartial<ListSessionReviewsRequest.AsObject>);
5216
5834
  get sessionId(): string;
5217
5835
  set sessionId(value: string);
5218
5836
  get sessionReviewView(): SessionReview.View;
5219
5837
  set sessionReviewView(value: SessionReview.View);
5838
+ get pageToken(): string;
5839
+ set pageToken(value: string);
5220
5840
  /**
5221
5841
  * Serialize message to binary data
5222
5842
  * @param instance message instance
@@ -5225,31 +5845,1505 @@ export declare class GetLatestSessionReviewRequest implements GrpcMessage {
5225
5845
  /**
5226
5846
  * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
5227
5847
  */
5228
- toObject(): GetLatestSessionReviewRequest.AsObject;
5848
+ toObject(): ListSessionReviewsRequest.AsObject;
5229
5849
  /**
5230
5850
  * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
5231
5851
  */
5232
- toJSON(): GetLatestSessionReviewRequest.AsObject;
5852
+ toJSON(): ListSessionReviewsRequest.AsObject;
5233
5853
  /**
5234
5854
  * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
5235
5855
  * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
5236
5856
  * 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
5237
5857
  */
5238
- toProtobufJSON(options?: ToProtobufJSONOptions): GetLatestSessionReviewRequest.AsProtobufJSON;
5858
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionReviewsRequest.AsProtobufJSON;
5239
5859
  }
5240
- export declare module GetLatestSessionReviewRequest {
5860
+ export declare namespace ListSessionReviewsRequest {
5241
5861
  /**
5242
- * Standard JavaScript object representation for GetLatestSessionReviewRequest
5862
+ * Standard JavaScript object representation for ListSessionReviewsRequest
5243
5863
  */
5244
5864
  interface AsObject {
5245
5865
  sessionId: string;
5246
5866
  sessionReviewView: SessionReview.View;
5867
+ pageToken: string;
5247
5868
  }
5248
5869
  /**
5249
- * Protobuf JSON representation for GetLatestSessionReviewRequest
5870
+ * Protobuf JSON representation for ListSessionReviewsRequest
5250
5871
  */
5251
5872
  interface AsProtobufJSON {
5252
5873
  sessionId: string;
5253
5874
  sessionReviewView: string;
5875
+ pageToken: string;
5876
+ }
5877
+ }
5878
+ /**
5879
+ * Message implementation for ondewo.nlu.ListSessionReviewsResponse
5880
+ */
5881
+ export declare class ListSessionReviewsResponse implements GrpcMessage {
5882
+ static id: string;
5883
+ /**
5884
+ * Deserialize binary data to message
5885
+ * @param instance message instance
5886
+ */
5887
+ static deserializeBinary(bytes: ByteSource): ListSessionReviewsResponse;
5888
+ /**
5889
+ * Check all the properties and set default protobuf values if necessary
5890
+ * @param _instance message instance
5891
+ */
5892
+ static refineValues(_instance: ListSessionReviewsResponse): void;
5893
+ /**
5894
+ * Deserializes / reads binary message into message instance using provided binary reader
5895
+ * @param _instance message instance
5896
+ * @param _reader binary reader instance
5897
+ */
5898
+ static deserializeBinaryFromReader(_instance: ListSessionReviewsResponse, _reader: BinaryReader): void;
5899
+ /**
5900
+ * Serializes a message to binary format using provided binary reader
5901
+ * @param _instance message instance
5902
+ * @param _writer binary writer instance
5903
+ */
5904
+ static serializeBinaryToWriter(_instance: ListSessionReviewsResponse, _writer: BinaryWriter): void;
5905
+ private _sessionReviews?;
5906
+ private _nextPageToken;
5907
+ /**
5908
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
5909
+ * @param _value initial values object or instance of ListSessionReviewsResponse to deeply clone from
5910
+ */
5911
+ constructor(_value?: RecursivePartial<ListSessionReviewsResponse.AsObject>);
5912
+ get sessionReviews(): SessionReview[] | undefined;
5913
+ set sessionReviews(value: SessionReview[] | undefined);
5914
+ get nextPageToken(): string;
5915
+ set nextPageToken(value: string);
5916
+ /**
5917
+ * Serialize message to binary data
5918
+ * @param instance message instance
5919
+ */
5920
+ serializeBinary(): any;
5921
+ /**
5922
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
5923
+ */
5924
+ toObject(): ListSessionReviewsResponse.AsObject;
5925
+ /**
5926
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
5927
+ */
5928
+ toJSON(): ListSessionReviewsResponse.AsObject;
5929
+ /**
5930
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
5931
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
5932
+ * 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
5933
+ */
5934
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionReviewsResponse.AsProtobufJSON;
5935
+ }
5936
+ export declare namespace ListSessionReviewsResponse {
5937
+ /**
5938
+ * Standard JavaScript object representation for ListSessionReviewsResponse
5939
+ */
5940
+ interface AsObject {
5941
+ sessionReviews?: SessionReview.AsObject[];
5942
+ nextPageToken: string;
5943
+ }
5944
+ /**
5945
+ * Protobuf JSON representation for ListSessionReviewsResponse
5946
+ */
5947
+ interface AsProtobufJSON {
5948
+ sessionReviews: SessionReview.AsProtobufJSON[] | null;
5949
+ nextPageToken: string;
5950
+ }
5951
+ }
5952
+ /**
5953
+ * Message implementation for ondewo.nlu.GetSessionReviewRequest
5954
+ */
5955
+ export declare class GetSessionReviewRequest implements GrpcMessage {
5956
+ static id: string;
5957
+ /**
5958
+ * Deserialize binary data to message
5959
+ * @param instance message instance
5960
+ */
5961
+ static deserializeBinary(bytes: ByteSource): GetSessionReviewRequest;
5962
+ /**
5963
+ * Check all the properties and set default protobuf values if necessary
5964
+ * @param _instance message instance
5965
+ */
5966
+ static refineValues(_instance: GetSessionReviewRequest): void;
5967
+ /**
5968
+ * Deserializes / reads binary message into message instance using provided binary reader
5969
+ * @param _instance message instance
5970
+ * @param _reader binary reader instance
5971
+ */
5972
+ static deserializeBinaryFromReader(_instance: GetSessionReviewRequest, _reader: BinaryReader): void;
5973
+ /**
5974
+ * Serializes a message to binary format using provided binary reader
5975
+ * @param _instance message instance
5976
+ * @param _writer binary writer instance
5977
+ */
5978
+ static serializeBinaryToWriter(_instance: GetSessionReviewRequest, _writer: BinaryWriter): void;
5979
+ private _sessionReviewId;
5980
+ private _sessionReviewView;
5981
+ /**
5982
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
5983
+ * @param _value initial values object or instance of GetSessionReviewRequest to deeply clone from
5984
+ */
5985
+ constructor(_value?: RecursivePartial<GetSessionReviewRequest.AsObject>);
5986
+ get sessionReviewId(): string;
5987
+ set sessionReviewId(value: string);
5988
+ get sessionReviewView(): SessionReview.View;
5989
+ set sessionReviewView(value: SessionReview.View);
5990
+ /**
5991
+ * Serialize message to binary data
5992
+ * @param instance message instance
5993
+ */
5994
+ serializeBinary(): any;
5995
+ /**
5996
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
5997
+ */
5998
+ toObject(): GetSessionReviewRequest.AsObject;
5999
+ /**
6000
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
6001
+ */
6002
+ toJSON(): GetSessionReviewRequest.AsObject;
6003
+ /**
6004
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
6005
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
6006
+ * 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
6007
+ */
6008
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetSessionReviewRequest.AsProtobufJSON;
6009
+ }
6010
+ export declare namespace GetSessionReviewRequest {
6011
+ /**
6012
+ * Standard JavaScript object representation for GetSessionReviewRequest
6013
+ */
6014
+ interface AsObject {
6015
+ sessionReviewId: string;
6016
+ sessionReviewView: SessionReview.View;
6017
+ }
6018
+ /**
6019
+ * Protobuf JSON representation for GetSessionReviewRequest
6020
+ */
6021
+ interface AsProtobufJSON {
6022
+ sessionReviewId: string;
6023
+ sessionReviewView: string;
6024
+ }
6025
+ }
6026
+ /**
6027
+ * Message implementation for ondewo.nlu.GetLatestSessionReviewRequest
6028
+ */
6029
+ export declare class GetLatestSessionReviewRequest implements GrpcMessage {
6030
+ static id: string;
6031
+ /**
6032
+ * Deserialize binary data to message
6033
+ * @param instance message instance
6034
+ */
6035
+ static deserializeBinary(bytes: ByteSource): GetLatestSessionReviewRequest;
6036
+ /**
6037
+ * Check all the properties and set default protobuf values if necessary
6038
+ * @param _instance message instance
6039
+ */
6040
+ static refineValues(_instance: GetLatestSessionReviewRequest): void;
6041
+ /**
6042
+ * Deserializes / reads binary message into message instance using provided binary reader
6043
+ * @param _instance message instance
6044
+ * @param _reader binary reader instance
6045
+ */
6046
+ static deserializeBinaryFromReader(_instance: GetLatestSessionReviewRequest, _reader: BinaryReader): void;
6047
+ /**
6048
+ * Serializes a message to binary format using provided binary reader
6049
+ * @param _instance message instance
6050
+ * @param _writer binary writer instance
6051
+ */
6052
+ static serializeBinaryToWriter(_instance: GetLatestSessionReviewRequest, _writer: BinaryWriter): void;
6053
+ private _sessionId;
6054
+ private _sessionReviewView;
6055
+ /**
6056
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
6057
+ * @param _value initial values object or instance of GetLatestSessionReviewRequest to deeply clone from
6058
+ */
6059
+ constructor(_value?: RecursivePartial<GetLatestSessionReviewRequest.AsObject>);
6060
+ get sessionId(): string;
6061
+ set sessionId(value: string);
6062
+ get sessionReviewView(): SessionReview.View;
6063
+ set sessionReviewView(value: SessionReview.View);
6064
+ /**
6065
+ * Serialize message to binary data
6066
+ * @param instance message instance
6067
+ */
6068
+ serializeBinary(): any;
6069
+ /**
6070
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
6071
+ */
6072
+ toObject(): GetLatestSessionReviewRequest.AsObject;
6073
+ /**
6074
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
6075
+ */
6076
+ toJSON(): GetLatestSessionReviewRequest.AsObject;
6077
+ /**
6078
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
6079
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
6080
+ * 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
6081
+ */
6082
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetLatestSessionReviewRequest.AsProtobufJSON;
6083
+ }
6084
+ export declare namespace GetLatestSessionReviewRequest {
6085
+ /**
6086
+ * Standard JavaScript object representation for GetLatestSessionReviewRequest
6087
+ */
6088
+ interface AsObject {
6089
+ sessionId: string;
6090
+ sessionReviewView: SessionReview.View;
6091
+ }
6092
+ /**
6093
+ * Protobuf JSON representation for GetLatestSessionReviewRequest
6094
+ */
6095
+ interface AsProtobufJSON {
6096
+ sessionId: string;
6097
+ sessionReviewView: string;
6098
+ }
6099
+ }
6100
+ /**
6101
+ * Message implementation for ondewo.nlu.FileResource
6102
+ */
6103
+ export declare class FileResource implements GrpcMessage {
6104
+ static id: string;
6105
+ /**
6106
+ * Deserialize binary data to message
6107
+ * @param instance message instance
6108
+ */
6109
+ static deserializeBinary(bytes: ByteSource): FileResource;
6110
+ /**
6111
+ * Check all the properties and set default protobuf values if necessary
6112
+ * @param _instance message instance
6113
+ */
6114
+ static refineValues(_instance: FileResource): void;
6115
+ /**
6116
+ * Deserializes / reads binary message into message instance using provided binary reader
6117
+ * @param _instance message instance
6118
+ * @param _reader binary reader instance
6119
+ */
6120
+ static deserializeBinaryFromReader(_instance: FileResource, _reader: BinaryReader): void;
6121
+ /**
6122
+ * Serializes a message to binary format using provided binary reader
6123
+ * @param _instance message instance
6124
+ * @param _writer binary writer instance
6125
+ */
6126
+ static serializeBinaryToWriter(_instance: FileResource, _writer: BinaryWriter): void;
6127
+ private _documentFileResource?;
6128
+ private _audioFileResource?;
6129
+ private _imageFileResource?;
6130
+ private _videoFileResource?;
6131
+ private _fileResource;
6132
+ /**
6133
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
6134
+ * @param _value initial values object or instance of FileResource to deeply clone from
6135
+ */
6136
+ constructor(_value?: RecursivePartial<FileResource.AsObject>);
6137
+ get documentFileResource(): DocumentFileResource | undefined;
6138
+ set documentFileResource(value: DocumentFileResource | undefined);
6139
+ get audioFileResource(): AudioFileResource | undefined;
6140
+ set audioFileResource(value: AudioFileResource | undefined);
6141
+ get imageFileResource(): ImageFileResource | undefined;
6142
+ set imageFileResource(value: ImageFileResource | undefined);
6143
+ get videoFileResource(): VideoFileResource | undefined;
6144
+ set videoFileResource(value: VideoFileResource | undefined);
6145
+ get fileResource(): FileResource.FileResourceCase;
6146
+ /**
6147
+ * Serialize message to binary data
6148
+ * @param instance message instance
6149
+ */
6150
+ serializeBinary(): any;
6151
+ /**
6152
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
6153
+ */
6154
+ toObject(): FileResource.AsObject;
6155
+ /**
6156
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
6157
+ */
6158
+ toJSON(): FileResource.AsObject;
6159
+ /**
6160
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
6161
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
6162
+ * 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
6163
+ */
6164
+ toProtobufJSON(options?: ToProtobufJSONOptions): FileResource.AsProtobufJSON;
6165
+ }
6166
+ export declare namespace FileResource {
6167
+ /**
6168
+ * Standard JavaScript object representation for FileResource
6169
+ */
6170
+ interface AsObject {
6171
+ documentFileResource?: DocumentFileResource.AsObject;
6172
+ audioFileResource?: AudioFileResource.AsObject;
6173
+ imageFileResource?: ImageFileResource.AsObject;
6174
+ videoFileResource?: VideoFileResource.AsObject;
6175
+ }
6176
+ /**
6177
+ * Protobuf JSON representation for FileResource
6178
+ */
6179
+ interface AsProtobufJSON {
6180
+ documentFileResource: DocumentFileResource.AsProtobufJSON | null;
6181
+ audioFileResource: AudioFileResource.AsProtobufJSON | null;
6182
+ imageFileResource: ImageFileResource.AsProtobufJSON | null;
6183
+ videoFileResource: VideoFileResource.AsProtobufJSON | null;
6184
+ }
6185
+ enum FileResourceCase {
6186
+ none = 0,
6187
+ documentFileResource = 1,
6188
+ audioFileResource = 2,
6189
+ imageFileResource = 3,
6190
+ videoFileResource = 4
6191
+ }
6192
+ }
6193
+ /**
6194
+ * Message implementation for ondewo.nlu.DocumentFileResource
6195
+ */
6196
+ export declare class DocumentFileResource implements GrpcMessage {
6197
+ static id: string;
6198
+ /**
6199
+ * Deserialize binary data to message
6200
+ * @param instance message instance
6201
+ */
6202
+ static deserializeBinary(bytes: ByteSource): DocumentFileResource;
6203
+ /**
6204
+ * Check all the properties and set default protobuf values if necessary
6205
+ * @param _instance message instance
6206
+ */
6207
+ static refineValues(_instance: DocumentFileResource): void;
6208
+ /**
6209
+ * Deserializes / reads binary message into message instance using provided binary reader
6210
+ * @param _instance message instance
6211
+ * @param _reader binary reader instance
6212
+ */
6213
+ static deserializeBinaryFromReader(_instance: DocumentFileResource, _reader: BinaryReader): void;
6214
+ /**
6215
+ * Serializes a message to binary format using provided binary reader
6216
+ * @param _instance message instance
6217
+ * @param _writer binary writer instance
6218
+ */
6219
+ static serializeBinaryToWriter(_instance: DocumentFileResource, _writer: BinaryWriter): void;
6220
+ private _name;
6221
+ private _displayName;
6222
+ private _bytes;
6223
+ private _createdAt?;
6224
+ private _modifiedAt?;
6225
+ private _createdBy;
6226
+ private _modifiedBy;
6227
+ /**
6228
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
6229
+ * @param _value initial values object or instance of DocumentFileResource to deeply clone from
6230
+ */
6231
+ constructor(_value?: RecursivePartial<DocumentFileResource.AsObject>);
6232
+ get name(): string;
6233
+ set name(value: string);
6234
+ get displayName(): string;
6235
+ set displayName(value: string);
6236
+ get bytes(): Uint8Array;
6237
+ set bytes(value: Uint8Array);
6238
+ get createdAt(): googleProtobuf004.Timestamp | undefined;
6239
+ set createdAt(value: googleProtobuf004.Timestamp | undefined);
6240
+ get modifiedAt(): googleProtobuf004.Timestamp | undefined;
6241
+ set modifiedAt(value: googleProtobuf004.Timestamp | undefined);
6242
+ get createdBy(): string;
6243
+ set createdBy(value: string);
6244
+ get modifiedBy(): string;
6245
+ set modifiedBy(value: string);
6246
+ /**
6247
+ * Serialize message to binary data
6248
+ * @param instance message instance
6249
+ */
6250
+ serializeBinary(): any;
6251
+ /**
6252
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
6253
+ */
6254
+ toObject(): DocumentFileResource.AsObject;
6255
+ /**
6256
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
6257
+ */
6258
+ toJSON(): DocumentFileResource.AsObject;
6259
+ /**
6260
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
6261
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
6262
+ * 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
6263
+ */
6264
+ toProtobufJSON(options?: ToProtobufJSONOptions): DocumentFileResource.AsProtobufJSON;
6265
+ }
6266
+ export declare namespace DocumentFileResource {
6267
+ /**
6268
+ * Standard JavaScript object representation for DocumentFileResource
6269
+ */
6270
+ interface AsObject {
6271
+ name: string;
6272
+ displayName: string;
6273
+ bytes: Uint8Array;
6274
+ createdAt?: googleProtobuf004.Timestamp.AsObject;
6275
+ modifiedAt?: googleProtobuf004.Timestamp.AsObject;
6276
+ createdBy: string;
6277
+ modifiedBy: string;
6278
+ }
6279
+ /**
6280
+ * Protobuf JSON representation for DocumentFileResource
6281
+ */
6282
+ interface AsProtobufJSON {
6283
+ name: string;
6284
+ displayName: string;
6285
+ bytes: string;
6286
+ createdAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
6287
+ modifiedAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
6288
+ createdBy: string;
6289
+ modifiedBy: string;
6290
+ }
6291
+ }
6292
+ /**
6293
+ * Message implementation for ondewo.nlu.ImageFileResource
6294
+ */
6295
+ export declare class ImageFileResource implements GrpcMessage {
6296
+ static id: string;
6297
+ /**
6298
+ * Deserialize binary data to message
6299
+ * @param instance message instance
6300
+ */
6301
+ static deserializeBinary(bytes: ByteSource): ImageFileResource;
6302
+ /**
6303
+ * Check all the properties and set default protobuf values if necessary
6304
+ * @param _instance message instance
6305
+ */
6306
+ static refineValues(_instance: ImageFileResource): void;
6307
+ /**
6308
+ * Deserializes / reads binary message into message instance using provided binary reader
6309
+ * @param _instance message instance
6310
+ * @param _reader binary reader instance
6311
+ */
6312
+ static deserializeBinaryFromReader(_instance: ImageFileResource, _reader: BinaryReader): void;
6313
+ /**
6314
+ * Serializes a message to binary format using provided binary reader
6315
+ * @param _instance message instance
6316
+ * @param _writer binary writer instance
6317
+ */
6318
+ static serializeBinaryToWriter(_instance: ImageFileResource, _writer: BinaryWriter): void;
6319
+ private _name;
6320
+ private _displayName;
6321
+ private _bytes;
6322
+ private _createdAt?;
6323
+ private _modifiedAt?;
6324
+ private _createdBy;
6325
+ private _modifiedBy;
6326
+ /**
6327
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
6328
+ * @param _value initial values object or instance of ImageFileResource to deeply clone from
6329
+ */
6330
+ constructor(_value?: RecursivePartial<ImageFileResource.AsObject>);
6331
+ get name(): string;
6332
+ set name(value: string);
6333
+ get displayName(): string;
6334
+ set displayName(value: string);
6335
+ get bytes(): Uint8Array;
6336
+ set bytes(value: Uint8Array);
6337
+ get createdAt(): googleProtobuf004.Timestamp | undefined;
6338
+ set createdAt(value: googleProtobuf004.Timestamp | undefined);
6339
+ get modifiedAt(): googleProtobuf004.Timestamp | undefined;
6340
+ set modifiedAt(value: googleProtobuf004.Timestamp | undefined);
6341
+ get createdBy(): string;
6342
+ set createdBy(value: string);
6343
+ get modifiedBy(): string;
6344
+ set modifiedBy(value: string);
6345
+ /**
6346
+ * Serialize message to binary data
6347
+ * @param instance message instance
6348
+ */
6349
+ serializeBinary(): any;
6350
+ /**
6351
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
6352
+ */
6353
+ toObject(): ImageFileResource.AsObject;
6354
+ /**
6355
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
6356
+ */
6357
+ toJSON(): ImageFileResource.AsObject;
6358
+ /**
6359
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
6360
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
6361
+ * 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
6362
+ */
6363
+ toProtobufJSON(options?: ToProtobufJSONOptions): ImageFileResource.AsProtobufJSON;
6364
+ }
6365
+ export declare namespace ImageFileResource {
6366
+ /**
6367
+ * Standard JavaScript object representation for ImageFileResource
6368
+ */
6369
+ interface AsObject {
6370
+ name: string;
6371
+ displayName: string;
6372
+ bytes: Uint8Array;
6373
+ createdAt?: googleProtobuf004.Timestamp.AsObject;
6374
+ modifiedAt?: googleProtobuf004.Timestamp.AsObject;
6375
+ createdBy: string;
6376
+ modifiedBy: string;
6377
+ }
6378
+ /**
6379
+ * Protobuf JSON representation for ImageFileResource
6380
+ */
6381
+ interface AsProtobufJSON {
6382
+ name: string;
6383
+ displayName: string;
6384
+ bytes: string;
6385
+ createdAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
6386
+ modifiedAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
6387
+ createdBy: string;
6388
+ modifiedBy: string;
6389
+ }
6390
+ }
6391
+ /**
6392
+ * Message implementation for ondewo.nlu.AudioFileResource
6393
+ */
6394
+ export declare class AudioFileResource implements GrpcMessage {
6395
+ static id: string;
6396
+ /**
6397
+ * Deserialize binary data to message
6398
+ * @param instance message instance
6399
+ */
6400
+ static deserializeBinary(bytes: ByteSource): AudioFileResource;
6401
+ /**
6402
+ * Check all the properties and set default protobuf values if necessary
6403
+ * @param _instance message instance
6404
+ */
6405
+ static refineValues(_instance: AudioFileResource): void;
6406
+ /**
6407
+ * Deserializes / reads binary message into message instance using provided binary reader
6408
+ * @param _instance message instance
6409
+ * @param _reader binary reader instance
6410
+ */
6411
+ static deserializeBinaryFromReader(_instance: AudioFileResource, _reader: BinaryReader): void;
6412
+ /**
6413
+ * Serializes a message to binary format using provided binary reader
6414
+ * @param _instance message instance
6415
+ * @param _writer binary writer instance
6416
+ */
6417
+ static serializeBinaryToWriter(_instance: AudioFileResource, _writer: BinaryWriter): void;
6418
+ private _name;
6419
+ private _bytes;
6420
+ private _language;
6421
+ private _durationInS;
6422
+ private _sampleRate;
6423
+ private _audioFileResourceType;
6424
+ private _transcriptions?;
6425
+ private _createdAt?;
6426
+ private _modifiedAt?;
6427
+ private _createdBy;
6428
+ private _modifiedBy;
6429
+ private _displayName;
6430
+ /**
6431
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
6432
+ * @param _value initial values object or instance of AudioFileResource to deeply clone from
6433
+ */
6434
+ constructor(_value?: RecursivePartial<AudioFileResource.AsObject>);
6435
+ get name(): string;
6436
+ set name(value: string);
6437
+ get bytes(): Uint8Array;
6438
+ set bytes(value: Uint8Array);
6439
+ get language(): string;
6440
+ set language(value: string);
6441
+ get durationInS(): number;
6442
+ set durationInS(value: number);
6443
+ get sampleRate(): number;
6444
+ set sampleRate(value: number);
6445
+ get audioFileResourceType(): AudioFileResourceType;
6446
+ set audioFileResourceType(value: AudioFileResourceType);
6447
+ get transcriptions(): S2tTranscription[] | undefined;
6448
+ set transcriptions(value: S2tTranscription[] | undefined);
6449
+ get createdAt(): googleProtobuf004.Timestamp | undefined;
6450
+ set createdAt(value: googleProtobuf004.Timestamp | undefined);
6451
+ get modifiedAt(): googleProtobuf004.Timestamp | undefined;
6452
+ set modifiedAt(value: googleProtobuf004.Timestamp | undefined);
6453
+ get createdBy(): string;
6454
+ set createdBy(value: string);
6455
+ get modifiedBy(): string;
6456
+ set modifiedBy(value: string);
6457
+ get displayName(): string;
6458
+ set displayName(value: string);
6459
+ /**
6460
+ * Serialize message to binary data
6461
+ * @param instance message instance
6462
+ */
6463
+ serializeBinary(): any;
6464
+ /**
6465
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
6466
+ */
6467
+ toObject(): AudioFileResource.AsObject;
6468
+ /**
6469
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
6470
+ */
6471
+ toJSON(): AudioFileResource.AsObject;
6472
+ /**
6473
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
6474
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
6475
+ * 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
6476
+ */
6477
+ toProtobufJSON(options?: ToProtobufJSONOptions): AudioFileResource.AsProtobufJSON;
6478
+ }
6479
+ export declare namespace AudioFileResource {
6480
+ /**
6481
+ * Standard JavaScript object representation for AudioFileResource
6482
+ */
6483
+ interface AsObject {
6484
+ name: string;
6485
+ bytes: Uint8Array;
6486
+ language: string;
6487
+ durationInS: number;
6488
+ sampleRate: number;
6489
+ audioFileResourceType: AudioFileResourceType;
6490
+ transcriptions?: S2tTranscription.AsObject[];
6491
+ createdAt?: googleProtobuf004.Timestamp.AsObject;
6492
+ modifiedAt?: googleProtobuf004.Timestamp.AsObject;
6493
+ createdBy: string;
6494
+ modifiedBy: string;
6495
+ displayName: string;
6496
+ }
6497
+ /**
6498
+ * Protobuf JSON representation for AudioFileResource
6499
+ */
6500
+ interface AsProtobufJSON {
6501
+ name: string;
6502
+ bytes: string;
6503
+ language: string;
6504
+ durationInS: number;
6505
+ sampleRate: number;
6506
+ audioFileResourceType: string;
6507
+ transcriptions: S2tTranscription.AsProtobufJSON[] | null;
6508
+ createdAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
6509
+ modifiedAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
6510
+ createdBy: string;
6511
+ modifiedBy: string;
6512
+ displayName: string;
6513
+ }
6514
+ }
6515
+ /**
6516
+ * Message implementation for ondewo.nlu.VideoFileResource
6517
+ */
6518
+ export declare class VideoFileResource implements GrpcMessage {
6519
+ static id: string;
6520
+ /**
6521
+ * Deserialize binary data to message
6522
+ * @param instance message instance
6523
+ */
6524
+ static deserializeBinary(bytes: ByteSource): VideoFileResource;
6525
+ /**
6526
+ * Check all the properties and set default protobuf values if necessary
6527
+ * @param _instance message instance
6528
+ */
6529
+ static refineValues(_instance: VideoFileResource): void;
6530
+ /**
6531
+ * Deserializes / reads binary message into message instance using provided binary reader
6532
+ * @param _instance message instance
6533
+ * @param _reader binary reader instance
6534
+ */
6535
+ static deserializeBinaryFromReader(_instance: VideoFileResource, _reader: BinaryReader): void;
6536
+ /**
6537
+ * Serializes a message to binary format using provided binary reader
6538
+ * @param _instance message instance
6539
+ * @param _writer binary writer instance
6540
+ */
6541
+ static serializeBinaryToWriter(_instance: VideoFileResource, _writer: BinaryWriter): void;
6542
+ private _name;
6543
+ private _displayName;
6544
+ private _bytes;
6545
+ private _durationInS;
6546
+ private _resolution;
6547
+ private _frameRate;
6548
+ private _createdAt?;
6549
+ private _modifiedAt?;
6550
+ private _createdBy;
6551
+ private _modifiedBy;
6552
+ /**
6553
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
6554
+ * @param _value initial values object or instance of VideoFileResource to deeply clone from
6555
+ */
6556
+ constructor(_value?: RecursivePartial<VideoFileResource.AsObject>);
6557
+ get name(): string;
6558
+ set name(value: string);
6559
+ get displayName(): string;
6560
+ set displayName(value: string);
6561
+ get bytes(): Uint8Array;
6562
+ set bytes(value: Uint8Array);
6563
+ get durationInS(): number;
6564
+ set durationInS(value: number);
6565
+ get resolution(): string;
6566
+ set resolution(value: string);
6567
+ get frameRate(): number;
6568
+ set frameRate(value: number);
6569
+ get createdAt(): googleProtobuf004.Timestamp | undefined;
6570
+ set createdAt(value: googleProtobuf004.Timestamp | undefined);
6571
+ get modifiedAt(): googleProtobuf004.Timestamp | undefined;
6572
+ set modifiedAt(value: googleProtobuf004.Timestamp | undefined);
6573
+ get createdBy(): string;
6574
+ set createdBy(value: string);
6575
+ get modifiedBy(): string;
6576
+ set modifiedBy(value: string);
6577
+ /**
6578
+ * Serialize message to binary data
6579
+ * @param instance message instance
6580
+ */
6581
+ serializeBinary(): any;
6582
+ /**
6583
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
6584
+ */
6585
+ toObject(): VideoFileResource.AsObject;
6586
+ /**
6587
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
6588
+ */
6589
+ toJSON(): VideoFileResource.AsObject;
6590
+ /**
6591
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
6592
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
6593
+ * 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
6594
+ */
6595
+ toProtobufJSON(options?: ToProtobufJSONOptions): VideoFileResource.AsProtobufJSON;
6596
+ }
6597
+ export declare namespace VideoFileResource {
6598
+ /**
6599
+ * Standard JavaScript object representation for VideoFileResource
6600
+ */
6601
+ interface AsObject {
6602
+ name: string;
6603
+ displayName: string;
6604
+ bytes: Uint8Array;
6605
+ durationInS: number;
6606
+ resolution: string;
6607
+ frameRate: number;
6608
+ createdAt?: googleProtobuf004.Timestamp.AsObject;
6609
+ modifiedAt?: googleProtobuf004.Timestamp.AsObject;
6610
+ createdBy: string;
6611
+ modifiedBy: string;
6612
+ }
6613
+ /**
6614
+ * Protobuf JSON representation for VideoFileResource
6615
+ */
6616
+ interface AsProtobufJSON {
6617
+ name: string;
6618
+ displayName: string;
6619
+ bytes: string;
6620
+ durationInS: number;
6621
+ resolution: string;
6622
+ frameRate: number;
6623
+ createdAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
6624
+ modifiedAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
6625
+ createdBy: string;
6626
+ modifiedBy: string;
6627
+ }
6628
+ }
6629
+ /**
6630
+ * Message implementation for ondewo.nlu.GetAudioFilesRequest
6631
+ */
6632
+ export declare class GetAudioFilesRequest implements GrpcMessage {
6633
+ static id: string;
6634
+ /**
6635
+ * Deserialize binary data to message
6636
+ * @param instance message instance
6637
+ */
6638
+ static deserializeBinary(bytes: ByteSource): GetAudioFilesRequest;
6639
+ /**
6640
+ * Check all the properties and set default protobuf values if necessary
6641
+ * @param _instance message instance
6642
+ */
6643
+ static refineValues(_instance: GetAudioFilesRequest): void;
6644
+ /**
6645
+ * Deserializes / reads binary message into message instance using provided binary reader
6646
+ * @param _instance message instance
6647
+ * @param _reader binary reader instance
6648
+ */
6649
+ static deserializeBinaryFromReader(_instance: GetAudioFilesRequest, _reader: BinaryReader): void;
6650
+ /**
6651
+ * Serializes a message to binary format using provided binary reader
6652
+ * @param _instance message instance
6653
+ * @param _writer binary writer instance
6654
+ */
6655
+ static serializeBinaryToWriter(_instance: GetAudioFilesRequest, _writer: BinaryWriter): void;
6656
+ private _parent;
6657
+ private _names;
6658
+ private _resourceView;
6659
+ private _pageToken;
6660
+ private _sortingMode;
6661
+ /**
6662
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
6663
+ * @param _value initial values object or instance of GetAudioFilesRequest to deeply clone from
6664
+ */
6665
+ constructor(_value?: RecursivePartial<GetAudioFilesRequest.AsObject>);
6666
+ get parent(): string;
6667
+ set parent(value: string);
6668
+ get names(): string[];
6669
+ set names(value: string[]);
6670
+ get resourceView(): ResourceView;
6671
+ set resourceView(value: ResourceView);
6672
+ get pageToken(): string;
6673
+ set pageToken(value: string);
6674
+ get sortingMode(): ondewoNlu008.SortingMode;
6675
+ set sortingMode(value: ondewoNlu008.SortingMode);
6676
+ /**
6677
+ * Serialize message to binary data
6678
+ * @param instance message instance
6679
+ */
6680
+ serializeBinary(): any;
6681
+ /**
6682
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
6683
+ */
6684
+ toObject(): GetAudioFilesRequest.AsObject;
6685
+ /**
6686
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
6687
+ */
6688
+ toJSON(): GetAudioFilesRequest.AsObject;
6689
+ /**
6690
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
6691
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
6692
+ * 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
6693
+ */
6694
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetAudioFilesRequest.AsProtobufJSON;
6695
+ }
6696
+ export declare namespace GetAudioFilesRequest {
6697
+ /**
6698
+ * Standard JavaScript object representation for GetAudioFilesRequest
6699
+ */
6700
+ interface AsObject {
6701
+ parent: string;
6702
+ names: string[];
6703
+ resourceView: ResourceView;
6704
+ pageToken: string;
6705
+ sortingMode: ondewoNlu008.SortingMode;
6706
+ }
6707
+ /**
6708
+ * Protobuf JSON representation for GetAudioFilesRequest
6709
+ */
6710
+ interface AsProtobufJSON {
6711
+ parent: string;
6712
+ names: string[];
6713
+ resourceView: string;
6714
+ pageToken: string;
6715
+ sortingMode: string;
6716
+ }
6717
+ }
6718
+ /**
6719
+ * Message implementation for ondewo.nlu.GetAudioFilesResponse
6720
+ */
6721
+ export declare class GetAudioFilesResponse implements GrpcMessage {
6722
+ static id: string;
6723
+ /**
6724
+ * Deserialize binary data to message
6725
+ * @param instance message instance
6726
+ */
6727
+ static deserializeBinary(bytes: ByteSource): GetAudioFilesResponse;
6728
+ /**
6729
+ * Check all the properties and set default protobuf values if necessary
6730
+ * @param _instance message instance
6731
+ */
6732
+ static refineValues(_instance: GetAudioFilesResponse): void;
6733
+ /**
6734
+ * Deserializes / reads binary message into message instance using provided binary reader
6735
+ * @param _instance message instance
6736
+ * @param _reader binary reader instance
6737
+ */
6738
+ static deserializeBinaryFromReader(_instance: GetAudioFilesResponse, _reader: BinaryReader): void;
6739
+ /**
6740
+ * Serializes a message to binary format using provided binary reader
6741
+ * @param _instance message instance
6742
+ * @param _writer binary writer instance
6743
+ */
6744
+ static serializeBinaryToWriter(_instance: GetAudioFilesResponse, _writer: BinaryWriter): void;
6745
+ private _audioFiles?;
6746
+ private _errorMessage;
6747
+ private _nextPageToken;
6748
+ /**
6749
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
6750
+ * @param _value initial values object or instance of GetAudioFilesResponse to deeply clone from
6751
+ */
6752
+ constructor(_value?: RecursivePartial<GetAudioFilesResponse.AsObject>);
6753
+ get audioFiles(): AudioFileResource[] | undefined;
6754
+ set audioFiles(value: AudioFileResource[] | undefined);
6755
+ get errorMessage(): string;
6756
+ set errorMessage(value: string);
6757
+ get nextPageToken(): string;
6758
+ set nextPageToken(value: string);
6759
+ /**
6760
+ * Serialize message to binary data
6761
+ * @param instance message instance
6762
+ */
6763
+ serializeBinary(): any;
6764
+ /**
6765
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
6766
+ */
6767
+ toObject(): GetAudioFilesResponse.AsObject;
6768
+ /**
6769
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
6770
+ */
6771
+ toJSON(): GetAudioFilesResponse.AsObject;
6772
+ /**
6773
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
6774
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
6775
+ * 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
6776
+ */
6777
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetAudioFilesResponse.AsProtobufJSON;
6778
+ }
6779
+ export declare namespace GetAudioFilesResponse {
6780
+ /**
6781
+ * Standard JavaScript object representation for GetAudioFilesResponse
6782
+ */
6783
+ interface AsObject {
6784
+ audioFiles?: AudioFileResource.AsObject[];
6785
+ errorMessage: string;
6786
+ nextPageToken: string;
6787
+ }
6788
+ /**
6789
+ * Protobuf JSON representation for GetAudioFilesResponse
6790
+ */
6791
+ interface AsProtobufJSON {
6792
+ audioFiles: AudioFileResource.AsProtobufJSON[] | null;
6793
+ errorMessage: string;
6794
+ nextPageToken: string;
6795
+ }
6796
+ }
6797
+ /**
6798
+ * Message implementation for ondewo.nlu.AddAudioFilesRequest
6799
+ */
6800
+ export declare class AddAudioFilesRequest implements GrpcMessage {
6801
+ static id: string;
6802
+ /**
6803
+ * Deserialize binary data to message
6804
+ * @param instance message instance
6805
+ */
6806
+ static deserializeBinary(bytes: ByteSource): AddAudioFilesRequest;
6807
+ /**
6808
+ * Check all the properties and set default protobuf values if necessary
6809
+ * @param _instance message instance
6810
+ */
6811
+ static refineValues(_instance: AddAudioFilesRequest): void;
6812
+ /**
6813
+ * Deserializes / reads binary message into message instance using provided binary reader
6814
+ * @param _instance message instance
6815
+ * @param _reader binary reader instance
6816
+ */
6817
+ static deserializeBinaryFromReader(_instance: AddAudioFilesRequest, _reader: BinaryReader): void;
6818
+ /**
6819
+ * Serializes a message to binary format using provided binary reader
6820
+ * @param _instance message instance
6821
+ * @param _writer binary writer instance
6822
+ */
6823
+ static serializeBinaryToWriter(_instance: AddAudioFilesRequest, _writer: BinaryWriter): void;
6824
+ private _parent;
6825
+ private _sessionId;
6826
+ private _audioFileResources?;
6827
+ private _sessionStepId;
6828
+ /**
6829
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
6830
+ * @param _value initial values object or instance of AddAudioFilesRequest to deeply clone from
6831
+ */
6832
+ constructor(_value?: RecursivePartial<AddAudioFilesRequest.AsObject>);
6833
+ get parent(): string;
6834
+ set parent(value: string);
6835
+ get sessionId(): string;
6836
+ set sessionId(value: string);
6837
+ get audioFileResources(): AudioFileResource[] | undefined;
6838
+ set audioFileResources(value: AudioFileResource[] | undefined);
6839
+ get sessionStepId(): string;
6840
+ set sessionStepId(value: string);
6841
+ /**
6842
+ * Serialize message to binary data
6843
+ * @param instance message instance
6844
+ */
6845
+ serializeBinary(): any;
6846
+ /**
6847
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
6848
+ */
6849
+ toObject(): AddAudioFilesRequest.AsObject;
6850
+ /**
6851
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
6852
+ */
6853
+ toJSON(): AddAudioFilesRequest.AsObject;
6854
+ /**
6855
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
6856
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
6857
+ * 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
6858
+ */
6859
+ toProtobufJSON(options?: ToProtobufJSONOptions): AddAudioFilesRequest.AsProtobufJSON;
6860
+ }
6861
+ export declare namespace AddAudioFilesRequest {
6862
+ /**
6863
+ * Standard JavaScript object representation for AddAudioFilesRequest
6864
+ */
6865
+ interface AsObject {
6866
+ parent: string;
6867
+ sessionId: string;
6868
+ audioFileResources?: AudioFileResource.AsObject[];
6869
+ sessionStepId: string;
6870
+ }
6871
+ /**
6872
+ * Protobuf JSON representation for AddAudioFilesRequest
6873
+ */
6874
+ interface AsProtobufJSON {
6875
+ parent: string;
6876
+ sessionId: string;
6877
+ audioFileResources: AudioFileResource.AsProtobufJSON[] | null;
6878
+ sessionStepId: string;
6879
+ }
6880
+ }
6881
+ /**
6882
+ * Message implementation for ondewo.nlu.AddAudioFilesResponse
6883
+ */
6884
+ export declare class AddAudioFilesResponse implements GrpcMessage {
6885
+ static id: string;
6886
+ /**
6887
+ * Deserialize binary data to message
6888
+ * @param instance message instance
6889
+ */
6890
+ static deserializeBinary(bytes: ByteSource): AddAudioFilesResponse;
6891
+ /**
6892
+ * Check all the properties and set default protobuf values if necessary
6893
+ * @param _instance message instance
6894
+ */
6895
+ static refineValues(_instance: AddAudioFilesResponse): void;
6896
+ /**
6897
+ * Deserializes / reads binary message into message instance using provided binary reader
6898
+ * @param _instance message instance
6899
+ * @param _reader binary reader instance
6900
+ */
6901
+ static deserializeBinaryFromReader(_instance: AddAudioFilesResponse, _reader: BinaryReader): void;
6902
+ /**
6903
+ * Serializes a message to binary format using provided binary reader
6904
+ * @param _instance message instance
6905
+ * @param _writer binary writer instance
6906
+ */
6907
+ static serializeBinaryToWriter(_instance: AddAudioFilesResponse, _writer: BinaryWriter): void;
6908
+ private _audioFileResources?;
6909
+ private _errorMessage;
6910
+ /**
6911
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
6912
+ * @param _value initial values object or instance of AddAudioFilesResponse to deeply clone from
6913
+ */
6914
+ constructor(_value?: RecursivePartial<AddAudioFilesResponse.AsObject>);
6915
+ get audioFileResources(): AudioFileResource[] | undefined;
6916
+ set audioFileResources(value: AudioFileResource[] | undefined);
6917
+ get errorMessage(): string;
6918
+ set errorMessage(value: string);
6919
+ /**
6920
+ * Serialize message to binary data
6921
+ * @param instance message instance
6922
+ */
6923
+ serializeBinary(): any;
6924
+ /**
6925
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
6926
+ */
6927
+ toObject(): AddAudioFilesResponse.AsObject;
6928
+ /**
6929
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
6930
+ */
6931
+ toJSON(): AddAudioFilesResponse.AsObject;
6932
+ /**
6933
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
6934
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
6935
+ * 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
6936
+ */
6937
+ toProtobufJSON(options?: ToProtobufJSONOptions): AddAudioFilesResponse.AsProtobufJSON;
6938
+ }
6939
+ export declare namespace AddAudioFilesResponse {
6940
+ /**
6941
+ * Standard JavaScript object representation for AddAudioFilesResponse
6942
+ */
6943
+ interface AsObject {
6944
+ audioFileResources?: AudioFileResource.AsObject[];
6945
+ errorMessage: string;
6946
+ }
6947
+ /**
6948
+ * Protobuf JSON representation for AddAudioFilesResponse
6949
+ */
6950
+ interface AsProtobufJSON {
6951
+ audioFileResources: AudioFileResource.AsProtobufJSON[] | null;
6952
+ errorMessage: string;
6953
+ }
6954
+ }
6955
+ /**
6956
+ * Message implementation for ondewo.nlu.DeleteAudioFilesRequest
6957
+ */
6958
+ export declare class DeleteAudioFilesRequest implements GrpcMessage {
6959
+ static id: string;
6960
+ /**
6961
+ * Deserialize binary data to message
6962
+ * @param instance message instance
6963
+ */
6964
+ static deserializeBinary(bytes: ByteSource): DeleteAudioFilesRequest;
6965
+ /**
6966
+ * Check all the properties and set default protobuf values if necessary
6967
+ * @param _instance message instance
6968
+ */
6969
+ static refineValues(_instance: DeleteAudioFilesRequest): void;
6970
+ /**
6971
+ * Deserializes / reads binary message into message instance using provided binary reader
6972
+ * @param _instance message instance
6973
+ * @param _reader binary reader instance
6974
+ */
6975
+ static deserializeBinaryFromReader(_instance: DeleteAudioFilesRequest, _reader: BinaryReader): void;
6976
+ /**
6977
+ * Serializes a message to binary format using provided binary reader
6978
+ * @param _instance message instance
6979
+ * @param _writer binary writer instance
6980
+ */
6981
+ static serializeBinaryToWriter(_instance: DeleteAudioFilesRequest, _writer: BinaryWriter): void;
6982
+ private _parent;
6983
+ private _names;
6984
+ /**
6985
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
6986
+ * @param _value initial values object or instance of DeleteAudioFilesRequest to deeply clone from
6987
+ */
6988
+ constructor(_value?: RecursivePartial<DeleteAudioFilesRequest.AsObject>);
6989
+ get parent(): string;
6990
+ set parent(value: string);
6991
+ get names(): string[];
6992
+ set names(value: string[]);
6993
+ /**
6994
+ * Serialize message to binary data
6995
+ * @param instance message instance
6996
+ */
6997
+ serializeBinary(): any;
6998
+ /**
6999
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
7000
+ */
7001
+ toObject(): DeleteAudioFilesRequest.AsObject;
7002
+ /**
7003
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
7004
+ */
7005
+ toJSON(): DeleteAudioFilesRequest.AsObject;
7006
+ /**
7007
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
7008
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
7009
+ * 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
7010
+ */
7011
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteAudioFilesRequest.AsProtobufJSON;
7012
+ }
7013
+ export declare namespace DeleteAudioFilesRequest {
7014
+ /**
7015
+ * Standard JavaScript object representation for DeleteAudioFilesRequest
7016
+ */
7017
+ interface AsObject {
7018
+ parent: string;
7019
+ names: string[];
7020
+ }
7021
+ /**
7022
+ * Protobuf JSON representation for DeleteAudioFilesRequest
7023
+ */
7024
+ interface AsProtobufJSON {
7025
+ parent: string;
7026
+ names: string[];
7027
+ }
7028
+ }
7029
+ /**
7030
+ * Message implementation for ondewo.nlu.DeleteAudioFilesResponse
7031
+ */
7032
+ export declare class DeleteAudioFilesResponse implements GrpcMessage {
7033
+ static id: string;
7034
+ /**
7035
+ * Deserialize binary data to message
7036
+ * @param instance message instance
7037
+ */
7038
+ static deserializeBinary(bytes: ByteSource): DeleteAudioFilesResponse;
7039
+ /**
7040
+ * Check all the properties and set default protobuf values if necessary
7041
+ * @param _instance message instance
7042
+ */
7043
+ static refineValues(_instance: DeleteAudioFilesResponse): void;
7044
+ /**
7045
+ * Deserializes / reads binary message into message instance using provided binary reader
7046
+ * @param _instance message instance
7047
+ * @param _reader binary reader instance
7048
+ */
7049
+ static deserializeBinaryFromReader(_instance: DeleteAudioFilesResponse, _reader: BinaryReader): void;
7050
+ /**
7051
+ * Serializes a message to binary format using provided binary reader
7052
+ * @param _instance message instance
7053
+ * @param _writer binary writer instance
7054
+ */
7055
+ static serializeBinaryToWriter(_instance: DeleteAudioFilesResponse, _writer: BinaryWriter): void;
7056
+ private _names;
7057
+ private _errorMessage;
7058
+ /**
7059
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
7060
+ * @param _value initial values object or instance of DeleteAudioFilesResponse to deeply clone from
7061
+ */
7062
+ constructor(_value?: RecursivePartial<DeleteAudioFilesResponse.AsObject>);
7063
+ get names(): string[];
7064
+ set names(value: string[]);
7065
+ get errorMessage(): string;
7066
+ set errorMessage(value: string);
7067
+ /**
7068
+ * Serialize message to binary data
7069
+ * @param instance message instance
7070
+ */
7071
+ serializeBinary(): any;
7072
+ /**
7073
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
7074
+ */
7075
+ toObject(): DeleteAudioFilesResponse.AsObject;
7076
+ /**
7077
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
7078
+ */
7079
+ toJSON(): DeleteAudioFilesResponse.AsObject;
7080
+ /**
7081
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
7082
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
7083
+ * 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
7084
+ */
7085
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteAudioFilesResponse.AsProtobufJSON;
7086
+ }
7087
+ export declare namespace DeleteAudioFilesResponse {
7088
+ /**
7089
+ * Standard JavaScript object representation for DeleteAudioFilesResponse
7090
+ */
7091
+ interface AsObject {
7092
+ names: string[];
7093
+ errorMessage: string;
7094
+ }
7095
+ /**
7096
+ * Protobuf JSON representation for DeleteAudioFilesResponse
7097
+ */
7098
+ interface AsProtobufJSON {
7099
+ names: string[];
7100
+ errorMessage: string;
7101
+ }
7102
+ }
7103
+ /**
7104
+ * Message implementation for ondewo.nlu.ListAudioFilesRequest
7105
+ */
7106
+ export declare class ListAudioFilesRequest implements GrpcMessage {
7107
+ static id: string;
7108
+ /**
7109
+ * Deserialize binary data to message
7110
+ * @param instance message instance
7111
+ */
7112
+ static deserializeBinary(bytes: ByteSource): ListAudioFilesRequest;
7113
+ /**
7114
+ * Check all the properties and set default protobuf values if necessary
7115
+ * @param _instance message instance
7116
+ */
7117
+ static refineValues(_instance: ListAudioFilesRequest): void;
7118
+ /**
7119
+ * Deserializes / reads binary message into message instance using provided binary reader
7120
+ * @param _instance message instance
7121
+ * @param _reader binary reader instance
7122
+ */
7123
+ static deserializeBinaryFromReader(_instance: ListAudioFilesRequest, _reader: BinaryReader): void;
7124
+ /**
7125
+ * Serializes a message to binary format using provided binary reader
7126
+ * @param _instance message instance
7127
+ * @param _writer binary writer instance
7128
+ */
7129
+ static serializeBinaryToWriter(_instance: ListAudioFilesRequest, _writer: BinaryWriter): void;
7130
+ private _parent;
7131
+ private _sessionId;
7132
+ private _resourceView;
7133
+ private _pageToken;
7134
+ private _sortingMode;
7135
+ /**
7136
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
7137
+ * @param _value initial values object or instance of ListAudioFilesRequest to deeply clone from
7138
+ */
7139
+ constructor(_value?: RecursivePartial<ListAudioFilesRequest.AsObject>);
7140
+ get parent(): string;
7141
+ set parent(value: string);
7142
+ get sessionId(): string;
7143
+ set sessionId(value: string);
7144
+ get resourceView(): ResourceView;
7145
+ set resourceView(value: ResourceView);
7146
+ get pageToken(): string;
7147
+ set pageToken(value: string);
7148
+ get sortingMode(): ondewoNlu008.SortingMode;
7149
+ set sortingMode(value: ondewoNlu008.SortingMode);
7150
+ /**
7151
+ * Serialize message to binary data
7152
+ * @param instance message instance
7153
+ */
7154
+ serializeBinary(): any;
7155
+ /**
7156
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
7157
+ */
7158
+ toObject(): ListAudioFilesRequest.AsObject;
7159
+ /**
7160
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
7161
+ */
7162
+ toJSON(): ListAudioFilesRequest.AsObject;
7163
+ /**
7164
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
7165
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
7166
+ * 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
7167
+ */
7168
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListAudioFilesRequest.AsProtobufJSON;
7169
+ }
7170
+ export declare namespace ListAudioFilesRequest {
7171
+ /**
7172
+ * Standard JavaScript object representation for ListAudioFilesRequest
7173
+ */
7174
+ interface AsObject {
7175
+ parent: string;
7176
+ sessionId: string;
7177
+ resourceView: ResourceView;
7178
+ pageToken: string;
7179
+ sortingMode: ondewoNlu008.SortingMode;
7180
+ }
7181
+ /**
7182
+ * Protobuf JSON representation for ListAudioFilesRequest
7183
+ */
7184
+ interface AsProtobufJSON {
7185
+ parent: string;
7186
+ sessionId: string;
7187
+ resourceView: string;
7188
+ pageToken: string;
7189
+ sortingMode: string;
7190
+ }
7191
+ }
7192
+ /**
7193
+ * Message implementation for ondewo.nlu.ListAudioFilesResponse
7194
+ */
7195
+ export declare class ListAudioFilesResponse implements GrpcMessage {
7196
+ static id: string;
7197
+ /**
7198
+ * Deserialize binary data to message
7199
+ * @param instance message instance
7200
+ */
7201
+ static deserializeBinary(bytes: ByteSource): ListAudioFilesResponse;
7202
+ /**
7203
+ * Check all the properties and set default protobuf values if necessary
7204
+ * @param _instance message instance
7205
+ */
7206
+ static refineValues(_instance: ListAudioFilesResponse): void;
7207
+ /**
7208
+ * Deserializes / reads binary message into message instance using provided binary reader
7209
+ * @param _instance message instance
7210
+ * @param _reader binary reader instance
7211
+ */
7212
+ static deserializeBinaryFromReader(_instance: ListAudioFilesResponse, _reader: BinaryReader): void;
7213
+ /**
7214
+ * Serializes a message to binary format using provided binary reader
7215
+ * @param _instance message instance
7216
+ * @param _writer binary writer instance
7217
+ */
7218
+ static serializeBinaryToWriter(_instance: ListAudioFilesResponse, _writer: BinaryWriter): void;
7219
+ private _audioFiles?;
7220
+ private _nextPageToken;
7221
+ private _errorMessage;
7222
+ /**
7223
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
7224
+ * @param _value initial values object or instance of ListAudioFilesResponse to deeply clone from
7225
+ */
7226
+ constructor(_value?: RecursivePartial<ListAudioFilesResponse.AsObject>);
7227
+ get audioFiles(): AudioFileResource[] | undefined;
7228
+ set audioFiles(value: AudioFileResource[] | undefined);
7229
+ get nextPageToken(): string;
7230
+ set nextPageToken(value: string);
7231
+ get errorMessage(): string;
7232
+ set errorMessage(value: string);
7233
+ /**
7234
+ * Serialize message to binary data
7235
+ * @param instance message instance
7236
+ */
7237
+ serializeBinary(): any;
7238
+ /**
7239
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
7240
+ */
7241
+ toObject(): ListAudioFilesResponse.AsObject;
7242
+ /**
7243
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
7244
+ */
7245
+ toJSON(): ListAudioFilesResponse.AsObject;
7246
+ /**
7247
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
7248
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
7249
+ * 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
7250
+ */
7251
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListAudioFilesResponse.AsProtobufJSON;
7252
+ }
7253
+ export declare namespace ListAudioFilesResponse {
7254
+ /**
7255
+ * Standard JavaScript object representation for ListAudioFilesResponse
7256
+ */
7257
+ interface AsObject {
7258
+ audioFiles?: AudioFileResource.AsObject[];
7259
+ nextPageToken: string;
7260
+ errorMessage: string;
7261
+ }
7262
+ /**
7263
+ * Protobuf JSON representation for ListAudioFilesResponse
7264
+ */
7265
+ interface AsProtobufJSON {
7266
+ audioFiles: AudioFileResource.AsProtobufJSON[] | null;
7267
+ nextPageToken: string;
7268
+ errorMessage: string;
7269
+ }
7270
+ }
7271
+ /**
7272
+ * Message implementation for ondewo.nlu.GetAudioFileOfSessionRequest
7273
+ */
7274
+ export declare class GetAudioFileOfSessionRequest implements GrpcMessage {
7275
+ static id: string;
7276
+ /**
7277
+ * Deserialize binary data to message
7278
+ * @param instance message instance
7279
+ */
7280
+ static deserializeBinary(bytes: ByteSource): GetAudioFileOfSessionRequest;
7281
+ /**
7282
+ * Check all the properties and set default protobuf values if necessary
7283
+ * @param _instance message instance
7284
+ */
7285
+ static refineValues(_instance: GetAudioFileOfSessionRequest): void;
7286
+ /**
7287
+ * Deserializes / reads binary message into message instance using provided binary reader
7288
+ * @param _instance message instance
7289
+ * @param _reader binary reader instance
7290
+ */
7291
+ static deserializeBinaryFromReader(_instance: GetAudioFileOfSessionRequest, _reader: BinaryReader): void;
7292
+ /**
7293
+ * Serializes a message to binary format using provided binary reader
7294
+ * @param _instance message instance
7295
+ * @param _writer binary writer instance
7296
+ */
7297
+ static serializeBinaryToWriter(_instance: GetAudioFileOfSessionRequest, _writer: BinaryWriter): void;
7298
+ private _parent;
7299
+ private _sessionId;
7300
+ private _resourceView;
7301
+ /**
7302
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
7303
+ * @param _value initial values object or instance of GetAudioFileOfSessionRequest to deeply clone from
7304
+ */
7305
+ constructor(_value?: RecursivePartial<GetAudioFileOfSessionRequest.AsObject>);
7306
+ get parent(): string;
7307
+ set parent(value: string);
7308
+ get sessionId(): string;
7309
+ set sessionId(value: string);
7310
+ get resourceView(): ResourceView;
7311
+ set resourceView(value: ResourceView);
7312
+ /**
7313
+ * Serialize message to binary data
7314
+ * @param instance message instance
7315
+ */
7316
+ serializeBinary(): any;
7317
+ /**
7318
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
7319
+ */
7320
+ toObject(): GetAudioFileOfSessionRequest.AsObject;
7321
+ /**
7322
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
7323
+ */
7324
+ toJSON(): GetAudioFileOfSessionRequest.AsObject;
7325
+ /**
7326
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
7327
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
7328
+ * 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
7329
+ */
7330
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetAudioFileOfSessionRequest.AsProtobufJSON;
7331
+ }
7332
+ export declare namespace GetAudioFileOfSessionRequest {
7333
+ /**
7334
+ * Standard JavaScript object representation for GetAudioFileOfSessionRequest
7335
+ */
7336
+ interface AsObject {
7337
+ parent: string;
7338
+ sessionId: string;
7339
+ resourceView: ResourceView;
7340
+ }
7341
+ /**
7342
+ * Protobuf JSON representation for GetAudioFileOfSessionRequest
7343
+ */
7344
+ interface AsProtobufJSON {
7345
+ parent: string;
7346
+ sessionId: string;
7347
+ resourceView: string;
5254
7348
  }
5255
7349
  }