@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.
Files changed (68) hide show
  1. package/api/google/api/http.pb.d.ts +3 -3
  2. package/api/google/rpc/status.pb.d.ts +1 -1
  3. package/api/google/type/latlng.pb.d.ts +1 -1
  4. package/api/ondewo/csi/conversation.pb.d.ts +21 -17
  5. package/api/ondewo/nlu/agent.pb.d.ts +68 -68
  6. package/api/ondewo/nlu/agent.pbsc.d.ts +0 -81
  7. package/api/ondewo/nlu/aiservices.pb.d.ts +589 -48
  8. package/api/ondewo/nlu/aiservices.pbsc.d.ts +48 -0
  9. package/api/ondewo/nlu/ccai-project.pb.d.ts +135 -17
  10. package/api/ondewo/nlu/ccai-project.pbsc.d.ts +16 -0
  11. package/api/ondewo/nlu/common.pb.d.ts +36 -36
  12. package/api/ondewo/nlu/context.pb.d.ts +10 -10
  13. package/api/ondewo/nlu/entity-type.pb.d.ts +28 -28
  14. package/api/ondewo/nlu/intent.pb.d.ts +78 -78
  15. package/api/ondewo/nlu/operation-metadata.pb.d.ts +1 -1
  16. package/api/ondewo/nlu/operations.pb.d.ts +7 -7
  17. package/api/ondewo/nlu/project-role.pb.d.ts +7 -7
  18. package/api/ondewo/nlu/project-statistics.pb.d.ts +4 -4
  19. package/api/ondewo/nlu/server-statistics.pb.d.ts +1 -1
  20. package/api/ondewo/nlu/session.pb.d.ts +743 -96
  21. package/api/ondewo/nlu/session.pbsc.d.ts +54 -6
  22. package/api/ondewo/nlu/user.pb.d.ts +30 -30
  23. package/api/ondewo/nlu/utility.pb.d.ts +22 -22
  24. package/api/ondewo/nlu/webhook.pb.d.ts +12 -12
  25. package/api/ondewo/s2t/speech-to-text.pb.d.ts +869 -47
  26. package/api/ondewo/t2s/text-to-speech.pb.d.ts +801 -44
  27. package/esm2022/api/google/api/http.pb.mjs +1 -1
  28. package/esm2022/api/google/rpc/status.pb.mjs +1 -1
  29. package/esm2022/api/google/type/latlng.pb.mjs +1 -1
  30. package/esm2022/api/ondewo/csi/conversation.pb.mjs +5 -1
  31. package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +5 -5
  32. package/esm2022/api/ondewo/nlu/agent.pb.mjs +1 -1
  33. package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +6 -157
  34. package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +945 -19
  35. package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +96 -6
  36. package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +205 -4
  37. package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +36 -6
  38. package/esm2022/api/ondewo/nlu/common.pb.mjs +58 -56
  39. package/esm2022/api/ondewo/nlu/context.pb.mjs +1 -1
  40. package/esm2022/api/ondewo/nlu/context.pbsc.mjs +5 -5
  41. package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +1 -1
  42. package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +5 -5
  43. package/esm2022/api/ondewo/nlu/intent.pb.mjs +1 -1
  44. package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +5 -5
  45. package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +1 -1
  46. package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
  47. package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +5 -5
  48. package/esm2022/api/ondewo/nlu/project-role.pb.mjs +1 -1
  49. package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +5 -5
  50. package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
  51. package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +5 -5
  52. package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
  53. package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +5 -5
  54. package/esm2022/api/ondewo/nlu/session.pb.mjs +2040 -738
  55. package/esm2022/api/ondewo/nlu/session.pbsc.mjs +106 -16
  56. package/esm2022/api/ondewo/nlu/user.pb.mjs +1 -1
  57. package/esm2022/api/ondewo/nlu/user.pbsc.mjs +5 -5
  58. package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
  59. package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +5 -5
  60. package/esm2022/api/ondewo/nlu/webhook.pb.mjs +1 -1
  61. package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +5 -5
  62. package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +2907 -1266
  63. package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
  64. package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +2794 -1373
  65. package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +6 -6
  66. package/fesm2022/ondewo-csi-client-angular.mjs +14747 -9195
  67. package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
  68. package/package.json +9 -9
@@ -149,7 +149,7 @@ export declare class Agent implements GrpcMessage {
149
149
  */
150
150
  toProtobufJSON(options?: ToProtobufJSONOptions): Agent.AsProtobufJSON;
151
151
  }
