@ondewo/csi-client-angular 3.2.0 → 4.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 (73) hide show
  1. package/README.md +2 -5
  2. package/api/ondewo/csi/conversation.pb.d.ts +24 -24
  3. package/api/ondewo/nlu/agent.pb.d.ts +258 -18
  4. package/api/ondewo/nlu/agent.pbsc.d.ts +141 -60
  5. package/api/ondewo/nlu/ccai-project.pb.d.ts +1337 -0
  6. package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
  7. package/api/ondewo/nlu/ccai-project.pbsc.d.ts +102 -0
  8. package/api/ondewo/nlu/common.pb.d.ts +957 -0
  9. package/api/ondewo/nlu/context.pb.d.ts +41 -0
  10. package/api/ondewo/nlu/entity-type.pb.d.ts +55 -14
  11. package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
  12. package/api/ondewo/nlu/intent.pb.d.ts +129 -9
  13. package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
  14. package/api/ondewo/nlu/operation-metadata.pb.d.ts +22 -1
  15. package/api/ondewo/nlu/project-role.pb.d.ts +26 -5
  16. package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
  17. package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
  18. package/api/ondewo/nlu/session.pb.d.ts +1593 -146
  19. package/api/ondewo/nlu/session.pbsc.d.ts +150 -5
  20. package/api/ondewo/nlu/user.pb.d.ts +761 -18
  21. package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
  22. package/api/ondewo/nlu/webhook.pb.d.ts +545 -10
  23. package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
  24. package/api/ondewo/s2t/speech-to-text.pb.d.ts +66 -315
  25. package/api/ondewo/t2s/text-to-speech.pb.d.ts +391 -5
  26. package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
  27. package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
  28. package/esm2022/api/google/api/http.pb.mjs +8 -25
  29. package/esm2022/api/google/rpc/status.pb.mjs +3 -7
  30. package/esm2022/api/google/type/latlng.pb.mjs +3 -6
  31. package/esm2022/api/ondewo/csi/conversation.pb.mjs +57 -111
  32. package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +174 -177
  33. package/esm2022/api/ondewo/nlu/agent.pb.mjs +1053 -502
  34. package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +899 -751
  35. package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +61 -197
  36. package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +156 -159
  37. package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2490 -0
  38. package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
  39. package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +194 -0
  40. package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -5
  41. package/esm2022/api/ondewo/nlu/context.pb.mjs +170 -52
  42. package/esm2022/api/ondewo/nlu/context.pbsc.mjs +120 -123
  43. package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +224 -177
  44. package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +302 -305
  45. package/esm2022/api/ondewo/nlu/intent.pb.mjs +593 -414
  46. package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +499 -502
  47. package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +78 -24
  48. package/esm2022/api/ondewo/nlu/operations.pb.mjs +18 -46
  49. package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +84 -87
  50. package/esm2022/api/ondewo/nlu/project-role.pb.mjs +96 -51
  51. package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +104 -107
  52. package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +9 -20
  53. package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +156 -159
  54. package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +3 -5
  55. package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +71 -74
  56. package/esm2022/api/ondewo/nlu/session.pb.mjs +3086 -623
  57. package/esm2022/api/ondewo/nlu/session.pbsc.mjs +789 -521
  58. package/esm2022/api/ondewo/nlu/user.pb.mjs +1392 -123
  59. package/esm2022/api/ondewo/nlu/user.pbsc.mjs +497 -289
  60. package/esm2022/api/ondewo/nlu/utility.pb.mjs +42 -140
  61. package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +156 -159
  62. package/esm2022/api/ondewo/nlu/webhook.pb.mjs +925 -54
  63. package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +157 -69
  64. package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +327 -990
  65. package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +282 -285
  66. package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +964 -365
  67. package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
  68. package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +307 -343
  69. package/esm2022/public-api.mjs +4 -1
  70. package/fesm2022/ondewo-csi-client-angular.mjs +45360 -34604
  71. package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
  72. package/package.json +5 -5
  73. package/public-api.d.ts +3 -0
@@ -1,7 +1,9 @@
1
1
  import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
2
  import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
