@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.
- 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 +45 -41
- package/api/ondewo/nlu/agent.pb.d.ts +326 -86
- package/api/ondewo/nlu/agent.pbsc.d.ts +60 -60
- 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 +1455 -0
- package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/ccai-project.pbsc.d.ts +118 -0
- package/api/ondewo/nlu/common.pb.d.ts +958 -1
- package/api/ondewo/nlu/context.pb.d.ts +51 -10
- package/api/ondewo/nlu/entity-type.pb.d.ts +83 -42
- package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/intent.pb.d.ts +207 -87
- package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +23 -2
- package/api/ondewo/nlu/operations.pb.d.ts +7 -7
- package/api/ondewo/nlu/project-role.pb.d.ts +33 -12
- package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
- 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/server-statistics.pbsc.d.ts +14 -14
- package/api/ondewo/nlu/session.pb.d.ts +2311 -217
- package/api/ondewo/nlu/session.pbsc.d.ts +204 -11
- package/api/ondewo/nlu/user.pb.d.ts +782 -39
- package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
- package/api/ondewo/nlu/utility.pb.d.ts +22 -22
- package/api/ondewo/nlu/webhook.pb.d.ts +550 -15
- package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +1622 -1049
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +1195 -52
- package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
- package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
- 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 +29 -25
- package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/agent.pb.mjs +925 -41
- package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +52 -52
- 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 +2691 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +224 -0
- package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -1
- package/esm2022/api/ondewo/nlu/context.pb.mjs +152 -5
- package/esm2022/api/ondewo/nlu/context.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +166 -19
- package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +10 -10
- package/esm2022/api/ondewo/nlu/intent.pb.mjs +464 -22
- package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +9 -9
- package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +76 -3
- package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/project-role.pb.mjs +81 -8
- package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +10 -10
- package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +19 -19
- package/esm2022/api/ondewo/nlu/session.pb.mjs +6997 -2924
- package/esm2022/api/ondewo/nlu/session.pbsc.mjs +381 -20
- package/esm2022/api/ondewo/nlu/user.pb.mjs +1349 -20
- package/esm2022/api/ondewo/nlu/user.pbsc.mjs +228 -17
- package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/webhook.pb.mjs +915 -24
- package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +97 -6
- package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +3065 -1874
- package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +3158 -963
- package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +103 -133
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/ondewo-csi-client-angular.mjs +40452 -22608
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +9 -9
- package/public-api.d.ts +3 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
|
|
2
2
|
import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
3
|
+
import * as googleProtobuf002 from '@ngx-grpc/well-known-types';
|
|
4
|
+
import * as googleProtobuf003 from '@ngx-grpc/well-known-types';
|
|
5
|
+
import * as ondewoNlu006 from '../../ondewo/nlu/common.pb';
|
|
6
6
|
import * as googleProtobuf009 from '@ngx-grpc/well-known-types';
|
|
7
7
|
import * as ondewoNlu010 from '../../ondewo/nlu/project-role.pb';
|
|
8
8
|
import * as ondewoNlu015 from '../../ondewo/nlu/intent.pb';
|
|
@@ -92,6 +92,10 @@ export declare class Agent implements GrpcMessage {
|
|
|
92
92
|
private _ownerId;
|
|
93
93
|
private _status;
|
|
94
94
|
private _description;
|
|
95
|
+
private _createdAt?;
|
|
96
|
+
private _modifiedAt?;
|
|
97
|
+
private _createdBy;
|
|
98
|
+
private _modifiedBy;
|
|
95
99
|
/**
|
|
96
100
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
97
101
|
* @param _value initial values object or instance of Agent to deeply clone from
|
|
@@ -117,6 +121,14 @@ export declare class Agent implements GrpcMessage {
|
|
|
117
121
|
set status(value: AgentStatus);
|
|
118
122
|
get description(): string;
|
|
119
123
|
set description(value: string);
|
|
124
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
125
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
126
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
127
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
128
|
+
get createdBy(): string;
|
|
129
|
+
set createdBy(value: string);
|
|
130
|
+
get modifiedBy(): string;
|
|
131
|
+
set modifiedBy(value: string);
|
|
120
132
|
/**
|
|
121
133
|
* Serialize message to binary data
|
|
122
134
|
* @param instance message instance
|
|
@@ -137,7 +149,7 @@ export declare class Agent implements GrpcMessage {
|
|
|
137
149
|
*/
|
|
138
150
|
toProtobufJSON(options?: ToProtobufJSONOptions): Agent.AsProtobufJSON;
|
|
139
151
|
}
|
|
140
|
-
export declare
|
|
152
|
+
export declare namespace Agent {
|
|
141
153
|
/**
|
|
142
154
|
* Standard JavaScript object representation for Agent
|
|
143
155
|
*/
|
|
@@ -152,6 +164,10 @@ export declare module Agent {
|
|
|
152
164
|
ownerId: string;
|
|
153
165
|
status: AgentStatus;
|
|
154
166
|
description: string;
|
|
167
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
168
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
169
|
+
createdBy: string;
|
|
170
|
+
modifiedBy: string;
|
|
155
171
|
}
|
|
156
172
|
/**
|
|
157
173
|
* Protobuf JSON representation for Agent
|
|
@@ -167,6 +183,10 @@ export declare module Agent {
|
|
|
167
183
|
ownerId: string;
|
|
168
184
|
status: string;
|
|
169
185
|
description: string;
|
|
186
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
187
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
188
|
+
createdBy: string;
|
|
189
|
+
modifiedBy: string;
|
|
170
190
|
}
|
|
171
191
|
}
|
|
172
192
|
/**
|
|
@@ -227,7 +247,7 @@ export declare class AgentWithOwner implements GrpcMessage {
|
|
|
227
247
|
*/
|
|
228
248
|
toProtobufJSON(options?: ToProtobufJSONOptions): AgentWithOwner.AsProtobufJSON;
|
|
229
249
|
}
|
|
230
|
-
export declare
|
|
250
|
+
export declare namespace AgentWithOwner {
|
|
231
251
|
/**
|
|
232
252
|
* Standard JavaScript object representation for AgentWithOwner
|
|
233
253
|
*/
|
|
@@ -301,7 +321,7 @@ export declare class AgentOfUserWithOwner implements GrpcMessage {
|
|
|
301
321
|
*/
|
|
302
322
|
toProtobufJSON(options?: ToProtobufJSONOptions): AgentOfUserWithOwner.AsProtobufJSON;
|
|
303
323
|
}
|
|
304
|
-
export declare
|
|
324
|
+
export declare namespace AgentOfUserWithOwner {
|
|
305
325
|
/**
|
|
306
326
|
* Standard JavaScript object representation for AgentOfUserWithOwner
|
|
307
327
|
*/
|
|
@@ -375,7 +395,7 @@ export declare class CreateAgentRequest implements GrpcMessage {
|
|
|
375
395
|
*/
|
|
376
396
|
toProtobufJSON(options?: ToProtobufJSONOptions): CreateAgentRequest.AsProtobufJSON;
|
|
377
397
|
}
|
|
378
|
-
export declare
|
|
398
|
+
export declare namespace CreateAgentRequest {
|
|
379
399
|
/**
|
|
380
400
|
* Standard JavaScript object representation for CreateAgentRequest
|
|
381
401
|
*/
|
|
@@ -430,8 +450,8 @@ export declare class UpdateAgentRequest implements GrpcMessage {
|
|
|
430
450
|
set agent(value: Agent | undefined);
|
|
431
451
|
get agentView(): AgentView;
|
|
432
452
|
set agentView(value: AgentView);
|
|
433
|
-
get updateMask():
|
|
434
|
-
set updateMask(value:
|
|
453
|
+
get updateMask(): googleProtobuf002.FieldMask | undefined;
|
|
454
|
+
set updateMask(value: googleProtobuf002.FieldMask | undefined);
|
|
435
455
|
/**
|
|
436
456
|
* Serialize message to binary data
|
|
437
457
|
* @param instance message instance
|
|
@@ -452,14 +472,14 @@ export declare class UpdateAgentRequest implements GrpcMessage {
|
|
|
452
472
|
*/
|
|
453
473
|
toProtobufJSON(options?: ToProtobufJSONOptions): UpdateAgentRequest.AsProtobufJSON;
|
|
454
474
|
}
|
|
455
|
-
export declare
|
|
475
|
+
export declare namespace UpdateAgentRequest {
|
|
456
476
|
/**
|
|
457
477
|
* Standard JavaScript object representation for UpdateAgentRequest
|
|
458
478
|
*/
|
|
459
479
|
interface AsObject {
|
|
460
480
|
agent?: Agent.AsObject;
|
|
461
481
|
agentView: AgentView;
|
|
462
|
-
updateMask?:
|
|
482
|
+
updateMask?: googleProtobuf002.FieldMask.AsObject;
|
|
463
483
|
}
|
|
464
484
|
/**
|
|
465
485
|
* Protobuf JSON representation for UpdateAgentRequest
|
|
@@ -467,7 +487,7 @@ export declare module UpdateAgentRequest {
|
|
|
467
487
|
interface AsProtobufJSON {
|
|
468
488
|
agent: Agent.AsProtobufJSON | null;
|
|
469
489
|
agentView: string;
|
|
470
|
-
updateMask:
|
|
490
|
+
updateMask: googleProtobuf002.FieldMask.AsProtobufJSON | null;
|
|
471
491
|
}
|
|
472
492
|
}
|
|
473
493
|
/**
|
|
@@ -525,7 +545,7 @@ export declare class DeleteAgentRequest implements GrpcMessage {
|
|
|
525
545
|
*/
|
|
526
546
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteAgentRequest.AsProtobufJSON;
|
|
527
547
|
}
|
|
528
|
-
export declare
|
|
548
|
+
export declare namespace DeleteAgentRequest {
|
|
529
549
|
/**
|
|
530
550
|
* Standard JavaScript object representation for DeleteAgentRequest
|
|
531
551
|
*/
|
|
@@ -597,7 +617,7 @@ export declare class GetAgentRequest implements GrpcMessage {
|
|
|
597
617
|
*/
|
|
598
618
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetAgentRequest.AsProtobufJSON;
|
|
599
619
|
}
|
|
600
|
-
export declare
|
|
620
|
+
export declare namespace GetAgentRequest {
|
|
601
621
|
/**
|
|
602
622
|
* Standard JavaScript object representation for GetAgentRequest
|
|
603
623
|
*/
|
|
@@ -674,7 +694,7 @@ export declare class ListAgentsRequest implements GrpcMessage {
|
|
|
674
694
|
*/
|
|
675
695
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListAgentsRequest.AsProtobufJSON;
|
|
676
696
|
}
|
|
677
|
-
export declare
|
|
697
|
+
export declare namespace ListAgentsRequest {
|
|
678
698
|
/**
|
|
679
699
|
* Standard JavaScript object representation for ListAgentsRequest
|
|
680
700
|
*/
|
|
@@ -750,7 +770,7 @@ export declare class ListAgentsResponse implements GrpcMessage {
|
|
|
750
770
|
*/
|
|
751
771
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListAgentsResponse.AsProtobufJSON;
|
|
752
772
|
}
|
|
753
|
-
export declare
|
|
773
|
+
export declare namespace ListAgentsResponse {
|
|
754
774
|
/**
|
|
755
775
|
* Standard JavaScript object representation for ListAgentsResponse
|
|
756
776
|
*/
|
|
@@ -824,7 +844,7 @@ export declare class ListAgentsOfUserResponse implements GrpcMessage {
|
|
|
824
844
|
*/
|
|
825
845
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListAgentsOfUserResponse.AsProtobufJSON;
|
|
826
846
|
}
|
|
827
|
-
export declare
|
|
847
|
+
export declare namespace ListAgentsOfUserResponse {
|
|
828
848
|
/**
|
|
829
849
|
* Standard JavaScript object representation for ListAgentsOfUserResponse
|
|
830
850
|
*/
|
|
@@ -901,7 +921,7 @@ export declare class TrainAgentRequest implements GrpcMessage {
|
|
|
901
921
|
*/
|
|
902
922
|
toProtobufJSON(options?: ToProtobufJSONOptions): TrainAgentRequest.AsProtobufJSON;
|
|
903
923
|
}
|
|
904
|
-
export declare
|
|
924
|
+
export declare namespace TrainAgentRequest {
|
|
905
925
|
/**
|
|
906
926
|
* Standard JavaScript object representation for TrainAgentRequest
|
|
907
927
|
*/
|
|
@@ -977,7 +997,7 @@ export declare class BuildCacheRequest implements GrpcMessage {
|
|
|
977
997
|
*/
|
|
978
998
|
toProtobufJSON(options?: ToProtobufJSONOptions): BuildCacheRequest.AsProtobufJSON;
|
|
979
999
|
}
|
|
980
|
-
export declare
|
|
1000
|
+
export declare namespace BuildCacheRequest {
|
|
981
1001
|
/**
|
|
982
1002
|
* Standard JavaScript object representation for BuildCacheRequest
|
|
983
1003
|
*/
|
|
@@ -1054,7 +1074,7 @@ export declare class ExportAgentRequest implements GrpcMessage {
|
|
|
1054
1074
|
*/
|
|
1055
1075
|
toProtobufJSON(options?: ToProtobufJSONOptions): ExportAgentRequest.AsProtobufJSON;
|
|
1056
1076
|
}
|
|
1057
|
-
export declare
|
|
1077
|
+
export declare namespace ExportAgentRequest {
|
|
1058
1078
|
/**
|
|
1059
1079
|
* Standard JavaScript object representation for ExportAgentRequest
|
|
1060
1080
|
*/
|
|
@@ -1132,7 +1152,7 @@ export declare class ExportAgentResponse implements GrpcMessage {
|
|
|
1132
1152
|
*/
|
|
1133
1153
|
toProtobufJSON(options?: ToProtobufJSONOptions): ExportAgentResponse.AsProtobufJSON;
|
|
1134
1154
|
}
|
|
1135
|
-
export declare
|
|
1155
|
+
export declare namespace ExportAgentResponse {
|
|
1136
1156
|
/**
|
|
1137
1157
|
* Standard JavaScript object representation for ExportAgentResponse
|
|
1138
1158
|
*/
|
|
@@ -1220,7 +1240,7 @@ export declare class ExportBenchmarkAgentRequest implements GrpcMessage {
|
|
|
1220
1240
|
*/
|
|
1221
1241
|
toProtobufJSON(options?: ToProtobufJSONOptions): ExportBenchmarkAgentRequest.AsProtobufJSON;
|
|
1222
1242
|
}
|
|
1223
|
-
export declare
|
|
1243
|
+
export declare namespace ExportBenchmarkAgentRequest {
|
|
1224
1244
|
/**
|
|
1225
1245
|
* Standard JavaScript object representation for ExportBenchmarkAgentRequest
|
|
1226
1246
|
*/
|
|
@@ -1304,7 +1324,7 @@ export declare class ExportBenchmarkAgentResponse implements GrpcMessage {
|
|
|
1304
1324
|
*/
|
|
1305
1325
|
toProtobufJSON(options?: ToProtobufJSONOptions): ExportBenchmarkAgentResponse.AsProtobufJSON;
|
|
1306
1326
|
}
|
|
1307
|
-
export declare
|
|
1327
|
+
export declare namespace ExportBenchmarkAgentResponse {
|
|
1308
1328
|
/**
|
|
1309
1329
|
* Standard JavaScript object representation for ExportBenchmarkAgentResponse
|
|
1310
1330
|
*/
|
|
@@ -1381,7 +1401,7 @@ export declare module ExportBenchmarkAgentResponse {
|
|
|
1381
1401
|
*/
|
|
1382
1402
|
toProtobufJSON(options?: ToProtobufJSONOptions): TrainingPhrasesEntry.AsProtobufJSON;
|
|
1383
1403
|
}
|
|
1384
|
-
|
|
1404
|
+
namespace TrainingPhrasesEntry {
|
|
1385
1405
|
/**
|
|
1386
1406
|
* Standard JavaScript object representation for TrainingPhrasesEntry
|
|
1387
1407
|
*/
|
|
@@ -1462,7 +1482,7 @@ export declare class OptimizeRankingMatchRequest implements GrpcMessage {
|
|
|
1462
1482
|
*/
|
|
1463
1483
|
toProtobufJSON(options?: ToProtobufJSONOptions): OptimizeRankingMatchRequest.AsProtobufJSON;
|
|
1464
1484
|
}
|
|
1465
|
-
export declare
|
|
1485
|
+
export declare namespace OptimizeRankingMatchRequest {
|
|
1466
1486
|
/**
|
|
1467
1487
|
* Standard JavaScript object representation for OptimizeRankingMatchRequest
|
|
1468
1488
|
*/
|
|
@@ -1546,7 +1566,7 @@ export declare class RankingMatchOptimizationConfig implements GrpcMessage {
|
|
|
1546
1566
|
*/
|
|
1547
1567
|
toProtobufJSON(options?: ToProtobufJSONOptions): RankingMatchOptimizationConfig.AsProtobufJSON;
|
|
1548
1568
|
}
|
|
1549
|
-
export declare
|
|
1569
|
+
export declare namespace RankingMatchOptimizationConfig {
|
|
1550
1570
|
/**
|
|
1551
1571
|
* Standard JavaScript object representation for RankingMatchOptimizationConfig
|
|
1552
1572
|
*/
|
|
@@ -1624,7 +1644,7 @@ export declare class OptimizeRankingMatchResponse implements GrpcMessage {
|
|
|
1624
1644
|
*/
|
|
1625
1645
|
toProtobufJSON(options?: ToProtobufJSONOptions): OptimizeRankingMatchResponse.AsProtobufJSON;
|
|
1626
1646
|
}
|
|
1627
|
-
export declare
|
|
1647
|
+
export declare namespace OptimizeRankingMatchResponse {
|
|
1628
1648
|
/**
|
|
1629
1649
|
* Standard JavaScript object representation for OptimizeRankingMatchResponse
|
|
1630
1650
|
*/
|
|
@@ -1703,7 +1723,7 @@ export declare class ImportAgentRequest implements GrpcMessage {
|
|
|
1703
1723
|
*/
|
|
1704
1724
|
toProtobufJSON(options?: ToProtobufJSONOptions): ImportAgentRequest.AsProtobufJSON;
|
|
1705
1725
|
}
|
|
1706
|
-
export declare
|
|
1726
|
+
export declare namespace ImportAgentRequest {
|
|
1707
1727
|
/**
|
|
1708
1728
|
* Standard JavaScript object representation for ImportAgentRequest
|
|
1709
1729
|
*/
|
|
@@ -1789,7 +1809,7 @@ export declare class RestoreAgentRequest implements GrpcMessage {
|
|
|
1789
1809
|
*/
|
|
1790
1810
|
toProtobufJSON(options?: ToProtobufJSONOptions): RestoreAgentRequest.AsProtobufJSON;
|
|
1791
1811
|
}
|
|
1792
|
-
export declare
|
|
1812
|
+
export declare namespace RestoreAgentRequest {
|
|
1793
1813
|
/**
|
|
1794
1814
|
* Standard JavaScript object representation for RestoreAgentRequest
|
|
1795
1815
|
*/
|
|
@@ -1876,7 +1896,7 @@ export declare class GetAgentStatisticsRequest implements GrpcMessage {
|
|
|
1876
1896
|
*/
|
|
1877
1897
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetAgentStatisticsRequest.AsProtobufJSON;
|
|
1878
1898
|
}
|
|
1879
|
-
export declare
|
|
1899
|
+
export declare namespace GetAgentStatisticsRequest {
|
|
1880
1900
|
/**
|
|
1881
1901
|
* Standard JavaScript object representation for GetAgentStatisticsRequest
|
|
1882
1902
|
*/
|
|
@@ -1957,7 +1977,7 @@ export declare class GetAgentStatisticsResponse implements GrpcMessage {
|
|
|
1957
1977
|
*/
|
|
1958
1978
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetAgentStatisticsResponse.AsProtobufJSON;
|
|
1959
1979
|
}
|
|
1960
|
-
export declare
|
|
1980
|
+
export declare namespace GetAgentStatisticsResponse {
|
|
1961
1981
|
/**
|
|
1962
1982
|
* Standard JavaScript object representation for GetAgentStatisticsResponse
|
|
1963
1983
|
*/
|
|
@@ -2033,8 +2053,8 @@ export declare class GetSessionsStatisticsRequest implements GrpcMessage {
|
|
|
2033
2053
|
set groupBys(value: string[]);
|
|
2034
2054
|
get orderBys(): string[];
|
|
2035
2055
|
set orderBys(value: string[]);
|
|
2036
|
-
get fieldMask():
|
|
2037
|
-
set fieldMask(value:
|
|
2056
|
+
get fieldMask(): googleProtobuf002.FieldMask | undefined;
|
|
2057
|
+
set fieldMask(value: googleProtobuf002.FieldMask | undefined);
|
|
2038
2058
|
get sqlQuery(): string;
|
|
2039
2059
|
set sqlQuery(value: string);
|
|
2040
2060
|
/**
|
|
@@ -2057,7 +2077,7 @@ export declare class GetSessionsStatisticsRequest implements GrpcMessage {
|
|
|
2057
2077
|
*/
|
|
2058
2078
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetSessionsStatisticsRequest.AsProtobufJSON;
|
|
2059
2079
|
}
|
|
2060
|
-
export declare
|
|
2080
|
+
export declare namespace GetSessionsStatisticsRequest {
|
|
2061
2081
|
/**
|
|
2062
2082
|
* Standard JavaScript object representation for GetSessionsStatisticsRequest
|
|
2063
2083
|
*/
|
|
@@ -2070,7 +2090,7 @@ export declare module GetSessionsStatisticsRequest {
|
|
|
2070
2090
|
limit: number;
|
|
2071
2091
|
groupBys: string[];
|
|
2072
2092
|
orderBys: string[];
|
|
2073
|
-
fieldMask?:
|
|
2093
|
+
fieldMask?: googleProtobuf002.FieldMask.AsObject;
|
|
2074
2094
|
sqlQuery: string;
|
|
2075
2095
|
}
|
|
2076
2096
|
/**
|
|
@@ -2085,7 +2105,7 @@ export declare module GetSessionsStatisticsRequest {
|
|
|
2085
2105
|
limit: number;
|
|
2086
2106
|
groupBys: string[];
|
|
2087
2107
|
orderBys: string[];
|
|
2088
|
-
fieldMask:
|
|
2108
|
+
fieldMask: googleProtobuf002.FieldMask.AsProtobufJSON | null;
|
|
2089
2109
|
sqlQuery: string;
|
|
2090
2110
|
}
|
|
2091
2111
|
}
|
|
@@ -2150,7 +2170,7 @@ export declare class GetSessionsStatisticsResponse implements GrpcMessage {
|
|
|
2150
2170
|
*/
|
|
2151
2171
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetSessionsStatisticsResponse.AsProtobufJSON;
|
|
2152
2172
|
}
|
|
2153
|
-
export declare
|
|
2173
|
+
export declare namespace GetSessionsStatisticsResponse {
|
|
2154
2174
|
/**
|
|
2155
2175
|
* Standard JavaScript object representation for GetSessionsStatisticsResponse
|
|
2156
2176
|
*/
|
|
@@ -2229,7 +2249,7 @@ export declare class AddUserToProjectRequest implements GrpcMessage {
|
|
|
2229
2249
|
*/
|
|
2230
2250
|
toProtobufJSON(options?: ToProtobufJSONOptions): AddUserToProjectRequest.AsProtobufJSON;
|
|
2231
2251
|
}
|
|
2232
|
-
export declare
|
|
2252
|
+
export declare namespace AddUserToProjectRequest {
|
|
2233
2253
|
/**
|
|
2234
2254
|
* Standard JavaScript object representation for AddUserToProjectRequest
|
|
2235
2255
|
*/
|
|
@@ -2305,7 +2325,7 @@ export declare class RemoveUserFromProjectRequest implements GrpcMessage {
|
|
|
2305
2325
|
*/
|
|
2306
2326
|
toProtobufJSON(options?: ToProtobufJSONOptions): RemoveUserFromProjectRequest.AsProtobufJSON;
|
|
2307
2327
|
}
|
|
2308
|
-
export declare
|
|
2328
|
+
export declare namespace RemoveUserFromProjectRequest {
|
|
2309
2329
|
/**
|
|
2310
2330
|
* Standard JavaScript object representation for RemoveUserFromProjectRequest
|
|
2311
2331
|
*/
|
|
@@ -2379,7 +2399,7 @@ export declare class ListUsersInProjectRequest implements GrpcMessage {
|
|
|
2379
2399
|
*/
|
|
2380
2400
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListUsersInProjectRequest.AsProtobufJSON;
|
|
2381
2401
|
}
|
|
2382
|
-
export declare
|
|
2402
|
+
export declare namespace ListUsersInProjectRequest {
|
|
2383
2403
|
/**
|
|
2384
2404
|
* Standard JavaScript object representation for ListUsersInProjectRequest
|
|
2385
2405
|
*/
|
|
@@ -2456,7 +2476,7 @@ export declare class UserInProject implements GrpcMessage {
|
|
|
2456
2476
|
*/
|
|
2457
2477
|
toProtobufJSON(options?: ToProtobufJSONOptions): UserInProject.AsProtobufJSON;
|
|
2458
2478
|
}
|
|
2459
|
-
export declare
|
|
2479
|
+
export declare namespace UserInProject {
|
|
2460
2480
|
/**
|
|
2461
2481
|
* Standard JavaScript object representation for UserInProject
|
|
2462
2482
|
*/
|
|
@@ -2532,7 +2552,7 @@ export declare class ListUsersInProjectResponse implements GrpcMessage {
|
|
|
2532
2552
|
*/
|
|
2533
2553
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListUsersInProjectResponse.AsProtobufJSON;
|
|
2534
2554
|
}
|
|
2535
|
-
export declare
|
|
2555
|
+
export declare namespace ListUsersInProjectResponse {
|
|
2536
2556
|
/**
|
|
2537
2557
|
* Standard JavaScript object representation for ListUsersInProjectResponse
|
|
2538
2558
|
*/
|
|
@@ -2606,7 +2626,7 @@ export declare class GetPlatformInfoResponse implements GrpcMessage {
|
|
|
2606
2626
|
*/
|
|
2607
2627
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetPlatformInfoResponse.AsProtobufJSON;
|
|
2608
2628
|
}
|
|
2609
|
-
export declare
|
|
2629
|
+
export declare namespace GetPlatformInfoResponse {
|
|
2610
2630
|
/**
|
|
2611
2631
|
* Standard JavaScript object representation for GetPlatformInfoResponse
|
|
2612
2632
|
*/
|
|
@@ -2677,7 +2697,7 @@ export declare class ListProjectPermissionsRequest implements GrpcMessage {
|
|
|
2677
2697
|
*/
|
|
2678
2698
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListProjectPermissionsRequest.AsProtobufJSON;
|
|
2679
2699
|
}
|
|
2680
|
-
export declare
|
|
2700
|
+
export declare namespace ListProjectPermissionsRequest {
|
|
2681
2701
|
/**
|
|
2682
2702
|
* Standard JavaScript object representation for ListProjectPermissionsRequest
|
|
2683
2703
|
*/
|
|
@@ -2749,7 +2769,7 @@ export declare class ListProjectPermissionsResponse implements GrpcMessage {
|
|
|
2749
2769
|
*/
|
|
2750
2770
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListProjectPermissionsResponse.AsProtobufJSON;
|
|
2751
2771
|
}
|
|
2752
|
-
export declare
|
|
2772
|
+
export declare namespace ListProjectPermissionsResponse {
|
|
2753
2773
|
/**
|
|
2754
2774
|
* Standard JavaScript object representation for ListProjectPermissionsResponse
|
|
2755
2775
|
*/
|
|
@@ -2826,7 +2846,7 @@ export declare class SetAgentStatusRequest implements GrpcMessage {
|
|
|
2826
2846
|
*/
|
|
2827
2847
|
toProtobufJSON(options?: ToProtobufJSONOptions): SetAgentStatusRequest.AsProtobufJSON;
|
|
2828
2848
|
}
|
|
2829
|
-
export declare
|
|
2849
|
+
export declare namespace SetAgentStatusRequest {
|
|
2830
2850
|
/**
|
|
2831
2851
|
* Standard JavaScript object representation for SetAgentStatusRequest
|
|
2832
2852
|
*/
|
|
@@ -2880,8 +2900,8 @@ export declare class AgentSorting implements GrpcMessage {
|
|
|
2880
2900
|
constructor(_value?: RecursivePartial<AgentSorting.AsObject>);
|
|
2881
2901
|
get sortingField(): AgentSorting.AgentSortingField;
|
|
2882
2902
|
set sortingField(value: AgentSorting.AgentSortingField);
|
|
2883
|
-
get sortingMode():
|
|
2884
|
-
set sortingMode(value:
|
|
2903
|
+
get sortingMode(): ondewoNlu006.SortingMode;
|
|
2904
|
+
set sortingMode(value: ondewoNlu006.SortingMode);
|
|
2885
2905
|
/**
|
|
2886
2906
|
* Serialize message to binary data
|
|
2887
2907
|
* @param instance message instance
|
|
@@ -2902,13 +2922,13 @@ export declare class AgentSorting implements GrpcMessage {
|
|
|
2902
2922
|
*/
|
|
2903
2923
|
toProtobufJSON(options?: ToProtobufJSONOptions): AgentSorting.AsProtobufJSON;
|
|
2904
2924
|
}
|
|
2905
|
-
export declare
|
|
2925
|
+
export declare namespace AgentSorting {
|
|
2906
2926
|
/**
|
|
2907
2927
|
* Standard JavaScript object representation for AgentSorting
|
|
2908
2928
|
*/
|
|
2909
2929
|
interface AsObject {
|
|
2910
2930
|
sortingField: AgentSorting.AgentSortingField;
|
|
2911
|
-
sortingMode:
|
|
2931
|
+
sortingMode: ondewoNlu006.SortingMode;
|
|
2912
2932
|
}
|
|
2913
2933
|
/**
|
|
2914
2934
|
* Protobuf JSON representation for AgentSorting
|
|
@@ -2992,7 +3012,7 @@ export declare class SetResourcesRequest implements GrpcMessage {
|
|
|
2992
3012
|
*/
|
|
2993
3013
|
toProtobufJSON(options?: ToProtobufJSONOptions): SetResourcesRequest.AsProtobufJSON;
|
|
2994
3014
|
}
|
|
2995
|
-
export declare
|
|
3015
|
+
export declare namespace SetResourcesRequest {
|
|
2996
3016
|
/**
|
|
2997
3017
|
* Standard JavaScript object representation for SetResourcesRequest
|
|
2998
3018
|
*/
|
|
@@ -3078,7 +3098,7 @@ export declare class DeleteResourcesRequest implements GrpcMessage {
|
|
|
3078
3098
|
*/
|
|
3079
3099
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteResourcesRequest.AsProtobufJSON;
|
|
3080
3100
|
}
|
|
3081
|
-
export declare
|
|
3101
|
+
export declare namespace DeleteResourcesRequest {
|
|
3082
3102
|
/**
|
|
3083
3103
|
* Standard JavaScript object representation for DeleteResourcesRequest
|
|
3084
3104
|
*/
|
|
@@ -3162,7 +3182,7 @@ export declare class ExportResourcesRequest implements GrpcMessage {
|
|
|
3162
3182
|
*/
|
|
3163
3183
|
toProtobufJSON(options?: ToProtobufJSONOptions): ExportResourcesRequest.AsProtobufJSON;
|
|
3164
3184
|
}
|
|
3165
|
-
export declare
|
|
3185
|
+
export declare namespace ExportResourcesRequest {
|
|
3166
3186
|
/**
|
|
3167
3187
|
* Standard JavaScript object representation for ExportResourcesRequest
|
|
3168
3188
|
*/
|
|
@@ -3249,7 +3269,7 @@ export declare class ExportResourcesResponse implements GrpcMessage {
|
|
|
3249
3269
|
*/
|
|
3250
3270
|
toProtobufJSON(options?: ToProtobufJSONOptions): ExportResourcesResponse.AsProtobufJSON;
|
|
3251
3271
|
}
|
|
3252
|
-
export declare
|
|
3272
|
+
export declare namespace ExportResourcesResponse {
|
|
3253
3273
|
/**
|
|
3254
3274
|
* Standard JavaScript object representation for ExportResourcesResponse
|
|
3255
3275
|
*/
|
|
@@ -3335,7 +3355,7 @@ export declare class GetModelStatusesRequest implements GrpcMessage {
|
|
|
3335
3355
|
*/
|
|
3336
3356
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetModelStatusesRequest.AsProtobufJSON;
|
|
3337
3357
|
}
|
|
3338
|
-
export declare
|
|
3358
|
+
export declare namespace GetModelStatusesRequest {
|
|
3339
3359
|
/**
|
|
3340
3360
|
* Standard JavaScript object representation for GetModelStatusesRequest
|
|
3341
3361
|
*/
|
|
@@ -3399,8 +3419,8 @@ export declare class ModelStatus implements GrpcMessage {
|
|
|
3399
3419
|
set languageCode(value: string);
|
|
3400
3420
|
get modelName(): string;
|
|
3401
3421
|
set modelName(value: string);
|
|
3402
|
-
get statusSetTime():
|
|
3403
|
-
set statusSetTime(value:
|
|
3422
|
+
get statusSetTime(): googleProtobuf003.Timestamp | undefined;
|
|
3423
|
+
set statusSetTime(value: googleProtobuf003.Timestamp | undefined);
|
|
3404
3424
|
get config(): string;
|
|
3405
3425
|
set config(value: string);
|
|
3406
3426
|
get status(): ModelStatus.StatusName;
|
|
@@ -3425,7 +3445,7 @@ export declare class ModelStatus implements GrpcMessage {
|
|
|
3425
3445
|
*/
|
|
3426
3446
|
toProtobufJSON(options?: ToProtobufJSONOptions): ModelStatus.AsProtobufJSON;
|
|
3427
3447
|
}
|
|
3428
|
-
export declare
|
|
3448
|
+
export declare namespace ModelStatus {
|
|
3429
3449
|
/**
|
|
3430
3450
|
* Standard JavaScript object representation for ModelStatus
|
|
3431
3451
|
*/
|
|
@@ -3433,7 +3453,7 @@ export declare module ModelStatus {
|
|
|
3433
3453
|
cacheVersion: number;
|
|
3434
3454
|
languageCode: string;
|
|
3435
3455
|
modelName: string;
|
|
3436
|
-
statusSetTime?:
|
|
3456
|
+
statusSetTime?: googleProtobuf003.Timestamp.AsObject;
|
|
3437
3457
|
config: string;
|
|
3438
3458
|
status: ModelStatus.StatusName;
|
|
3439
3459
|
}
|
|
@@ -3444,7 +3464,7 @@ export declare module ModelStatus {
|
|
|
3444
3464
|
cacheVersion: number;
|
|
3445
3465
|
languageCode: string;
|
|
3446
3466
|
modelName: string;
|
|
3447
|
-
statusSetTime:
|
|
3467
|
+
statusSetTime: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
3448
3468
|
config: string;
|
|
3449
3469
|
status: string;
|
|
3450
3470
|
}
|
|
@@ -3513,7 +3533,7 @@ export declare class GetModelStatusesResponse implements GrpcMessage {
|
|
|
3513
3533
|
*/
|
|
3514
3534
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetModelStatusesResponse.AsProtobufJSON;
|
|
3515
3535
|
}
|
|
3516
|
-
export declare
|
|
3536
|
+
export declare namespace GetModelStatusesResponse {
|
|
3517
3537
|
/**
|
|
3518
3538
|
* Standard JavaScript object representation for GetModelStatusesResponse
|
|
3519
3539
|
*/
|
|
@@ -3557,6 +3577,10 @@ export declare class CustomPlatformInfo implements GrpcMessage {
|
|
|
3557
3577
|
private _platform;
|
|
3558
3578
|
private _displayName;
|
|
3559
3579
|
private _position;
|
|
3580
|
+
private _createdAt?;
|
|
3581
|
+
private _modifiedAt?;
|
|
3582
|
+
private _createdBy;
|
|
3583
|
+
private _modifiedBy;
|
|
3560
3584
|
/**
|
|
3561
3585
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
3562
3586
|
* @param _value initial values object or instance of CustomPlatformInfo to deeply clone from
|
|
@@ -3568,6 +3592,14 @@ export declare class CustomPlatformInfo implements GrpcMessage {
|
|
|
3568
3592
|
set displayName(value: string);
|
|
3569
3593
|
get position(): number;
|
|
3570
3594
|
set position(value: number);
|
|
3595
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
3596
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
3597
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
3598
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
3599
|
+
get createdBy(): string;
|
|
3600
|
+
set createdBy(value: string);
|
|
3601
|
+
get modifiedBy(): string;
|
|
3602
|
+
set modifiedBy(value: string);
|
|
3571
3603
|
/**
|
|
3572
3604
|
* Serialize message to binary data
|
|
3573
3605
|
* @param instance message instance
|
|
@@ -3588,7 +3620,7 @@ export declare class CustomPlatformInfo implements GrpcMessage {
|
|
|
3588
3620
|
*/
|
|
3589
3621
|
toProtobufJSON(options?: ToProtobufJSONOptions): CustomPlatformInfo.AsProtobufJSON;
|
|
3590
3622
|
}
|
|
3591
|
-
export declare
|
|
3623
|
+
export declare namespace CustomPlatformInfo {
|
|
3592
3624
|
/**
|
|
3593
3625
|
* Standard JavaScript object representation for CustomPlatformInfo
|
|
3594
3626
|
*/
|
|
@@ -3596,6 +3628,10 @@ export declare module CustomPlatformInfo {
|
|
|
3596
3628
|
platform: ondewoNlu015.Intent.Message.Platform;
|
|
3597
3629
|
displayName: string;
|
|
3598
3630
|
position: number;
|
|
3631
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
3632
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
3633
|
+
createdBy: string;
|
|
3634
|
+
modifiedBy: string;
|
|
3599
3635
|
}
|
|
3600
3636
|
/**
|
|
3601
3637
|
* Protobuf JSON representation for CustomPlatformInfo
|
|
@@ -3604,6 +3640,10 @@ export declare module CustomPlatformInfo {
|
|
|
3604
3640
|
platform: string;
|
|
3605
3641
|
displayName: string;
|
|
3606
3642
|
position: number;
|
|
3643
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
3644
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
3645
|
+
createdBy: string;
|
|
3646
|
+
modifiedBy: string;
|
|
3607
3647
|
}
|
|
3608
3648
|
}
|
|
3609
3649
|
/**
|
|
@@ -3661,7 +3701,7 @@ export declare class GetPlatformMappingRequest implements GrpcMessage {
|
|
|
3661
3701
|
*/
|
|
3662
3702
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetPlatformMappingRequest.AsProtobufJSON;
|
|
3663
3703
|
}
|
|
3664
|
-
export declare
|
|
3704
|
+
export declare namespace GetPlatformMappingRequest {
|
|
3665
3705
|
/**
|
|
3666
3706
|
* Standard JavaScript object representation for GetPlatformMappingRequest
|
|
3667
3707
|
*/
|
|
@@ -3733,7 +3773,7 @@ export declare class PlatformMapping implements GrpcMessage {
|
|
|
3733
3773
|
*/
|
|
3734
3774
|
toProtobufJSON(options?: ToProtobufJSONOptions): PlatformMapping.AsProtobufJSON;
|
|
3735
3775
|
}
|
|
3736
|
-
export declare
|
|
3776
|
+
export declare namespace PlatformMapping {
|
|
3737
3777
|
/**
|
|
3738
3778
|
* Standard JavaScript object representation for PlatformMapping
|
|
3739
3779
|
*/
|
|
@@ -3813,7 +3853,7 @@ export declare class FullTextSearchRequest implements GrpcMessage {
|
|
|
3813
3853
|
*/
|
|
3814
3854
|
toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchRequest.AsProtobufJSON;
|
|
3815
3855
|
}
|
|
3816
|
-
export declare
|
|
3856
|
+
export declare namespace FullTextSearchRequest {
|
|
3817
3857
|
/**
|
|
3818
3858
|
* Standard JavaScript object representation for FullTextSearchRequest
|
|
3819
3859
|
*/
|
|
@@ -3919,7 +3959,7 @@ export declare class FullTextSearchResponseEntityType implements GrpcMessage {
|
|
|
3919
3959
|
*/
|
|
3920
3960
|
toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseEntityType.AsProtobufJSON;
|
|
3921
3961
|
}
|
|
3922
|
-
export declare
|
|
3962
|
+
export declare namespace FullTextSearchResponseEntityType {
|
|
3923
3963
|
/**
|
|
3924
3964
|
* Standard JavaScript object representation for FullTextSearchResponseEntityType
|
|
3925
3965
|
*/
|
|
@@ -3974,6 +4014,10 @@ export declare module FullTextSearchResponseEntityType {
|
|
|
3974
4014
|
private _name;
|
|
3975
4015
|
private _displayName;
|
|
3976
4016
|
private _language;
|
|
4017
|
+
private _createdAt?;
|
|
4018
|
+
private _modifiedAt?;
|
|
4019
|
+
private _createdBy;
|
|
4020
|
+
private _modifiedBy;
|
|
3977
4021
|
/**
|
|
3978
4022
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
3979
4023
|
* @param _value initial values object or instance of EntityTypeSearchResult to deeply clone from
|
|
@@ -3985,6 +4029,14 @@ export declare module FullTextSearchResponseEntityType {
|
|
|
3985
4029
|
set displayName(value: string);
|
|
3986
4030
|
get language(): string;
|
|
3987
4031
|
set language(value: string);
|
|
4032
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
4033
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4034
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
4035
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4036
|
+
get createdBy(): string;
|
|
4037
|
+
set createdBy(value: string);
|
|
4038
|
+
get modifiedBy(): string;
|
|
4039
|
+
set modifiedBy(value: string);
|
|
3988
4040
|
/**
|
|
3989
4041
|
* Serialize message to binary data
|
|
3990
4042
|
* @param instance message instance
|
|
@@ -4005,7 +4057,7 @@ export declare module FullTextSearchResponseEntityType {
|
|
|
4005
4057
|
*/
|
|
4006
4058
|
toProtobufJSON(options?: ToProtobufJSONOptions): EntityTypeSearchResult.AsProtobufJSON;
|
|
4007
4059
|
}
|
|
4008
|
-
|
|
4060
|
+
namespace EntityTypeSearchResult {
|
|
4009
4061
|
/**
|
|
4010
4062
|
* Standard JavaScript object representation for EntityTypeSearchResult
|
|
4011
4063
|
*/
|
|
@@ -4013,6 +4065,10 @@ export declare module FullTextSearchResponseEntityType {
|
|
|
4013
4065
|
name: string;
|
|
4014
4066
|
displayName: string;
|
|
4015
4067
|
language: string;
|
|
4068
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4069
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4070
|
+
createdBy: string;
|
|
4071
|
+
modifiedBy: string;
|
|
4016
4072
|
}
|
|
4017
4073
|
/**
|
|
4018
4074
|
* Protobuf JSON representation for EntityTypeSearchResult
|
|
@@ -4021,6 +4077,10 @@ export declare module FullTextSearchResponseEntityType {
|
|
|
4021
4077
|
name: string;
|
|
4022
4078
|
displayName: string;
|
|
4023
4079
|
language: string;
|
|
4080
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4081
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4082
|
+
createdBy: string;
|
|
4083
|
+
modifiedBy: string;
|
|
4024
4084
|
}
|
|
4025
4085
|
}
|
|
4026
4086
|
}
|
|
@@ -4097,7 +4157,7 @@ export declare class FullTextSearchResponseEntity implements GrpcMessage {
|
|
|
4097
4157
|
*/
|
|
4098
4158
|
toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseEntity.AsProtobufJSON;
|
|
4099
4159
|
}
|
|
4100
|
-
export declare
|
|
4160
|
+
export declare namespace FullTextSearchResponseEntity {
|
|
4101
4161
|
/**
|
|
4102
4162
|
* Standard JavaScript object representation for FullTextSearchResponseEntity
|
|
4103
4163
|
*/
|
|
@@ -4154,6 +4214,10 @@ export declare module FullTextSearchResponseEntity {
|
|
|
4154
4214
|
private _entityTypeName;
|
|
4155
4215
|
private _entityTypeDisplayName;
|
|
4156
4216
|
private _language;
|
|
4217
|
+
private _createdAt?;
|
|
4218
|
+
private _modifiedAt?;
|
|
4219
|
+
private _createdBy;
|
|
4220
|
+
private _modifiedBy;
|
|
4157
4221
|
/**
|
|
4158
4222
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
4159
4223
|
* @param _value initial values object or instance of EntitySearchResult to deeply clone from
|
|
@@ -4169,6 +4233,14 @@ export declare module FullTextSearchResponseEntity {
|
|
|
4169
4233
|
set entityTypeDisplayName(value: string);
|
|
4170
4234
|
get language(): string;
|
|
4171
4235
|
set language(value: string);
|
|
4236
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
4237
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4238
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
4239
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4240
|
+
get createdBy(): string;
|
|
4241
|
+
set createdBy(value: string);
|
|
4242
|
+
get modifiedBy(): string;
|
|
4243
|
+
set modifiedBy(value: string);
|
|
4172
4244
|
/**
|
|
4173
4245
|
* Serialize message to binary data
|
|
4174
4246
|
* @param instance message instance
|
|
@@ -4189,7 +4261,7 @@ export declare module FullTextSearchResponseEntity {
|
|
|
4189
4261
|
*/
|
|
4190
4262
|
toProtobufJSON(options?: ToProtobufJSONOptions): EntitySearchResult.AsProtobufJSON;
|
|
4191
4263
|
}
|
|
4192
|
-
|
|
4264
|
+
namespace EntitySearchResult {
|
|
4193
4265
|
/**
|
|
4194
4266
|
* Standard JavaScript object representation for EntitySearchResult
|
|
4195
4267
|
*/
|
|
@@ -4199,6 +4271,10 @@ export declare module FullTextSearchResponseEntity {
|
|
|
4199
4271
|
entityTypeName: string;
|
|
4200
4272
|
entityTypeDisplayName: string;
|
|
4201
4273
|
language: string;
|
|
4274
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4275
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4276
|
+
createdBy: string;
|
|
4277
|
+
modifiedBy: string;
|
|
4202
4278
|
}
|
|
4203
4279
|
/**
|
|
4204
4280
|
* Protobuf JSON representation for EntitySearchResult
|
|
@@ -4209,6 +4285,10 @@ export declare module FullTextSearchResponseEntity {
|
|
|
4209
4285
|
entityTypeName: string;
|
|
4210
4286
|
entityTypeDisplayName: string;
|
|
4211
4287
|
language: string;
|
|
4288
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4289
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4290
|
+
createdBy: string;
|
|
4291
|
+
modifiedBy: string;
|
|
4212
4292
|
}
|
|
4213
4293
|
}
|
|
4214
4294
|
}
|
|
@@ -4285,7 +4365,7 @@ export declare class FullTextSearchResponseEntitySynonym implements GrpcMessage
|
|
|
4285
4365
|
*/
|
|
4286
4366
|
toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseEntitySynonym.AsProtobufJSON;
|
|
4287
4367
|
}
|
|
4288
|
-
export declare
|
|
4368
|
+
export declare namespace FullTextSearchResponseEntitySynonym {
|
|
4289
4369
|
/**
|
|
4290
4370
|
* Standard JavaScript object representation for FullTextSearchResponseEntitySynonym
|
|
4291
4371
|
*/
|
|
@@ -4344,6 +4424,10 @@ export declare module FullTextSearchResponseEntitySynonym {
|
|
|
4344
4424
|
private _entityName;
|
|
4345
4425
|
private _entityDisplayName;
|
|
4346
4426
|
private _language;
|
|
4427
|
+
private _createdAt?;
|
|
4428
|
+
private _modifiedAt?;
|
|
4429
|
+
private _createdBy;
|
|
4430
|
+
private _modifiedBy;
|
|
4347
4431
|
/**
|
|
4348
4432
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
4349
4433
|
* @param _value initial values object or instance of EntitySynonymSearchResult to deeply clone from
|
|
@@ -4363,6 +4447,14 @@ export declare module FullTextSearchResponseEntitySynonym {
|
|
|
4363
4447
|
set entityDisplayName(value: string);
|
|
4364
4448
|
get language(): string;
|
|
4365
4449
|
set language(value: string);
|
|
4450
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
4451
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4452
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
4453
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4454
|
+
get createdBy(): string;
|
|
4455
|
+
set createdBy(value: string);
|
|
4456
|
+
get modifiedBy(): string;
|
|
4457
|
+
set modifiedBy(value: string);
|
|
4366
4458
|
/**
|
|
4367
4459
|
* Serialize message to binary data
|
|
4368
4460
|
* @param instance message instance
|
|
@@ -4383,7 +4475,7 @@ export declare module FullTextSearchResponseEntitySynonym {
|
|
|
4383
4475
|
*/
|
|
4384
4476
|
toProtobufJSON(options?: ToProtobufJSONOptions): EntitySynonymSearchResult.AsProtobufJSON;
|
|
4385
4477
|
}
|
|
4386
|
-
|
|
4478
|
+
namespace EntitySynonymSearchResult {
|
|
4387
4479
|
/**
|
|
4388
4480
|
* Standard JavaScript object representation for EntitySynonymSearchResult
|
|
4389
4481
|
*/
|
|
@@ -4395,6 +4487,10 @@ export declare module FullTextSearchResponseEntitySynonym {
|
|
|
4395
4487
|
entityName: string;
|
|
4396
4488
|
entityDisplayName: string;
|
|
4397
4489
|
language: string;
|
|
4490
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4491
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4492
|
+
createdBy: string;
|
|
4493
|
+
modifiedBy: string;
|
|
4398
4494
|
}
|
|
4399
4495
|
/**
|
|
4400
4496
|
* Protobuf JSON representation for EntitySynonymSearchResult
|
|
@@ -4407,6 +4503,10 @@ export declare module FullTextSearchResponseEntitySynonym {
|
|
|
4407
4503
|
entityName: string;
|
|
4408
4504
|
entityDisplayName: string;
|
|
4409
4505
|
language: string;
|
|
4506
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4507
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4508
|
+
createdBy: string;
|
|
4509
|
+
modifiedBy: string;
|
|
4410
4510
|
}
|
|
4411
4511
|
}
|
|
4412
4512
|
}
|
|
@@ -4483,7 +4583,7 @@ export declare class FullTextSearchResponseIntent implements GrpcMessage {
|
|
|
4483
4583
|
*/
|
|
4484
4584
|
toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntent.AsProtobufJSON;
|
|
4485
4585
|
}
|
|
4486
|
-
export declare
|
|
4586
|
+
export declare namespace FullTextSearchResponseIntent {
|
|
4487
4587
|
/**
|
|
4488
4588
|
* Standard JavaScript object representation for FullTextSearchResponseIntent
|
|
4489
4589
|
*/
|
|
@@ -4540,6 +4640,10 @@ export declare module FullTextSearchResponseIntent {
|
|
|
4540
4640
|
private _domainName;
|
|
4541
4641
|
private _tags;
|
|
4542
4642
|
private _language;
|
|
4643
|
+
private _createdAt?;
|
|
4644
|
+
private _modifiedAt?;
|
|
4645
|
+
private _createdBy;
|
|
4646
|
+
private _modifiedBy;
|
|
4543
4647
|
/**
|
|
4544
4648
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
4545
4649
|
* @param _value initial values object or instance of IntentSearchResult to deeply clone from
|
|
@@ -4555,6 +4659,14 @@ export declare module FullTextSearchResponseIntent {
|
|
|
4555
4659
|
set tags(value: string[]);
|
|
4556
4660
|
get language(): string;
|
|
4557
4661
|
set language(value: string);
|
|
4662
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
4663
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4664
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
4665
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4666
|
+
get createdBy(): string;
|
|
4667
|
+
set createdBy(value: string);
|
|
4668
|
+
get modifiedBy(): string;
|
|
4669
|
+
set modifiedBy(value: string);
|
|
4558
4670
|
/**
|
|
4559
4671
|
* Serialize message to binary data
|
|
4560
4672
|
* @param instance message instance
|
|
@@ -4575,7 +4687,7 @@ export declare module FullTextSearchResponseIntent {
|
|
|
4575
4687
|
*/
|
|
4576
4688
|
toProtobufJSON(options?: ToProtobufJSONOptions): IntentSearchResult.AsProtobufJSON;
|
|
4577
4689
|
}
|
|
4578
|
-
|
|
4690
|
+
namespace IntentSearchResult {
|
|
4579
4691
|
/**
|
|
4580
4692
|
* Standard JavaScript object representation for IntentSearchResult
|
|
4581
4693
|
*/
|
|
@@ -4585,6 +4697,10 @@ export declare module FullTextSearchResponseIntent {
|
|
|
4585
4697
|
domainName: string;
|
|
4586
4698
|
tags: string[];
|
|
4587
4699
|
language: string;
|
|
4700
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4701
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4702
|
+
createdBy: string;
|
|
4703
|
+
modifiedBy: string;
|
|
4588
4704
|
}
|
|
4589
4705
|
/**
|
|
4590
4706
|
* Protobuf JSON representation for IntentSearchResult
|
|
@@ -4595,6 +4711,10 @@ export declare module FullTextSearchResponseIntent {
|
|
|
4595
4711
|
domainName: string;
|
|
4596
4712
|
tags: string[];
|
|
4597
4713
|
language: string;
|
|
4714
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4715
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4716
|
+
createdBy: string;
|
|
4717
|
+
modifiedBy: string;
|
|
4598
4718
|
}
|
|
4599
4719
|
}
|
|
4600
4720
|
}
|
|
@@ -4671,7 +4791,7 @@ export declare class FullTextSearchResponseIntentContextIn implements GrpcMessag
|
|
|
4671
4791
|
*/
|
|
4672
4792
|
toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentContextIn.AsProtobufJSON;
|
|
4673
4793
|
}
|
|
4674
|
-
export declare
|
|
4794
|
+
export declare namespace FullTextSearchResponseIntentContextIn {
|
|
4675
4795
|
/**
|
|
4676
4796
|
* Standard JavaScript object representation for FullTextSearchResponseIntentContextIn
|
|
4677
4797
|
*/
|
|
@@ -4728,6 +4848,10 @@ export declare module FullTextSearchResponseIntentContextIn {
|
|
|
4728
4848
|
private _intentDisplayName;
|
|
4729
4849
|
private _tags;
|
|
4730
4850
|
private _language;
|
|
4851
|
+
private _createdAt?;
|
|
4852
|
+
private _modifiedAt?;
|
|
4853
|
+
private _createdBy;
|
|
4854
|
+
private _modifiedBy;
|
|
4731
4855
|
/**
|
|
4732
4856
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
4733
4857
|
* @param _value initial values object or instance of IntentContextInSearchResult to deeply clone from
|
|
@@ -4743,6 +4867,14 @@ export declare module FullTextSearchResponseIntentContextIn {
|
|
|
4743
4867
|
set tags(value: string[]);
|
|
4744
4868
|
get language(): string;
|
|
4745
4869
|
set language(value: string);
|
|
4870
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
4871
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4872
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
4873
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4874
|
+
get createdBy(): string;
|
|
4875
|
+
set createdBy(value: string);
|
|
4876
|
+
get modifiedBy(): string;
|
|
4877
|
+
set modifiedBy(value: string);
|
|
4746
4878
|
/**
|
|
4747
4879
|
* Serialize message to binary data
|
|
4748
4880
|
* @param instance message instance
|
|
@@ -4763,7 +4895,7 @@ export declare module FullTextSearchResponseIntentContextIn {
|
|
|
4763
4895
|
*/
|
|
4764
4896
|
toProtobufJSON(options?: ToProtobufJSONOptions): IntentContextInSearchResult.AsProtobufJSON;
|
|
4765
4897
|
}
|
|
4766
|
-
|
|
4898
|
+
namespace IntentContextInSearchResult {
|
|
4767
4899
|
/**
|
|
4768
4900
|
* Standard JavaScript object representation for IntentContextInSearchResult
|
|
4769
4901
|
*/
|
|
@@ -4773,6 +4905,10 @@ export declare module FullTextSearchResponseIntentContextIn {
|
|
|
4773
4905
|
intentDisplayName: string;
|
|
4774
4906
|
tags: string[];
|
|
4775
4907
|
language: string;
|
|
4908
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4909
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4910
|
+
createdBy: string;
|
|
4911
|
+
modifiedBy: string;
|
|
4776
4912
|
}
|
|
4777
4913
|
/**
|
|
4778
4914
|
* Protobuf JSON representation for IntentContextInSearchResult
|
|
@@ -4783,6 +4919,10 @@ export declare module FullTextSearchResponseIntentContextIn {
|
|
|
4783
4919
|
intentDisplayName: string;
|
|
4784
4920
|
tags: string[];
|
|
4785
4921
|
language: string;
|
|
4922
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4923
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4924
|
+
createdBy: string;
|
|
4925
|
+
modifiedBy: string;
|
|
4786
4926
|
}
|
|
4787
4927
|
}
|
|
4788
4928
|
}
|
|
@@ -4859,7 +4999,7 @@ export declare class FullTextSearchResponseIntentContextOut implements GrpcMessa
|
|
|
4859
4999
|
*/
|
|
4860
5000
|
toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentContextOut.AsProtobufJSON;
|
|
4861
5001
|
}
|
|
4862
|
-
export declare
|
|
5002
|
+
export declare namespace FullTextSearchResponseIntentContextOut {
|
|
4863
5003
|
/**
|
|
4864
5004
|
* Standard JavaScript object representation for FullTextSearchResponseIntentContextOut
|
|
4865
5005
|
*/
|
|
@@ -4916,6 +5056,10 @@ export declare module FullTextSearchResponseIntentContextOut {
|
|
|
4916
5056
|
private _intentDisplayName;
|
|
4917
5057
|
private _tags;
|
|
4918
5058
|
private _language;
|
|
5059
|
+
private _createdAt?;
|
|
5060
|
+
private _modifiedAt?;
|
|
5061
|
+
private _createdBy;
|
|
5062
|
+
private _modifiedBy;
|
|
4919
5063
|
/**
|
|
4920
5064
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
4921
5065
|
* @param _value initial values object or instance of IntentContextOutSearchResult to deeply clone from
|
|
@@ -4931,6 +5075,14 @@ export declare module FullTextSearchResponseIntentContextOut {
|
|
|
4931
5075
|
set tags(value: string[]);
|
|
4932
5076
|
get language(): string;
|
|
4933
5077
|
set language(value: string);
|
|
5078
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
5079
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5080
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
5081
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5082
|
+
get createdBy(): string;
|
|
5083
|
+
set createdBy(value: string);
|
|
5084
|
+
get modifiedBy(): string;
|
|
5085
|
+
set modifiedBy(value: string);
|
|
4934
5086
|
/**
|
|
4935
5087
|
* Serialize message to binary data
|
|
4936
5088
|
* @param instance message instance
|
|
@@ -4951,7 +5103,7 @@ export declare module FullTextSearchResponseIntentContextOut {
|
|
|
4951
5103
|
*/
|
|
4952
5104
|
toProtobufJSON(options?: ToProtobufJSONOptions): IntentContextOutSearchResult.AsProtobufJSON;
|
|
4953
5105
|
}
|
|
4954
|
-
|
|
5106
|
+
namespace IntentContextOutSearchResult {
|
|
4955
5107
|
/**
|
|
4956
5108
|
* Standard JavaScript object representation for IntentContextOutSearchResult
|
|
4957
5109
|
*/
|
|
@@ -4961,6 +5113,10 @@ export declare module FullTextSearchResponseIntentContextOut {
|
|
|
4961
5113
|
intentDisplayName: string;
|
|
4962
5114
|
tags: string[];
|
|
4963
5115
|
language: string;
|
|
5116
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5117
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5118
|
+
createdBy: string;
|
|
5119
|
+
modifiedBy: string;
|
|
4964
5120
|
}
|
|
4965
5121
|
/**
|
|
4966
5122
|
* Protobuf JSON representation for IntentContextOutSearchResult
|
|
@@ -4971,6 +5127,10 @@ export declare module FullTextSearchResponseIntentContextOut {
|
|
|
4971
5127
|
intentDisplayName: string;
|
|
4972
5128
|
tags: string[];
|
|
4973
5129
|
language: string;
|
|
5130
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5131
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5132
|
+
createdBy: string;
|
|
5133
|
+
modifiedBy: string;
|
|
4974
5134
|
}
|
|
4975
5135
|
}
|
|
4976
5136
|
}
|
|
@@ -5047,7 +5207,7 @@ export declare class FullTextSearchResponseIntentUsersays implements GrpcMessage
|
|
|
5047
5207
|
*/
|
|
5048
5208
|
toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentUsersays.AsProtobufJSON;
|
|
5049
5209
|
}
|
|
5050
|
-
export declare
|
|
5210
|
+
export declare namespace FullTextSearchResponseIntentUsersays {
|
|
5051
5211
|
/**
|
|
5052
5212
|
* Standard JavaScript object representation for FullTextSearchResponseIntentUsersays
|
|
5053
5213
|
*/
|
|
@@ -5108,6 +5268,10 @@ export declare module FullTextSearchResponseIntentUsersays {
|
|
|
5108
5268
|
private _intentDisplayName;
|
|
5109
5269
|
private _tags;
|
|
5110
5270
|
private _language;
|
|
5271
|
+
private _createdAt?;
|
|
5272
|
+
private _modifiedAt?;
|
|
5273
|
+
private _createdBy;
|
|
5274
|
+
private _modifiedBy;
|
|
5111
5275
|
/**
|
|
5112
5276
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
5113
5277
|
* @param _value initial values object or instance of IntentUsersaysSearchResult to deeply clone from
|
|
@@ -5131,6 +5295,14 @@ export declare module FullTextSearchResponseIntentUsersays {
|
|
|
5131
5295
|
set tags(value: string[]);
|
|
5132
5296
|
get language(): string;
|
|
5133
5297
|
set language(value: string);
|
|
5298
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
5299
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5300
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
5301
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5302
|
+
get createdBy(): string;
|
|
5303
|
+
set createdBy(value: string);
|
|
5304
|
+
get modifiedBy(): string;
|
|
5305
|
+
set modifiedBy(value: string);
|
|
5134
5306
|
/**
|
|
5135
5307
|
* Serialize message to binary data
|
|
5136
5308
|
* @param instance message instance
|
|
@@ -5151,7 +5323,7 @@ export declare module FullTextSearchResponseIntentUsersays {
|
|
|
5151
5323
|
*/
|
|
5152
5324
|
toProtobufJSON(options?: ToProtobufJSONOptions): IntentUsersaysSearchResult.AsProtobufJSON;
|
|
5153
5325
|
}
|
|
5154
|
-
|
|
5326
|
+
namespace IntentUsersaysSearchResult {
|
|
5155
5327
|
/**
|
|
5156
5328
|
* Standard JavaScript object representation for IntentUsersaysSearchResult
|
|
5157
5329
|
*/
|
|
@@ -5165,6 +5337,10 @@ export declare module FullTextSearchResponseIntentUsersays {
|
|
|
5165
5337
|
intentDisplayName: string;
|
|
5166
5338
|
tags: string[];
|
|
5167
5339
|
language: string;
|
|
5340
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5341
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5342
|
+
createdBy: string;
|
|
5343
|
+
modifiedBy: string;
|
|
5168
5344
|
}
|
|
5169
5345
|
/**
|
|
5170
5346
|
* Protobuf JSON representation for IntentUsersaysSearchResult
|
|
@@ -5179,6 +5355,10 @@ export declare module FullTextSearchResponseIntentUsersays {
|
|
|
5179
5355
|
intentDisplayName: string;
|
|
5180
5356
|
tags: string[];
|
|
5181
5357
|
language: string;
|
|
5358
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5359
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5360
|
+
createdBy: string;
|
|
5361
|
+
modifiedBy: string;
|
|
5182
5362
|
}
|
|
5183
5363
|
}
|
|
5184
5364
|
}
|
|
@@ -5255,7 +5435,7 @@ export declare class FullTextSearchResponseIntentTags implements GrpcMessage {
|
|
|
5255
5435
|
*/
|
|
5256
5436
|
toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentTags.AsProtobufJSON;
|
|
5257
5437
|
}
|
|
5258
|
-
export declare
|
|
5438
|
+
export declare namespace FullTextSearchResponseIntentTags {
|
|
5259
5439
|
/**
|
|
5260
5440
|
* Standard JavaScript object representation for FullTextSearchResponseIntentTags
|
|
5261
5441
|
*/
|
|
@@ -5313,6 +5493,10 @@ export declare module FullTextSearchResponseIntentTags {
|
|
|
5313
5493
|
private _intentDisplayName;
|
|
5314
5494
|
private _tags;
|
|
5315
5495
|
private _language;
|
|
5496
|
+
private _createdAt?;
|
|
5497
|
+
private _modifiedAt?;
|
|
5498
|
+
private _createdBy;
|
|
5499
|
+
private _modifiedBy;
|
|
5316
5500
|
/**
|
|
5317
5501
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
5318
5502
|
* @param _value initial values object or instance of IntentTagsSearchResult to deeply clone from
|
|
@@ -5330,6 +5514,14 @@ export declare module FullTextSearchResponseIntentTags {
|
|
|
5330
5514
|
set tags(value: string[]);
|
|
5331
5515
|
get language(): string;
|
|
5332
5516
|
set language(value: string);
|
|
5517
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
5518
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5519
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
5520
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5521
|
+
get createdBy(): string;
|
|
5522
|
+
set createdBy(value: string);
|
|
5523
|
+
get modifiedBy(): string;
|
|
5524
|
+
set modifiedBy(value: string);
|
|
5333
5525
|
/**
|
|
5334
5526
|
* Serialize message to binary data
|
|
5335
5527
|
* @param instance message instance
|
|
@@ -5350,7 +5542,7 @@ export declare module FullTextSearchResponseIntentTags {
|
|
|
5350
5542
|
*/
|
|
5351
5543
|
toProtobufJSON(options?: ToProtobufJSONOptions): IntentTagsSearchResult.AsProtobufJSON;
|
|
5352
5544
|
}
|
|
5353
|
-
|
|
5545
|
+
namespace IntentTagsSearchResult {
|
|
5354
5546
|
/**
|
|
5355
5547
|
* Standard JavaScript object representation for IntentTagsSearchResult
|
|
5356
5548
|
*/
|
|
@@ -5361,6 +5553,10 @@ export declare module FullTextSearchResponseIntentTags {
|
|
|
5361
5553
|
intentDisplayName: string;
|
|
5362
5554
|
tags: string[];
|
|
5363
5555
|
language: string;
|
|
5556
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5557
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5558
|
+
createdBy: string;
|
|
5559
|
+
modifiedBy: string;
|
|
5364
5560
|
}
|
|
5365
5561
|
/**
|
|
5366
5562
|
* Protobuf JSON representation for IntentTagsSearchResult
|
|
@@ -5372,6 +5568,10 @@ export declare module FullTextSearchResponseIntentTags {
|
|
|
5372
5568
|
intentDisplayName: string;
|
|
5373
5569
|
tags: string[];
|
|
5374
5570
|
language: string;
|
|
5571
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5572
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5573
|
+
createdBy: string;
|
|
5574
|
+
modifiedBy: string;
|
|
5375
5575
|
}
|
|
5376
5576
|
}
|
|
5377
5577
|
}
|
|
@@ -5448,7 +5648,7 @@ export declare class FullTextSearchResponseIntentResponse implements GrpcMessage
|
|
|
5448
5648
|
*/
|
|
5449
5649
|
toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentResponse.AsProtobufJSON;
|
|
5450
5650
|
}
|
|
5451
|
-
export declare
|
|
5651
|
+
export declare namespace FullTextSearchResponseIntentResponse {
|
|
5452
5652
|
/**
|
|
5453
5653
|
* Standard JavaScript object representation for FullTextSearchResponseIntentResponse
|
|
5454
5654
|
*/
|
|
@@ -5507,6 +5707,10 @@ export declare module FullTextSearchResponseIntentResponse {
|
|
|
5507
5707
|
private _intentDisplayName;
|
|
5508
5708
|
private _tags;
|
|
5509
5709
|
private _language;
|
|
5710
|
+
private _createdAt?;
|
|
5711
|
+
private _modifiedAt?;
|
|
5712
|
+
private _createdBy;
|
|
5713
|
+
private _modifiedBy;
|
|
5510
5714
|
/**
|
|
5511
5715
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
5512
5716
|
* @param _value initial values object or instance of IntentResponseSearchResult to deeply clone from
|
|
@@ -5526,6 +5730,14 @@ export declare module FullTextSearchResponseIntentResponse {
|
|
|
5526
5730
|
set tags(value: string[]);
|
|
5527
5731
|
get language(): string;
|
|
5528
5732
|
set language(value: string);
|
|
5733
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
5734
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5735
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
5736
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5737
|
+
get createdBy(): string;
|
|
5738
|
+
set createdBy(value: string);
|
|
5739
|
+
get modifiedBy(): string;
|
|
5740
|
+
set modifiedBy(value: string);
|
|
5529
5741
|
/**
|
|
5530
5742
|
* Serialize message to binary data
|
|
5531
5743
|
* @param instance message instance
|
|
@@ -5546,7 +5758,7 @@ export declare module FullTextSearchResponseIntentResponse {
|
|
|
5546
5758
|
*/
|
|
5547
5759
|
toProtobufJSON(options?: ToProtobufJSONOptions): IntentResponseSearchResult.AsProtobufJSON;
|
|
5548
5760
|
}
|
|
5549
|
-
|
|
5761
|
+
namespace IntentResponseSearchResult {
|
|
5550
5762
|
/**
|
|
5551
5763
|
* Standard JavaScript object representation for IntentResponseSearchResult
|
|
5552
5764
|
*/
|
|
@@ -5558,6 +5770,10 @@ export declare module FullTextSearchResponseIntentResponse {
|
|
|
5558
5770
|
intentDisplayName: string;
|
|
5559
5771
|
tags: string[];
|
|
5560
5772
|
language: string;
|
|
5773
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5774
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5775
|
+
createdBy: string;
|
|
5776
|
+
modifiedBy: string;
|
|
5561
5777
|
}
|
|
5562
5778
|
/**
|
|
5563
5779
|
* Protobuf JSON representation for IntentResponseSearchResult
|
|
@@ -5570,6 +5786,10 @@ export declare module FullTextSearchResponseIntentResponse {
|
|
|
5570
5786
|
intentDisplayName: string;
|
|
5571
5787
|
tags: string[];
|
|
5572
5788
|
language: string;
|
|
5789
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5790
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5791
|
+
createdBy: string;
|
|
5792
|
+
modifiedBy: string;
|
|
5573
5793
|
}
|
|
5574
5794
|
}
|
|
5575
5795
|
}
|
|
@@ -5646,7 +5866,7 @@ export declare class FullTextSearchResponseIntentParameters implements GrpcMessa
|
|
|
5646
5866
|
*/
|
|
5647
5867
|
toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentParameters.AsProtobufJSON;
|
|
5648
5868
|
}
|
|
5649
|
-
export declare
|
|
5869
|
+
export declare namespace FullTextSearchResponseIntentParameters {
|
|
5650
5870
|
/**
|
|
5651
5871
|
* Standard JavaScript object representation for FullTextSearchResponseIntentParameters
|
|
5652
5872
|
*/
|
|
@@ -5704,6 +5924,10 @@ export declare module FullTextSearchResponseIntentParameters {
|
|
|
5704
5924
|
private _intentDisplayName;
|
|
5705
5925
|
private _tags;
|
|
5706
5926
|
private _language;
|
|
5927
|
+
private _createdAt?;
|
|
5928
|
+
private _modifiedAt?;
|
|
5929
|
+
private _createdBy;
|
|
5930
|
+
private _modifiedBy;
|
|
5707
5931
|
/**
|
|
5708
5932
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
5709
5933
|
* @param _value initial values object or instance of IntentParametersSearchResult to deeply clone from
|
|
@@ -5721,6 +5945,14 @@ export declare module FullTextSearchResponseIntentParameters {
|
|
|
5721
5945
|
set tags(value: string[]);
|
|
5722
5946
|
get language(): string;
|
|
5723
5947
|
set language(value: string);
|
|
5948
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
5949
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5950
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
5951
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5952
|
+
get createdBy(): string;
|
|
5953
|
+
set createdBy(value: string);
|
|
5954
|
+
get modifiedBy(): string;
|
|
5955
|
+
set modifiedBy(value: string);
|
|
5724
5956
|
/**
|
|
5725
5957
|
* Serialize message to binary data
|
|
5726
5958
|
* @param instance message instance
|
|
@@ -5741,7 +5973,7 @@ export declare module FullTextSearchResponseIntentParameters {
|
|
|
5741
5973
|
*/
|
|
5742
5974
|
toProtobufJSON(options?: ToProtobufJSONOptions): IntentParametersSearchResult.AsProtobufJSON;
|
|
5743
5975
|
}
|
|
5744
|
-
|
|
5976
|
+
namespace IntentParametersSearchResult {
|
|
5745
5977
|
/**
|
|
5746
5978
|
* Standard JavaScript object representation for IntentParametersSearchResult
|
|
5747
5979
|
*/
|
|
@@ -5752,6 +5984,10 @@ export declare module FullTextSearchResponseIntentParameters {
|
|
|
5752
5984
|
intentDisplayName: string;
|
|
5753
5985
|
tags: string[];
|
|
5754
5986
|
language: string;
|
|
5987
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5988
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5989
|
+
createdBy: string;
|
|
5990
|
+
modifiedBy: string;
|
|
5755
5991
|
}
|
|
5756
5992
|
/**
|
|
5757
5993
|
* Protobuf JSON representation for IntentParametersSearchResult
|
|
@@ -5763,6 +5999,10 @@ export declare module FullTextSearchResponseIntentParameters {
|
|
|
5763
5999
|
intentDisplayName: string;
|
|
5764
6000
|
tags: string[];
|
|
5765
6001
|
language: string;
|
|
6002
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
6003
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
6004
|
+
createdBy: string;
|
|
6005
|
+
modifiedBy: string;
|
|
5766
6006
|
}
|
|
5767
6007
|
}
|
|
5768
6008
|
}
|
|
@@ -5827,7 +6067,7 @@ export declare class ReindexAgentRequest implements GrpcMessage {
|
|
|
5827
6067
|
*/
|
|
5828
6068
|
toProtobufJSON(options?: ToProtobufJSONOptions): ReindexAgentRequest.AsProtobufJSON;
|
|
5829
6069
|
}
|
|
5830
|
-
export declare
|
|
6070
|
+
export declare namespace ReindexAgentRequest {
|
|
5831
6071
|
/**
|
|
5832
6072
|
* Standard JavaScript object representation for ReindexAgentRequest
|
|
5833
6073
|
*/
|