152
- export declare module Agent {
152
+ export declare namespace Agent {
153
153
  /**
154
154
  * Standard JavaScript object representation for Agent
155
155
  */
@@ -247,7 +247,7 @@ export declare class AgentWithOwner implements GrpcMessage {
247
247
  */
248
248
  toProtobufJSON(options?: ToProtobufJSONOptions): AgentWithOwner.AsProtobufJSON;
249
249
  }
250
- export declare module AgentWithOwner {
250
+ export declare namespace AgentWithOwner {
251
251
  /**
252
252
  * Standard JavaScript object representation for AgentWithOwner
253
253
  */
@@ -321,7 +321,7 @@ export declare class AgentOfUserWithOwner implements GrpcMessage {
321
321
  */
322
322
  toProtobufJSON(options?: ToProtobufJSONOptions): AgentOfUserWithOwner.AsProtobufJSON;
323
323
  }
324
- export declare module AgentOfUserWithOwner {
324
+ export declare namespace AgentOfUserWithOwner {
325
325
  /**
326
326
  * Standard JavaScript object representation for AgentOfUserWithOwner
327
327
  */
@@ -395,7 +395,7 @@ export declare class CreateAgentRequest implements GrpcMessage {
395
395
  */
396
396
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateAgentRequest.AsProtobufJSON;
397
397
  }
398
- export declare module CreateAgentRequest {
398
+ export declare namespace CreateAgentRequest {
399
399
  /**
400
400
  * Standard JavaScript object representation for CreateAgentRequest
401
401
  */
@@ -472,7 +472,7 @@ export declare class UpdateAgentRequest implements GrpcMessage {
472
472
  */
473
473
  toProtobufJSON(options?: ToProtobufJSONOptions): UpdateAgentRequest.AsProtobufJSON;
474
474
  }
475
- export declare module UpdateAgentRequest {
475
+ export declare namespace UpdateAgentRequest {
476
476
  /**
477
477
  * Standard JavaScript object representation for UpdateAgentRequest
478
478
  */
@@ -545,7 +545,7 @@ export declare class DeleteAgentRequest implements GrpcMessage {
545
545
  */
546
546
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteAgentRequest.AsProtobufJSON;
547
547
  }
548
- export declare module DeleteAgentRequest {
548
+ export declare namespace DeleteAgentRequest {
549
549
  /**
550
550
  * Standard JavaScript object representation for DeleteAgentRequest
551
551
  */
@@ -617,7 +617,7 @@ export declare class GetAgentRequest implements GrpcMessage {
617
617
  */
618
618
  toProtobufJSON(options?: ToProtobufJSONOptions): GetAgentRequest.AsProtobufJSON;
619
619
  }
620
- export declare module GetAgentRequest {
620
+ export declare namespace GetAgentRequest {
621
621
  /**
622
622
  * Standard JavaScript object representation for GetAgentRequest
623
623
  */
@@ -694,7 +694,7 @@ export declare class ListAgentsRequest implements GrpcMessage {
694
694
  */
695
695
  toProtobufJSON(options?: ToProtobufJSONOptions): ListAgentsRequest.AsProtobufJSON;
696
696
  }
697
- export declare module ListAgentsRequest {
697
+ export declare namespace ListAgentsRequest {
698
698
  /**
699
699
  * Standard JavaScript object representation for ListAgentsRequest
700
700
  */
@@ -770,7 +770,7 @@ export declare class ListAgentsResponse implements GrpcMessage {
770
770
  */
771
771
  toProtobufJSON(options?: ToProtobufJSONOptions): ListAgentsResponse.AsProtobufJSON;
772
772
  }
773
- export declare module ListAgentsResponse {
773
+ export declare namespace ListAgentsResponse {
774
774
  /**
775
775
  * Standard JavaScript object representation for ListAgentsResponse
776
776
  */
@@ -844,7 +844,7 @@ export declare class ListAgentsOfUserResponse implements GrpcMessage {
844
844
  */
845
845
  toProtobufJSON(options?: ToProtobufJSONOptions): ListAgentsOfUserResponse.AsProtobufJSON;
846
846
  }
847
- export declare module ListAgentsOfUserResponse {
847
+ export declare namespace ListAgentsOfUserResponse {
848
848
  /**
849
849
  * Standard JavaScript object representation for ListAgentsOfUserResponse
850
850
  */
@@ -921,7 +921,7 @@ export declare class TrainAgentRequest implements GrpcMessage {
921
921
  */
922
922
  toProtobufJSON(options?: ToProtobufJSONOptions): TrainAgentRequest.AsProtobufJSON;
923
923
  }
924
- export declare module TrainAgentRequest {
924
+ export declare namespace TrainAgentRequest {
925
925
  /**
926
926
  * Standard JavaScript object representation for TrainAgentRequest
927
927
  */
@@ -997,7 +997,7 @@ export declare class BuildCacheRequest implements GrpcMessage {
997
997
  */
998
998
  toProtobufJSON(options?: ToProtobufJSONOptions): BuildCacheRequest.AsProtobufJSON;
999
999
  }
1000
- export declare module BuildCacheRequest {
1000
+ export declare namespace BuildCacheRequest {
1001
1001
  /**
1002
1002
  * Standard JavaScript object representation for BuildCacheRequest
1003
1003
  */
@@ -1074,7 +1074,7 @@ export declare class ExportAgentRequest implements GrpcMessage {
1074
1074
  */
1075
1075
  toProtobufJSON(options?: ToProtobufJSONOptions): ExportAgentRequest.AsProtobufJSON;
1076
1076
  }
1077
- export declare module ExportAgentRequest {
1077
+ export declare namespace ExportAgentRequest {
1078
1078
  /**
1079
1079
  * Standard JavaScript object representation for ExportAgentRequest
1080
1080
  */
@@ -1152,7 +1152,7 @@ export declare class ExportAgentResponse implements GrpcMessage {
1152
1152
  */
1153
1153
  toProtobufJSON(options?: ToProtobufJSONOptions): ExportAgentResponse.AsProtobufJSON;
1154
1154
  }
1155
- export declare module ExportAgentResponse {
1155
+ export declare namespace ExportAgentResponse {
1156
1156
  /**
1157
1157
  * Standard JavaScript object representation for ExportAgentResponse
1158
1158
  */
@@ -1240,7 +1240,7 @@ export declare class ExportBenchmarkAgentRequest implements GrpcMessage {
1240
1240
  */
1241
1241
  toProtobufJSON(options?: ToProtobufJSONOptions): ExportBenchmarkAgentRequest.AsProtobufJSON;
1242
1242
  }
1243
- export declare module ExportBenchmarkAgentRequest {
1243
+ export declare namespace ExportBenchmarkAgentRequest {
1244
1244
  /**
1245
1245
  * Standard JavaScript object representation for ExportBenchmarkAgentRequest
1246
1246
  */
@@ -1324,7 +1324,7 @@ export declare class ExportBenchmarkAgentResponse implements GrpcMessage {
1324
1324
  */
1325
1325
  toProtobufJSON(options?: ToProtobufJSONOptions): ExportBenchmarkAgentResponse.AsProtobufJSON;
1326
1326
  }
1327
- export declare module ExportBenchmarkAgentResponse {
1327
+ export declare namespace ExportBenchmarkAgentResponse {
1328
1328
  /**
1329
1329
  * Standard JavaScript object representation for ExportBenchmarkAgentResponse
1330
1330
  */
@@ -1401,7 +1401,7 @@ export declare module ExportBenchmarkAgentResponse {
1401
1401
  */
1402
1402
  toProtobufJSON(options?: ToProtobufJSONOptions): TrainingPhrasesEntry.AsProtobufJSON;
1403
1403
  }
1404
- module TrainingPhrasesEntry {
1404
+ namespace TrainingPhrasesEntry {
1405
1405
  /**
1406
1406
  * Standard JavaScript object representation for TrainingPhrasesEntry
1407
1407
  */
@@ -1482,7 +1482,7 @@ export declare class OptimizeRankingMatchRequest implements GrpcMessage {
1482
1482
  */
1483
1483
  toProtobufJSON(options?: ToProtobufJSONOptions): OptimizeRankingMatchRequest.AsProtobufJSON;
1484
1484
  }
1485
- export declare module OptimizeRankingMatchRequest {
1485
+ export declare namespace OptimizeRankingMatchRequest {
1486
1486
  /**
1487
1487
  * Standard JavaScript object representation for OptimizeRankingMatchRequest
1488
1488
  */
@@ -1566,7 +1566,7 @@ export declare class RankingMatchOptimizationConfig implements GrpcMessage {
1566
1566
  */
1567
1567
  toProtobufJSON(options?: ToProtobufJSONOptions): RankingMatchOptimizationConfig.AsProtobufJSON;
1568
1568
  }
1569
- export declare module RankingMatchOptimizationConfig {
1569
+ export declare namespace RankingMatchOptimizationConfig {
1570
1570
  /**
1571
1571
  * Standard JavaScript object representation for RankingMatchOptimizationConfig
1572
1572
  */
@@ -1644,7 +1644,7 @@ export declare class OptimizeRankingMatchResponse implements GrpcMessage {
1644
1644
  */
1645
1645
  toProtobufJSON(options?: ToProtobufJSONOptions): OptimizeRankingMatchResponse.AsProtobufJSON;
1646
1646
  }
1647
- export declare module OptimizeRankingMatchResponse {
1647
+ export declare namespace OptimizeRankingMatchResponse {
1648
1648
  /**
1649
1649
  * Standard JavaScript object representation for OptimizeRankingMatchResponse
1650
1650
  */
@@ -1723,7 +1723,7 @@ export declare class ImportAgentRequest implements GrpcMessage {
1723
1723
  */
1724
1724
  toProtobufJSON(options?: ToProtobufJSONOptions): ImportAgentRequest.AsProtobufJSON;
1725
1725
  }
1726
- export declare module ImportAgentRequest {
1726
+ export declare namespace ImportAgentRequest {
1727
1727
  /**
1728
1728
  * Standard JavaScript object representation for ImportAgentRequest
1729
1729
  */
@@ -1809,7 +1809,7 @@ export declare class RestoreAgentRequest implements GrpcMessage {
1809
1809
  */
1810
1810
  toProtobufJSON(options?: ToProtobufJSONOptions): RestoreAgentRequest.AsProtobufJSON;
1811
1811
  }
1812
- export declare module RestoreAgentRequest {
1812
+ export declare namespace RestoreAgentRequest {
1813
1813
  /**
1814
1814
  * Standard JavaScript object representation for RestoreAgentRequest
1815
1815
  */
@@ -1896,7 +1896,7 @@ export declare class GetAgentStatisticsRequest implements GrpcMessage {
1896
1896
  */
1897
1897
  toProtobufJSON(options?: ToProtobufJSONOptions): GetAgentStatisticsRequest.AsProtobufJSON;
1898
1898
  }
1899
- export declare module GetAgentStatisticsRequest {
1899
+ export declare namespace GetAgentStatisticsRequest {
1900
1900
  /**
1901
1901
  * Standard JavaScript object representation for GetAgentStatisticsRequest
1902
1902
  */
@@ -1977,7 +1977,7 @@ export declare class GetAgentStatisticsResponse implements GrpcMessage {
1977
1977
  */
1978
1978
  toProtobufJSON(options?: ToProtobufJSONOptions): GetAgentStatisticsResponse.AsProtobufJSON;
1979
1979
  }
1980
- export declare module GetAgentStatisticsResponse {
1980
+ export declare namespace GetAgentStatisticsResponse {
1981
1981
  /**
1982
1982
  * Standard JavaScript object representation for GetAgentStatisticsResponse
1983
1983
  */
@@ -2077,7 +2077,7 @@ export declare class GetSessionsStatisticsRequest implements GrpcMessage {
2077
2077
  */
2078
2078
  toProtobufJSON(options?: ToProtobufJSONOptions): GetSessionsStatisticsRequest.AsProtobufJSON;
2079
2079
  }
2080
- export declare module GetSessionsStatisticsRequest {
2080
+ export declare namespace GetSessionsStatisticsRequest {
2081
2081
  /**
2082
2082
  * Standard JavaScript object representation for GetSessionsStatisticsRequest
2083
2083
  */
@@ -2170,7 +2170,7 @@ export declare class GetSessionsStatisticsResponse implements GrpcMessage {
2170
2170
  */
2171
2171
  toProtobufJSON(options?: ToProtobufJSONOptions): GetSessionsStatisticsResponse.AsProtobufJSON;
2172
2172
  }
2173
- export declare module GetSessionsStatisticsResponse {
2173
+ export declare namespace GetSessionsStatisticsResponse {
2174
2174
  /**
2175
2175
  * Standard JavaScript object representation for GetSessionsStatisticsResponse
2176
2176
  */
@@ -2249,7 +2249,7 @@ export declare class AddUserToProjectRequest implements GrpcMessage {
2249
2249
  */
2250
2250
  toProtobufJSON(options?: ToProtobufJSONOptions): AddUserToProjectRequest.AsProtobufJSON;
2251
2251
  }
2252
- export declare module AddUserToProjectRequest {
2252
+ export declare namespace AddUserToProjectRequest {
2253
2253
  /**
2254
2254
  * Standard JavaScript object representation for AddUserToProjectRequest
2255
2255
  */
@@ -2325,7 +2325,7 @@ export declare class RemoveUserFromProjectRequest implements GrpcMessage {
2325
2325
  */
2326
2326
  toProtobufJSON(options?: ToProtobufJSONOptions): RemoveUserFromProjectRequest.AsProtobufJSON;
2327
2327
  }
2328
- export declare module RemoveUserFromProjectRequest {
2328
+ export declare namespace RemoveUserFromProjectRequest {
2329
2329
  /**
2330
2330
  * Standard JavaScript object representation for RemoveUserFromProjectRequest
2331
2331
  */
@@ -2399,7 +2399,7 @@ export declare class ListUsersInProjectRequest implements GrpcMessage {
2399
2399
  */
2400
2400
  toProtobufJSON(options?: ToProtobufJSONOptions): ListUsersInProjectRequest.AsProtobufJSON;
2401
2401
  }
2402
- export declare module ListUsersInProjectRequest {
2402
+ export declare namespace ListUsersInProjectRequest {
2403
2403
  /**
2404
2404
  * Standard JavaScript object representation for ListUsersInProjectRequest
2405
2405
  */
@@ -2476,7 +2476,7 @@ export declare class UserInProject implements GrpcMessage {
2476
2476
  */
2477
2477
  toProtobufJSON(options?: ToProtobufJSONOptions): UserInProject.AsProtobufJSON;
2478
2478
  }
2479
- export declare module UserInProject {
2479
+ export declare namespace UserInProject {
2480
2480
  /**
2481
2481
  * Standard JavaScript object representation for UserInProject
2482
2482
  */
@@ -2552,7 +2552,7 @@ export declare class ListUsersInProjectResponse implements GrpcMessage {
2552
2552
  */
2553
2553
  toProtobufJSON(options?: ToProtobufJSONOptions): ListUsersInProjectResponse.AsProtobufJSON;
2554
2554
  }
2555
- export declare module ListUsersInProjectResponse {
2555
+ export declare namespace ListUsersInProjectResponse {
2556
2556
  /**
2557
2557
  * Standard JavaScript object representation for ListUsersInProjectResponse
2558
2558
  */
@@ -2626,7 +2626,7 @@ export declare class GetPlatformInfoResponse implements GrpcMessage {
2626
2626
  */
2627
2627
  toProtobufJSON(options?: ToProtobufJSONOptions): GetPlatformInfoResponse.AsProtobufJSON;
2628
2628
  }
2629
- export declare module GetPlatformInfoResponse {
2629
+ export declare namespace GetPlatformInfoResponse {
2630
2630
  /**
2631
2631
  * Standard JavaScript object representation for GetPlatformInfoResponse
2632
2632
  */
@@ -2697,7 +2697,7 @@ export declare class ListProjectPermissionsRequest implements GrpcMessage {
2697
2697
  */
2698
2698
  toProtobufJSON(options?: ToProtobufJSONOptions): ListProjectPermissionsRequest.AsProtobufJSON;
2699
2699
  }
2700
- export declare module ListProjectPermissionsRequest {
2700
+ export declare namespace ListProjectPermissionsRequest {
2701
2701
  /**
2702
2702
  * Standard JavaScript object representation for ListProjectPermissionsRequest
2703
2703
  */
@@ -2769,7 +2769,7 @@ export declare class ListProjectPermissionsResponse implements GrpcMessage {
2769
2769
  */
2770
2770
  toProtobufJSON(options?: ToProtobufJSONOptions): ListProjectPermissionsResponse.AsProtobufJSON;
2771
2771
  }
2772
- export declare module ListProjectPermissionsResponse {
2772
+ export declare namespace ListProjectPermissionsResponse {
2773
2773
  /**
2774
2774
  * Standard JavaScript object representation for ListProjectPermissionsResponse
2775
2775
  */
@@ -2846,7 +2846,7 @@ export declare class SetAgentStatusRequest implements GrpcMessage {
2846
2846
  */
2847
2847
  toProtobufJSON(options?: ToProtobufJSONOptions): SetAgentStatusRequest.AsProtobufJSON;
2848
2848
  }
2849
- export declare module SetAgentStatusRequest {
2849
+ export declare namespace SetAgentStatusRequest {
2850
2850
  /**
2851
2851
  * Standard JavaScript object representation for SetAgentStatusRequest
2852
2852
  */
@@ -2922,7 +2922,7 @@ export declare class AgentSorting implements GrpcMessage {
2922
2922
  */
2923
2923
  toProtobufJSON(options?: ToProtobufJSONOptions): AgentSorting.AsProtobufJSON;
2924
2924
  }
2925
- export declare module AgentSorting {
2925
+ export declare namespace AgentSorting {
2926
2926
  /**
2927
2927
  * Standard JavaScript object representation for AgentSorting
2928
2928
  */
@@ -3012,7 +3012,7 @@ export declare class SetResourcesRequest implements GrpcMessage {
3012
3012
  */
3013
3013
  toProtobufJSON(options?: ToProtobufJSONOptions): SetResourcesRequest.AsProtobufJSON;
3014
3014
  }
3015
- export declare module SetResourcesRequest {
3015
+ export declare namespace SetResourcesRequest {
3016
3016
  /**
3017
3017
  * Standard JavaScript object representation for SetResourcesRequest
3018
3018
  */
@@ -3098,7 +3098,7 @@ export declare class DeleteResourcesRequest implements GrpcMessage {
3098
3098
  */
3099
3099
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteResourcesRequest.AsProtobufJSON;
3100
3100
  }
3101
- export declare module DeleteResourcesRequest {
3101
+ export declare namespace DeleteResourcesRequest {
3102
3102
  /**
3103
3103
  * Standard JavaScript object representation for DeleteResourcesRequest
3104
3104
  */
@@ -3182,7 +3182,7 @@ export declare class ExportResourcesRequest implements GrpcMessage {
3182
3182
  */
3183
3183
  toProtobufJSON(options?: ToProtobufJSONOptions): ExportResourcesRequest.AsProtobufJSON;
3184
3184
  }
3185
- export declare module ExportResourcesRequest {
3185
+ export declare namespace ExportResourcesRequest {
3186
3186
  /**
3187
3187
  * Standard JavaScript object representation for ExportResourcesRequest
3188
3188
  */
@@ -3269,7 +3269,7 @@ export declare class ExportResourcesResponse implements GrpcMessage {
3269
3269
  */
3270
3270
  toProtobufJSON(options?: ToProtobufJSONOptions): ExportResourcesResponse.AsProtobufJSON;
3271
3271
  }
3272
- export declare module ExportResourcesResponse {
3272
+ export declare namespace ExportResourcesResponse {
3273
3273
  /**
3274
3274
  * Standard JavaScript object representation for ExportResourcesResponse
3275
3275
  */
@@ -3355,7 +3355,7 @@ export declare class GetModelStatusesRequest implements GrpcMessage {
3355
3355
  */
3356
3356
  toProtobufJSON(options?: ToProtobufJSONOptions): GetModelStatusesRequest.AsProtobufJSON;
3357
3357
  }
3358
- export declare module GetModelStatusesRequest {
3358
+ export declare namespace GetModelStatusesRequest {
3359
3359
  /**
3360
3360
  * Standard JavaScript object representation for GetModelStatusesRequest
3361
3361
  */
@@ -3445,7 +3445,7 @@ export declare class ModelStatus implements GrpcMessage {
3445
3445
  */
3446
3446
  toProtobufJSON(options?: ToProtobufJSONOptions): ModelStatus.AsProtobufJSON;
3447
3447
  }
3448
- export declare module ModelStatus {
3448
+ export declare namespace ModelStatus {
3449
3449
  /**
3450
3450
  * Standard JavaScript object representation for ModelStatus
3451
3451
  */
@@ -3533,7 +3533,7 @@ export declare class GetModelStatusesResponse implements GrpcMessage {
3533
3533
  */
3534
3534
  toProtobufJSON(options?: ToProtobufJSONOptions): GetModelStatusesResponse.AsProtobufJSON;
3535
3535
  }
3536
- export declare module GetModelStatusesResponse {
3536
+ export declare namespace GetModelStatusesResponse {
3537
3537
  /**
3538
3538
  * Standard JavaScript object representation for GetModelStatusesResponse
3539
3539
  */
@@ -3620,7 +3620,7 @@ export declare class CustomPlatformInfo implements GrpcMessage {
3620
3620
  */
3621
3621
  toProtobufJSON(options?: ToProtobufJSONOptions): CustomPlatformInfo.AsProtobufJSON;
3622
3622
  }
3623
- export declare module CustomPlatformInfo {
3623
+ export declare namespace CustomPlatformInfo {
3624
3624
  /**
3625
3625
  * Standard JavaScript object representation for CustomPlatformInfo
3626
3626
  */
@@ -3701,7 +3701,7 @@ export declare class GetPlatformMappingRequest implements GrpcMessage {
3701
3701
  */
3702
3702
  toProtobufJSON(options?: ToProtobufJSONOptions): GetPlatformMappingRequest.AsProtobufJSON;
3703
3703
  }
3704
- export declare module GetPlatformMappingRequest {
3704
+ export declare namespace GetPlatformMappingRequest {
3705
3705
  /**
3706
3706
  * Standard JavaScript object representation for GetPlatformMappingRequest
3707
3707
  */
@@ -3773,7 +3773,7 @@ export declare class PlatformMapping implements GrpcMessage {
3773
3773
  */
3774
3774
  toProtobufJSON(options?: ToProtobufJSONOptions): PlatformMapping.AsProtobufJSON;
3775
3775
  }
3776
- export declare module PlatformMapping {
3776
+ export declare namespace PlatformMapping {
3777
3777
  /**
3778
3778
  * Standard JavaScript object representation for PlatformMapping
3779
3779
  */
@@ -3853,7 +3853,7 @@ export declare class FullTextSearchRequest implements GrpcMessage {
3853
3853
  */
3854
3854
  toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchRequest.AsProtobufJSON;
3855
3855
  }
3856
- export declare module FullTextSearchRequest {
3856
+ export declare namespace FullTextSearchRequest {
3857
3857
  /**
3858
3858
  * Standard JavaScript object representation for FullTextSearchRequest
3859
3859
  */
@@ -3959,7 +3959,7 @@ export declare class FullTextSearchResponseEntityType implements GrpcMessage {
3959
3959
  */
3960
3960
  toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseEntityType.AsProtobufJSON;
3961
3961
  }
3962
- export declare module FullTextSearchResponseEntityType {
3962
+ export declare namespace FullTextSearchResponseEntityType {
3963
3963
  /**
3964
3964
  * Standard JavaScript object representation for FullTextSearchResponseEntityType
3965
3965
  */
@@ -4057,7 +4057,7 @@ export declare module FullTextSearchResponseEntityType {
4057
4057
  */
4058
4058
  toProtobufJSON(options?: ToProtobufJSONOptions): EntityTypeSearchResult.AsProtobufJSON;
4059
4059
  }
4060
- module EntityTypeSearchResult {
4060
+ namespace EntityTypeSearchResult {
4061
4061
  /**
4062
4062
  * Standard JavaScript object representation for EntityTypeSearchResult
4063
4063
  */
@@ -4157,7 +4157,7 @@ export declare class FullTextSearchResponseEntity implements GrpcMessage {
4157
4157
  */
4158
4158
  toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseEntity.AsProtobufJSON;
4159
4159
  }
4160
- export declare module FullTextSearchResponseEntity {
4160
+ export declare namespace FullTextSearchResponseEntity {
4161
4161
  /**
4162
4162
  * Standard JavaScript object representation for FullTextSearchResponseEntity
4163
4163
  */
@@ -4261,7 +4261,7 @@ export declare module FullTextSearchResponseEntity {
4261
4261
  */
4262
4262
  toProtobufJSON(options?: ToProtobufJSONOptions): EntitySearchResult.AsProtobufJSON;
4263
4263
  }
4264
- module EntitySearchResult {
4264
+ namespace EntitySearchResult {
4265
4265
  /**
4266
4266
  * Standard JavaScript object representation for EntitySearchResult
4267
4267
  */
@@ -4365,7 +4365,7 @@ export declare class FullTextSearchResponseEntitySynonym implements GrpcMessage
4365
4365
  */
4366
4366
  toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseEntitySynonym.AsProtobufJSON;
4367
4367
  }
4368
- export declare module FullTextSearchResponseEntitySynonym {
4368
+ export declare namespace FullTextSearchResponseEntitySynonym {
4369
4369
  /**
4370
4370
  * Standard JavaScript object representation for FullTextSearchResponseEntitySynonym
4371
4371
  */
@@ -4475,7 +4475,7 @@ export declare module FullTextSearchResponseEntitySynonym {
4475
4475
  */
4476
4476
  toProtobufJSON(options?: ToProtobufJSONOptions): EntitySynonymSearchResult.AsProtobufJSON;
4477
4477
  }
4478
- module EntitySynonymSearchResult {
4478
+ namespace EntitySynonymSearchResult {
4479
4479
  /**
4480
4480
  * Standard JavaScript object representation for EntitySynonymSearchResult
4481
4481
  */
@@ -4583,7 +4583,7 @@ export declare class FullTextSearchResponseIntent implements GrpcMessage {
4583
4583
  */
4584
4584
  toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntent.AsProtobufJSON;
4585
4585
  }
4586
- export declare module FullTextSearchResponseIntent {
4586
+ export declare namespace FullTextSearchResponseIntent {
4587
4587
  /**
4588
4588
  * Standard JavaScript object representation for FullTextSearchResponseIntent
4589
4589
  */
@@ -4687,7 +4687,7 @@ export declare module FullTextSearchResponseIntent {
4687
4687
  */
4688
4688
  toProtobufJSON(options?: ToProtobufJSONOptions): IntentSearchResult.AsProtobufJSON;
4689
4689
  }
4690
- module IntentSearchResult {
4690
+ namespace IntentSearchResult {
4691
4691
  /**
4692
4692
  * Standard JavaScript object representation for IntentSearchResult
4693
4693
  */
@@ -4791,7 +4791,7 @@ export declare class FullTextSearchResponseIntentContextIn implements GrpcMessag
4791
4791
  */
4792
4792
  toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentContextIn.AsProtobufJSON;
4793
4793
  }
4794
- export declare module FullTextSearchResponseIntentContextIn {
4794
+ export declare namespace FullTextSearchResponseIntentContextIn {
4795
4795
  /**
4796
4796
  * Standard JavaScript object representation for FullTextSearchResponseIntentContextIn
4797
4797
  */
@@ -4895,7 +4895,7 @@ export declare module FullTextSearchResponseIntentContextIn {
4895
4895
  */
4896
4896
  toProtobufJSON(options?: ToProtobufJSONOptions): IntentContextInSearchResult.AsProtobufJSON;
4897
4897
  }
4898
- module IntentContextInSearchResult {
4898
+ namespace IntentContextInSearchResult {
4899
4899
  /**
4900
4900
  * Standard JavaScript object representation for IntentContextInSearchResult
4901
4901
  */
@@ -4999,7 +4999,7 @@ export declare class FullTextSearchResponseIntentContextOut implements GrpcMessa
4999
4999
  */
5000
5000
  toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentContextOut.AsProtobufJSON;
5001
5001
  }
5002
- export declare module FullTextSearchResponseIntentContextOut {
5002
+ export declare namespace FullTextSearchResponseIntentContextOut {
5003
5003
  /**
5004
5004
  * Standard JavaScript object representation for FullTextSearchResponseIntentContextOut
5005
5005
  */
@@ -5103,7 +5103,7 @@ export declare module FullTextSearchResponseIntentContextOut {
5103
5103
  */
5104
5104
  toProtobufJSON(options?: ToProtobufJSONOptions): IntentContextOutSearchResult.AsProtobufJSON;
5105
5105
  }
5106
- module IntentContextOutSearchResult {
5106
+ namespace IntentContextOutSearchResult {
5107
5107
  /**
5108
5108
  * Standard JavaScript object representation for IntentContextOutSearchResult
5109
5109
  */
@@ -5207,7 +5207,7 @@ export declare class FullTextSearchResponseIntentUsersays implements GrpcMessage
5207
5207
  */
5208
5208
  toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentUsersays.AsProtobufJSON;
5209
5209
  }
5210
- export declare module FullTextSearchResponseIntentUsersays {
5210
+ export declare namespace FullTextSearchResponseIntentUsersays {
5211
5211
  /**
5212
5212
  * Standard JavaScript object representation for FullTextSearchResponseIntentUsersays
5213
5213
  */
@@ -5323,7 +5323,7 @@ export declare module FullTextSearchResponseIntentUsersays {
5323
5323
  */
5324
5324
  toProtobufJSON(options?: ToProtobufJSONOptions): IntentUsersaysSearchResult.AsProtobufJSON;
5325
5325
  }
5326
- module IntentUsersaysSearchResult {
5326
+ namespace IntentUsersaysSearchResult {
5327
5327
  /**
5328
5328
  * Standard JavaScript object representation for IntentUsersaysSearchResult
5329
5329
  */
@@ -5435,7 +5435,7 @@ export declare class FullTextSearchResponseIntentTags implements GrpcMessage {
5435
5435
  */
5436
5436
  toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentTags.AsProtobufJSON;
5437
5437
  }
5438
- export declare module FullTextSearchResponseIntentTags {
5438
+ export declare namespace FullTextSearchResponseIntentTags {
5439
5439
  /**
5440
5440
  * Standard JavaScript object representation for FullTextSearchResponseIntentTags
5441
5441
  */
@@ -5542,7 +5542,7 @@ export declare module FullTextSearchResponseIntentTags {
5542
5542
  */
5543
5543
  toProtobufJSON(options?: ToProtobufJSONOptions): IntentTagsSearchResult.AsProtobufJSON;
5544
5544
  }
5545
- module IntentTagsSearchResult {
5545
+ namespace IntentTagsSearchResult {
5546
5546
  /**
5547
5547
  * Standard JavaScript object representation for IntentTagsSearchResult
5548
5548
  */
@@ -5648,7 +5648,7 @@ export declare class FullTextSearchResponseIntentResponse implements GrpcMessage
5648
5648
  */
5649
5649
  toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentResponse.AsProtobufJSON;
5650
5650
  }
5651
- export declare module FullTextSearchResponseIntentResponse {
5651
+ export declare namespace FullTextSearchResponseIntentResponse {
5652
5652
  /**
5653
5653
  * Standard JavaScript object representation for FullTextSearchResponseIntentResponse
5654
5654
  */
@@ -5758,7 +5758,7 @@ export declare module FullTextSearchResponseIntentResponse {
5758
5758
  */
5759
5759
  toProtobufJSON(options?: ToProtobufJSONOptions): IntentResponseSearchResult.AsProtobufJSON;
5760
5760
  }
5761
- module IntentResponseSearchResult {
5761
+ namespace IntentResponseSearchResult {
5762
5762
  /**
5763
5763
  * Standard JavaScript object representation for IntentResponseSearchResult
5764
5764
  */
@@ -5866,7 +5866,7 @@ export declare class FullTextSearchResponseIntentParameters implements GrpcMessa
5866
5866
  */
5867
5867
  toProtobufJSON(options?: ToProtobufJSONOptions): FullTextSearchResponseIntentParameters.AsProtobufJSON;
5868
5868
  }
5869
- export declare module FullTextSearchResponseIntentParameters {
5869
+ export declare namespace FullTextSearchResponseIntentParameters {
5870
5870
  /**
5871
5871
  * Standard JavaScript object representation for FullTextSearchResponseIntentParameters
5872
5872
  */
@@ -5973,7 +5973,7 @@ export declare module FullTextSearchResponseIntentParameters {
5973
5973
  */
5974
5974
  toProtobufJSON(options?: ToProtobufJSONOptions): IntentParametersSearchResult.AsProtobufJSON;
5975
5975
  }
5976
- module IntentParametersSearchResult {
5976
+ namespace IntentParametersSearchResult {
5977
5977
  /**
5978
5978
  * Standard JavaScript object representation for IntentParametersSearchResult
5979
5979
  */
@@ -6067,7 +6067,7 @@ export declare class ReindexAgentRequest implements GrpcMessage {
6067
6067
  */
6068
6068
  toProtobufJSON(options?: ToProtobufJSONOptions): ReindexAgentRequest.AsProtobufJSON;
6069
6069
  }
6070
- export declare module ReindexAgentRequest {
6070
+ export declare namespace ReindexAgentRequest {
6071
6071
  /**
6072
6072
  * Standard JavaScript object representation for ReindexAgentRequest
6073
6073
  */