@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
@@ -166,7 +166,7 @@ export declare class Intent implements GrpcMessage {
166
166
  */
167
167
  toProtobufJSON(options?: ToProtobufJSONOptions): Intent.AsProtobufJSON;
168
168
  }
169
- export declare module Intent {
169
+ export declare namespace Intent {
170
170
  /**
171
171
  * Standard JavaScript object representation for Intent
172
172
  */
@@ -330,7 +330,7 @@ export declare module Intent {
330
330
  */
331
331
  toProtobufJSON(options?: ToProtobufJSONOptions): TrainingPhrase.AsProtobufJSON;
332
332
  }
333
- module TrainingPhrase {
333
+ namespace TrainingPhrase {
334
334
  /**
335
335
  * Standard JavaScript object representation for TrainingPhrase
336
336
  */
@@ -454,7 +454,7 @@ export declare module Intent {
454
454
  */
455
455
  toProtobufJSON(options?: ToProtobufJSONOptions): Entity.AsProtobufJSON;
456
456
  }
457
- module Entity {
457
+ namespace Entity {
458
458
  /**
459
459
  * Standard JavaScript object representation for Entity
460
460
  */
@@ -582,7 +582,7 @@ export declare module Intent {
582
582
  */
583
583
  toProtobufJSON(options?: ToProtobufJSONOptions): Parameter.AsProtobufJSON;
584
584
  }
585
- module Parameter {
585
+ namespace Parameter {
586
586
  /**
587
587
  * Standard JavaScript object representation for Parameter
588
588
  */
@@ -692,7 +692,7 @@ export declare module Intent {
692
692
  */
693
693
  toProtobufJSON(options?: ToProtobufJSONOptions): Prompt.AsProtobufJSON;
694
694
  }
695
- module Prompt {
695
+ namespace Prompt {
696
696
  /**
697
697
  * Standard JavaScript object representation for Prompt
698
698
  */
@@ -839,7 +839,7 @@ export declare module Intent {
839
839
  */
840
840
  toProtobufJSON(options?: ToProtobufJSONOptions): Message.AsProtobufJSON;
841
841
  }
842
- module Message {
842
+ namespace Message {
843
843
  /**
844
844
  * Standard JavaScript object representation for Message
845
845
  */
@@ -997,7 +997,7 @@ export declare module Intent {
997
997
  */
998
998
  toProtobufJSON(options?: ToProtobufJSONOptions): Text.AsProtobufJSON;
999
999
  }
1000
- module Text {
1000
+ namespace Text {
1001
1001
  /**
1002
1002
  * Standard JavaScript object representation for Text
1003
1003
  */
@@ -1069,7 +1069,7 @@ export declare module Intent {
1069
1069
  */
1070
1070
  toProtobufJSON(options?: ToProtobufJSONOptions): Image.AsProtobufJSON;
1071
1071
  }
1072
- module Image {
1072
+ namespace Image {
1073
1073
  /**
1074
1074
  * Standard JavaScript object representation for Image
1075
1075
  */
@@ -1143,7 +1143,7 @@ export declare module Intent {
1143
1143
  */
1144
1144
  toProtobufJSON(options?: ToProtobufJSONOptions): QuickReplies.AsProtobufJSON;
1145
1145
  }
1146
- module QuickReplies {
1146
+ namespace QuickReplies {
1147
1147
  /**
1148
1148
  * Standard JavaScript object representation for QuickReplies
1149
1149
  */
@@ -1223,7 +1223,7 @@ export declare module Intent {
1223
1223
  */
1224
1224
  toProtobufJSON(options?: ToProtobufJSONOptions): Card.AsProtobufJSON;
1225
1225
  }
1226
- module Card {
1226
+ namespace Card {
1227
1227
  /**
1228
1228
  * Standard JavaScript object representation for Card
1229
1229
  */
@@ -1300,7 +1300,7 @@ export declare module Intent {
1300
1300
  */
1301
1301
  toProtobufJSON(options?: ToProtobufJSONOptions): Button.AsProtobufJSON;
1302
1302
  }
1303
- module Button {
1303
+ namespace Button {
1304
1304
  /**
1305
1305
  * Standard JavaScript object representation for Button
1306
1306
  */
@@ -1378,7 +1378,7 @@ export declare module Intent {
1378
1378
  */
1379
1379
  toProtobufJSON(options?: ToProtobufJSONOptions): SimpleResponse.AsProtobufJSON;
1380
1380
  }
1381
- module SimpleResponse {
1381
+ namespace SimpleResponse {
1382
1382
  /**
1383
1383
  * Standard JavaScript object representation for SimpleResponse
1384
1384
  */
@@ -1451,7 +1451,7 @@ export declare module Intent {
1451
1451
  */
1452
1452
  toProtobufJSON(options?: ToProtobufJSONOptions): SimpleResponses.AsProtobufJSON;
1453
1453
  }
1454
- module SimpleResponses {
1454
+ namespace SimpleResponses {
1455
1455
  /**
1456
1456
  * Standard JavaScript object representation for SimpleResponses
1457
1457
  */
@@ -1532,7 +1532,7 @@ export declare module Intent {
1532
1532
  */
1533
1533
  toProtobufJSON(options?: ToProtobufJSONOptions): BasicCard.AsProtobufJSON;
1534
1534
  }
1535
- module BasicCard {
1535
+ namespace BasicCard {
1536
1536
  /**
1537
1537
  * Standard JavaScript object representation for BasicCard
1538
1538
  */
@@ -1611,7 +1611,7 @@ export declare module Intent {
1611
1611
  */
1612
1612
  toProtobufJSON(options?: ToProtobufJSONOptions): Button.AsProtobufJSON;
1613
1613
  }
1614
- module Button {
1614
+ namespace Button {
1615
1615
  /**
1616
1616
  * Standard JavaScript object representation for Button
1617
1617
  */
@@ -1681,7 +1681,7 @@ export declare module Intent {
1681
1681
  */
1682
1682
  toProtobufJSON(options?: ToProtobufJSONOptions): OpenUriAction.AsProtobufJSON;
1683
1683
  }
1684
- module OpenUriAction {
1684
+ namespace OpenUriAction {
1685
1685
  /**
1686
1686
  * Standard JavaScript object representation for OpenUriAction
1687
1687
  */
@@ -1752,7 +1752,7 @@ export declare module Intent {
1752
1752
  */
1753
1753
  toProtobufJSON(options?: ToProtobufJSONOptions): Suggestion.AsProtobufJSON;
1754
1754
  }
1755
- module Suggestion {
1755
+ namespace Suggestion {
1756
1756
  /**
1757
1757
  * Standard JavaScript object representation for Suggestion
1758
1758
  */
@@ -1821,7 +1821,7 @@ export declare module Intent {
1821
1821
  */
1822
1822
  toProtobufJSON(options?: ToProtobufJSONOptions): Suggestions.AsProtobufJSON;
1823
1823
  }
1824
- module Suggestions {
1824
+ namespace Suggestions {
1825
1825
  /**
1826
1826
  * Standard JavaScript object representation for Suggestions
1827
1827
  */
@@ -1893,7 +1893,7 @@ export declare module Intent {
1893
1893
  */
1894
1894
  toProtobufJSON(options?: ToProtobufJSONOptions): LinkOutSuggestion.AsProtobufJSON;
1895
1895
  }
1896
- module LinkOutSuggestion {
1896
+ namespace LinkOutSuggestion {
1897
1897
  /**
1898
1898
  * Standard JavaScript object representation for LinkOutSuggestion
1899
1899
  */
@@ -1967,7 +1967,7 @@ export declare module Intent {
1967
1967
  */
1968
1968
  toProtobufJSON(options?: ToProtobufJSONOptions): ListSelect.AsProtobufJSON;
1969
1969
  }
1970
- module ListSelect {
1970
+ namespace ListSelect {
1971
1971
  /**
1972
1972
  * Standard JavaScript object representation for ListSelect
1973
1973
  */
@@ -2046,7 +2046,7 @@ export declare module Intent {
2046
2046
  */
2047
2047
  toProtobufJSON(options?: ToProtobufJSONOptions): Item.AsProtobufJSON;
2048
2048
  }
2049
- module Item {
2049
+ namespace Item {
2050
2050
  /**
2051
2051
  * Standard JavaScript object representation for Item
2052
2052
  */
@@ -2122,7 +2122,7 @@ export declare module Intent {
2122
2122
  */
2123
2123
  toProtobufJSON(options?: ToProtobufJSONOptions): CarouselSelect.AsProtobufJSON;
2124
2124
  }
2125
- module CarouselSelect {
2125
+ namespace CarouselSelect {
2126
2126
  /**
2127
2127
  * Standard JavaScript object representation for CarouselSelect
2128
2128
  */
@@ -2199,7 +2199,7 @@ export declare module Intent {
2199
2199
  */
2200
2200
  toProtobufJSON(options?: ToProtobufJSONOptions): Item.AsProtobufJSON;
2201
2201
  }
2202
- module Item {
2202
+ namespace Item {
2203
2203
  /**
2204
2204
  * Standard JavaScript object representation for Item
2205
2205
  */
@@ -2275,7 +2275,7 @@ export declare module Intent {
2275
2275
  */
2276
2276
  toProtobufJSON(options?: ToProtobufJSONOptions): HTMLText.AsProtobufJSON;
2277
2277
  }
2278
- module HTMLText {
2278
+ namespace HTMLText {
2279
2279
  /**
2280
2280
  * Standard JavaScript object representation for HTMLText
2281
2281
  */
@@ -2347,7 +2347,7 @@ export declare module Intent {
2347
2347
  */
2348
2348
  toProtobufJSON(options?: ToProtobufJSONOptions): Video.AsProtobufJSON;
2349
2349
  }
2350
- module Video {
2350
+ namespace Video {
2351
2351
  /**
2352
2352
  * Standard JavaScript object representation for Video
2353
2353
  */
@@ -2421,7 +2421,7 @@ export declare module Intent {
2421
2421
  */
2422
2422
  toProtobufJSON(options?: ToProtobufJSONOptions): Audio.AsProtobufJSON;
2423
2423
  }
2424
- module Audio {
2424
+ namespace Audio {
2425
2425
  /**
2426
2426
  * Standard JavaScript object representation for Audio
2427
2427
  */
@@ -2495,7 +2495,7 @@ export declare module Intent {
2495
2495
  */
2496
2496
  toProtobufJSON(options?: ToProtobufJSONOptions): SelectItemInfo.AsProtobufJSON;
2497
2497
  }
2498
- module SelectItemInfo {
2498
+ namespace SelectItemInfo {
2499
2499
  /**
2500
2500
  * Standard JavaScript object representation for SelectItemInfo
2501
2501
  */
@@ -2570,7 +2570,7 @@ export declare module Intent {
2570
2570
  */
2571
2571
  toProtobufJSON(options?: ToProtobufJSONOptions): FollowupIntentInfo.AsProtobufJSON;
2572
2572
  }
2573
- module FollowupIntentInfo {
2573
+ namespace FollowupIntentInfo {
2574
2574
  /**
2575
2575
  * Standard JavaScript object representation for FollowupIntentInfo
2576
2576
  */
@@ -2660,7 +2660,7 @@ export declare class ListIntentsRequest implements GrpcMessage {
2660
2660
  */
2661
2661
  toProtobufJSON(options?: ToProtobufJSONOptions): ListIntentsRequest.AsProtobufJSON;
2662
2662
  }
2663
- export declare module ListIntentsRequest {
2663
+ export declare namespace ListIntentsRequest {
2664
2664
  /**
2665
2665
  * Standard JavaScript object representation for ListIntentsRequest
2666
2666
  */
@@ -2744,7 +2744,7 @@ export declare class ListIntentsResponse implements GrpcMessage {
2744
2744
  */
2745
2745
  toProtobufJSON(options?: ToProtobufJSONOptions): ListIntentsResponse.AsProtobufJSON;
2746
2746
  }
2747
- export declare module ListIntentsResponse {
2747
+ export declare namespace ListIntentsResponse {
2748
2748
  /**
2749
2749
  * Standard JavaScript object representation for ListIntentsResponse
2750
2750
  */
@@ -2824,7 +2824,7 @@ export declare class GetIntentRequest implements GrpcMessage {
2824
2824
  */
2825
2825
  toProtobufJSON(options?: ToProtobufJSONOptions): GetIntentRequest.AsProtobufJSON;
2826
2826
  }
2827
- export declare module GetIntentRequest {
2827
+ export declare namespace GetIntentRequest {
2828
2828
  /**
2829
2829
  * Standard JavaScript object representation for GetIntentRequest
2830
2830
  */
@@ -2908,7 +2908,7 @@ export declare class CreateIntentRequest implements GrpcMessage {
2908
2908
  */
2909
2909
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateIntentRequest.AsProtobufJSON;
2910
2910
  }
2911
- export declare module CreateIntentRequest {
2911
+ export declare namespace CreateIntentRequest {
2912
2912
  /**
2913
2913
  * Standard JavaScript object representation for CreateIntentRequest
2914
2914
  */
@@ -2992,7 +2992,7 @@ export declare class UpdateIntentRequest implements GrpcMessage {
2992
2992
  */
2993
2993
  toProtobufJSON(options?: ToProtobufJSONOptions): UpdateIntentRequest.AsProtobufJSON;
2994
2994
  }
2995
- export declare module UpdateIntentRequest {
2995
+ export declare namespace UpdateIntentRequest {
2996
2996
  /**
2997
2997
  * Standard JavaScript object representation for UpdateIntentRequest
2998
2998
  */
@@ -3067,7 +3067,7 @@ export declare class DeleteIntentRequest implements GrpcMessage {
3067
3067
  */
3068
3068
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteIntentRequest.AsProtobufJSON;
3069
3069
  }
3070
- export declare module DeleteIntentRequest {
3070
+ export declare namespace DeleteIntentRequest {
3071
3071
  /**
3072
3072
  * Standard JavaScript object representation for DeleteIntentRequest
3073
3073
  */
@@ -3153,7 +3153,7 @@ export declare class BatchUpdateIntentsRequest implements GrpcMessage {
3153
3153
  */
3154
3154
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateIntentsRequest.AsProtobufJSON;
3155
3155
  }
3156
- export declare module BatchUpdateIntentsRequest {
3156
+ export declare namespace BatchUpdateIntentsRequest {
3157
3157
  /**
3158
3158
  * Standard JavaScript object representation for BatchUpdateIntentsRequest
3159
3159
  */
@@ -3237,7 +3237,7 @@ export declare class BatchUpdateIntentsResponse implements GrpcMessage {
3237
3237
  */
3238
3238
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateIntentsResponse.AsProtobufJSON;
3239
3239
  }
3240
- export declare module BatchUpdateIntentsResponse {
3240
+ export declare namespace BatchUpdateIntentsResponse {
3241
3241
  /**
3242
3242
  * Standard JavaScript object representation for BatchUpdateIntentsResponse
3243
3243
  */
@@ -3309,7 +3309,7 @@ export declare class BatchDeleteIntentsRequest implements GrpcMessage {
3309
3309
  */
3310
3310
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteIntentsRequest.AsProtobufJSON;
3311
3311
  }
3312
- export declare module BatchDeleteIntentsRequest {
3312
+ export declare namespace BatchDeleteIntentsRequest {
3313
3313
  /**
3314
3314
  * Standard JavaScript object representation for BatchDeleteIntentsRequest
3315
3315
  */
@@ -3380,7 +3380,7 @@ export declare class IntentBatch implements GrpcMessage {
3380
3380
  */
3381
3381
  toProtobufJSON(options?: ToProtobufJSONOptions): IntentBatch.AsProtobufJSON;
3382
3382
  }
3383
- export declare module IntentBatch {
3383
+ export declare namespace IntentBatch {
3384
3384
  /**
3385
3385
  * Standard JavaScript object representation for IntentBatch
3386
3386
  */
@@ -3452,7 +3452,7 @@ export declare class IntentSorting implements GrpcMessage {
3452
3452
  */
3453
3453
  toProtobufJSON(options?: ToProtobufJSONOptions): IntentSorting.AsProtobufJSON;
3454
3454
  }
3455
- export declare module IntentSorting {
3455
+ export declare namespace IntentSorting {
3456
3456
  /**
3457
3457
  * Standard JavaScript object representation for IntentSorting
3458
3458
  */
@@ -3535,7 +3535,7 @@ export declare class IntentTagRequest implements GrpcMessage {
3535
3535
  */
3536
3536
  toProtobufJSON(options?: ToProtobufJSONOptions): IntentTagRequest.AsProtobufJSON;
3537
3537
  }
3538
- export declare module IntentTagRequest {
3538
+ export declare namespace IntentTagRequest {
3539
3539
  /**
3540
3540
  * Standard JavaScript object representation for IntentTagRequest
3541
3541
  */
@@ -3606,7 +3606,7 @@ export declare class GetIntentTagsRequest implements GrpcMessage {
3606
3606
  */
3607
3607
  toProtobufJSON(options?: ToProtobufJSONOptions): GetIntentTagsRequest.AsProtobufJSON;
3608
3608
  }
3609
- export declare module GetIntentTagsRequest {
3609
+ export declare namespace GetIntentTagsRequest {
3610
3610
  /**
3611
3611
  * Standard JavaScript object representation for GetIntentTagsRequest
3612
3612
  */
@@ -3675,7 +3675,7 @@ export declare class GetIntentTagsResponse implements GrpcMessage {
3675
3675
  */
3676
3676
  toProtobufJSON(options?: ToProtobufJSONOptions): GetIntentTagsResponse.AsProtobufJSON;
3677
3677
  }
3678
- export declare module GetIntentTagsResponse {
3678
+ export declare namespace GetIntentTagsResponse {
3679
3679
  /**
3680
3680
  * Standard JavaScript object representation for GetIntentTagsResponse
3681
3681
  */
@@ -3744,7 +3744,7 @@ export declare class GetAllIntentTagsRequest implements GrpcMessage {
3744
3744
  */
3745
3745
  toProtobufJSON(options?: ToProtobufJSONOptions): GetAllIntentTagsRequest.AsProtobufJSON;
3746
3746
  }
3747
- export declare module GetAllIntentTagsRequest {
3747
+ export declare namespace GetAllIntentTagsRequest {
3748
3748
  /**
3749
3749
  * Standard JavaScript object representation for GetAllIntentTagsRequest
3750
3750
  */
@@ -3813,7 +3813,7 @@ export declare class BatchUpdateTrainingPhrasesRequest implements GrpcMessage {
3813
3813
  */
3814
3814
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateTrainingPhrasesRequest.AsProtobufJSON;
3815
3815
  }
3816
- export declare module BatchUpdateTrainingPhrasesRequest {
3816
+ export declare namespace BatchUpdateTrainingPhrasesRequest {
3817
3817
  /**
3818
3818
  * Standard JavaScript object representation for BatchUpdateTrainingPhrasesRequest
3819
3819
  */
@@ -3887,7 +3887,7 @@ export declare class TrainingPhraseStatus implements GrpcMessage {
3887
3887
  */
3888
3888
  toProtobufJSON(options?: ToProtobufJSONOptions): TrainingPhraseStatus.AsProtobufJSON;
3889
3889
  }
3890
- export declare module TrainingPhraseStatus {
3890
+ export declare namespace TrainingPhraseStatus {
3891
3891
  /**
3892
3892
  * Standard JavaScript object representation for TrainingPhraseStatus
3893
3893
  */
@@ -3966,7 +3966,7 @@ export declare class BatchTrainingPhrasesStatusResponse implements GrpcMessage {
3966
3966
  */
3967
3967
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchTrainingPhrasesStatusResponse.AsProtobufJSON;
3968
3968
  }
3969
- export declare module BatchTrainingPhrasesStatusResponse {
3969
+ export declare namespace BatchTrainingPhrasesStatusResponse {
3970
3970
  /**
3971
3971
  * Standard JavaScript object representation for BatchTrainingPhrasesStatusResponse
3972
3972
  */
@@ -4037,7 +4037,7 @@ export declare class BatchCreateTrainingPhrasesRequest implements GrpcMessage {
4037
4037
  */
4038
4038
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchCreateTrainingPhrasesRequest.AsProtobufJSON;
4039
4039
  }
4040
- export declare module BatchCreateTrainingPhrasesRequest {
4040
+ export declare namespace BatchCreateTrainingPhrasesRequest {
4041
4041
  /**
4042
4042
  * Standard JavaScript object representation for BatchCreateTrainingPhrasesRequest
4043
4043
  */
@@ -4108,7 +4108,7 @@ export declare module BatchCreateTrainingPhrasesRequest {
4108
4108
  */
4109
4109
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateTrainingPhraseRequest.AsProtobufJSON;
4110
4110
  }
4111
- module CreateTrainingPhraseRequest {
4111
+ namespace CreateTrainingPhraseRequest {
4112
4112
  /**
4113
4113
  * Standard JavaScript object representation for CreateTrainingPhraseRequest
4114
4114
  */
@@ -4180,7 +4180,7 @@ export declare class BatchGetTrainingPhrasesRequest implements GrpcMessage {
4180
4180
  */
4181
4181
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchGetTrainingPhrasesRequest.AsProtobufJSON;
4182
4182
  }
4183
- export declare module BatchGetTrainingPhrasesRequest {
4183
+ export declare namespace BatchGetTrainingPhrasesRequest {
4184
4184
  /**
4185
4185
  * Standard JavaScript object representation for BatchGetTrainingPhrasesRequest
4186
4186
  */
@@ -4249,7 +4249,7 @@ export declare class BatchDeleteTrainingPhrasesRequest implements GrpcMessage {
4249
4249
  */
4250
4250
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteTrainingPhrasesRequest.AsProtobufJSON;
4251
4251
  }
4252
- export declare module BatchDeleteTrainingPhrasesRequest {
4252
+ export declare namespace BatchDeleteTrainingPhrasesRequest {
4253
4253
  /**
4254
4254
  * Standard JavaScript object representation for BatchDeleteTrainingPhrasesRequest
4255
4255
  */
@@ -4321,7 +4321,7 @@ export declare class BatchDeleteTrainingPhrasesResponse implements GrpcMessage {
4321
4321
  */
4322
4322
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteTrainingPhrasesResponse.AsProtobufJSON;
4323
4323
  }
4324
- export declare module BatchDeleteTrainingPhrasesResponse {
4324
+ export declare namespace BatchDeleteTrainingPhrasesResponse {
4325
4325
  /**
4326
4326
  * Standard JavaScript object representation for BatchDeleteTrainingPhrasesResponse
4327
4327
  */
@@ -4396,7 +4396,7 @@ export declare module BatchDeleteTrainingPhrasesResponse {
4396
4396
  */
4397
4397
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteTrainingPhraseStatus.AsProtobufJSON;
4398
4398
  }
4399
- module DeleteTrainingPhraseStatus {
4399
+ namespace DeleteTrainingPhraseStatus {
4400
4400
  /**
4401
4401
  * Standard JavaScript object representation for DeleteTrainingPhraseStatus
4402
4402
  */
@@ -4479,7 +4479,7 @@ export declare class ListTrainingPhrasesRequest implements GrpcMessage {
4479
4479
  */
4480
4480
  toProtobufJSON(options?: ToProtobufJSONOptions): ListTrainingPhrasesRequest.AsProtobufJSON;
4481
4481
  }
4482
- export declare module ListTrainingPhrasesRequest {
4482
+ export declare namespace ListTrainingPhrasesRequest {
4483
4483
  /**
4484
4484
  * Standard JavaScript object representation for ListTrainingPhrasesRequest
4485
4485
  */
@@ -4555,7 +4555,7 @@ export declare class ListTrainingPhrasesResponse implements GrpcMessage {
4555
4555
  */
4556
4556
  toProtobufJSON(options?: ToProtobufJSONOptions): ListTrainingPhrasesResponse.AsProtobufJSON;
4557
4557
  }
4558
- export declare module ListTrainingPhrasesResponse {
4558
+ export declare namespace ListTrainingPhrasesResponse {
4559
4559
  /**
4560
4560
  * Standard JavaScript object representation for ListTrainingPhrasesResponse
4561
4561
  */
@@ -4629,7 +4629,7 @@ export declare class BatchResponseMessagesStatusResponse implements GrpcMessage
4629
4629
  */
4630
4630
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchResponseMessagesStatusResponse.AsProtobufJSON;
4631
4631
  }
4632
- export declare module BatchResponseMessagesStatusResponse {
4632
+ export declare namespace BatchResponseMessagesStatusResponse {
4633
4633
  /**
4634
4634
  * Standard JavaScript object representation for BatchResponseMessagesStatusResponse
4635
4635
  */
@@ -4704,7 +4704,7 @@ export declare module BatchResponseMessagesStatusResponse {
4704
4704
  */
4705
4705
  toProtobufJSON(options?: ToProtobufJSONOptions): ResponseMessageStatus.AsProtobufJSON;
4706
4706
  }
4707
- module ResponseMessageStatus {
4707
+ namespace ResponseMessageStatus {
4708
4708
  /**
4709
4709
  * Standard JavaScript object representation for ResponseMessageStatus
4710
4710
  */
@@ -4781,7 +4781,7 @@ export declare class BatchCreateResponseMessagesRequest implements GrpcMessage {
4781
4781
  */
4782
4782
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchCreateResponseMessagesRequest.AsProtobufJSON;
4783
4783
  }
4784
- export declare module BatchCreateResponseMessagesRequest {
4784
+ export declare namespace BatchCreateResponseMessagesRequest {
4785
4785
  /**
4786
4786
  * Standard JavaScript object representation for BatchCreateResponseMessagesRequest
4787
4787
  */
@@ -4852,7 +4852,7 @@ export declare module BatchCreateResponseMessagesRequest {
4852
4852
  */
4853
4853
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateResponseMessageRequest.AsProtobufJSON;
4854
4854
  }
4855
- module CreateResponseMessageRequest {
4855
+ namespace CreateResponseMessageRequest {
4856
4856
  /**
4857
4857
  * Standard JavaScript object representation for CreateResponseMessageRequest
4858
4858
  */
@@ -4924,7 +4924,7 @@ export declare class BatchUpdateResponseMessagesRequest implements GrpcMessage {
4924
4924
  */
4925
4925
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateResponseMessagesRequest.AsProtobufJSON;
4926
4926
  }
4927
- export declare module BatchUpdateResponseMessagesRequest {
4927
+ export declare namespace BatchUpdateResponseMessagesRequest {
4928
4928
  /**
4929
4929
  * Standard JavaScript object representation for BatchUpdateResponseMessagesRequest
4930
4930
  */
@@ -4993,7 +4993,7 @@ export declare class BatchGetResponseMessagesRequest implements GrpcMessage {
4993
4993
  */
4994
4994
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchGetResponseMessagesRequest.AsProtobufJSON;
4995
4995
  }
4996
- export declare module BatchGetResponseMessagesRequest {
4996
+ export declare namespace BatchGetResponseMessagesRequest {
4997
4997
  /**
4998
4998
  * Standard JavaScript object representation for BatchGetResponseMessagesRequest
4999
4999
  */
@@ -5062,7 +5062,7 @@ export declare class BatchDeleteResponseMessagesRequest implements GrpcMessage {
5062
5062
  */
5063
5063
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteResponseMessagesRequest.AsProtobufJSON;
5064
5064
  }
5065
- export declare module BatchDeleteResponseMessagesRequest {
5065
+ export declare namespace BatchDeleteResponseMessagesRequest {
5066
5066
  /**
5067
5067
  * Standard JavaScript object representation for BatchDeleteResponseMessagesRequest
5068
5068
  */
@@ -5134,7 +5134,7 @@ export declare class BatchDeleteResponseMessagesResponse implements GrpcMessage
5134
5134
  */
5135
5135
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteResponseMessagesResponse.AsProtobufJSON;
5136
5136
  }
5137
- export declare module BatchDeleteResponseMessagesResponse {
5137
+ export declare namespace BatchDeleteResponseMessagesResponse {
5138
5138
  /**
5139
5139
  * Standard JavaScript object representation for BatchDeleteResponseMessagesResponse
5140
5140
  */
@@ -5209,7 +5209,7 @@ export declare module BatchDeleteResponseMessagesResponse {
5209
5209
  */
5210
5210
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteResponseMessageStatus.AsProtobufJSON;
5211
5211
  }
5212
- module DeleteResponseMessageStatus {
5212
+ namespace DeleteResponseMessageStatus {
5213
5213
  /**
5214
5214
  * Standard JavaScript object representation for DeleteResponseMessageStatus
5215
5215
  */
@@ -5292,7 +5292,7 @@ export declare class ListResponseMessagesRequest implements GrpcMessage {
5292
5292
  */
5293
5293
  toProtobufJSON(options?: ToProtobufJSONOptions): ListResponseMessagesRequest.AsProtobufJSON;
5294
5294
  }
5295
- export declare module ListResponseMessagesRequest {
5295
+ export declare namespace ListResponseMessagesRequest {
5296
5296
  /**
5297
5297
  * Standard JavaScript object representation for ListResponseMessagesRequest
5298
5298
  */
@@ -5368,7 +5368,7 @@ export declare class ListResponseMessagesResponse implements GrpcMessage {
5368
5368
  */
5369
5369
  toProtobufJSON(options?: ToProtobufJSONOptions): ListResponseMessagesResponse.AsProtobufJSON;
5370
5370
  }
5371
- export declare module ListResponseMessagesResponse {
5371
+ export declare namespace ListResponseMessagesResponse {
5372
5372
  /**
5373
5373
  * Standard JavaScript object representation for ListResponseMessagesResponse
5374
5374
  */
@@ -5442,7 +5442,7 @@ export declare class BatchParametersStatusResponse implements GrpcMessage {
5442
5442
  */
5443
5443
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchParametersStatusResponse.AsProtobufJSON;
5444
5444
  }
5445
- export declare module BatchParametersStatusResponse {
5445
+ export declare namespace BatchParametersStatusResponse {
5446
5446
  /**
5447
5447
  * Standard JavaScript object representation for BatchParametersStatusResponse
5448
5448
  */
@@ -5517,7 +5517,7 @@ export declare module BatchParametersStatusResponse {
5517
5517
  */
5518
5518
  toProtobufJSON(options?: ToProtobufJSONOptions): ParameterStatus.AsProtobufJSON;
5519
5519
  }
5520
- module ParameterStatus {
5520
+ namespace ParameterStatus {
5521
5521
  /**
5522
5522
  * Standard JavaScript object representation for ParameterStatus
5523
5523
  */
@@ -5594,7 +5594,7 @@ export declare class BatchCreateParametersRequest implements GrpcMessage {
5594
5594
  */
5595
5595
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchCreateParametersRequest.AsProtobufJSON;
5596
5596
  }
5597
- export declare module BatchCreateParametersRequest {
5597
+ export declare namespace BatchCreateParametersRequest {
5598
5598
  /**
5599
5599
  * Standard JavaScript object representation for BatchCreateParametersRequest
5600
5600
  */
@@ -5665,7 +5665,7 @@ export declare module BatchCreateParametersRequest {
5665
5665
  */
5666
5666
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateParameterRequest.AsProtobufJSON;
5667
5667
  }
5668
- module CreateParameterRequest {
5668
+ namespace CreateParameterRequest {
5669
5669
  /**
5670
5670
  * Standard JavaScript object representation for CreateParameterRequest
5671
5671
  */
@@ -5737,7 +5737,7 @@ export declare class BatchUpdateParametersRequest implements GrpcMessage {
5737
5737
  */
5738
5738
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateParametersRequest.AsProtobufJSON;
5739
5739
  }
5740
- export declare module BatchUpdateParametersRequest {
5740
+ export declare namespace BatchUpdateParametersRequest {
5741
5741
  /**
5742
5742
  * Standard JavaScript object representation for BatchUpdateParametersRequest
5743
5743
  */
@@ -5806,7 +5806,7 @@ export declare class BatchGetParametersRequest implements GrpcMessage {
5806
5806
  */
5807
5807
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchGetParametersRequest.AsProtobufJSON;
5808
5808
  }
5809
- export declare module BatchGetParametersRequest {
5809
+ export declare namespace BatchGetParametersRequest {
5810
5810
  /**
5811
5811
  * Standard JavaScript object representation for BatchGetParametersRequest
5812
5812
  */
@@ -5875,7 +5875,7 @@ export declare class BatchDeleteParametersRequest implements GrpcMessage {
5875
5875
  */
5876
5876
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteParametersRequest.AsProtobufJSON;
5877
5877
  }
5878
- export declare module BatchDeleteParametersRequest {
5878
+ export declare namespace BatchDeleteParametersRequest {
5879
5879
  /**
5880
5880
  * Standard JavaScript object representation for BatchDeleteParametersRequest
5881
5881
  */
@@ -5947,7 +5947,7 @@ export declare class BatchDeleteParametersResponse implements GrpcMessage {
5947
5947
  */
5948
5948
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteParametersResponse.AsProtobufJSON;
5949
5949
  }
5950
- export declare module BatchDeleteParametersResponse {
5950
+ export declare namespace BatchDeleteParametersResponse {
5951
5951
  /**
5952
5952
  * Standard JavaScript object representation for BatchDeleteParametersResponse
5953
5953
  */
@@ -6022,7 +6022,7 @@ export declare module BatchDeleteParametersResponse {
6022
6022
  */
6023
6023
  toProtobufJSON(options?: ToProtobufJSONOptions): DeleteParameterStatus.AsProtobufJSON;
6024
6024
  }
6025
- module DeleteParameterStatus {
6025
+ namespace DeleteParameterStatus {
6026
6026
  /**
6027
6027
  * Standard JavaScript object representation for DeleteParameterStatus
6028
6028
  */
@@ -6105,7 +6105,7 @@ export declare class ListParametersRequest implements GrpcMessage {
6105
6105
  */
6106
6106
  toProtobufJSON(options?: ToProtobufJSONOptions): ListParametersRequest.AsProtobufJSON;
6107
6107
  }
6108
- export declare module ListParametersRequest {
6108
+ export declare namespace ListParametersRequest {
6109
6109
  /**
6110
6110
  * Standard JavaScript object representation for ListParametersRequest
6111
6111
  */
@@ -6181,7 +6181,7 @@ export declare class ListParametersResponse implements GrpcMessage {
6181
6181
  */
6182
6182
  toProtobufJSON(options?: ToProtobufJSONOptions): ListParametersResponse.AsProtobufJSON;
6183
6183
  }
6184
- export declare module ListParametersResponse {
6184
+ export declare namespace ListParametersResponse {
6185
6185
  /**
6186
6186
  * Standard JavaScript object representation for ListParametersResponse
6187
6187
  */
@@ -6261,7 +6261,7 @@ export declare class ListTrainingPhrasesofIntentsWithEnrichmentRequest implement
6261
6261
  */
6262
6262
  toProtobufJSON(options?: ToProtobufJSONOptions): ListTrainingPhrasesofIntentsWithEnrichmentRequest.AsProtobufJSON;
6263
6263
  }
6264
- export declare module ListTrainingPhrasesofIntentsWithEnrichmentRequest {
6264
+ export declare namespace ListTrainingPhrasesofIntentsWithEnrichmentRequest {
6265
6265
  /**
6266
6266
  * Standard JavaScript object representation for ListTrainingPhrasesofIntentsWithEnrichmentRequest
6267
6267
  */
@@ -6339,7 +6339,7 @@ export declare class ListTrainingPhrasesofIntentsWithEnrichmentResponse implemen
6339
6339
  */
6340
6340
  toProtobufJSON(options?: ToProtobufJSONOptions): ListTrainingPhrasesofIntentsWithEnrichmentResponse.AsProtobufJSON;
6341
6341
  }
6342
- export declare module ListTrainingPhrasesofIntentsWithEnrichmentResponse {
6342
+ export declare namespace ListTrainingPhrasesofIntentsWithEnrichmentResponse {
6343
6343
  /**
6344
6344
  * Standard JavaScript object representation for ListTrainingPhrasesofIntentsWithEnrichmentResponse
6345
6345
  */
@@ -119,7 +119,7 @@ export declare class OperationMetadata implements GrpcMessage {
119
119
  */
120
120
  toProtobufJSON(options?: ToProtobufJSONOptions): OperationMetadata.AsProtobufJSON;
121
121
  }
122
- export declare module OperationMetadata {
122
+ export declare namespace OperationMetadata {
123
123
  /**
124
124
  * Standard JavaScript object representation for OperationMetadata
125
125
  */