- import * as googleProtobuf003 from '@ngx-grpc/well-known-types';
4
- import * as ondewoNlu005 from '../../ondewo/nlu/project-role.pb';
3
+ import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
4
+ import * as googleProtobuf005 from '@ngx-grpc/well-known-types';
5
+ import * as ondewoNlu006 from '../../ondewo/nlu/project-role.pb';
6
+ import * as ondewoNlu007 from '../../ondewo/nlu/common.pb';
5
7
  export declare enum DefaultServerRole {
6
8
  SERVER_UNSPECIFIED = 0,
7
9
  SERVER_USER = 1,
@@ -40,6 +42,11 @@ export declare class User implements GrpcMessage {
40
42
  private _displayName;
41
43
  private _serverRoleId;
42
44
  private _userEmail;
45
+ private _userProfilePicture;
46
+ private _createdAt?;
47
+ private _modifiedAt?;
48
+ private _createdBy;
49
+ private _modifiedBy;
43
50
  /**
44
51
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
45
52
  * @param _value initial values object or instance of User to deeply clone from
@@ -53,6 +60,16 @@ export declare class User implements GrpcMessage {
53
60
  set serverRoleId(value: number);
54
61
  get userEmail(): string;
55
62
  set userEmail(value: string);
63
+ get userProfilePicture(): Uint8Array;
64
+ set userProfilePicture(value: Uint8Array);
65
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
66
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
67
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
68
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
69
+ get createdBy(): string;
70
+ set createdBy(value: string);
71
+ get modifiedBy(): string;
72
+ set modifiedBy(value: string);
56
73
  /**
57
74
  * Serialize message to binary data
58
75
  * @param instance message instance
@@ -82,6 +99,11 @@ export declare module User {
82
99
  displayName: string;
83
100
  serverRoleId: number;
84
101
  userEmail: string;
102
+ userProfilePicture: Uint8Array;
103
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
104
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
105
+ createdBy: string;
106
+ modifiedBy: string;
85
107
  }
86
108
  /**
87
109
  * Protobuf JSON representation for User
@@ -91,6 +113,11 @@ export declare module User {
91
113
  displayName: string;
92
114
  serverRoleId: number;
93
115
  userEmail: string;
116
+ userProfilePicture: string;
117
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
118
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
119
+ createdBy: string;
120
+ modifiedBy: string;
94
121
  }
95
122
  }
96
123
  /**
@@ -130,10 +157,10 @@ export declare class UserInfo implements GrpcMessage {
130
157
  get user(): User | undefined;
131
158
  set user(value: User | undefined);
132
159
  get projectRoles(): {
133
- [prop: string]: ondewoNlu005.ProjectRole;
160
+ [prop: string]: ondewoNlu006.ProjectRole;
134
161
  };
135
162
  set projectRoles(value: {
136
- [prop: string]: ondewoNlu005.ProjectRole;
163
+ [prop: string]: ondewoNlu006.ProjectRole;
137
164
  });
138
165
  /**
139
166
  * Serialize message to binary data
@@ -162,7 +189,7 @@ export declare module UserInfo {
162
189
  interface AsObject {
163
190
  user?: User.AsObject;
164
191
  projectRoles: {
165
- [prop: string]: ondewoNlu005.ProjectRole;
192
+ [prop: string]: ondewoNlu006.ProjectRole;
166
193
  };
167
194
  }
168
195
  /**
@@ -171,7 +198,7 @@ export declare module UserInfo {
171
198
  interface AsProtobufJSON {
172
199
  user: User.AsProtobufJSON | null;
173
200
  projectRoles: {
174
- [prop: string]: ondewoNlu005.ProjectRole;
201
+ [prop: string]: ondewoNlu006.ProjectRole;
175
202
  };
176
203
  }
177
204
  /**
@@ -210,8 +237,8 @@ export declare module UserInfo {
210
237
  constructor(_value?: RecursivePartial<ProjectRolesEntry.AsObject>);
211
238
  get key(): string;
212
239
  set key(value: string);
213
- get value(): ondewoNlu005.ProjectRole | undefined;
214
- set value(value: ondewoNlu005.ProjectRole | undefined);
240
+ get value(): ondewoNlu006.ProjectRole | undefined;
241
+ set value(value: ondewoNlu006.ProjectRole | undefined);
215
242
  /**
216
243
  * Serialize message to binary data
217
244
  * @param instance message instance
@@ -238,14 +265,14 @@ export declare module UserInfo {
238
265
  */
239
266
  interface AsObject {
240
267
  key: string;
241
- value?: ondewoNlu005.ProjectRole.AsObject;
268
+ value?: ondewoNlu006.ProjectRole.AsObject;
242
269
  }
243
270
  /**
244
271
  * Protobuf JSON representation for ProjectRolesEntry
245
272
  */
246
273
  interface AsProtobufJSON {
247
274
  key: string;
248
- value: ondewoNlu005.ProjectRole.AsProtobufJSON | null;
275
+ value: ondewoNlu006.ProjectRole.AsProtobufJSON | null;
249
276
  }
250
277
  }
251
278
  }
