@ondewo/csi-client-angular 4.0.0 → 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.
- package/api/google/api/http.pb.d.ts +3 -3
- package/api/google/rpc/status.pb.d.ts +1 -1
- package/api/google/type/latlng.pb.d.ts +1 -1
- package/api/ondewo/csi/conversation.pb.d.ts +21 -17
- package/api/ondewo/nlu/agent.pb.d.ts +68 -68
- package/api/ondewo/nlu/agent.pbsc.d.ts +0 -81
- package/api/ondewo/nlu/aiservices.pb.d.ts +589 -48
- package/api/ondewo/nlu/aiservices.pbsc.d.ts +48 -0
- package/api/ondewo/nlu/ccai-project.pb.d.ts +135 -17
- package/api/ondewo/nlu/ccai-project.pbsc.d.ts +16 -0
- package/api/ondewo/nlu/common.pb.d.ts +36 -36
- package/api/ondewo/nlu/context.pb.d.ts +10 -10
- package/api/ondewo/nlu/entity-type.pb.d.ts +28 -28
- package/api/ondewo/nlu/intent.pb.d.ts +78 -78
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +1 -1
- package/api/ondewo/nlu/operations.pb.d.ts +7 -7
- package/api/ondewo/nlu/project-role.pb.d.ts +7 -7
- package/api/ondewo/nlu/project-statistics.pb.d.ts +4 -4
- package/api/ondewo/nlu/server-statistics.pb.d.ts +1 -1
- package/api/ondewo/nlu/session.pb.d.ts +743 -96
- package/api/ondewo/nlu/session.pbsc.d.ts +54 -6
- package/api/ondewo/nlu/user.pb.d.ts +30 -30
- package/api/ondewo/nlu/utility.pb.d.ts +22 -22
- package/api/ondewo/nlu/webhook.pb.d.ts +12 -12
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +869 -47
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +801 -44
- package/esm2022/api/google/api/http.pb.mjs +1 -1
- package/esm2022/api/google/rpc/status.pb.mjs +1 -1
- package/esm2022/api/google/type/latlng.pb.mjs +1 -1
- package/esm2022/api/ondewo/csi/conversation.pb.mjs +5 -1
- package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/agent.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +6 -157
- package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +945 -19
- package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +96 -6
- package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +205 -4
- package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +36 -6
- package/esm2022/api/ondewo/nlu/common.pb.mjs +58 -56
- package/esm2022/api/ondewo/nlu/context.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/context.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/intent.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/project-role.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/session.pb.mjs +2040 -738
- package/esm2022/api/ondewo/nlu/session.pbsc.mjs +106 -16
- package/esm2022/api/ondewo/nlu/user.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/user.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/webhook.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +2907 -1266
- package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +2794 -1373
- package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +6 -6
- package/fesm2022/ondewo-csi-client-angular.mjs +14747 -9195
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +9 -9
|
@@ -109,7 +109,7 @@ export declare class DetectIntentRequest implements GrpcMessage {
|
|
|
109
109
|
*/
|
|
110
110
|
toProtobufJSON(options?: ToProtobufJSONOptions): DetectIntentRequest.AsProtobufJSON;
|
|
111
111
|
}
|
|
112
|
-
export declare
|
|
112
|
+
export declare namespace DetectIntentRequest {
|
|
113
113
|
/**
|
|
114
114
|
* Standard JavaScript object representation for DetectIntentRequest
|
|
115
115
|
*/
|
|
@@ -190,7 +190,7 @@ export declare class DetectIntentResponse implements GrpcMessage {
|
|
|
190
190
|
*/
|
|
191
191
|
toProtobufJSON(options?: ToProtobufJSONOptions): DetectIntentResponse.AsProtobufJSON;
|
|
192
192
|
}
|
|
193
|
-
export declare
|
|
193
|
+
export declare namespace DetectIntentResponse {
|
|
194
194
|
/**
|
|
195
195
|
* Standard JavaScript object representation for DetectIntentResponse
|
|
196
196
|
*/
|
|
@@ -299,7 +299,7 @@ export declare class QueryParameters implements GrpcMessage {
|
|
|
299
299
|
*/
|
|
300
300
|
toProtobufJSON(options?: ToProtobufJSONOptions): QueryParameters.AsProtobufJSON;
|
|
301
301
|
}
|
|
302
|
-
export declare
|
|
302
|
+
export declare namespace QueryParameters {
|
|
303
303
|
/**
|
|
304
304
|
* Standard JavaScript object representation for QueryParameters
|
|
305
305
|
*/
|
|
@@ -425,7 +425,7 @@ export declare class S2tTranscription implements GrpcMessage {
|
|
|
425
425
|
*/
|
|
426
426
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2tTranscription.AsProtobufJSON;
|
|
427
427
|
}
|
|
428
|
-
export declare
|
|
428
|
+
export declare namespace S2tTranscription {
|
|
429
429
|
/**
|
|
430
430
|
* Standard JavaScript object representation for S2tTranscription
|
|
431
431
|
*/
|
|
@@ -491,6 +491,7 @@ export declare class QueryInput implements GrpcMessage {
|
|
|
491
491
|
private _audioConfig?;
|
|
492
492
|
private _text?;
|
|
493
493
|
private _event?;
|
|
494
|
+
private _fileResources?;
|
|
494
495
|
private _input;
|
|
495
496
|
/**
|
|
496
497
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
@@ -503,6 +504,8 @@ export declare class QueryInput implements GrpcMessage {
|
|
|
503
504
|
set text(value: TextInput | undefined);
|
|
504
505
|
get event(): EventInput | undefined;
|
|
505
506
|
set event(value: EventInput | undefined);
|
|
507
|
+
get fileResources(): FileResource[] | undefined;
|
|
508
|
+
set fileResources(value: FileResource[] | undefined);
|
|
506
509
|
get input(): QueryInput.InputCase;
|
|
507
510
|
/**
|
|
508
511
|
* Serialize message to binary data
|
|
@@ -524,7 +527,7 @@ export declare class QueryInput implements GrpcMessage {
|
|
|
524
527
|
*/
|
|
525
528
|
toProtobufJSON(options?: ToProtobufJSONOptions): QueryInput.AsProtobufJSON;
|
|
526
529
|
}
|
|
527
|
-
export declare
|
|
530
|
+
export declare namespace QueryInput {
|
|
528
531
|
/**
|
|
529
532
|
* Standard JavaScript object representation for QueryInput
|
|
530
533
|
*/
|
|
@@ -532,6 +535,7 @@ export declare module QueryInput {
|
|
|
532
535
|
audioConfig?: InputAudioConfig.AsObject;
|
|
533
536
|
text?: TextInput.AsObject;
|
|
534
537
|
event?: EventInput.AsObject;
|
|
538
|
+
fileResources?: FileResource.AsObject[];
|
|
535
539
|
}
|
|
536
540
|
/**
|
|
537
541
|
* Protobuf JSON representation for QueryInput
|
|
@@ -540,6 +544,7 @@ export declare module QueryInput {
|
|
|
540
544
|
audioConfig: InputAudioConfig.AsProtobufJSON | null;
|
|
541
545
|
text: TextInput.AsProtobufJSON | null;
|
|
542
546
|
event: EventInput.AsProtobufJSON | null;
|
|
547
|
+
fileResources: FileResource.AsProtobufJSON[] | null;
|
|
543
548
|
}
|
|
544
549
|
enum InputCase {
|
|
545
550
|
none = 0,
|
|
@@ -590,6 +595,7 @@ export declare class QueryResult implements GrpcMessage {
|
|
|
590
595
|
private _queryTextOriginal;
|
|
591
596
|
private _diagnosticInfo?;
|
|
592
597
|
private _languageCode;
|
|
598
|
+
private _fileResources?;
|
|
593
599
|
/**
|
|
594
600
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
595
601
|
* @param _value initial values object or instance of QueryResult to deeply clone from
|
|
@@ -625,6 +631,8 @@ export declare class QueryResult implements GrpcMessage {
|
|
|
625
631
|
set diagnosticInfo(value: googleProtobuf010.Struct | undefined);
|
|
626
632
|
get languageCode(): string;
|
|
627
633
|
set languageCode(value: string);
|
|
634
|
+
get fileResources(): FileResource[] | undefined;
|
|
635
|
+
set fileResources(value: FileResource[] | undefined);
|
|
628
636
|
/**
|
|
629
637
|
* Serialize message to binary data
|
|
630
638
|
* @param instance message instance
|
|
@@ -645,7 +653,7 @@ export declare class QueryResult implements GrpcMessage {
|
|
|
645
653
|
*/
|
|
646
654
|
toProtobufJSON(options?: ToProtobufJSONOptions): QueryResult.AsProtobufJSON;
|
|
647
655
|
}
|
|
648
|
-
export declare
|
|
656
|
+
export declare namespace QueryResult {
|
|
649
657
|
/**
|
|
650
658
|
* Standard JavaScript object representation for QueryResult
|
|
651
659
|
*/
|
|
@@ -665,6 +673,7 @@ export declare module QueryResult {
|
|
|
665
673
|
queryTextOriginal: string;
|
|
666
674
|
diagnosticInfo?: googleProtobuf010.Struct.AsObject;
|
|
667
675
|
languageCode: string;
|
|
676
|
+
fileResources?: FileResource.AsObject[];
|
|
668
677
|
}
|
|
669
678
|
/**
|
|
670
679
|
* Protobuf JSON representation for QueryResult
|
|
@@ -685,6 +694,7 @@ export declare module QueryResult {
|
|
|
685
694
|
queryTextOriginal: string;
|
|
686
695
|
diagnosticInfo: googleProtobuf010.Struct.AsProtobufJSON | null;
|
|
687
696
|
languageCode: string;
|
|
697
|
+
fileResources: FileResource.AsProtobufJSON[] | null;
|
|
688
698
|
}
|
|
689
699
|
}
|
|
690
700
|
/**
|
|
@@ -754,7 +764,7 @@ export declare class StreamingDetectIntentRequest implements GrpcMessage {
|
|
|
754
764
|
*/
|
|
755
765
|
toProtobufJSON(options?: ToProtobufJSONOptions): StreamingDetectIntentRequest.AsProtobufJSON;
|
|
756
766
|
}
|
|
757
|
-
export declare
|
|
767
|
+
export declare namespace StreamingDetectIntentRequest {
|
|
758
768
|
/**
|
|
759
769
|
* Standard JavaScript object representation for StreamingDetectIntentRequest
|
|
760
770
|
*/
|
|
@@ -840,7 +850,7 @@ export declare class StreamingDetectIntentResponse implements GrpcMessage {
|
|
|
840
850
|
*/
|
|
841
851
|
toProtobufJSON(options?: ToProtobufJSONOptions): StreamingDetectIntentResponse.AsProtobufJSON;
|
|
842
852
|
}
|
|
843
|
-
export declare
|
|
853
|
+
export declare namespace StreamingDetectIntentResponse {
|
|
844
854
|
/**
|
|
845
855
|
* Standard JavaScript object representation for StreamingDetectIntentResponse
|
|
846
856
|
*/
|
|
@@ -924,7 +934,7 @@ export declare class StreamingRecognitionResult implements GrpcMessage {
|
|
|
924
934
|
*/
|
|
925
935
|
toProtobufJSON(options?: ToProtobufJSONOptions): StreamingRecognitionResult.AsProtobufJSON;
|
|
926
936
|
}
|
|
927
|
-
export declare
|
|
937
|
+
export declare namespace StreamingRecognitionResult {
|
|
928
938
|
/**
|
|
929
939
|
* Standard JavaScript object representation for StreamingRecognitionResult
|
|
930
940
|
*/
|
|
@@ -1013,7 +1023,7 @@ export declare class InputAudioConfig implements GrpcMessage {
|
|
|
1013
1023
|
*/
|
|
1014
1024
|
toProtobufJSON(options?: ToProtobufJSONOptions): InputAudioConfig.AsProtobufJSON;
|
|
1015
1025
|
}
|
|
1016
|
-
export declare
|
|
1026
|
+
export declare namespace InputAudioConfig {
|
|
1017
1027
|
/**
|
|
1018
1028
|
* Standard JavaScript object representation for InputAudioConfig
|
|
1019
1029
|
*/
|
|
@@ -1091,7 +1101,7 @@ export declare class TextInput implements GrpcMessage {
|
|
|
1091
1101
|
*/
|
|
1092
1102
|
toProtobufJSON(options?: ToProtobufJSONOptions): TextInput.AsProtobufJSON;
|
|
1093
1103
|
}
|
|
1094
|
-
export declare
|
|
1104
|
+
export declare namespace TextInput {
|
|
1095
1105
|
/**
|
|
1096
1106
|
* Standard JavaScript object representation for TextInput
|
|
1097
1107
|
*/
|
|
@@ -1168,7 +1178,7 @@ export declare class EventInput implements GrpcMessage {
|
|
|
1168
1178
|
*/
|
|
1169
1179
|
toProtobufJSON(options?: ToProtobufJSONOptions): EventInput.AsProtobufJSON;
|
|
1170
1180
|
}
|
|
1171
|
-
export declare
|
|
1181
|
+
export declare namespace EventInput {
|
|
1172
1182
|
/**
|
|
1173
1183
|
* Standard JavaScript object representation for EventInput
|
|
1174
1184
|
*/
|
|
@@ -1259,7 +1269,7 @@ export declare class Session implements GrpcMessage {
|
|
|
1259
1269
|
*/
|
|
1260
1270
|
toProtobufJSON(options?: ToProtobufJSONOptions): Session.AsProtobufJSON;
|
|
1261
1271
|
}
|
|
1262
|
-
export declare
|
|
1272
|
+
export declare namespace Session {
|
|
1263
1273
|
/**
|
|
1264
1274
|
* Standard JavaScript object representation for Session
|
|
1265
1275
|
*/
|
|
@@ -1372,7 +1382,7 @@ export declare class SessionStep implements GrpcMessage {
|
|
|
1372
1382
|
*/
|
|
1373
1383
|
toProtobufJSON(options?: ToProtobufJSONOptions): SessionStep.AsProtobufJSON;
|
|
1374
1384
|
}
|
|
1375
|
-
export declare
|
|
1385
|
+
export declare namespace SessionStep {
|
|
1376
1386
|
/**
|
|
1377
1387
|
* Standard JavaScript object representation for SessionStep
|
|
1378
1388
|
*/
|
|
@@ -1405,46 +1415,268 @@ export declare module SessionStep {
|
|
|
1405
1415
|
}
|
|
1406
1416
|
}
|
|
1407
1417
|
/**
|
|
1408
|
-
* Message implementation for ondewo.nlu.
|
|
1418
|
+
* Message implementation for ondewo.nlu.GetSessionStepRequest
|
|
1409
1419
|
*/
|
|
1410
|
-
export declare class
|
|
1420
|
+
export declare class GetSessionStepRequest implements GrpcMessage {
|
|
1411
1421
|
static id: string;
|
|
1412
1422
|
/**
|
|
1413
1423
|
* Deserialize binary data to message
|
|
1414
1424
|
* @param instance message instance
|
|
1415
1425
|
*/
|
|
1416
|
-
static deserializeBinary(bytes: ByteSource):
|
|
1426
|
+
static deserializeBinary(bytes: ByteSource): GetSessionStepRequest;
|
|
1417
1427
|
/**
|
|
1418
1428
|
* Check all the properties and set default protobuf values if necessary
|
|
1419
1429
|
* @param _instance message instance
|
|
1420
1430
|
*/
|
|
1421
|
-
static refineValues(_instance:
|
|
1431
|
+
static refineValues(_instance: GetSessionStepRequest): void;
|
|
1422
1432
|
/**
|
|
1423
1433
|
* Deserializes / reads binary message into message instance using provided binary reader
|
|
1424
1434
|
* @param _instance message instance
|
|
1425
1435
|
* @param _reader binary reader instance
|
|
1426
1436
|
*/
|
|
1427
|
-
static deserializeBinaryFromReader(_instance:
|
|
1437
|
+
static deserializeBinaryFromReader(_instance: GetSessionStepRequest, _reader: BinaryReader): void;
|
|
1428
1438
|
/**
|
|
1429
1439
|
* Serializes a message to binary format using provided binary reader
|
|
1430
1440
|
* @param _instance message instance
|
|
1431
1441
|
* @param _writer binary writer instance
|
|
1432
1442
|
*/
|
|
1433
|
-
static serializeBinaryToWriter(_instance:
|
|
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;
|
|
1637
|
+
}
|
|
1638
|
+
}
|
|
1639
|
+
/**
|
|
1640
|
+
* Message implementation for ondewo.nlu.CreateSessionStepRequest
|
|
1641
|
+
*/
|
|
1642
|
+
export declare class CreateSessionStepRequest implements GrpcMessage {
|
|
1643
|
+
static id: string;
|
|
1644
|
+
/**
|
|
1645
|
+
* Deserialize binary data to message
|
|
1646
|
+
* @param instance message instance
|
|
1647
|
+
*/
|
|
1648
|
+
static deserializeBinary(bytes: ByteSource): CreateSessionStepRequest;
|
|
1649
|
+
/**
|
|
1650
|
+
* Check all the properties and set default protobuf values if necessary
|
|
1651
|
+
* @param _instance message instance
|
|
1652
|
+
*/
|
|
1653
|
+
static refineValues(_instance: CreateSessionStepRequest): void;
|
|
1654
|
+
/**
|
|
1655
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
1656
|
+
* @param _instance message instance
|
|
1657
|
+
* @param _reader binary reader instance
|
|
1658
|
+
*/
|
|
1659
|
+
static deserializeBinaryFromReader(_instance: CreateSessionStepRequest, _reader: BinaryReader): void;
|
|
1660
|
+
/**
|
|
1661
|
+
* Serializes a message to binary format using provided binary reader
|
|
1662
|
+
* @param _instance message instance
|
|
1663
|
+
* @param _writer binary writer instance
|
|
1664
|
+
*/
|
|
1665
|
+
static serializeBinaryToWriter(_instance: CreateSessionStepRequest, _writer: BinaryWriter): void;
|
|
1434
1666
|
private _sessionId;
|
|
1435
1667
|
private _sessionStep?;
|
|
1436
|
-
private
|
|
1668
|
+
private _fieldMask?;
|
|
1437
1669
|
/**
|
|
1438
1670
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
1439
|
-
* @param _value initial values object or instance of
|
|
1671
|
+
* @param _value initial values object or instance of CreateSessionStepRequest to deeply clone from
|
|
1440
1672
|
*/
|
|
1441
|
-
constructor(_value?: RecursivePartial<
|
|
1673
|
+
constructor(_value?: RecursivePartial<CreateSessionStepRequest.AsObject>);
|
|
1442
1674
|
get sessionId(): string;
|
|
1443
1675
|
set sessionId(value: string);
|
|
1444
1676
|
get sessionStep(): SessionStep | undefined;
|
|
1445
1677
|
set sessionStep(value: SessionStep | undefined);
|
|
1446
|
-
get
|
|
1447
|
-
set
|
|
1678
|
+
get fieldMask(): googleProtobuf003.FieldMask | undefined;
|
|
1679
|
+
set fieldMask(value: googleProtobuf003.FieldMask | undefined);
|
|
1448
1680
|
/**
|
|
1449
1681
|
* Serialize message to binary data
|
|
1450
1682
|
* @param instance message instance
|
|
@@ -1453,34 +1685,34 @@ export declare class TrackSessionStepRequest implements GrpcMessage {
|
|
|
1453
1685
|
/**
|
|
1454
1686
|
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
1455
1687
|
*/
|
|
1456
|
-
toObject():
|
|
1688
|
+
toObject(): CreateSessionStepRequest.AsObject;
|
|
1457
1689
|
/**
|
|
1458
1690
|
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
1459
1691
|
*/
|
|
1460
|
-
toJSON():
|
|
1692
|
+
toJSON(): CreateSessionStepRequest.AsObject;
|
|
1461
1693
|
/**
|
|
1462
1694
|
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
1463
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.
|
|
1464
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
|
|
1465
1697
|
*/
|
|
1466
|
-
toProtobufJSON(options?: ToProtobufJSONOptions):
|
|
1698
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): CreateSessionStepRequest.AsProtobufJSON;
|
|
1467
1699
|
}
|
|
1468
|
-
export declare
|
|
1700
|
+
export declare namespace CreateSessionStepRequest {
|
|
1469
1701
|
/**
|
|
1470
|
-
* Standard JavaScript object representation for
|
|
1702
|
+
* Standard JavaScript object representation for CreateSessionStepRequest
|
|
1471
1703
|
*/
|
|
1472
1704
|
interface AsObject {
|
|
1473
1705
|
sessionId: string;
|
|
1474
1706
|
sessionStep?: SessionStep.AsObject;
|
|
1475
|
-
|
|
1707
|
+
fieldMask?: googleProtobuf003.FieldMask.AsObject;
|
|
1476
1708
|
}
|
|
1477
1709
|
/**
|
|
1478
|
-
* Protobuf JSON representation for
|
|
1710
|
+
* Protobuf JSON representation for CreateSessionStepRequest
|
|
1479
1711
|
*/
|
|
1480
1712
|
interface AsProtobufJSON {
|
|
1481
1713
|
sessionId: string;
|
|
1482
1714
|
sessionStep: SessionStep.AsProtobufJSON | null;
|
|
1483
|
-
|
|
1715
|
+
fieldMask: googleProtobuf003.FieldMask.AsProtobufJSON | null;
|
|
1484
1716
|
}
|
|
1485
1717
|
}
|
|
1486
1718
|
/**
|
|
@@ -1550,7 +1782,7 @@ export declare class ListSessionsRequest implements GrpcMessage {
|
|
|
1550
1782
|
*/
|
|
1551
1783
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionsRequest.AsProtobufJSON;
|
|
1552
1784
|
}
|
|
1553
|
-
export declare
|
|
1785
|
+
export declare namespace ListSessionsRequest {
|
|
1554
1786
|
/**
|
|
1555
1787
|
* Standard JavaScript object representation for ListSessionsRequest
|
|
1556
1788
|
*/
|
|
@@ -1636,7 +1868,7 @@ export declare class ContextFilter implements GrpcMessage {
|
|
|
1636
1868
|
*/
|
|
1637
1869
|
toProtobufJSON(options?: ToProtobufJSONOptions): ContextFilter.AsProtobufJSON;
|
|
1638
1870
|
}
|
|
1639
|
-
export declare
|
|
1871
|
+
export declare namespace ContextFilter {
|
|
1640
1872
|
/**
|
|
1641
1873
|
* Standard JavaScript object representation for ContextFilter
|
|
1642
1874
|
*/
|
|
@@ -1855,7 +2087,7 @@ export declare class SessionFilter implements GrpcMessage {
|
|
|
1855
2087
|
*/
|
|
1856
2088
|
toProtobufJSON(options?: ToProtobufJSONOptions): SessionFilter.AsProtobufJSON;
|
|
1857
2089
|
}
|
|
1858
|
-
export declare
|
|
2090
|
+
export declare namespace SessionFilter {
|
|
1859
2091
|
/**
|
|
1860
2092
|
* Standard JavaScript object representation for SessionFilter
|
|
1861
2093
|
*/
|
|
@@ -2116,7 +2348,7 @@ export declare class SessionInfo implements GrpcMessage {
|
|
|
2116
2348
|
*/
|
|
2117
2349
|
toProtobufJSON(options?: ToProtobufJSONOptions): SessionInfo.AsProtobufJSON;
|
|
2118
2350
|
}
|
|
2119
|
-
export declare
|
|
2351
|
+
export declare namespace SessionInfo {
|
|
2120
2352
|
/**
|
|
2121
2353
|
* Standard JavaScript object representation for SessionInfo
|
|
2122
2354
|
*/
|
|
@@ -2248,7 +2480,7 @@ export declare module SessionInfo {
|
|
|
2248
2480
|
*/
|
|
2249
2481
|
toProtobufJSON(options?: ToProtobufJSONOptions): ContextSteps.AsProtobufJSON;
|
|
2250
2482
|
}
|
|
2251
|
-
|
|
2483
|
+
namespace ContextSteps {
|
|
2252
2484
|
/**
|
|
2253
2485
|
* Standard JavaScript object representation for ContextSteps
|
|
2254
2486
|
*/
|
|
@@ -2321,7 +2553,7 @@ export declare class ListSessionsResponse implements GrpcMessage {
|
|
|
2321
2553
|
*/
|
|
2322
2554
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionsResponse.AsProtobufJSON;
|
|
2323
2555
|
}
|
|
2324
|
-
export declare
|
|
2556
|
+
export declare namespace ListSessionsResponse {
|
|
2325
2557
|
/**
|
|
2326
2558
|
* Standard JavaScript object representation for ListSessionsResponse
|
|
2327
2559
|
*/
|
|
@@ -2398,7 +2630,7 @@ export declare class GetSessionRequest implements GrpcMessage {
|
|
|
2398
2630
|
*/
|
|
2399
2631
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetSessionRequest.AsProtobufJSON;
|
|
2400
2632
|
}
|
|
2401
|
-
export declare
|
|
2633
|
+
export declare namespace GetSessionRequest {
|
|
2402
2634
|
/**
|
|
2403
2635
|
* Standard JavaScript object representation for GetSessionRequest
|
|
2404
2636
|
*/
|
|
@@ -2480,7 +2712,7 @@ export declare class CreateSessionRequest implements GrpcMessage {
|
|
|
2480
2712
|
*/
|
|
2481
2713
|
toProtobufJSON(options?: ToProtobufJSONOptions): CreateSessionRequest.AsProtobufJSON;
|
|
2482
2714
|
}
|
|
2483
|
-
export declare
|
|
2715
|
+
export declare namespace CreateSessionRequest {
|
|
2484
2716
|
/**
|
|
2485
2717
|
* Standard JavaScript object representation for CreateSessionRequest
|
|
2486
2718
|
*/
|
|
@@ -2555,7 +2787,7 @@ export declare class DeleteSessionRequest implements GrpcMessage {
|
|
|
2555
2787
|
*/
|
|
2556
2788
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteSessionRequest.AsProtobufJSON;
|
|
2557
2789
|
}
|
|
2558
|
-
export declare
|
|
2790
|
+
export declare namespace DeleteSessionRequest {
|
|
2559
2791
|
/**
|
|
2560
2792
|
* Standard JavaScript object representation for DeleteSessionRequest
|
|
2561
2793
|
*/
|
|
@@ -2633,7 +2865,7 @@ export declare class CreateSessionReviewRequest implements GrpcMessage {
|
|
|
2633
2865
|
*/
|
|
2634
2866
|
toProtobufJSON(options?: ToProtobufJSONOptions): CreateSessionReviewRequest.AsProtobufJSON;
|
|
2635
2867
|
}
|
|
2636
|
-
export declare
|
|
2868
|
+
export declare namespace CreateSessionReviewRequest {
|
|
2637
2869
|
/**
|
|
2638
2870
|
* Standard JavaScript object representation for CreateSessionReviewRequest
|
|
2639
2871
|
*/
|
|
@@ -2723,7 +2955,7 @@ export declare class SessionReview implements GrpcMessage {
|
|
|
2723
2955
|
*/
|
|
2724
2956
|
toProtobufJSON(options?: ToProtobufJSONOptions): SessionReview.AsProtobufJSON;
|
|
2725
2957
|
}
|
|
2726
|
-
export declare
|
|
2958
|
+
export declare namespace SessionReview {
|
|
2727
2959
|
/**
|
|
2728
2960
|
* Standard JavaScript object representation for SessionReview
|
|
2729
2961
|
*/
|
|
@@ -2846,7 +3078,7 @@ export declare class SessionReviewStep implements GrpcMessage {
|
|
|
2846
3078
|
*/
|
|
2847
3079
|
toProtobufJSON(options?: ToProtobufJSONOptions): SessionReviewStep.AsProtobufJSON;
|
|
2848
3080
|
}
|
|
2849
|
-
export declare
|
|
3081
|
+
export declare namespace SessionReviewStep {
|
|
2850
3082
|
/**
|
|
2851
3083
|
* Standard JavaScript object representation for SessionReviewStep
|
|
2852
3084
|
*/
|
|
@@ -2953,7 +3185,7 @@ export declare class DetectedIntent implements GrpcMessage {
|
|
|
2953
3185
|
*/
|
|
2954
3186
|
toProtobufJSON(options?: ToProtobufJSONOptions): DetectedIntent.AsProtobufJSON;
|
|
2955
3187
|
}
|
|
2956
|
-
export declare
|
|
3188
|
+
export declare namespace DetectedIntent {
|
|
2957
3189
|
/**
|
|
2958
3190
|
* Standard JavaScript object representation for DetectedIntent
|
|
2959
3191
|
*/
|
|
@@ -3030,7 +3262,7 @@ export declare class ListSessionLabelsRequest implements GrpcMessage {
|
|
|
3030
3262
|
*/
|
|
3031
3263
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionLabelsRequest.AsProtobufJSON;
|
|
3032
3264
|
}
|
|
3033
|
-
export declare
|
|
3265
|
+
export declare namespace ListSessionLabelsRequest {
|
|
3034
3266
|
/**
|
|
3035
3267
|
* Standard JavaScript object representation for ListSessionLabelsRequest
|
|
3036
3268
|
*/
|
|
@@ -3102,7 +3334,7 @@ export declare class ListSessionLabelsOfAllSessionsRequest implements GrpcMessag
|
|
|
3102
3334
|
*/
|
|
3103
3335
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionLabelsOfAllSessionsRequest.AsProtobufJSON;
|
|
3104
3336
|
}
|
|
3105
|
-
export declare
|
|
3337
|
+
export declare namespace ListSessionLabelsOfAllSessionsRequest {
|
|
3106
3338
|
/**
|
|
3107
3339
|
* Standard JavaScript object representation for ListSessionLabelsOfAllSessionsRequest
|
|
3108
3340
|
*/
|
|
@@ -3173,7 +3405,7 @@ export declare class ListSessionLabelsResponse implements GrpcMessage {
|
|
|
3173
3405
|
*/
|
|
3174
3406
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionLabelsResponse.AsProtobufJSON;
|
|
3175
3407
|
}
|
|
3176
|
-
export declare
|
|
3408
|
+
export declare namespace ListSessionLabelsResponse {
|
|
3177
3409
|
/**
|
|
3178
3410
|
* Standard JavaScript object representation for ListSessionLabelsResponse
|
|
3179
3411
|
*/
|
|
@@ -3245,7 +3477,7 @@ export declare class ListLanguageCodesOfAllSessionsRequest implements GrpcMessag
|
|
|
3245
3477
|
*/
|
|
3246
3478
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListLanguageCodesOfAllSessionsRequest.AsProtobufJSON;
|
|
3247
3479
|
}
|
|
3248
|
-
export declare
|
|
3480
|
+
export declare namespace ListLanguageCodesOfAllSessionsRequest {
|
|
3249
3481
|
/**
|
|
3250
3482
|
* Standard JavaScript object representation for ListLanguageCodesOfAllSessionsRequest
|
|
3251
3483
|
*/
|
|
@@ -3316,7 +3548,7 @@ export declare class ListLanguageCodesResponse implements GrpcMessage {
|
|
|
3316
3548
|
*/
|
|
3317
3549
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListLanguageCodesResponse.AsProtobufJSON;
|
|
3318
3550
|
}
|
|
3319
|
-
export declare
|
|
3551
|
+
export declare namespace ListLanguageCodesResponse {
|
|
3320
3552
|
/**
|
|
3321
3553
|
* Standard JavaScript object representation for ListLanguageCodesResponse
|
|
3322
3554
|
*/
|
|
@@ -3388,7 +3620,7 @@ export declare class ListMatchedIntentsOfAllSessionsRequest implements GrpcMessa
|
|
|
3388
3620
|
*/
|
|
3389
3621
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListMatchedIntentsOfAllSessionsRequest.AsProtobufJSON;
|
|
3390
3622
|
}
|
|
3391
|
-
export declare
|
|
3623
|
+
export declare namespace ListMatchedIntentsOfAllSessionsRequest {
|
|
3392
3624
|
/**
|
|
3393
3625
|
* Standard JavaScript object representation for ListMatchedIntentsOfAllSessionsRequest
|
|
3394
3626
|
*/
|
|
@@ -3459,7 +3691,7 @@ export declare class ListMatchedIntentsResponse implements GrpcMessage {
|
|
|
3459
3691
|
*/
|
|
3460
3692
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListMatchedIntentsResponse.AsProtobufJSON;
|
|
3461
3693
|
}
|
|
3462
|
-
export declare
|
|
3694
|
+
export declare namespace ListMatchedIntentsResponse {
|
|
3463
3695
|
/**
|
|
3464
3696
|
* Standard JavaScript object representation for ListMatchedIntentsResponse
|
|
3465
3697
|
*/
|
|
@@ -3531,7 +3763,7 @@ export declare class ListMatchedEntityTypesOfAllSessionsRequest implements GrpcM
|
|
|
3531
3763
|
*/
|
|
3532
3764
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListMatchedEntityTypesOfAllSessionsRequest.AsProtobufJSON;
|
|
3533
3765
|
}
|
|
3534
|
-
export declare
|
|
3766
|
+
export declare namespace ListMatchedEntityTypesOfAllSessionsRequest {
|
|
3535
3767
|
/**
|
|
3536
3768
|
* Standard JavaScript object representation for ListMatchedEntityTypesOfAllSessionsRequest
|
|
3537
3769
|
*/
|
|
@@ -3602,7 +3834,7 @@ export declare class ListMatchedEntityTypesResponse implements GrpcMessage {
|
|
|
3602
3834
|
*/
|
|
3603
3835
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListMatchedEntityTypesResponse.AsProtobufJSON;
|
|
3604
3836
|
}
|
|
3605
|
-
export declare
|
|
3837
|
+
export declare namespace ListMatchedEntityTypesResponse {
|
|
3606
3838
|
/**
|
|
3607
3839
|
* Standard JavaScript object representation for ListMatchedEntityTypesResponse
|
|
3608
3840
|
*/
|
|
@@ -3674,7 +3906,7 @@ export declare class ListUserIdsOfAllSessionsRequest implements GrpcMessage {
|
|
|
3674
3906
|
*/
|
|
3675
3907
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListUserIdsOfAllSessionsRequest.AsProtobufJSON;
|
|
3676
3908
|
}
|
|
3677
|
-
export declare
|
|
3909
|
+
export declare namespace ListUserIdsOfAllSessionsRequest {
|
|
3678
3910
|
/**
|
|
3679
3911
|
* Standard JavaScript object representation for ListUserIdsOfAllSessionsRequest
|
|
3680
3912
|
*/
|
|
@@ -3745,7 +3977,7 @@ export declare class ListUserIdsResponse implements GrpcMessage {
|
|
|
3745
3977
|
*/
|
|
3746
3978
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListUserIdsResponse.AsProtobufJSON;
|
|
3747
3979
|
}
|
|
3748
|
-
export declare
|
|
3980
|
+
export declare namespace ListUserIdsResponse {
|
|
3749
3981
|
/**
|
|
3750
3982
|
* Standard JavaScript object representation for ListUserIdsResponse
|
|
3751
3983
|
*/
|
|
@@ -3817,7 +4049,7 @@ export declare class ListIdentifiedUserIdsOfAllSessionsRequest implements GrpcMe
|
|
|
3817
4049
|
*/
|
|
3818
4050
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListIdentifiedUserIdsOfAllSessionsRequest.AsProtobufJSON;
|
|
3819
4051
|
}
|
|
3820
|
-
export declare
|
|
4052
|
+
export declare namespace ListIdentifiedUserIdsOfAllSessionsRequest {
|
|
3821
4053
|
/**
|
|
3822
4054
|
* Standard JavaScript object representation for ListIdentifiedUserIdsOfAllSessionsRequest
|
|
3823
4055
|
*/
|
|
@@ -3888,7 +4120,7 @@ export declare class ListIdentifiedUserIdsResponse implements GrpcMessage {
|
|
|
3888
4120
|
*/
|
|
3889
4121
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListIdentifiedUserIdsResponse.AsProtobufJSON;
|
|
3890
4122
|
}
|
|
3891
|
-
export declare
|
|
4123
|
+
export declare namespace ListIdentifiedUserIdsResponse {
|
|
3892
4124
|
/**
|
|
3893
4125
|
* Standard JavaScript object representation for ListIdentifiedUserIdsResponse
|
|
3894
4126
|
*/
|
|
@@ -3960,7 +4192,7 @@ export declare class ListTagsOfAllSessionsRequest implements GrpcMessage {
|
|
|
3960
4192
|
*/
|
|
3961
4193
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListTagsOfAllSessionsRequest.AsProtobufJSON;
|
|
3962
4194
|
}
|
|
3963
|
-
export declare
|
|
4195
|
+
export declare namespace ListTagsOfAllSessionsRequest {
|
|
3964
4196
|
/**
|
|
3965
4197
|
* Standard JavaScript object representation for ListTagsOfAllSessionsRequest
|
|
3966
4198
|
*/
|
|
@@ -4031,7 +4263,7 @@ export declare class ListTagsResponse implements GrpcMessage {
|
|
|
4031
4263
|
*/
|
|
4032
4264
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListTagsResponse.AsProtobufJSON;
|
|
4033
4265
|
}
|
|
4034
|
-
export declare
|
|
4266
|
+
export declare namespace ListTagsResponse {
|
|
4035
4267
|
/**
|
|
4036
4268
|
* Standard JavaScript object representation for ListTagsResponse
|
|
4037
4269
|
*/
|
|
@@ -4103,7 +4335,7 @@ export declare class ListInputContextsOfAllSessionsRequest implements GrpcMessag
|
|
|
4103
4335
|
*/
|
|
4104
4336
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListInputContextsOfAllSessionsRequest.AsProtobufJSON;
|
|
4105
4337
|
}
|
|
4106
|
-
export declare
|
|
4338
|
+
export declare namespace ListInputContextsOfAllSessionsRequest {
|
|
4107
4339
|
/**
|
|
4108
4340
|
* Standard JavaScript object representation for ListInputContextsOfAllSessionsRequest
|
|
4109
4341
|
*/
|
|
@@ -4174,7 +4406,7 @@ export declare class ListInputContextsResponse implements GrpcMessage {
|
|
|
4174
4406
|
*/
|
|
4175
4407
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListInputContextsResponse.AsProtobufJSON;
|
|
4176
4408
|
}
|
|
4177
|
-
export declare
|
|
4409
|
+
export declare namespace ListInputContextsResponse {
|
|
4178
4410
|
/**
|
|
4179
4411
|
* Standard JavaScript object representation for ListInputContextsResponse
|
|
4180
4412
|
*/
|
|
@@ -4246,7 +4478,7 @@ export declare class ListOutputContextsOfAllSessionsRequest implements GrpcMessa
|
|
|
4246
4478
|
*/
|
|
4247
4479
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListOutputContextsOfAllSessionsRequest.AsProtobufJSON;
|
|
4248
4480
|
}
|
|
4249
|
-
export declare
|
|
4481
|
+
export declare namespace ListOutputContextsOfAllSessionsRequest {
|
|
4250
4482
|
/**
|
|
4251
4483
|
* Standard JavaScript object representation for ListOutputContextsOfAllSessionsRequest
|
|
4252
4484
|
*/
|
|
@@ -4317,7 +4549,7 @@ export declare class ListOutputContextsResponse implements GrpcMessage {
|
|
|
4317
4549
|
*/
|
|
4318
4550
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListOutputContextsResponse.AsProtobufJSON;
|
|
4319
4551
|
}
|
|
4320
|
-
export declare
|
|
4552
|
+
export declare namespace ListOutputContextsResponse {
|
|
4321
4553
|
/**
|
|
4322
4554
|
* Standard JavaScript object representation for ListOutputContextsResponse
|
|
4323
4555
|
*/
|
|
@@ -4389,7 +4621,7 @@ export declare class ListPlatformsOfAllSessionsRequest implements GrpcMessage {
|
|
|
4389
4621
|
*/
|
|
4390
4622
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListPlatformsOfAllSessionsRequest.AsProtobufJSON;
|
|
4391
4623
|
}
|
|
4392
|
-
export declare
|
|
4624
|
+
export declare namespace ListPlatformsOfAllSessionsRequest {
|
|
4393
4625
|
/**
|
|
4394
4626
|
* Standard JavaScript object representation for ListPlatformsOfAllSessionsRequest
|
|
4395
4627
|
*/
|
|
@@ -4460,7 +4692,7 @@ export declare class ListPlatformsResponse implements GrpcMessage {
|
|
|
4460
4692
|
*/
|
|
4461
4693
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListPlatformsResponse.AsProtobufJSON;
|
|
4462
4694
|
}
|
|
4463
|
-
export declare
|
|
4695
|
+
export declare namespace ListPlatformsResponse {
|
|
4464
4696
|
/**
|
|
4465
4697
|
* Standard JavaScript object representation for ListPlatformsResponse
|
|
4466
4698
|
*/
|
|
@@ -4532,7 +4764,7 @@ export declare class ListAccountIdsOfAllSessionsRequest implements GrpcMessage {
|
|
|
4532
4764
|
*/
|
|
4533
4765
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListAccountIdsOfAllSessionsRequest.AsProtobufJSON;
|
|
4534
4766
|
}
|
|
4535
|
-
export declare
|
|
4767
|
+
export declare namespace ListAccountIdsOfAllSessionsRequest {
|
|
4536
4768
|
/**
|
|
4537
4769
|
* Standard JavaScript object representation for ListAccountIdsOfAllSessionsRequest
|
|
4538
4770
|
*/
|
|
@@ -4603,7 +4835,7 @@ export declare class ListAccountIdsResponse implements GrpcMessage {
|
|
|
4603
4835
|
*/
|
|
4604
4836
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListAccountIdsResponse.AsProtobufJSON;
|
|
4605
4837
|
}
|
|
4606
|
-
export declare
|
|
4838
|
+
export declare namespace ListAccountIdsResponse {
|
|
4607
4839
|
/**
|
|
4608
4840
|
* Standard JavaScript object representation for ListAccountIdsResponse
|
|
4609
4841
|
*/
|
|
@@ -4675,7 +4907,7 @@ export declare class ListPropertyIdsOfAllSessionsRequest implements GrpcMessage
|
|
|
4675
4907
|
*/
|
|
4676
4908
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListPropertyIdsOfAllSessionsRequest.AsProtobufJSON;
|
|
4677
4909
|
}
|
|
4678
|
-
export declare
|
|
4910
|
+
export declare namespace ListPropertyIdsOfAllSessionsRequest {
|
|
4679
4911
|
/**
|
|
4680
4912
|
* Standard JavaScript object representation for ListPropertyIdsOfAllSessionsRequest
|
|
4681
4913
|
*/
|
|
@@ -4746,7 +4978,7 @@ export declare class ListPropertyIdsResponse implements GrpcMessage {
|
|
|
4746
4978
|
*/
|
|
4747
4979
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListPropertyIdsResponse.AsProtobufJSON;
|
|
4748
4980
|
}
|
|
4749
|
-
export declare
|
|
4981
|
+
export declare namespace ListPropertyIdsResponse {
|
|
4750
4982
|
/**
|
|
4751
4983
|
* Standard JavaScript object representation for ListPropertyIdsResponse
|
|
4752
4984
|
*/
|
|
@@ -4818,7 +5050,7 @@ export declare class ListDatastreamIdsOfAllSessionsRequest implements GrpcMessag
|
|
|
4818
5050
|
*/
|
|
4819
5051
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListDatastreamIdsOfAllSessionsRequest.AsProtobufJSON;
|
|
4820
5052
|
}
|
|
4821
|
-
export declare
|
|
5053
|
+
export declare namespace ListDatastreamIdsOfAllSessionsRequest {
|
|
4822
5054
|
/**
|
|
4823
5055
|
* Standard JavaScript object representation for ListDatastreamIdsOfAllSessionsRequest
|
|
4824
5056
|
*/
|
|
@@ -4889,7 +5121,7 @@ export declare class ListDatastreamIdsResponse implements GrpcMessage {
|
|
|
4889
5121
|
*/
|
|
4890
5122
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListDatastreamIdsResponse.AsProtobufJSON;
|
|
4891
5123
|
}
|
|
4892
|
-
export declare
|
|
5124
|
+
export declare namespace ListDatastreamIdsResponse {
|
|
4893
5125
|
/**
|
|
4894
5126
|
* Standard JavaScript object representation for ListDatastreamIdsResponse
|
|
4895
5127
|
*/
|
|
@@ -4961,7 +5193,7 @@ export declare class ListOriginIdsOfAllSessionsRequest implements GrpcMessage {
|
|
|
4961
5193
|
*/
|
|
4962
5194
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListOriginIdsOfAllSessionsRequest.AsProtobufJSON;
|
|
4963
5195
|
}
|
|
4964
|
-
export declare
|
|
5196
|
+
export declare namespace ListOriginIdsOfAllSessionsRequest {
|
|
4965
5197
|
/**
|
|
4966
5198
|
* Standard JavaScript object representation for ListOriginIdsOfAllSessionsRequest
|
|
4967
5199
|
*/
|
|
@@ -5032,7 +5264,7 @@ export declare class ListOriginIdsResponse implements GrpcMessage {
|
|
|
5032
5264
|
*/
|
|
5033
5265
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListOriginIdsResponse.AsProtobufJSON;
|
|
5034
5266
|
}
|
|
5035
|
-
export declare
|
|
5267
|
+
export declare namespace ListOriginIdsResponse {
|
|
5036
5268
|
/**
|
|
5037
5269
|
* Standard JavaScript object representation for ListOriginIdsResponse
|
|
5038
5270
|
*/
|
|
@@ -5104,7 +5336,7 @@ export declare class AddSessionLabelsRequest implements GrpcMessage {
|
|
|
5104
5336
|
*/
|
|
5105
5337
|
toProtobufJSON(options?: ToProtobufJSONOptions): AddSessionLabelsRequest.AsProtobufJSON;
|
|
5106
5338
|
}
|
|
5107
|
-
export declare
|
|
5339
|
+
export declare namespace AddSessionLabelsRequest {
|
|
5108
5340
|
/**
|
|
5109
5341
|
* Standard JavaScript object representation for AddSessionLabelsRequest
|
|
5110
5342
|
*/
|
|
@@ -5178,7 +5410,7 @@ export declare class DeleteSessionLabelsRequest implements GrpcMessage {
|
|
|
5178
5410
|
*/
|
|
5179
5411
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteSessionLabelsRequest.AsProtobufJSON;
|
|
5180
5412
|
}
|
|
5181
|
-
export declare
|
|
5413
|
+
export declare namespace DeleteSessionLabelsRequest {
|
|
5182
5414
|
/**
|
|
5183
5415
|
* Standard JavaScript object representation for DeleteSessionLabelsRequest
|
|
5184
5416
|
*/
|
|
@@ -5252,7 +5484,7 @@ export declare class AddSessionCommentRequest implements GrpcMessage {
|
|
|
5252
5484
|
*/
|
|
5253
5485
|
toProtobufJSON(options?: ToProtobufJSONOptions): AddSessionCommentRequest.AsProtobufJSON;
|
|
5254
5486
|
}
|
|
5255
|
-
export declare
|
|
5487
|
+
export declare namespace AddSessionCommentRequest {
|
|
5256
5488
|
/**
|
|
5257
5489
|
* Standard JavaScript object representation for AddSessionCommentRequest
|
|
5258
5490
|
*/
|
|
@@ -5326,7 +5558,7 @@ export declare class DeleteSessionCommentsRequest implements GrpcMessage {
|
|
|
5326
5558
|
*/
|
|
5327
5559
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteSessionCommentsRequest.AsProtobufJSON;
|
|
5328
5560
|
}
|
|
5329
|
-
export declare
|
|
5561
|
+
export declare namespace DeleteSessionCommentsRequest {
|
|
5330
5562
|
/**
|
|
5331
5563
|
* Standard JavaScript object representation for DeleteSessionCommentsRequest
|
|
5332
5564
|
*/
|
|
@@ -5400,7 +5632,7 @@ export declare class UpdateSessionCommentsRequest implements GrpcMessage {
|
|
|
5400
5632
|
*/
|
|
5401
5633
|
toProtobufJSON(options?: ToProtobufJSONOptions): UpdateSessionCommentsRequest.AsProtobufJSON;
|
|
5402
5634
|
}
|
|
5403
|
-
export declare
|
|
5635
|
+
export declare namespace UpdateSessionCommentsRequest {
|
|
5404
5636
|
/**
|
|
5405
5637
|
* Standard JavaScript object representation for UpdateSessionCommentsRequest
|
|
5406
5638
|
*/
|
|
@@ -5474,7 +5706,7 @@ export declare class ListSessionCommentsRequest implements GrpcMessage {
|
|
|
5474
5706
|
*/
|
|
5475
5707
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionCommentsRequest.AsProtobufJSON;
|
|
5476
5708
|
}
|
|
5477
|
-
export declare
|
|
5709
|
+
export declare namespace ListSessionCommentsRequest {
|
|
5478
5710
|
/**
|
|
5479
5711
|
* Standard JavaScript object representation for ListSessionCommentsRequest
|
|
5480
5712
|
*/
|
|
@@ -5548,7 +5780,7 @@ export declare class ListSessionCommentsResponse implements GrpcMessage {
|
|
|
5548
5780
|
*/
|
|
5549
5781
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionCommentsResponse.AsProtobufJSON;
|
|
5550
5782
|
}
|
|
5551
|
-
export declare
|
|
5783
|
+
export declare namespace ListSessionCommentsResponse {
|
|
5552
5784
|
/**
|
|
5553
5785
|
* Standard JavaScript object representation for ListSessionCommentsResponse
|
|
5554
5786
|
*/
|
|
@@ -5625,7 +5857,7 @@ export declare class ListSessionReviewsRequest implements GrpcMessage {
|
|
|
5625
5857
|
*/
|
|
5626
5858
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionReviewsRequest.AsProtobufJSON;
|
|
5627
5859
|
}
|
|
5628
|
-
export declare
|
|
5860
|
+
export declare namespace ListSessionReviewsRequest {
|
|
5629
5861
|
/**
|
|
5630
5862
|
* Standard JavaScript object representation for ListSessionReviewsRequest
|
|
5631
5863
|
*/
|
|
@@ -5701,7 +5933,7 @@ export declare class ListSessionReviewsResponse implements GrpcMessage {
|
|
|
5701
5933
|
*/
|
|
5702
5934
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListSessionReviewsResponse.AsProtobufJSON;
|
|
5703
5935
|
}
|
|
5704
|
-
export declare
|
|
5936
|
+
export declare namespace ListSessionReviewsResponse {
|
|
5705
5937
|
/**
|
|
5706
5938
|
* Standard JavaScript object representation for ListSessionReviewsResponse
|
|
5707
5939
|
*/
|
|
@@ -5775,7 +6007,7 @@ export declare class GetSessionReviewRequest implements GrpcMessage {
|
|
|
5775
6007
|
*/
|
|
5776
6008
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetSessionReviewRequest.AsProtobufJSON;
|
|
5777
6009
|
}
|
|
5778
|
-
export declare
|
|
6010
|
+
export declare namespace GetSessionReviewRequest {
|
|
5779
6011
|
/**
|
|
5780
6012
|
* Standard JavaScript object representation for GetSessionReviewRequest
|
|
5781
6013
|
*/
|
|
@@ -5849,7 +6081,7 @@ export declare class GetLatestSessionReviewRequest implements GrpcMessage {
|
|
|
5849
6081
|
*/
|
|
5850
6082
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetLatestSessionReviewRequest.AsProtobufJSON;
|
|
5851
6083
|
}
|
|
5852
|
-
export declare
|
|
6084
|
+
export declare namespace GetLatestSessionReviewRequest {
|
|
5853
6085
|
/**
|
|
5854
6086
|
* Standard JavaScript object representation for GetLatestSessionReviewRequest
|
|
5855
6087
|
*/
|
|
@@ -5865,6 +6097,297 @@ export declare module GetLatestSessionReviewRequest {
|
|
|
5865
6097
|
sessionReviewView: string;
|
|
5866
6098
|
}
|
|
5867
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
|
+
}
|
|
5868
6391
|
/**
|
|
5869
6392
|
* Message implementation for ondewo.nlu.AudioFileResource
|
|
5870
6393
|
*/
|
|
@@ -5903,6 +6426,7 @@ export declare class AudioFileResource implements GrpcMessage {
|
|
|
5903
6426
|
private _modifiedAt?;
|
|
5904
6427
|
private _createdBy;
|
|
5905
6428
|
private _modifiedBy;
|
|
6429
|
+
private _displayName;
|
|
5906
6430
|
/**
|
|
5907
6431
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
5908
6432
|
* @param _value initial values object or instance of AudioFileResource to deeply clone from
|
|
@@ -5930,6 +6454,8 @@ export declare class AudioFileResource implements GrpcMessage {
|
|
|
5930
6454
|
set createdBy(value: string);
|
|
5931
6455
|
get modifiedBy(): string;
|
|
5932
6456
|
set modifiedBy(value: string);
|
|
6457
|
+
get displayName(): string;
|
|
6458
|
+
set displayName(value: string);
|
|
5933
6459
|
/**
|
|
5934
6460
|
* Serialize message to binary data
|
|
5935
6461
|
* @param instance message instance
|
|
@@ -5950,7 +6476,7 @@ export declare class AudioFileResource implements GrpcMessage {
|
|
|
5950
6476
|
*/
|
|
5951
6477
|
toProtobufJSON(options?: ToProtobufJSONOptions): AudioFileResource.AsProtobufJSON;
|
|
5952
6478
|
}
|
|
5953
|
-
export declare
|
|
6479
|
+
export declare namespace AudioFileResource {
|
|
5954
6480
|
/**
|
|
5955
6481
|
* Standard JavaScript object representation for AudioFileResource
|
|
5956
6482
|
*/
|
|
@@ -5966,6 +6492,7 @@ export declare module AudioFileResource {
|
|
|
5966
6492
|
modifiedAt?: googleProtobuf004.Timestamp.AsObject;
|
|
5967
6493
|
createdBy: string;
|
|
5968
6494
|
modifiedBy: string;
|
|
6495
|
+
displayName: string;
|
|
5969
6496
|
}
|
|
5970
6497
|
/**
|
|
5971
6498
|
* Protobuf JSON representation for AudioFileResource
|
|
@@ -5982,6 +6509,121 @@ export declare module AudioFileResource {
|
|
|
5982
6509
|
modifiedAt: googleProtobuf004.Timestamp.AsProtobufJSON | null;
|
|
5983
6510
|
createdBy: string;
|
|
5984
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;
|
|
5985
6627
|
}
|
|
5986
6628
|
}
|
|
5987
6629
|
/**
|
|
@@ -6051,7 +6693,7 @@ export declare class GetAudioFilesRequest implements GrpcMessage {
|
|
|
6051
6693
|
*/
|
|
6052
6694
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetAudioFilesRequest.AsProtobufJSON;
|
|
6053
6695
|
}
|
|
6054
|
-
export declare
|
|
6696
|
+
export declare namespace GetAudioFilesRequest {
|
|
6055
6697
|
/**
|
|
6056
6698
|
* Standard JavaScript object representation for GetAudioFilesRequest
|
|
6057
6699
|
*/
|
|
@@ -6134,7 +6776,7 @@ export declare class GetAudioFilesResponse implements GrpcMessage {
|
|
|
6134
6776
|
*/
|
|
6135
6777
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetAudioFilesResponse.AsProtobufJSON;
|
|
6136
6778
|
}
|
|
6137
|
-
export declare
|
|
6779
|
+
export declare namespace GetAudioFilesResponse {
|
|
6138
6780
|
/**
|
|
6139
6781
|
* Standard JavaScript object representation for GetAudioFilesResponse
|
|
6140
6782
|
*/
|
|
@@ -6182,6 +6824,7 @@ export declare class AddAudioFilesRequest implements GrpcMessage {
|
|
|
6182
6824
|
private _parent;
|
|
6183
6825
|
private _sessionId;
|
|
6184
6826
|
private _audioFileResources?;
|
|
6827
|
+
private _sessionStepId;
|
|
6185
6828
|
/**
|
|
6186
6829
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
6187
6830
|
* @param _value initial values object or instance of AddAudioFilesRequest to deeply clone from
|
|
@@ -6193,6 +6836,8 @@ export declare class AddAudioFilesRequest implements GrpcMessage {
|
|
|
6193
6836
|
set sessionId(value: string);
|
|
6194
6837
|
get audioFileResources(): AudioFileResource[] | undefined;
|
|
6195
6838
|
set audioFileResources(value: AudioFileResource[] | undefined);
|
|
6839
|
+
get sessionStepId(): string;
|
|
6840
|
+
set sessionStepId(value: string);
|
|
6196
6841
|
/**
|
|
6197
6842
|
* Serialize message to binary data
|
|
6198
6843
|
* @param instance message instance
|
|
@@ -6213,7 +6858,7 @@ export declare class AddAudioFilesRequest implements GrpcMessage {
|
|
|
6213
6858
|
*/
|
|
6214
6859
|
toProtobufJSON(options?: ToProtobufJSONOptions): AddAudioFilesRequest.AsProtobufJSON;
|
|
6215
6860
|
}
|
|
6216
|
-
export declare
|
|
6861
|
+
export declare namespace AddAudioFilesRequest {
|
|
6217
6862
|
/**
|
|
6218
6863
|
* Standard JavaScript object representation for AddAudioFilesRequest
|
|
6219
6864
|
*/
|
|
@@ -6221,6 +6866,7 @@ export declare module AddAudioFilesRequest {
|
|
|
6221
6866
|
parent: string;
|
|
6222
6867
|
sessionId: string;
|
|
6223
6868
|
audioFileResources?: AudioFileResource.AsObject[];
|
|
6869
|
+
sessionStepId: string;
|
|
6224
6870
|
}
|
|
6225
6871
|
/**
|
|
6226
6872
|
* Protobuf JSON representation for AddAudioFilesRequest
|
|
@@ -6229,6 +6875,7 @@ export declare module AddAudioFilesRequest {
|
|
|
6229
6875
|
parent: string;
|
|
6230
6876
|
sessionId: string;
|
|
6231
6877
|
audioFileResources: AudioFileResource.AsProtobufJSON[] | null;
|
|
6878
|
+
sessionStepId: string;
|
|
6232
6879
|
}
|
|
6233
6880
|
}
|
|
6234
6881
|
/**
|
|
@@ -6289,7 +6936,7 @@ export declare class AddAudioFilesResponse implements GrpcMessage {
|
|
|
6289
6936
|
*/
|
|
6290
6937
|
toProtobufJSON(options?: ToProtobufJSONOptions): AddAudioFilesResponse.AsProtobufJSON;
|
|
6291
6938
|
}
|
|
6292
|
-
export declare
|
|
6939
|
+
export declare namespace AddAudioFilesResponse {
|
|
6293
6940
|
/**
|
|
6294
6941
|
* Standard JavaScript object representation for AddAudioFilesResponse
|
|
6295
6942
|
*/
|
|
@@ -6363,7 +7010,7 @@ export declare class DeleteAudioFilesRequest implements GrpcMessage {
|
|
|
6363
7010
|
*/
|
|
6364
7011
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteAudioFilesRequest.AsProtobufJSON;
|
|
6365
7012
|
}
|
|
6366
|
-
export declare
|
|
7013
|
+
export declare namespace DeleteAudioFilesRequest {
|
|
6367
7014
|
/**
|
|
6368
7015
|
* Standard JavaScript object representation for DeleteAudioFilesRequest
|
|
6369
7016
|
*/
|
|
@@ -6437,7 +7084,7 @@ export declare class DeleteAudioFilesResponse implements GrpcMessage {
|
|
|
6437
7084
|
*/
|
|
6438
7085
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteAudioFilesResponse.AsProtobufJSON;
|
|
6439
7086
|
}
|
|
6440
|
-
export declare
|
|
7087
|
+
export declare namespace DeleteAudioFilesResponse {
|
|
6441
7088
|
/**
|
|
6442
7089
|
* Standard JavaScript object representation for DeleteAudioFilesResponse
|
|
6443
7090
|
*/
|
|
@@ -6520,7 +7167,7 @@ export declare class ListAudioFilesRequest implements GrpcMessage {
|
|
|
6520
7167
|
*/
|
|
6521
7168
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListAudioFilesRequest.AsProtobufJSON;
|
|
6522
7169
|
}
|
|
6523
|
-
export declare
|
|
7170
|
+
export declare namespace ListAudioFilesRequest {
|
|
6524
7171
|
/**
|
|
6525
7172
|
* Standard JavaScript object representation for ListAudioFilesRequest
|
|
6526
7173
|
*/
|
|
@@ -6603,7 +7250,7 @@ export declare class ListAudioFilesResponse implements GrpcMessage {
|
|
|
6603
7250
|
*/
|
|
6604
7251
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListAudioFilesResponse.AsProtobufJSON;
|
|
6605
7252
|
}
|
|
6606
|
-
export declare
|
|
7253
|
+
export declare namespace ListAudioFilesResponse {
|
|
6607
7254
|
/**
|
|
6608
7255
|
* Standard JavaScript object representation for ListAudioFilesResponse
|
|
6609
7256
|
*/
|
|
@@ -6682,7 +7329,7 @@ export declare class GetAudioFileOfSessionRequest implements GrpcMessage {
|
|
|
6682
7329
|
*/
|
|
6683
7330
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetAudioFileOfSessionRequest.AsProtobufJSON;
|
|
6684
7331
|
}
|
|
6685
|
-
export declare
|
|
7332
|
+
export declare namespace GetAudioFileOfSessionRequest {
|
|
6686
7333
|
/**
|
|
6687
7334
|
* Standard JavaScript object representation for GetAudioFileOfSessionRequest
|
|
6688
7335
|
*/
|