@@ -362,8 +389,8 @@ export declare class UpdateUserRequest implements GrpcMessage {
362
389
  set user(value: User | undefined);
363
390
  get password(): string;
364
391
  set password(value: string);
365
- get updateMask(): googleProtobuf003.FieldMask | undefined;
366
- set updateMask(value: googleProtobuf003.FieldMask | undefined);
392
+ get updateMask(): googleProtobuf004.FieldMask | undefined;
393
+ set updateMask(value: googleProtobuf004.FieldMask | undefined);
367
394
  /**
368
395
  * Serialize message to binary data
369
396
  * @param instance message instance
@@ -391,7 +418,7 @@ export declare module UpdateUserRequest {
391
418
  interface AsObject {
392
419
  user?: User.AsObject;
393
420
  password: string;
394
- updateMask?: googleProtobuf003.FieldMask.AsObject;
421
+ updateMask?: googleProtobuf004.FieldMask.AsObject;
395
422
  }
396
423
  /**
397
424
  * Protobuf JSON representation for UpdateUserRequest
@@ -399,7 +426,7 @@ export declare module UpdateUserRequest {
399
426
  interface AsProtobufJSON {
400
427
  user: User.AsProtobufJSON | null;
401
428
  password: string;
402
- updateMask: googleProtobuf003.FieldMask.AsProtobufJSON | null;
429
+ updateMask: googleProtobuf004.FieldMask.AsProtobufJSON | null;
403
430
  }
404
431
  }
405
432
  /**
@@ -799,6 +826,10 @@ export declare class ServerRole implements GrpcMessage {
799
826
  private _roleId;
800
827
  private _name;
801
828
  private _permissions;
829
+ private _createdAt?;
830
+ private _modifiedAt?;
831
+ private _createdBy;
832
+ private _modifiedBy;
802
833
  /**
803
834
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
804
835
  * @param _value initial values object or instance of ServerRole to deeply clone from
@@ -810,6 +841,14 @@ export declare class ServerRole implements GrpcMessage {
810
841
  set name(value: string);
811
842
  get permissions(): string[];
812
843
  set permissions(value: string[]);
844
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
845
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
846
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
847
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
848
+ get createdBy(): string;
849
+ set createdBy(value: string);
850
+ get modifiedBy(): string;
851
+ set modifiedBy(value: string);
813
852
  /**
814
853
  * Serialize message to binary data
815
854
  * @param instance message instance
@@ -838,6 +877,10 @@ export declare module ServerRole {
838
877
  roleId: number;
839
878
  name: string;
840
879
  permissions: string[];
880
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
881
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
882
+ createdBy: string;
883
+ modifiedBy: string;
841
884
  }
842
885
  /**
843
886
  * Protobuf JSON representation for ServerRole
@@ -846,6 +889,10 @@ export declare module ServerRole {
846
889
  roleId: number;
847
890
  name: string;
848
891
  permissions: string[];
892
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
893
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
894
+ createdBy: string;
895
+ modifiedBy: string;
849
896
  }
850
897
  }
851
898
  /**
@@ -953,8 +1000,8 @@ export declare class UpdateServerRoleRequest implements GrpcMessage {
953
1000
  constructor(_value?: RecursivePartial<UpdateServerRoleRequest.AsObject>);
954
1001
  get role(): ServerRole | undefined;
955
1002
  set role(value: ServerRole | undefined);
956
- get updateMask(): googleProtobuf003.FieldMask | undefined;
957
- set updateMask(value: googleProtobuf003.FieldMask | undefined);
1003
+ get updateMask(): googleProtobuf004.FieldMask | undefined;
1004
+ set updateMask(value: googleProtobuf004.FieldMask | undefined);
958
1005
  /**
959
1006
  * Serialize message to binary data
960
1007
  * @param instance message instance
@@ -981,14 +1028,14 @@ export declare module UpdateServerRoleRequest {
981
1028
  */
982
1029
  interface AsObject {
983
1030
  role?: ServerRole.AsObject;
984
- updateMask?: googleProtobuf003.FieldMask.AsObject;
1031
+ updateMask?: googleProtobuf004.FieldMask.AsObject;
985
1032
  }
986
1033
  /**
987
1034
  * Protobuf JSON representation for UpdateServerRoleRequest
988
1035
  */
989
1036
  interface AsProtobufJSON {
990
1037
  role: ServerRole.AsProtobufJSON | null;
991
- updateMask: googleProtobuf003.FieldMask.AsProtobufJSON | null;
1038
+ updateMask: googleProtobuf004.FieldMask.AsProtobufJSON | null;
992
1039
  }
993
1040
  }
994
1041
  /**
@@ -1575,3 +1622,699 @@ export declare module LoginResponse {
1575
1622
  authToken: string;
1576
1623
  }
1577
1624
  }
1625
+ /**
1626
+ * Message implementation for ondewo.nlu.GetUserPreferencesRequest
1627
+ */
1628
+ export declare class GetUserPreferencesRequest implements GrpcMessage {
1629
+ static id: string;
1630
+ /**
1631
+ * Deserialize binary data to message
1632
+ * @param instance message instance
1633
+ */
1634
+ static deserializeBinary(bytes: ByteSource): GetUserPreferencesRequest;
1635
+ /**
1636
+ * Check all the properties and set default protobuf values if necessary
1637
+ * @param _instance message instance
1638
+ */
1639
+ static refineValues(_instance: GetUserPreferencesRequest): void;
1640
+ /**
1641
+ * Deserializes / reads binary message into message instance using provided binary reader
1642
+ * @param _instance message instance
1643
+ * @param _reader binary reader instance
1644
+ */
1645
+ static deserializeBinaryFromReader(_instance: GetUserPreferencesRequest, _reader: BinaryReader): void;
1646
+ /**
1647
+ * Serializes a message to binary format using provided binary reader
1648
+ * @param _instance message instance
1649
+ * @param _writer binary writer instance
1650
+ */
1651
+ static serializeBinaryToWriter(_instance: GetUserPreferencesRequest, _writer: BinaryWriter): void;
1652
+ private _userName;
1653
+ private _keys;
1654
+ private _regexInclude;
1655
+ /**
1656
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1657
+ * @param _value initial values object or instance of GetUserPreferencesRequest to deeply clone from
1658
+ */
1659
+ constructor(_value?: RecursivePartial<GetUserPreferencesRequest.AsObject>);
1660
+ get userName(): string;
1661
+ set userName(value: string);
1662
+ get keys(): string[];
1663
+ set keys(value: string[]);
1664
+ get regexInclude(): string;
1665
+ set regexInclude(value: string);
1666
+ /**
1667
+ * Serialize message to binary data
1668
+ * @param instance message instance
1669
+ */
1670
+ serializeBinary(): any;
1671
+ /**
1672
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1673
+ */
1674
+ toObject(): GetUserPreferencesRequest.AsObject;
1675
+ /**
1676
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1677
+ */
1678
+ toJSON(): GetUserPreferencesRequest.AsObject;
1679
+ /**
1680
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1681
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1682
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1683
+ */
1684
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetUserPreferencesRequest.AsProtobufJSON;
1685
+ }
1686
+ export declare module GetUserPreferencesRequest {
1687
+ /**
1688
+ * Standard JavaScript object representation for GetUserPreferencesRequest
1689
+ */
1690
+ interface AsObject {
1691
+ userName: string;
1692
+ keys: string[];
1693
+ regexInclude: string;
1694
+ }
1695
+ /**
1696
+ * Protobuf JSON representation for GetUserPreferencesRequest
1697
+ */
1698
+ interface AsProtobufJSON {
1699
+ userName: string;
1700
+ keys: string[];
1701
+ regexInclude: string;
1702
+ }
1703
+ }
1704
+ /**
1705
+ * Message implementation for ondewo.nlu.GetUserPreferencesResponse
1706
+ */
1707
+ export declare class GetUserPreferencesResponse implements GrpcMessage {
1708
+ static id: string;
1709
+ /**
1710
+ * Deserialize binary data to message
1711
+ * @param instance message instance
1712
+ */
1713
+ static deserializeBinary(bytes: ByteSource): GetUserPreferencesResponse;
1714
+ /**
1715
+ * Check all the properties and set default protobuf values if necessary
1716
+ * @param _instance message instance
1717
+ */
1718
+ static refineValues(_instance: GetUserPreferencesResponse): void;
1719
+ /**
1720
+ * Deserializes / reads binary message into message instance using provided binary reader
1721
+ * @param _instance message instance
1722
+ * @param _reader binary reader instance
1723
+ */
1724
+ static deserializeBinaryFromReader(_instance: GetUserPreferencesResponse, _reader: BinaryReader): void;
1725
+ /**
1726
+ * Serializes a message to binary format using provided binary reader
1727
+ * @param _instance message instance
1728
+ * @param _writer binary writer instance
1729
+ */
1730
+ static serializeBinaryToWriter(_instance: GetUserPreferencesResponse, _writer: BinaryWriter): void;
1731
+ private _userName;
1732
+ private _keyValuePairs?;
1733
+ private _errorMessage;
1734
+ /**
1735
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1736
+ * @param _value initial values object or instance of GetUserPreferencesResponse to deeply clone from
1737
+ */
1738
+ constructor(_value?: RecursivePartial<GetUserPreferencesResponse.AsObject>);
1739
+ get userName(): string;
1740
+ set userName(value: string);
1741
+ get keyValuePairs(): ondewoNlu007.KeyValuePair[] | undefined;
1742
+ set keyValuePairs(value: ondewoNlu007.KeyValuePair[] | undefined);
1743
+ get errorMessage(): string;
1744
+ set errorMessage(value: string);
1745
+ /**
1746
+ * Serialize message to binary data
1747
+ * @param instance message instance
1748
+ */
1749
+ serializeBinary(): any;
1750
+ /**
1751
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1752
+ */
1753
+ toObject(): GetUserPreferencesResponse.AsObject;
1754
+ /**
1755
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1756
+ */
1757
+ toJSON(): GetUserPreferencesResponse.AsObject;
1758
+ /**
1759
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1760
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1761
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1762
+ */
1763
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetUserPreferencesResponse.AsProtobufJSON;
1764
+ }
1765
+ export declare module GetUserPreferencesResponse {
1766
+ /**
1767
+ * Standard JavaScript object representation for GetUserPreferencesResponse
1768
+ */
1769
+ interface AsObject {
1770
+ userName: string;
1771
+ keyValuePairs?: ondewoNlu007.KeyValuePair.AsObject[];
1772
+ errorMessage: string;
1773
+ }
1774
+ /**
1775
+ * Protobuf JSON representation for GetUserPreferencesResponse
1776
+ */
1777
+ interface AsProtobufJSON {
1778
+ userName: string;
1779
+ keyValuePairs: ondewoNlu007.KeyValuePair.AsProtobufJSON[] | null;
1780
+ errorMessage: string;
1781
+ }
1782
+ }
1783
+ /**
1784
+ * Message implementation for ondewo.nlu.SetUserPreferencesRequest
1785
+ */
1786
+ export declare class SetUserPreferencesRequest implements GrpcMessage {
1787
+ static id: string;
1788
+ /**
1789
+ * Deserialize binary data to message
1790
+ * @param instance message instance
1791
+ */
1792
+ static deserializeBinary(bytes: ByteSource): SetUserPreferencesRequest;
1793
+ /**
1794
+ * Check all the properties and set default protobuf values if necessary
1795
+ * @param _instance message instance
1796
+ */
1797
+ static refineValues(_instance: SetUserPreferencesRequest): void;
1798
+ /**
1799
+ * Deserializes / reads binary message into message instance using provided binary reader
1800
+ * @param _instance message instance
1801
+ * @param _reader binary reader instance
1802
+ */
1803
+ static deserializeBinaryFromReader(_instance: SetUserPreferencesRequest, _reader: BinaryReader): void;
1804
+ /**
1805
+ * Serializes a message to binary format using provided binary reader
1806
+ * @param _instance message instance
1807
+ * @param _writer binary writer instance
1808
+ */
1809
+ static serializeBinaryToWriter(_instance: SetUserPreferencesRequest, _writer: BinaryWriter): void;
1810
+ private _userName;
1811
+ private _keyValuePairs?;
1812
+ /**
1813
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1814
+ * @param _value initial values object or instance of SetUserPreferencesRequest to deeply clone from
1815
+ */
1816
+ constructor(_value?: RecursivePartial<SetUserPreferencesRequest.AsObject>);
1817
+ get userName(): string;
1818
+ set userName(value: string);
1819
+ get keyValuePairs(): ondewoNlu007.KeyValuePair[] | undefined;
1820
+ set keyValuePairs(value: ondewoNlu007.KeyValuePair[] | undefined);
1821
+ /**
1822
+ * Serialize message to binary data
1823
+ * @param instance message instance
1824
+ */
1825
+ serializeBinary(): any;
1826
+ /**
1827
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1828
+ */
1829
+ toObject(): SetUserPreferencesRequest.AsObject;
1830
+ /**
1831
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1832
+ */
1833
+ toJSON(): SetUserPreferencesRequest.AsObject;
1834
+ /**
1835
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1836
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1837
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1838
+ */
1839
+ toProtobufJSON(options?: ToProtobufJSONOptions): SetUserPreferencesRequest.AsProtobufJSON;
1840
+ }
1841
+ export declare module SetUserPreferencesRequest {
1842
+ /**
1843
+ * Standard JavaScript object representation for SetUserPreferencesRequest
1844
+ */
1845
+ interface AsObject {
1846
+ userName: string;
1847
+ keyValuePairs?: ondewoNlu007.KeyValuePair.AsObject[];
1848
+ }
1849
+ /**
1850
+ * Protobuf JSON representation for SetUserPreferencesRequest
1851
+ */
1852
+ interface AsProtobufJSON {
1853
+ userName: string;
1854
+ keyValuePairs: ondewoNlu007.KeyValuePair.AsProtobufJSON[] | null;
1855
+ }
1856
+ }
1857
+ /**
1858
+ * Message implementation for ondewo.nlu.SetUserPreferencesResponse
1859
+ */
1860
+ export declare class SetUserPreferencesResponse implements GrpcMessage {
1861
+ static id: string;
1862
+ /**
1863
+ * Deserialize binary data to message
1864
+ * @param instance message instance
1865
+ */
1866
+ static deserializeBinary(bytes: ByteSource): SetUserPreferencesResponse;
1867
+ /**
1868
+ * Check all the properties and set default protobuf values if necessary
1869
+ * @param _instance message instance
1870
+ */
1871
+ static refineValues(_instance: SetUserPreferencesResponse): void;
1872
+ /**
1873
+ * Deserializes / reads binary message into message instance using provided binary reader
1874
+ * @param _instance message instance
1875
+ * @param _reader binary reader instance
1876
+ */
1877
+ static deserializeBinaryFromReader(_instance: SetUserPreferencesResponse, _reader: BinaryReader): void;
1878
+ /**
1879
+ * Serializes a message to binary format using provided binary reader
1880
+ * @param _instance message instance
1881
+ * @param _writer binary writer instance
1882
+ */
1883
+ static serializeBinaryToWriter(_instance: SetUserPreferencesResponse, _writer: BinaryWriter): void;
1884
+ private _userName;
1885
+ private _keys;
1886
+ private _errorMessage;
1887
+ /**
1888
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1889
+ * @param _value initial values object or instance of SetUserPreferencesResponse to deeply clone from
1890
+ */
1891
+ constructor(_value?: RecursivePartial<SetUserPreferencesResponse.AsObject>);
1892
+ get userName(): string;
1893
+ set userName(value: string);
1894
+ get keys(): string[];
1895
+ set keys(value: string[]);
1896
+ get errorMessage(): string;
1897
+ set errorMessage(value: string);
1898
+ /**
1899
+ * Serialize message to binary data
1900
+ * @param instance message instance
1901
+ */
1902
+ serializeBinary(): any;
1903
+ /**
1904
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1905
+ */
1906
+ toObject(): SetUserPreferencesResponse.AsObject;
1907
+ /**
1908
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1909
+ */
1910
+ toJSON(): SetUserPreferencesResponse.AsObject;
1911
+ /**
1912
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1913
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1914
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1915
+ */
1916
+ toProtobufJSON(options?: ToProtobufJSONOptions): SetUserPreferencesResponse.AsProtobufJSON;
1917
+ }
1918
+ export declare module SetUserPreferencesResponse {
1919
+ /**
1920
+ * Standard JavaScript object representation for SetUserPreferencesResponse
1921
+ */
1922
+ interface AsObject {
1923
+ userName: string;
1924
+ keys: string[];
1925
+ errorMessage: string;
1926
+ }
1927
+ /**
1928
+ * Protobuf JSON representation for SetUserPreferencesResponse
1929
+ */
1930
+ interface AsProtobufJSON {
1931
+ userName: string;
1932
+ keys: string[];
1933
+ errorMessage: string;
1934
+ }
1935
+ }
1936
+ /**
1937
+ * Message implementation for ondewo.nlu.DeleteUserPreferencesRequest
1938
+ */
1939
+ export declare class DeleteUserPreferencesRequest implements GrpcMessage {
1940
+ static id: string;
1941
+ /**
1942
+ * Deserialize binary data to message
1943
+ * @param instance message instance
1944
+ */
1945
+ static deserializeBinary(bytes: ByteSource): DeleteUserPreferencesRequest;
1946
+ /**
1947
+ * Check all the properties and set default protobuf values if necessary
1948
+ * @param _instance message instance
1949
+ */
1950
+ static refineValues(_instance: DeleteUserPreferencesRequest): void;
1951
+ /**
1952
+ * Deserializes / reads binary message into message instance using provided binary reader
1953
+ * @param _instance message instance
1954
+ * @param _reader binary reader instance
1955
+ */
1956
+ static deserializeBinaryFromReader(_instance: DeleteUserPreferencesRequest, _reader: BinaryReader): void;
1957
+ /**
1958
+ * Serializes a message to binary format using provided binary reader
1959
+ * @param _instance message instance
1960
+ * @param _writer binary writer instance
1961
+ */
1962
+ static serializeBinaryToWriter(_instance: DeleteUserPreferencesRequest, _writer: BinaryWriter): void;
1963
+ private _userName;
1964
+ private _keys;
1965
+ private _regexInclude;
1966
+ /**
1967
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1968
+ * @param _value initial values object or instance of DeleteUserPreferencesRequest to deeply clone from
1969
+ */
1970
+ constructor(_value?: RecursivePartial<DeleteUserPreferencesRequest.AsObject>);
1971
+ get userName(): string;
1972
+ set userName(value: string);
1973
+ get keys(): string[];
1974
+ set keys(value: string[]);
1975
+ get regexInclude(): string;
1976
+ set regexInclude(value: string);
1977
+ /**
1978
+ * Serialize message to binary data
1979
+ * @param instance message instance
1980
+ */
1981
+ serializeBinary(): any;
1982
+ /**
1983
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1984
+ */
1985
+ toObject(): DeleteUserPreferencesRequest.AsObject;
1986
+ /**
1987
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1988
+ */
1989
+ toJSON(): DeleteUserPreferencesRequest.AsObject;
1990
+ /**
1991
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1992
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1993
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1994
+ */
1995
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteUserPreferencesRequest.AsProtobufJSON;
1996
+ }
1997
+ export declare module DeleteUserPreferencesRequest {
1998
+ /**
1999
+ * Standard JavaScript object representation for DeleteUserPreferencesRequest
2000
+ */
2001
+ interface AsObject {
2002
+ userName: string;
2003
+ keys: string[];
2004
+ regexInclude: string;
2005
+ }
2006
+ /**
2007
+ * Protobuf JSON representation for DeleteUserPreferencesRequest
2008
+ */
2009
+ interface AsProtobufJSON {
2010
+ userName: string;
2011
+ keys: string[];
2012
+ regexInclude: string;
2013
+ }
2014
+ }
2015
+ /**
2016
+ * Message implementation for ondewo.nlu.DeleteUserPreferencesResponse
2017
+ */
2018
+ export declare class DeleteUserPreferencesResponse implements GrpcMessage {
2019
+ static id: string;
2020
+ /**
2021
+ * Deserialize binary data to message
2022
+ * @param instance message instance
2023
+ */
2024
+ static deserializeBinary(bytes: ByteSource): DeleteUserPreferencesResponse;
2025
+ /**
2026
+ * Check all the properties and set default protobuf values if necessary
2027
+ * @param _instance message instance
2028
+ */
2029
+ static refineValues(_instance: DeleteUserPreferencesResponse): void;
2030
+ /**
2031
+ * Deserializes / reads binary message into message instance using provided binary reader
2032
+ * @param _instance message instance
2033
+ * @param _reader binary reader instance
2034
+ */
2035
+ static deserializeBinaryFromReader(_instance: DeleteUserPreferencesResponse, _reader: BinaryReader): void;
2036
+ /**
2037
+ * Serializes a message to binary format using provided binary reader
2038
+ * @param _instance message instance
2039
+ * @param _writer binary writer instance
2040
+ */
2041
+ static serializeBinaryToWriter(_instance: DeleteUserPreferencesResponse, _writer: BinaryWriter): void;
2042
+ private _userName;
2043
+ private _keys;
2044
+ private _errorMessage;
2045
+ /**
2046
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2047
+ * @param _value initial values object or instance of DeleteUserPreferencesResponse to deeply clone from
2048
+ */
2049
+ constructor(_value?: RecursivePartial<DeleteUserPreferencesResponse.AsObject>);
2050
+ get userName(): string;
2051
+ set userName(value: string);
2052
+ get keys(): string[];
2053
+ set keys(value: string[]);
2054
+ get errorMessage(): string;
2055
+ set errorMessage(value: string);
2056
+ /**
2057
+ * Serialize message to binary data
2058
+ * @param instance message instance
2059
+ */
2060
+ serializeBinary(): any;
2061
+ /**
2062
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2063
+ */
2064
+ toObject(): DeleteUserPreferencesResponse.AsObject;
2065
+ /**
2066
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2067
+ */
2068
+ toJSON(): DeleteUserPreferencesResponse.AsObject;
2069
+ /**
2070
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2071
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2072
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2073
+ */
2074
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteUserPreferencesResponse.AsProtobufJSON;
2075
+ }
2076
+ export declare module DeleteUserPreferencesResponse {
2077
+ /**
2078
+ * Standard JavaScript object representation for DeleteUserPreferencesResponse
2079
+ */
2080
+ interface AsObject {
2081
+ userName: string;
2082
+ keys: string[];
2083
+ errorMessage: string;
2084
+ }
2085
+ /**
2086
+ * Protobuf JSON representation for DeleteUserPreferencesResponse
2087
+ */
2088
+ interface AsProtobufJSON {
2089
+ userName: string;
2090
+ keys: string[];
2091
+ errorMessage: string;
2092
+ }
2093
+ }
2094
+ /**
2095
+ * Message implementation for ondewo.nlu.DeleteAllUserPreferencesRequest
2096
+ */
2097
+ export declare class DeleteAllUserPreferencesRequest implements GrpcMessage {
2098
+ static id: string;
2099
+ /**
2100
+ * Deserialize binary data to message
2101
+ * @param instance message instance
2102
+ */
2103
+ static deserializeBinary(bytes: ByteSource): DeleteAllUserPreferencesRequest;
2104
+ /**
2105
+ * Check all the properties and set default protobuf values if necessary
2106
+ * @param _instance message instance
2107
+ */
2108
+ static refineValues(_instance: DeleteAllUserPreferencesRequest): void;
2109
+ /**
2110
+ * Deserializes / reads binary message into message instance using provided binary reader
2111
+ * @param _instance message instance
2112
+ * @param _reader binary reader instance
2113
+ */
2114
+ static deserializeBinaryFromReader(_instance: DeleteAllUserPreferencesRequest, _reader: BinaryReader): void;
2115
+ /**
2116
+ * Serializes a message to binary format using provided binary reader
2117
+ * @param _instance message instance
2118
+ * @param _writer binary writer instance
2119
+ */
2120
+ static serializeBinaryToWriter(_instance: DeleteAllUserPreferencesRequest, _writer: BinaryWriter): void;
2121
+ private _userName;
2122
+ private _regexFilter;
2123
+ /**
2124
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2125
+ * @param _value initial values object or instance of DeleteAllUserPreferencesRequest to deeply clone from
2126
+ */
2127
+ constructor(_value?: RecursivePartial<DeleteAllUserPreferencesRequest.AsObject>);
2128
+ get userName(): string;
2129
+ set userName(value: string);
2130
+ get regexFilter(): string;
2131
+ set regexFilter(value: string);
2132
+ /**
2133
+ * Serialize message to binary data
2134
+ * @param instance message instance
2135
+ */
2136
+ serializeBinary(): any;
2137
+ /**
2138
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2139
+ */
2140
+ toObject(): DeleteAllUserPreferencesRequest.AsObject;
2141
+ /**
2142
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2143
+ */
2144
+ toJSON(): DeleteAllUserPreferencesRequest.AsObject;
2145
+ /**
2146
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2147
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2148
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2149
+ */
2150
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteAllUserPreferencesRequest.AsProtobufJSON;
2151
+ }
2152
+ export declare module DeleteAllUserPreferencesRequest {
2153
+ /**
2154
+ * Standard JavaScript object representation for DeleteAllUserPreferencesRequest
2155
+ */
2156
+ interface AsObject {
2157
+ userName: string;
2158
+ regexFilter: string;
2159
+ }
2160
+ /**
2161
+ * Protobuf JSON representation for DeleteAllUserPreferencesRequest
2162
+ */
2163
+ interface AsProtobufJSON {
2164
+ userName: string;
2165
+ regexFilter: string;
2166
+ }
2167
+ }
2168
+ /**
2169
+ * Message implementation for ondewo.nlu.ListUserPreferencesRequest
2170
+ */
2171
+ export declare class ListUserPreferencesRequest implements GrpcMessage {
2172
+ static id: string;
2173
+ /**
2174
+ * Deserialize binary data to message
2175
+ * @param instance message instance
2176
+ */
2177
+ static deserializeBinary(bytes: ByteSource): ListUserPreferencesRequest;
2178
+ /**
2179
+ * Check all the properties and set default protobuf values if necessary
2180
+ * @param _instance message instance
2181
+ */
2182
+ static refineValues(_instance: ListUserPreferencesRequest): void;
2183
+ /**
2184
+ * Deserializes / reads binary message into message instance using provided binary reader
2185
+ * @param _instance message instance
2186
+ * @param _reader binary reader instance
2187
+ */
2188
+ static deserializeBinaryFromReader(_instance: ListUserPreferencesRequest, _reader: BinaryReader): void;
2189
+ /**
2190
+ * Serializes a message to binary format using provided binary reader
2191
+ * @param _instance message instance
2192
+ * @param _writer binary writer instance
2193
+ */
2194
+ static serializeBinaryToWriter(_instance: ListUserPreferencesRequest, _writer: BinaryWriter): void;
2195
+ private _userName;
2196
+ private _regexFilter;
2197
+ /**
2198
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2199
+ * @param _value initial values object or instance of ListUserPreferencesRequest to deeply clone from
2200
+ */
2201
+ constructor(_value?: RecursivePartial<ListUserPreferencesRequest.AsObject>);
2202
+ get userName(): string;
2203
+ set userName(value: string);
2204
+ get regexFilter(): string;
2205
+ set regexFilter(value: string);
2206
+ /**
2207
+ * Serialize message to binary data
2208
+ * @param instance message instance
2209
+ */
2210
+ serializeBinary(): any;
2211
+ /**
2212
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2213
+ */
2214
+ toObject(): ListUserPreferencesRequest.AsObject;
2215
+ /**
2216
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2217
+ */
2218
+ toJSON(): ListUserPreferencesRequest.AsObject;
2219
+ /**
2220
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2221
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2222
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2223
+ */
2224
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListUserPreferencesRequest.AsProtobufJSON;
2225
+ }
2226
+ export declare module ListUserPreferencesRequest {
2227
+ /**
2228
+ * Standard JavaScript object representation for ListUserPreferencesRequest
2229
+ */
2230
+ interface AsObject {
2231
+ userName: string;
2232
+ regexFilter: string;
2233
+ }
2234
+ /**
2235
+ * Protobuf JSON representation for ListUserPreferencesRequest
2236
+ */
2237
+ interface AsProtobufJSON {
2238
+ userName: string;
2239
+ regexFilter: string;
2240
+ }
2241
+ }
2242
+ /**
2243
+ * Message implementation for ondewo.nlu.ListUserPreferencesResponse
2244
+ */
2245
+ export declare class ListUserPreferencesResponse implements GrpcMessage {
2246
+ static id: string;
2247
+ /**
2248
+ * Deserialize binary data to message
2249
+ * @param instance message instance
2250
+ */
2251
+ static deserializeBinary(bytes: ByteSource): ListUserPreferencesResponse;
2252
+ /**
2253
+ * Check all the properties and set default protobuf values if necessary
2254
+ * @param _instance message instance
2255
+ */
2256
+ static refineValues(_instance: ListUserPreferencesResponse): void;
2257
+ /**
2258
+ * Deserializes / reads binary message into message instance using provided binary reader
2259
+ * @param _instance message instance
2260
+ * @param _reader binary reader instance
2261
+ */
2262
+ static deserializeBinaryFromReader(_instance: ListUserPreferencesResponse, _reader: BinaryReader): void;
2263
+ /**
2264
+ * Serializes a message to binary format using provided binary reader
2265
+ * @param _instance message instance
2266
+ * @param _writer binary writer instance
2267
+ */
2268
+ static serializeBinaryToWriter(_instance: ListUserPreferencesResponse, _writer: BinaryWriter): void;
2269
+ private _userName;
2270
+ private _keyValuePairs?;
2271
+ private _errorMessage;
2272
+ /**
2273
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2274
+ * @param _value initial values object or instance of ListUserPreferencesResponse to deeply clone from
2275
+ */
2276
+ constructor(_value?: RecursivePartial<ListUserPreferencesResponse.AsObject>);
2277
+ get userName(): string;
2278
+ set userName(value: string);
2279
+ get keyValuePairs(): ondewoNlu007.KeyValuePair[] | undefined;
2280
+ set keyValuePairs(value: ondewoNlu007.KeyValuePair[] | undefined);
2281
+ get errorMessage(): string;
2282
+ set errorMessage(value: string);
2283
+ /**
2284
+ * Serialize message to binary data
2285
+ * @param instance message instance
2286
+ */
2287
+ serializeBinary(): any;
2288
+ /**
2289
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2290
+ */
2291
+ toObject(): ListUserPreferencesResponse.AsObject;
2292
+ /**
2293
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2294
+ */
2295
+ toJSON(): ListUserPreferencesResponse.AsObject;
2296
+ /**
2297
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2298
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2299
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2300
+ */
2301
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListUserPreferencesResponse.AsProtobufJSON;
2302
+ }
2303
+ export declare module ListUserPreferencesResponse {
2304
+ /**
2305
+ * Standard JavaScript object representation for ListUserPreferencesResponse
2306
+ */
2307
+ interface AsObject {
2308
+ userName: string;
2309
+ keyValuePairs?: ondewoNlu007.KeyValuePair.AsObject[];
2310
+ errorMessage: string;
2311
+ }
2312
+ /**
2313
+ * Protobuf JSON representation for ListUserPreferencesResponse
2314
+ */
2315
+ interface AsProtobufJSON {
2316
+ userName: string;
2317
+ keyValuePairs: ondewoNlu007.KeyValuePair.AsProtobufJSON[] | null;
2318
+ errorMessage: string;
2319
+ }
2320
+ }