@ondewo/csi-client-angular 2.3.1

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 (200) hide show
  1. package/LICENSE +191 -0
  2. package/README.md +27 -0
  3. package/api/google/api/annotations.pb.d.ts +1 -0
  4. package/api/google/api/http.pb.d.ts +275 -0
  5. package/api/google/rpc/status.pb.d.ts +82 -0
  6. package/api/google/type/latlng.pb.d.ts +76 -0
  7. package/api/ondewo/csi/conversation.pb.d.ts +1312 -0
  8. package/api/ondewo/csi/conversation.pbconf.d.ts +6 -0
  9. package/api/ondewo/csi/conversation.pbsc.d.ts +167 -0
  10. package/api/ondewo/nlu/agent.pb.d.ts +3536 -0
  11. package/api/ondewo/nlu/agent.pbconf.d.ts +6 -0
  12. package/api/ondewo/nlu/agent.pbsc.d.ts +472 -0
  13. package/api/ondewo/nlu/aiservices.pb.d.ts +2472 -0
  14. package/api/ondewo/nlu/aiservices.pbconf.d.ts +6 -0
  15. package/api/ondewo/nlu/aiservices.pbsc.d.ts +150 -0
  16. package/api/ondewo/nlu/common.pb.d.ts +75 -0
  17. package/api/ondewo/nlu/context.pb.d.ts +756 -0
  18. package/api/ondewo/nlu/context.pbconf.d.ts +6 -0
  19. package/api/ondewo/nlu/context.pbsc.d.ts +119 -0
  20. package/api/ondewo/nlu/entity-type.pb.d.ts +2014 -0
  21. package/api/ondewo/nlu/entity-type.pbconf.d.ts +6 -0
  22. package/api/ondewo/nlu/entity-type.pbsc.d.ts +216 -0
  23. package/api/ondewo/nlu/intent.pb.d.ts +6236 -0
  24. package/api/ondewo/nlu/intent.pbconf.d.ts +6 -0
  25. package/api/ondewo/nlu/intent.pbsc.d.ts +456 -0
  26. package/api/ondewo/nlu/operation-metadata.pb.d.ts +166 -0
  27. package/api/ondewo/nlu/operations.pb.d.ts +578 -0
  28. package/api/ondewo/nlu/operations.pbconf.d.ts +6 -0
  29. package/api/ondewo/nlu/operations.pbsc.d.ts +87 -0
  30. package/api/ondewo/nlu/project-role.pb.d.ts +576 -0
  31. package/api/ondewo/nlu/project-role.pbconf.d.ts +6 -0
  32. package/api/ondewo/nlu/project-role.pbsc.d.ts +103 -0
  33. package/api/ondewo/nlu/project-statistics.pb.d.ts +295 -0
  34. package/api/ondewo/nlu/project-statistics.pbconf.d.ts +6 -0
  35. package/api/ondewo/nlu/project-statistics.pbsc.d.ts +151 -0
  36. package/api/ondewo/nlu/server-statistics.pb.d.ts +71 -0
  37. package/api/ondewo/nlu/server-statistics.pbconf.d.ts +6 -0
  38. package/api/ondewo/nlu/server-statistics.pbsc.d.ts +72 -0
  39. package/api/ondewo/nlu/session.pb.d.ts +2892 -0
  40. package/api/ondewo/nlu/session.pbconf.d.ts +6 -0
  41. package/api/ondewo/nlu/session.pbsc.d.ts +247 -0
  42. package/api/ondewo/nlu/user.pb.d.ts +1577 -0
  43. package/api/ondewo/nlu/user.pbconf.d.ts +6 -0
  44. package/api/ondewo/nlu/user.pbsc.d.ts +263 -0
  45. package/api/ondewo/nlu/utility.pb.d.ts +1814 -0
  46. package/api/ondewo/nlu/utility.pbconf.d.ts +6 -0
  47. package/api/ondewo/nlu/utility.pbsc.d.ts +150 -0
  48. package/api/ondewo/nlu/webhook.pb.d.ts +401 -0
  49. package/api/ondewo/nlu/webhook.pbconf.d.ts +6 -0
  50. package/api/ondewo/nlu/webhook.pbsc.d.ts +70 -0
  51. package/api/ondewo/s2t/speech-to-text.pb.d.ts +3710 -0
  52. package/api/ondewo/s2t/speech-to-text.pbconf.d.ts +6 -0
  53. package/api/ondewo/s2t/speech-to-text.pbsc.d.ts +263 -0
  54. package/api/ondewo/t2s/text-to-speech.pb.d.ts +3302 -0
  55. package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +11 -0
  56. package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +296 -0
  57. package/esm2020/api/google/api/annotations.pb.mjs +2 -0
  58. package/esm2020/api/google/api/http.pb.mjs +524 -0
  59. package/esm2020/api/google/rpc/status.pb.mjs +138 -0
  60. package/esm2020/api/google/type/latlng.pb.mjs +119 -0
  61. package/esm2020/api/ondewo/csi/conversation.pb.mjs +2232 -0
  62. package/esm2020/api/ondewo/csi/conversation.pbconf.mjs +13 -0
  63. package/esm2020/api/ondewo/csi/conversation.pbsc.mjs +315 -0
  64. package/esm2020/api/ondewo/nlu/agent.pb.mjs +6077 -0
  65. package/esm2020/api/ondewo/nlu/agent.pbconf.mjs +13 -0
  66. package/esm2020/api/ondewo/nlu/agent.pbsc.mjs +886 -0
  67. package/esm2020/api/ondewo/nlu/aiservices.pb.mjs +4371 -0
  68. package/esm2020/api/ondewo/nlu/aiservices.pbconf.mjs +13 -0
  69. package/esm2020/api/ondewo/nlu/aiservices.pbsc.mjs +284 -0
  70. package/esm2020/api/ondewo/nlu/common.pb.mjs +108 -0
  71. package/esm2020/api/ondewo/nlu/context.pb.mjs +1233 -0
  72. package/esm2020/api/ondewo/nlu/context.pbconf.mjs +13 -0
  73. package/esm2020/api/ondewo/nlu/context.pbsc.mjs +225 -0
  74. package/esm2020/api/ondewo/nlu/entity-type.pb.mjs +3466 -0
  75. package/esm2020/api/ondewo/nlu/entity-type.pbconf.mjs +13 -0
  76. package/esm2020/api/ondewo/nlu/entity-type.pbsc.mjs +406 -0
  77. package/esm2020/api/ondewo/nlu/intent.pb.mjs +10809 -0
  78. package/esm2020/api/ondewo/nlu/intent.pbconf.mjs +13 -0
  79. package/esm2020/api/ondewo/nlu/intent.pbsc.mjs +856 -0
  80. package/esm2020/api/ondewo/nlu/operation-metadata.pb.mjs +382 -0
  81. package/esm2020/api/ondewo/nlu/operations.pb.mjs +1003 -0
  82. package/esm2020/api/ondewo/nlu/operations.pbconf.mjs +13 -0
  83. package/esm2020/api/ondewo/nlu/operations.pbsc.mjs +165 -0
  84. package/esm2020/api/ondewo/nlu/project-role.pb.mjs +988 -0
  85. package/esm2020/api/ondewo/nlu/project-role.pbconf.mjs +13 -0
  86. package/esm2020/api/ondewo/nlu/project-role.pbsc.mjs +195 -0
  87. package/esm2020/api/ondewo/nlu/project-statistics.pb.mjs +460 -0
  88. package/esm2020/api/ondewo/nlu/project-statistics.pbconf.mjs +13 -0
  89. package/esm2020/api/ondewo/nlu/project-statistics.pbsc.mjs +285 -0
  90. package/esm2020/api/ondewo/nlu/server-statistics.pb.mjs +103 -0
  91. package/esm2020/api/ondewo/nlu/server-statistics.pbconf.mjs +13 -0
  92. package/esm2020/api/ondewo/nlu/server-statistics.pbsc.mjs +136 -0
  93. package/esm2020/api/ondewo/nlu/session.pb.mjs +5351 -0
  94. package/esm2020/api/ondewo/nlu/session.pbconf.mjs +13 -0
  95. package/esm2020/api/ondewo/nlu/session.pbsc.mjs +465 -0
  96. package/esm2020/api/ondewo/nlu/user.pb.mjs +2536 -0
  97. package/esm2020/api/ondewo/nlu/user.pbconf.mjs +13 -0
  98. package/esm2020/api/ondewo/nlu/user.pbsc.mjs +495 -0
  99. package/esm2020/api/ondewo/nlu/utility.pb.mjs +3302 -0
  100. package/esm2020/api/ondewo/nlu/utility.pbconf.mjs +13 -0
  101. package/esm2020/api/ondewo/nlu/utility.pbsc.mjs +284 -0
  102. package/esm2020/api/ondewo/nlu/webhook.pb.mjs +705 -0
  103. package/esm2020/api/ondewo/nlu/webhook.pbconf.mjs +13 -0
  104. package/esm2020/api/ondewo/nlu/webhook.pbsc.mjs +134 -0
  105. package/esm2020/api/ondewo/s2t/speech-to-text.pb.mjs +6452 -0
  106. package/esm2020/api/ondewo/s2t/speech-to-text.pbconf.mjs +13 -0
  107. package/esm2020/api/ondewo/s2t/speech-to-text.pbsc.mjs +495 -0
  108. package/esm2020/api/ondewo/t2s/text-to-speech.pb.mjs +5779 -0
  109. package/esm2020/api/ondewo/t2s/text-to-speech.pbconf.mjs +18 -0
  110. package/esm2020/api/ondewo/t2s/text-to-speech.pbsc.mjs +555 -0
  111. package/esm2020/ondewo-csi-client-angular.mjs +5 -0
  112. package/esm2020/public-api.mjs +55 -0
  113. package/fesm2015/ondewo-csi-client-angular.mjs +62142 -0
  114. package/fesm2015/ondewo-csi-client-angular.mjs.map +1 -0
  115. package/fesm2020/ondewo-csi-client-angular.mjs +62135 -0
  116. package/fesm2020/ondewo-csi-client-angular.mjs.map +1 -0
  117. package/index.d.ts +5 -0
  118. package/ondewo-csi-api/README.md +91 -0
  119. package/ondewo-csi-api/google/ads/googleads/README.md +21 -0
  120. package/ondewo-csi-api/google/api/README.md +5 -0
  121. package/ondewo-csi-api/google/api/servicecontrol/README.md +126 -0
  122. package/ondewo-csi-api/google/api/servicemanagement/README.md +102 -0
  123. package/ondewo-csi-api/google/appengine/README.md +12 -0
  124. package/ondewo-csi-api/google/assistant/embedded/README.md +3 -0
  125. package/ondewo-csi-api/google/cloud/functions/README.md +2 -0
  126. package/ondewo-csi-api/google/cloud/language/README.md +0 -0
  127. package/ondewo-csi-api/google/cloud/runtimeconfig/README.md +39 -0
  128. package/ondewo-csi-api/google/cloud/speech/README.md +3 -0
  129. package/ondewo-csi-api/google/container/README.md +0 -0
  130. package/ondewo-csi-api/google/datastore/README.md +0 -0
  131. package/ondewo-csi-api/google/devtools/cloudbuild/README.md +1 -0
  132. package/ondewo-csi-api/google/devtools/clouderrorreporting/README.md +1 -0
  133. package/ondewo-csi-api/google/example/library/README.md +4 -0
  134. package/ondewo-csi-api/google/firestore/README.md +0 -0
  135. package/ondewo-csi-api/google/genomics/README.md +14 -0
  136. package/ondewo-csi-api/google/iam/README.md +14 -0
  137. package/ondewo-csi-api/google/logging/README.md +3 -0
  138. package/ondewo-csi-api/google/longrunning/README.md +5 -0
  139. package/ondewo-csi-api/google/privacy/dlp/README.md +7 -0
  140. package/ondewo-csi-api/google/pubsub/v1beta2/README.md +136 -0
  141. package/ondewo-csi-api/google/rpc/README.md +5 -0
  142. package/ondewo-csi-api/google/streetview/publish/README.md +1 -0
  143. package/ondewo-csi-api/google/type/README.md +16 -0
  144. package/ondewo-csi-api/googleapis/README.md +87 -0
  145. package/ondewo-csi-api/googleapis/google/ads/googleads/README.md +21 -0
  146. package/ondewo-csi-api/googleapis/google/api/README.md +5 -0
  147. package/ondewo-csi-api/googleapis/google/api/servicecontrol/README.md +126 -0
  148. package/ondewo-csi-api/googleapis/google/api/servicemanagement/README.md +102 -0
  149. package/ondewo-csi-api/googleapis/google/appengine/README.md +12 -0
  150. package/ondewo-csi-api/googleapis/google/assistant/embedded/README.md +3 -0
  151. package/ondewo-csi-api/googleapis/google/cloud/functions/README.md +2 -0
  152. package/ondewo-csi-api/googleapis/google/cloud/language/README.md +0 -0
  153. package/ondewo-csi-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
  154. package/ondewo-csi-api/googleapis/google/cloud/speech/README.md +3 -0
  155. package/ondewo-csi-api/googleapis/google/container/README.md +0 -0
  156. package/ondewo-csi-api/googleapis/google/datastore/README.md +0 -0
  157. package/ondewo-csi-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
  158. package/ondewo-csi-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
  159. package/ondewo-csi-api/googleapis/google/example/library/README.md +4 -0
  160. package/ondewo-csi-api/googleapis/google/firestore/README.md +0 -0
  161. package/ondewo-csi-api/googleapis/google/genomics/README.md +14 -0
  162. package/ondewo-csi-api/googleapis/google/iam/README.md +14 -0
  163. package/ondewo-csi-api/googleapis/google/logging/README.md +3 -0
  164. package/ondewo-csi-api/googleapis/google/longrunning/README.md +5 -0
  165. package/ondewo-csi-api/googleapis/google/privacy/dlp/README.md +7 -0
  166. package/ondewo-csi-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
  167. package/ondewo-csi-api/googleapis/google/rpc/README.md +5 -0
  168. package/ondewo-csi-api/googleapis/google/streetview/publish/README.md +1 -0
  169. package/ondewo-csi-api/googleapis/google/type/README.md +16 -0
  170. package/ondewo-csi-api/ondewo-nlu-api/README.md +117 -0
  171. package/ondewo-csi-api/ondewo-nlu-api/googleapis/README.md +87 -0
  172. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/ads/googleads/README.md +21 -0
  173. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/README.md +5 -0
  174. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicecontrol/README.md +126 -0
  175. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicemanagement/README.md +102 -0
  176. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/appengine/README.md +12 -0
  177. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/assistant/embedded/README.md +3 -0
  178. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/functions/README.md +2 -0
  179. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/language/README.md +0 -0
  180. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
  181. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/speech/README.md +3 -0
  182. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/container/README.md +0 -0
  183. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/datastore/README.md +0 -0
  184. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
  185. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
  186. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/example/library/README.md +4 -0
  187. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/firestore/README.md +0 -0
  188. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/genomics/README.md +14 -0
  189. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/iam/README.md +14 -0
  190. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/logging/README.md +3 -0
  191. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/longrunning/README.md +5 -0
  192. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/privacy/dlp/README.md +7 -0
  193. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
  194. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/rpc/README.md +5 -0
  195. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/streetview/publish/README.md +1 -0
  196. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/type/README.md +16 -0
  197. package/ondewo-csi-api/ondewo-s2t-api/README.md +89 -0
  198. package/ondewo-csi-api/ondewo-t2s-api/README.md +89 -0
  199. package/package.json +49 -0
  200. package/public-api.d.ts +54 -0
@@ -0,0 +1,3536 @@
1
+ import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
+ import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
+ import * as ondewoNlu004 from '../../ondewo/nlu/common.pb';
4
+ import * as googleProtobuf007 from '@ngx-grpc/well-known-types';
5
+ import * as googleProtobuf008 from '@ngx-grpc/well-known-types';
6
+ import * as googleProtobuf009 from '@ngx-grpc/well-known-types';
7
+ import * as ondewoNlu010 from '../../ondewo/nlu/project-role.pb';
8
+ import * as ondewoNlu014 from '../../ondewo/nlu/intent.pb';
9
+ import * as ondewoNlu015 from '../../ondewo/nlu/user.pb';
10
+ export declare enum AgentView {
11
+ AGENT_VIEW_UNSPECIFIED = 0,
12
+ AGENT_VIEW_FULL = 1,
13
+ AGENT_VIEW_SHALLOW = 2
14
+ }
15
+ export declare enum InitiationProtocol {
16
+ AS_SOON_AS_POSSIBLE = 0,
17
+ WHEN_TRAINED = 1,
18
+ NEVER = 2
19
+ }
20
+ export declare enum ReportType {
21
+ ALL = 0,
22
+ INTENT_PER_LANGUAGE = 1,
23
+ ENTITY_PER_LANGUAGE = 2,
24
+ ENTITY_COLLISION = 3,
25
+ INTENT_GENERAL = 4
26
+ }
27
+ export declare enum ReportFormat {
28
+ CSV = 0,
29
+ HTML = 1,
30
+ JSON = 2
31
+ }
32
+ export declare enum AgentStatus {
33
+ ACTIVE = 0,
34
+ INACTIVE = 1
35
+ }
36
+ /**
37
+ * Message implementation for ondewo.nlu.Agent
38
+ */
39
+ export declare class Agent implements GrpcMessage {
40
+ static id: string;
41
+ /**
42
+ * Deserialize binary data to message
43
+ * @param instance message instance
44
+ */
45
+ static deserializeBinary(bytes: ByteSource): Agent;
46
+ /**
47
+ * Check all the properties and set default protobuf values if necessary
48
+ * @param _instance message instance
49
+ */
50
+ static refineValues(_instance: Agent): void;
51
+ /**
52
+ * Deserializes / reads binary message into message instance using provided binary reader
53
+ * @param _instance message instance
54
+ * @param _reader binary reader instance
55
+ */
56
+ static deserializeBinaryFromReader(_instance: Agent, _reader: BinaryReader): void;
57
+ /**
58
+ * Serializes a message to binary format using provided binary reader
59
+ * @param _instance message instance
60
+ * @param _writer binary writer instance
61
+ */
62
+ static serializeBinaryToWriter(_instance: Agent, _writer: BinaryWriter): void;
63
+ private _parent?;
64
+ private _displayName?;
65
+ private _defaultLanguageCode?;
66
+ private _supportedLanguageCodes?;
67
+ private _timeZone?;
68
+ private _nluPlatform?;
69
+ private _configs?;
70
+ private _ownerId?;
71
+ private _status?;
72
+ private _description?;
73
+ /**
74
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
75
+ * @param _value initial values object or instance of Agent to deeply clone from
76
+ */
77
+ constructor(_value?: RecursivePartial<Agent.AsObject>);
78
+ get parent(): string | undefined;
79
+ set parent(value: string | undefined);
80
+ get displayName(): string | undefined;
81
+ set displayName(value: string | undefined);
82
+ get defaultLanguageCode(): string | undefined;
83
+ set defaultLanguageCode(value: string | undefined);
84
+ get supportedLanguageCodes(): string[] | undefined;
85
+ set supportedLanguageCodes(value: string[] | undefined);
86
+ get timeZone(): string | undefined;
87
+ set timeZone(value: string | undefined);
88
+ get nluPlatform(): string | undefined;
89
+ set nluPlatform(value: string | undefined);
90
+ get configs(): googleProtobuf009.Struct | undefined;
91
+ set configs(value: googleProtobuf009.Struct | undefined);
92
+ get ownerId(): string | undefined;
93
+ set ownerId(value: string | undefined);
94
+ get status(): AgentStatus | undefined;
95
+ set status(value: AgentStatus | undefined);
96
+ get description(): string | undefined;
97
+ set description(value: string | undefined);
98
+ /**
99
+ * Serialize message to binary data
100
+ * @param instance message instance
101
+ */
102
+ serializeBinary(): any;
103
+ /**
104
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
105
+ */
106
+ toObject(): Agent.AsObject;
107
+ /**
108
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
109
+ */
110
+ toJSON(): Agent.AsObject;
111
+ /**
112
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
113
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
114
+ * 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
115
+ */
116
+ toProtobufJSON(options?: ToProtobufJSONOptions): Agent.AsProtobufJSON;
117
+ }
118
+ export declare module Agent {
119
+ /**
120
+ * Standard JavaScript object representation for Agent
121
+ */
122
+ interface AsObject {
123
+ parent?: string;
124
+ displayName?: string;
125
+ defaultLanguageCode?: string;
126
+ supportedLanguageCodes?: string[];
127
+ timeZone?: string;
128
+ nluPlatform?: string;
129
+ configs?: googleProtobuf009.Struct.AsObject;
130
+ ownerId?: string;
131
+ status?: AgentStatus;
132
+ description?: string;
133
+ }
134
+ /**
135
+ * Protobuf JSON representation for Agent
136
+ */
137
+ interface AsProtobufJSON {
138
+ parent?: string;
139
+ displayName?: string;
140
+ defaultLanguageCode?: string;
141
+ supportedLanguageCodes?: string[];
142
+ timeZone?: string;
143
+ nluPlatform?: string;
144
+ configs?: googleProtobuf009.Struct.AsProtobufJSON | null;
145
+ ownerId?: string;
146
+ status?: string;
147
+ description?: string;
148
+ }
149
+ }
150
+ /**
151
+ * Message implementation for ondewo.nlu.AgentWithOwner
152
+ */
153
+ export declare class AgentWithOwner implements GrpcMessage {
154
+ static id: string;
155
+ /**
156
+ * Deserialize binary data to message
157
+ * @param instance message instance
158
+ */
159
+ static deserializeBinary(bytes: ByteSource): AgentWithOwner;
160
+ /**
161
+ * Check all the properties and set default protobuf values if necessary
162
+ * @param _instance message instance
163
+ */
164
+ static refineValues(_instance: AgentWithOwner): void;
165
+ /**
166
+ * Deserializes / reads binary message into message instance using provided binary reader
167
+ * @param _instance message instance
168
+ * @param _reader binary reader instance
169
+ */
170
+ static deserializeBinaryFromReader(_instance: AgentWithOwner, _reader: BinaryReader): void;
171
+ /**
172
+ * Serializes a message to binary format using provided binary reader
173
+ * @param _instance message instance
174
+ * @param _writer binary writer instance
175
+ */
176
+ static serializeBinaryToWriter(_instance: AgentWithOwner, _writer: BinaryWriter): void;
177
+ private _agent?;
178
+ private _owner?;
179
+ /**
180
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
181
+ * @param _value initial values object or instance of AgentWithOwner to deeply clone from
182
+ */
183
+ constructor(_value?: RecursivePartial<AgentWithOwner.AsObject>);
184
+ get agent(): Agent | undefined;
185
+ set agent(value: Agent | undefined);
186
+ get owner(): ondewoNlu015.User | undefined;
187
+ set owner(value: ondewoNlu015.User | undefined);
188
+ /**
189
+ * Serialize message to binary data
190
+ * @param instance message instance
191
+ */
192
+ serializeBinary(): any;
193
+ /**
194
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
195
+ */
196
+ toObject(): AgentWithOwner.AsObject;
197
+ /**
198
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
199
+ */
200
+ toJSON(): AgentWithOwner.AsObject;
201
+ /**
202
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
203
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
204
+ * 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
205
+ */
206
+ toProtobufJSON(options?: ToProtobufJSONOptions): AgentWithOwner.AsProtobufJSON;
207
+ }
208
+ export declare module AgentWithOwner {
209
+ /**
210
+ * Standard JavaScript object representation for AgentWithOwner
211
+ */
212
+ interface AsObject {
213
+ agent?: Agent.AsObject;
214
+ owner?: ondewoNlu015.User.AsObject;
215
+ }
216
+ /**
217
+ * Protobuf JSON representation for AgentWithOwner
218
+ */
219
+ interface AsProtobufJSON {
220
+ agent?: Agent.AsProtobufJSON | null;
221
+ owner?: ondewoNlu015.User.AsProtobufJSON | null;
222
+ }
223
+ }
224
+ /**
225
+ * Message implementation for ondewo.nlu.AgentOfUserWithOwner
226
+ */
227
+ export declare class AgentOfUserWithOwner implements GrpcMessage {
228
+ static id: string;
229
+ /**
230
+ * Deserialize binary data to message
231
+ * @param instance message instance
232
+ */
233
+ static deserializeBinary(bytes: ByteSource): AgentOfUserWithOwner;
234
+ /**
235
+ * Check all the properties and set default protobuf values if necessary
236
+ * @param _instance message instance
237
+ */
238
+ static refineValues(_instance: AgentOfUserWithOwner): void;
239
+ /**
240
+ * Deserializes / reads binary message into message instance using provided binary reader
241
+ * @param _instance message instance
242
+ * @param _reader binary reader instance
243
+ */
244
+ static deserializeBinaryFromReader(_instance: AgentOfUserWithOwner, _reader: BinaryReader): void;
245
+ /**
246
+ * Serializes a message to binary format using provided binary reader
247
+ * @param _instance message instance
248
+ * @param _writer binary writer instance
249
+ */
250
+ static serializeBinaryToWriter(_instance: AgentOfUserWithOwner, _writer: BinaryWriter): void;
251
+ private _agentWithOwner?;
252
+ private _projectRole?;
253
+ /**
254
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
255
+ * @param _value initial values object or instance of AgentOfUserWithOwner to deeply clone from
256
+ */
257
+ constructor(_value?: RecursivePartial<AgentOfUserWithOwner.AsObject>);
258
+ get agentWithOwner(): AgentWithOwner | undefined;
259
+ set agentWithOwner(value: AgentWithOwner | undefined);
260
+ get projectRole(): ondewoNlu010.ProjectRole | undefined;
261
+ set projectRole(value: ondewoNlu010.ProjectRole | undefined);
262
+ /**
263
+ * Serialize message to binary data
264
+ * @param instance message instance
265
+ */
266
+ serializeBinary(): any;
267
+ /**
268
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
269
+ */
270
+ toObject(): AgentOfUserWithOwner.AsObject;
271
+ /**
272
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
273
+ */
274
+ toJSON(): AgentOfUserWithOwner.AsObject;
275
+ /**
276
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
277
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
278
+ * 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
279
+ */
280
+ toProtobufJSON(options?: ToProtobufJSONOptions): AgentOfUserWithOwner.AsProtobufJSON;
281
+ }
282
+ export declare module AgentOfUserWithOwner {
283
+ /**
284
+ * Standard JavaScript object representation for AgentOfUserWithOwner
285
+ */
286
+ interface AsObject {
287
+ agentWithOwner?: AgentWithOwner.AsObject;
288
+ projectRole?: ondewoNlu010.ProjectRole.AsObject;
289
+ }
290
+ /**
291
+ * Protobuf JSON representation for AgentOfUserWithOwner
292
+ */
293
+ interface AsProtobufJSON {
294
+ agentWithOwner?: AgentWithOwner.AsProtobufJSON | null;
295
+ projectRole?: ondewoNlu010.ProjectRole.AsProtobufJSON | null;
296
+ }
297
+ }
298
+ /**
299
+ * Message implementation for ondewo.nlu.CreateAgentRequest
300
+ */
301
+ export declare class CreateAgentRequest implements GrpcMessage {
302
+ static id: string;
303
+ /**
304
+ * Deserialize binary data to message
305
+ * @param instance message instance
306
+ */
307
+ static deserializeBinary(bytes: ByteSource): CreateAgentRequest;
308
+ /**
309
+ * Check all the properties and set default protobuf values if necessary
310
+ * @param _instance message instance
311
+ */
312
+ static refineValues(_instance: CreateAgentRequest): void;
313
+ /**
314
+ * Deserializes / reads binary message into message instance using provided binary reader
315
+ * @param _instance message instance
316
+ * @param _reader binary reader instance
317
+ */
318
+ static deserializeBinaryFromReader(_instance: CreateAgentRequest, _reader: BinaryReader): void;
319
+ /**
320
+ * Serializes a message to binary format using provided binary reader
321
+ * @param _instance message instance
322
+ * @param _writer binary writer instance
323
+ */
324
+ static serializeBinaryToWriter(_instance: CreateAgentRequest, _writer: BinaryWriter): void;
325
+ private _agent?;
326
+ private _agentView?;
327
+ /**
328
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
329
+ * @param _value initial values object or instance of CreateAgentRequest to deeply clone from
330
+ */
331
+ constructor(_value?: RecursivePartial<CreateAgentRequest.AsObject>);
332
+ get agent(): Agent | undefined;
333
+ set agent(value: Agent | undefined);
334
+ get agentView(): AgentView | undefined;
335
+ set agentView(value: AgentView | undefined);
336
+ /**
337
+ * Serialize message to binary data
338
+ * @param instance message instance
339
+ */
340
+ serializeBinary(): any;
341
+ /**
342
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
343
+ */
344
+ toObject(): CreateAgentRequest.AsObject;
345
+ /**
346
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
347
+ */
348
+ toJSON(): CreateAgentRequest.AsObject;
349
+ /**
350
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
351
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
352
+ * 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
353
+ */
354
+ toProtobufJSON(options?: ToProtobufJSONOptions): CreateAgentRequest.AsProtobufJSON;
355
+ }
356
+ export declare module CreateAgentRequest {
357
+ /**
358
+ * Standard JavaScript object representation for CreateAgentRequest
359
+ */
360
+ interface AsObject {
361
+ agent?: Agent.AsObject;
362
+ agentView?: AgentView;
363
+ }
364
+ /**
365
+ * Protobuf JSON representation for CreateAgentRequest
366
+ */
367
+ interface AsProtobufJSON {
368
+ agent?: Agent.AsProtobufJSON | null;
369
+ agentView?: string;
370
+ }
371
+ }
372
+ /**
373
+ * Message implementation for ondewo.nlu.UpdateAgentRequest
374
+ */
375
+ export declare class UpdateAgentRequest implements GrpcMessage {
376
+ static id: string;
377
+ /**
378
+ * Deserialize binary data to message
379
+ * @param instance message instance
380
+ */
381
+ static deserializeBinary(bytes: ByteSource): UpdateAgentRequest;
382
+ /**
383
+ * Check all the properties and set default protobuf values if necessary
384
+ * @param _instance message instance
385
+ */
386
+ static refineValues(_instance: UpdateAgentRequest): void;
387
+ /**
388
+ * Deserializes / reads binary message into message instance using provided binary reader
389
+ * @param _instance message instance
390
+ * @param _reader binary reader instance
391
+ */
392
+ static deserializeBinaryFromReader(_instance: UpdateAgentRequest, _reader: BinaryReader): void;
393
+ /**
394
+ * Serializes a message to binary format using provided binary reader
395
+ * @param _instance message instance
396
+ * @param _writer binary writer instance
397
+ */
398
+ static serializeBinaryToWriter(_instance: UpdateAgentRequest, _writer: BinaryWriter): void;
399
+ private _agent?;
400
+ private _agentView?;
401
+ private _updateMask?;
402
+ /**
403
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
404
+ * @param _value initial values object or instance of UpdateAgentRequest to deeply clone from
405
+ */
406
+ constructor(_value?: RecursivePartial<UpdateAgentRequest.AsObject>);
407
+ get agent(): Agent | undefined;
408
+ set agent(value: Agent | undefined);
409
+ get agentView(): AgentView | undefined;
410
+ set agentView(value: AgentView | undefined);
411
+ get updateMask(): googleProtobuf008.FieldMask | undefined;
412
+ set updateMask(value: googleProtobuf008.FieldMask | undefined);
413
+ /**
414
+ * Serialize message to binary data
415
+ * @param instance message instance
416
+ */
417
+ serializeBinary(): any;
418
+ /**
419
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
420
+ */
421
+ toObject(): UpdateAgentRequest.AsObject;
422
+ /**
423
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
424
+ */
425
+ toJSON(): UpdateAgentRequest.AsObject;
426
+ /**
427
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
428
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
429
+ * 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
430
+ */
431
+ toProtobufJSON(options?: ToProtobufJSONOptions): UpdateAgentRequest.AsProtobufJSON;
432
+ }
433
+ export declare module UpdateAgentRequest {
434
+ /**
435
+ * Standard JavaScript object representation for UpdateAgentRequest
436
+ */
437
+ interface AsObject {
438
+ agent?: Agent.AsObject;
439
+ agentView?: AgentView;
440
+ updateMask?: googleProtobuf008.FieldMask.AsObject;
441
+ }
442
+ /**
443
+ * Protobuf JSON representation for UpdateAgentRequest
444
+ */
445
+ interface AsProtobufJSON {
446
+ agent?: Agent.AsProtobufJSON | null;
447
+ agentView?: string;
448
+ updateMask?: googleProtobuf008.FieldMask.AsProtobufJSON | null;
449
+ }
450
+ }
451
+ /**
452
+ * Message implementation for ondewo.nlu.DeleteAgentRequest
453
+ */
454
+ export declare class DeleteAgentRequest implements GrpcMessage {
455
+ static id: string;
456
+ /**
457
+ * Deserialize binary data to message
458
+ * @param instance message instance
459
+ */
460
+ static deserializeBinary(bytes: ByteSource): DeleteAgentRequest;
461
+ /**
462
+ * Check all the properties and set default protobuf values if necessary
463
+ * @param _instance message instance
464
+ */
465
+ static refineValues(_instance: DeleteAgentRequest): void;
466
+ /**
467
+ * Deserializes / reads binary message into message instance using provided binary reader
468
+ * @param _instance message instance
469
+ * @param _reader binary reader instance
470
+ */
471
+ static deserializeBinaryFromReader(_instance: DeleteAgentRequest, _reader: BinaryReader): void;
472
+ /**
473
+ * Serializes a message to binary format using provided binary reader
474
+ * @param _instance message instance
475
+ * @param _writer binary writer instance
476
+ */
477
+ static serializeBinaryToWriter(_instance: DeleteAgentRequest, _writer: BinaryWriter): void;
478
+ private _parent?;
479
+ /**
480
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
481
+ * @param _value initial values object or instance of DeleteAgentRequest to deeply clone from
482
+ */
483
+ constructor(_value?: RecursivePartial<DeleteAgentRequest.AsObject>);
484
+ get parent(): string | undefined;
485
+ set parent(value: string | undefined);
486
+ /**
487
+ * Serialize message to binary data
488
+ * @param instance message instance
489
+ */
490
+ serializeBinary(): any;
491
+ /**
492
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
493
+ */
494
+ toObject(): DeleteAgentRequest.AsObject;
495
+ /**
496
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
497
+ */
498
+ toJSON(): DeleteAgentRequest.AsObject;
499
+ /**
500
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
501
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
502
+ * 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
503
+ */
504
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteAgentRequest.AsProtobufJSON;
505
+ }
506
+ export declare module DeleteAgentRequest {
507
+ /**
508
+ * Standard JavaScript object representation for DeleteAgentRequest
509
+ */
510
+ interface AsObject {
511
+ parent?: string;
512
+ }
513
+ /**
514
+ * Protobuf JSON representation for DeleteAgentRequest
515
+ */
516
+ interface AsProtobufJSON {
517
+ parent?: string;
518
+ }
519
+ }
520
+ /**
521
+ * Message implementation for ondewo.nlu.GetAgentRequest
522
+ */
523
+ export declare class GetAgentRequest implements GrpcMessage {
524
+ static id: string;
525
+ /**
526
+ * Deserialize binary data to message
527
+ * @param instance message instance
528
+ */
529
+ static deserializeBinary(bytes: ByteSource): GetAgentRequest;
530
+ /**
531
+ * Check all the properties and set default protobuf values if necessary
532
+ * @param _instance message instance
533
+ */
534
+ static refineValues(_instance: GetAgentRequest): void;
535
+ /**
536
+ * Deserializes / reads binary message into message instance using provided binary reader
537
+ * @param _instance message instance
538
+ * @param _reader binary reader instance
539
+ */
540
+ static deserializeBinaryFromReader(_instance: GetAgentRequest, _reader: BinaryReader): void;
541
+ /**
542
+ * Serializes a message to binary format using provided binary reader
543
+ * @param _instance message instance
544
+ * @param _writer binary writer instance
545
+ */
546
+ static serializeBinaryToWriter(_instance: GetAgentRequest, _writer: BinaryWriter): void;
547
+ private _parent?;
548
+ private _agentView?;
549
+ /**
550
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
551
+ * @param _value initial values object or instance of GetAgentRequest to deeply clone from
552
+ */
553
+ constructor(_value?: RecursivePartial<GetAgentRequest.AsObject>);
554
+ get parent(): string | undefined;
555
+ set parent(value: string | undefined);
556
+ get agentView(): AgentView | undefined;
557
+ set agentView(value: AgentView | undefined);
558
+ /**
559
+ * Serialize message to binary data
560
+ * @param instance message instance
561
+ */
562
+ serializeBinary(): any;
563
+ /**
564
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
565
+ */
566
+ toObject(): GetAgentRequest.AsObject;
567
+ /**
568
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
569
+ */
570
+ toJSON(): GetAgentRequest.AsObject;
571
+ /**
572
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
573
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
574
+ * 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
575
+ */
576
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetAgentRequest.AsProtobufJSON;
577
+ }
578
+ export declare module GetAgentRequest {
579
+ /**
580
+ * Standard JavaScript object representation for GetAgentRequest
581
+ */
582
+ interface AsObject {
583
+ parent?: string;
584
+ agentView?: AgentView;
585
+ }
586
+ /**
587
+ * Protobuf JSON representation for GetAgentRequest
588
+ */
589
+ interface AsProtobufJSON {
590
+ parent?: string;
591
+ agentView?: string;
592
+ }
593
+ }
594
+ /**
595
+ * Message implementation for ondewo.nlu.ListAgentsRequest
596
+ */
597
+ export declare class ListAgentsRequest implements GrpcMessage {
598
+ static id: string;
599
+ /**
600
+ * Deserialize binary data to message
601
+ * @param instance message instance
602
+ */
603
+ static deserializeBinary(bytes: ByteSource): ListAgentsRequest;
604
+ /**
605
+ * Check all the properties and set default protobuf values if necessary
606
+ * @param _instance message instance
607
+ */
608
+ static refineValues(_instance: ListAgentsRequest): void;
609
+ /**
610
+ * Deserializes / reads binary message into message instance using provided binary reader
611
+ * @param _instance message instance
612
+ * @param _reader binary reader instance
613
+ */
614
+ static deserializeBinaryFromReader(_instance: ListAgentsRequest, _reader: BinaryReader): void;
615
+ /**
616
+ * Serializes a message to binary format using provided binary reader
617
+ * @param _instance message instance
618
+ * @param _writer binary writer instance
619
+ */
620
+ static serializeBinaryToWriter(_instance: ListAgentsRequest, _writer: BinaryWriter): void;
621
+ private _agentView?;
622
+ private _pageToken?;
623
+ private _sortByField?;
624
+ /**
625
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
626
+ * @param _value initial values object or instance of ListAgentsRequest to deeply clone from
627
+ */
628
+ constructor(_value?: RecursivePartial<ListAgentsRequest.AsObject>);
629
+ get agentView(): AgentView | undefined;
630
+ set agentView(value: AgentView | undefined);
631
+ get pageToken(): string | undefined;
632
+ set pageToken(value: string | undefined);
633
+ get sortByField(): AgentSorting | undefined;
634
+ set sortByField(value: AgentSorting | undefined);
635
+ /**
636
+ * Serialize message to binary data
637
+ * @param instance message instance
638
+ */
639
+ serializeBinary(): any;
640
+ /**
641
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
642
+ */
643
+ toObject(): ListAgentsRequest.AsObject;
644
+ /**
645
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
646
+ */
647
+ toJSON(): ListAgentsRequest.AsObject;
648
+ /**
649
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
650
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
651
+ * 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
652
+ */
653
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListAgentsRequest.AsProtobufJSON;
654
+ }
655
+ export declare module ListAgentsRequest {
656
+ /**
657
+ * Standard JavaScript object representation for ListAgentsRequest
658
+ */
659
+ interface AsObject {
660
+ agentView?: AgentView;
661
+ pageToken?: string;
662
+ sortByField?: AgentSorting.AsObject;
663
+ }
664
+ /**
665
+ * Protobuf JSON representation for ListAgentsRequest
666
+ */
667
+ interface AsProtobufJSON {
668
+ agentView?: string;
669
+ pageToken?: string;
670
+ sortByField?: AgentSorting.AsProtobufJSON | null;
671
+ }
672
+ }
673
+ /**
674
+ * Message implementation for ondewo.nlu.ListAgentsResponse
675
+ */
676
+ export declare class ListAgentsResponse implements GrpcMessage {
677
+ static id: string;
678
+ /**
679
+ * Deserialize binary data to message
680
+ * @param instance message instance
681
+ */
682
+ static deserializeBinary(bytes: ByteSource): ListAgentsResponse;
683
+ /**
684
+ * Check all the properties and set default protobuf values if necessary
685
+ * @param _instance message instance
686
+ */
687
+ static refineValues(_instance: ListAgentsResponse): void;
688
+ /**
689
+ * Deserializes / reads binary message into message instance using provided binary reader
690
+ * @param _instance message instance
691
+ * @param _reader binary reader instance
692
+ */
693
+ static deserializeBinaryFromReader(_instance: ListAgentsResponse, _reader: BinaryReader): void;
694
+ /**
695
+ * Serializes a message to binary format using provided binary reader
696
+ * @param _instance message instance
697
+ * @param _writer binary writer instance
698
+ */
699
+ static serializeBinaryToWriter(_instance: ListAgentsResponse, _writer: BinaryWriter): void;
700
+ private _agentsWithOwners?;
701
+ private _nextPageToken?;
702
+ /**
703
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
704
+ * @param _value initial values object or instance of ListAgentsResponse to deeply clone from
705
+ */
706
+ constructor(_value?: RecursivePartial<ListAgentsResponse.AsObject>);
707
+ get agentsWithOwners(): AgentWithOwner[] | undefined;
708
+ set agentsWithOwners(value: AgentWithOwner[] | undefined);
709
+ get nextPageToken(): string | undefined;
710
+ set nextPageToken(value: string | undefined);
711
+ /**
712
+ * Serialize message to binary data
713
+ * @param instance message instance
714
+ */
715
+ serializeBinary(): any;
716
+ /**
717
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
718
+ */
719
+ toObject(): ListAgentsResponse.AsObject;
720
+ /**
721
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
722
+ */
723
+ toJSON(): ListAgentsResponse.AsObject;
724
+ /**
725
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
726
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
727
+ * 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
728
+ */
729
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListAgentsResponse.AsProtobufJSON;
730
+ }
731
+ export declare module ListAgentsResponse {
732
+ /**
733
+ * Standard JavaScript object representation for ListAgentsResponse
734
+ */
735
+ interface AsObject {
736
+ agentsWithOwners?: AgentWithOwner.AsObject[];
737
+ nextPageToken?: string;
738
+ }
739
+ /**
740
+ * Protobuf JSON representation for ListAgentsResponse
741
+ */
742
+ interface AsProtobufJSON {
743
+ agentsWithOwners?: AgentWithOwner.AsProtobufJSON[] | null;
744
+ nextPageToken?: string;
745
+ }
746
+ }
747
+ /**
748
+ * Message implementation for ondewo.nlu.ListAgentsOfUserResponse
749
+ */
750
+ export declare class ListAgentsOfUserResponse implements GrpcMessage {
751
+ static id: string;
752
+ /**
753
+ * Deserialize binary data to message
754
+ * @param instance message instance
755
+ */
756
+ static deserializeBinary(bytes: ByteSource): ListAgentsOfUserResponse;
757
+ /**
758
+ * Check all the properties and set default protobuf values if necessary
759
+ * @param _instance message instance
760
+ */
761
+ static refineValues(_instance: ListAgentsOfUserResponse): void;
762
+ /**
763
+ * Deserializes / reads binary message into message instance using provided binary reader
764
+ * @param _instance message instance
765
+ * @param _reader binary reader instance
766
+ */
767
+ static deserializeBinaryFromReader(_instance: ListAgentsOfUserResponse, _reader: BinaryReader): void;
768
+ /**
769
+ * Serializes a message to binary format using provided binary reader
770
+ * @param _instance message instance
771
+ * @param _writer binary writer instance
772
+ */
773
+ static serializeBinaryToWriter(_instance: ListAgentsOfUserResponse, _writer: BinaryWriter): void;
774
+ private _agentsOfUserWithOwners?;
775
+ private _nextPageToken?;
776
+ /**
777
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
778
+ * @param _value initial values object or instance of ListAgentsOfUserResponse to deeply clone from
779
+ */
780
+ constructor(_value?: RecursivePartial<ListAgentsOfUserResponse.AsObject>);
781
+ get agentsOfUserWithOwners(): AgentOfUserWithOwner[] | undefined;
782
+ set agentsOfUserWithOwners(value: AgentOfUserWithOwner[] | undefined);
783
+ get nextPageToken(): string | undefined;
784
+ set nextPageToken(value: string | undefined);
785
+ /**
786
+ * Serialize message to binary data
787
+ * @param instance message instance
788
+ */
789
+ serializeBinary(): any;
790
+ /**
791
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
792
+ */
793
+ toObject(): ListAgentsOfUserResponse.AsObject;
794
+ /**
795
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
796
+ */
797
+ toJSON(): ListAgentsOfUserResponse.AsObject;
798
+ /**
799
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
800
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
801
+ * 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
802
+ */
803
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListAgentsOfUserResponse.AsProtobufJSON;
804
+ }
805
+ export declare module ListAgentsOfUserResponse {
806
+ /**
807
+ * Standard JavaScript object representation for ListAgentsOfUserResponse
808
+ */
809
+ interface AsObject {
810
+ agentsOfUserWithOwners?: AgentOfUserWithOwner.AsObject[];
811
+ nextPageToken?: string;
812
+ }
813
+ /**
814
+ * Protobuf JSON representation for ListAgentsOfUserResponse
815
+ */
816
+ interface AsProtobufJSON {
817
+ agentsOfUserWithOwners?: AgentOfUserWithOwner.AsProtobufJSON[] | null;
818
+ nextPageToken?: string;
819
+ }
820
+ }
821
+ /**
822
+ * Message implementation for ondewo.nlu.TrainAgentRequest
823
+ */
824
+ export declare class TrainAgentRequest implements GrpcMessage {
825
+ static id: string;
826
+ /**
827
+ * Deserialize binary data to message
828
+ * @param instance message instance
829
+ */
830
+ static deserializeBinary(bytes: ByteSource): TrainAgentRequest;
831
+ /**
832
+ * Check all the properties and set default protobuf values if necessary
833
+ * @param _instance message instance
834
+ */
835
+ static refineValues(_instance: TrainAgentRequest): void;
836
+ /**
837
+ * Deserializes / reads binary message into message instance using provided binary reader
838
+ * @param _instance message instance
839
+ * @param _reader binary reader instance
840
+ */
841
+ static deserializeBinaryFromReader(_instance: TrainAgentRequest, _reader: BinaryReader): void;
842
+ /**
843
+ * Serializes a message to binary format using provided binary reader
844
+ * @param _instance message instance
845
+ * @param _writer binary writer instance
846
+ */
847
+ static serializeBinaryToWriter(_instance: TrainAgentRequest, _writer: BinaryWriter): void;
848
+ private _parent?;
849
+ private _branch?;
850
+ private _initiationProtocol?;
851
+ /**
852
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
853
+ * @param _value initial values object or instance of TrainAgentRequest to deeply clone from
854
+ */
855
+ constructor(_value?: RecursivePartial<TrainAgentRequest.AsObject>);
856
+ get parent(): string | undefined;
857
+ set parent(value: string | undefined);
858
+ get branch(): string | undefined;
859
+ set branch(value: string | undefined);
860
+ get initiationProtocol(): InitiationProtocol | undefined;
861
+ set initiationProtocol(value: InitiationProtocol | undefined);
862
+ /**
863
+ * Serialize message to binary data
864
+ * @param instance message instance
865
+ */
866
+ serializeBinary(): any;
867
+ /**
868
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
869
+ */
870
+ toObject(): TrainAgentRequest.AsObject;
871
+ /**
872
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
873
+ */
874
+ toJSON(): TrainAgentRequest.AsObject;
875
+ /**
876
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
877
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
878
+ * 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
879
+ */
880
+ toProtobufJSON(options?: ToProtobufJSONOptions): TrainAgentRequest.AsProtobufJSON;
881
+ }
882
+ export declare module TrainAgentRequest {
883
+ /**
884
+ * Standard JavaScript object representation for TrainAgentRequest
885
+ */
886
+ interface AsObject {
887
+ parent?: string;
888
+ branch?: string;
889
+ initiationProtocol?: InitiationProtocol;
890
+ }
891
+ /**
892
+ * Protobuf JSON representation for TrainAgentRequest
893
+ */
894
+ interface AsProtobufJSON {
895
+ parent?: string;
896
+ branch?: string;
897
+ initiationProtocol?: string;
898
+ }
899
+ }
900
+ /**
901
+ * Message implementation for ondewo.nlu.BuildCacheRequest
902
+ */
903
+ export declare class BuildCacheRequest implements GrpcMessage {
904
+ static id: string;
905
+ /**
906
+ * Deserialize binary data to message
907
+ * @param instance message instance
908
+ */
909
+ static deserializeBinary(bytes: ByteSource): BuildCacheRequest;
910
+ /**
911
+ * Check all the properties and set default protobuf values if necessary
912
+ * @param _instance message instance
913
+ */
914
+ static refineValues(_instance: BuildCacheRequest): void;
915
+ /**
916
+ * Deserializes / reads binary message into message instance using provided binary reader
917
+ * @param _instance message instance
918
+ * @param _reader binary reader instance
919
+ */
920
+ static deserializeBinaryFromReader(_instance: BuildCacheRequest, _reader: BinaryReader): void;
921
+ /**
922
+ * Serializes a message to binary format using provided binary reader
923
+ * @param _instance message instance
924
+ * @param _writer binary writer instance
925
+ */
926
+ static serializeBinaryToWriter(_instance: BuildCacheRequest, _writer: BinaryWriter): void;
927
+ private _parent?;
928
+ private _branch?;
929
+ /**
930
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
931
+ * @param _value initial values object or instance of BuildCacheRequest to deeply clone from
932
+ */
933
+ constructor(_value?: RecursivePartial<BuildCacheRequest.AsObject>);
934
+ get parent(): string | undefined;
935
+ set parent(value: string | undefined);
936
+ get branch(): string | undefined;
937
+ set branch(value: string | undefined);
938
+ /**
939
+ * Serialize message to binary data
940
+ * @param instance message instance
941
+ */
942
+ serializeBinary(): any;
943
+ /**
944
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
945
+ */
946
+ toObject(): BuildCacheRequest.AsObject;
947
+ /**
948
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
949
+ */
950
+ toJSON(): BuildCacheRequest.AsObject;
951
+ /**
952
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
953
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
954
+ * 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
955
+ */
956
+ toProtobufJSON(options?: ToProtobufJSONOptions): BuildCacheRequest.AsProtobufJSON;
957
+ }
958
+ export declare module BuildCacheRequest {
959
+ /**
960
+ * Standard JavaScript object representation for BuildCacheRequest
961
+ */
962
+ interface AsObject {
963
+ parent?: string;
964
+ branch?: string;
965
+ }
966
+ /**
967
+ * Protobuf JSON representation for BuildCacheRequest
968
+ */
969
+ interface AsProtobufJSON {
970
+ parent?: string;
971
+ branch?: string;
972
+ }
973
+ }
974
+ /**
975
+ * Message implementation for ondewo.nlu.ExportAgentRequest
976
+ */
977
+ export declare class ExportAgentRequest implements GrpcMessage {
978
+ static id: string;
979
+ /**
980
+ * Deserialize binary data to message
981
+ * @param instance message instance
982
+ */
983
+ static deserializeBinary(bytes: ByteSource): ExportAgentRequest;
984
+ /**
985
+ * Check all the properties and set default protobuf values if necessary
986
+ * @param _instance message instance
987
+ */
988
+ static refineValues(_instance: ExportAgentRequest): void;
989
+ /**
990
+ * Deserializes / reads binary message into message instance using provided binary reader
991
+ * @param _instance message instance
992
+ * @param _reader binary reader instance
993
+ */
994
+ static deserializeBinaryFromReader(_instance: ExportAgentRequest, _reader: BinaryReader): void;
995
+ /**
996
+ * Serializes a message to binary format using provided binary reader
997
+ * @param _instance message instance
998
+ * @param _writer binary writer instance
999
+ */
1000
+ static serializeBinaryToWriter(_instance: ExportAgentRequest, _writer: BinaryWriter): void;
1001
+ private _parent?;
1002
+ private _agentUri?;
1003
+ private _compressionLevel?;
1004
+ /**
1005
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1006
+ * @param _value initial values object or instance of ExportAgentRequest to deeply clone from
1007
+ */
1008
+ constructor(_value?: RecursivePartial<ExportAgentRequest.AsObject>);
1009
+ get parent(): string | undefined;
1010
+ set parent(value: string | undefined);
1011
+ get agentUri(): string | undefined;
1012
+ set agentUri(value: string | undefined);
1013
+ get compressionLevel(): number | undefined;
1014
+ set compressionLevel(value: number | undefined);
1015
+ /**
1016
+ * Serialize message to binary data
1017
+ * @param instance message instance
1018
+ */
1019
+ serializeBinary(): any;
1020
+ /**
1021
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1022
+ */
1023
+ toObject(): ExportAgentRequest.AsObject;
1024
+ /**
1025
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1026
+ */
1027
+ toJSON(): ExportAgentRequest.AsObject;
1028
+ /**
1029
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1030
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1031
+ * 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
1032
+ */
1033
+ toProtobufJSON(options?: ToProtobufJSONOptions): ExportAgentRequest.AsProtobufJSON;
1034
+ }
1035
+ export declare module ExportAgentRequest {
1036
+ /**
1037
+ * Standard JavaScript object representation for ExportAgentRequest
1038
+ */
1039
+ interface AsObject {
1040
+ parent?: string;
1041
+ agentUri?: string;
1042
+ compressionLevel?: number;
1043
+ }
1044
+ /**
1045
+ * Protobuf JSON representation for ExportAgentRequest
1046
+ */
1047
+ interface AsProtobufJSON {
1048
+ parent?: string;
1049
+ agentUri?: string;
1050
+ compressionLevel?: number;
1051
+ }
1052
+ }
1053
+ /**
1054
+ * Message implementation for ondewo.nlu.ExportAgentResponse
1055
+ */
1056
+ export declare class ExportAgentResponse implements GrpcMessage {
1057
+ static id: string;
1058
+ /**
1059
+ * Deserialize binary data to message
1060
+ * @param instance message instance
1061
+ */
1062
+ static deserializeBinary(bytes: ByteSource): ExportAgentResponse;
1063
+ /**
1064
+ * Check all the properties and set default protobuf values if necessary
1065
+ * @param _instance message instance
1066
+ */
1067
+ static refineValues(_instance: ExportAgentResponse): void;
1068
+ /**
1069
+ * Deserializes / reads binary message into message instance using provided binary reader
1070
+ * @param _instance message instance
1071
+ * @param _reader binary reader instance
1072
+ */
1073
+ static deserializeBinaryFromReader(_instance: ExportAgentResponse, _reader: BinaryReader): void;
1074
+ /**
1075
+ * Serializes a message to binary format using provided binary reader
1076
+ * @param _instance message instance
1077
+ * @param _writer binary writer instance
1078
+ */
1079
+ static serializeBinaryToWriter(_instance: ExportAgentResponse, _writer: BinaryWriter): void;
1080
+ private _agentUri?;
1081
+ private _agentContent?;
1082
+ private _agent;
1083
+ /**
1084
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1085
+ * @param _value initial values object or instance of ExportAgentResponse to deeply clone from
1086
+ */
1087
+ constructor(_value?: RecursivePartial<ExportAgentResponse.AsObject>);
1088
+ get agentUri(): string | undefined;
1089
+ set agentUri(value: string | undefined);
1090
+ get agentContent(): Uint8Array | undefined;
1091
+ set agentContent(value: Uint8Array | undefined);
1092
+ get agent(): ExportAgentResponse.AgentCase;
1093
+ /**
1094
+ * Serialize message to binary data
1095
+ * @param instance message instance
1096
+ */
1097
+ serializeBinary(): any;
1098
+ /**
1099
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1100
+ */
1101
+ toObject(): ExportAgentResponse.AsObject;
1102
+ /**
1103
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1104
+ */
1105
+ toJSON(): ExportAgentResponse.AsObject;
1106
+ /**
1107
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1108
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1109
+ * 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
1110
+ */
1111
+ toProtobufJSON(options?: ToProtobufJSONOptions): ExportAgentResponse.AsProtobufJSON;
1112
+ }
1113
+ export declare module ExportAgentResponse {
1114
+ /**
1115
+ * Standard JavaScript object representation for ExportAgentResponse
1116
+ */
1117
+ interface AsObject {
1118
+ agentUri?: string;
1119
+ agentContent?: Uint8Array;
1120
+ }
1121
+ /**
1122
+ * Protobuf JSON representation for ExportAgentResponse
1123
+ */
1124
+ interface AsProtobufJSON {
1125
+ agentUri?: string | null;
1126
+ agentContent?: string;
1127
+ }
1128
+ enum AgentCase {
1129
+ none = 0,
1130
+ agentUri = 1,
1131
+ agentContent = 2
1132
+ }
1133
+ }
1134
+ /**
1135
+ * Message implementation for ondewo.nlu.ExportBenchmarkAgentRequest
1136
+ */
1137
+ export declare class ExportBenchmarkAgentRequest implements GrpcMessage {
1138
+ static id: string;
1139
+ /**
1140
+ * Deserialize binary data to message
1141
+ * @param instance message instance
1142
+ */
1143
+ static deserializeBinary(bytes: ByteSource): ExportBenchmarkAgentRequest;
1144
+ /**
1145
+ * Check all the properties and set default protobuf values if necessary
1146
+ * @param _instance message instance
1147
+ */
1148
+ static refineValues(_instance: ExportBenchmarkAgentRequest): void;
1149
+ /**
1150
+ * Deserializes / reads binary message into message instance using provided binary reader
1151
+ * @param _instance message instance
1152
+ * @param _reader binary reader instance
1153
+ */
1154
+ static deserializeBinaryFromReader(_instance: ExportBenchmarkAgentRequest, _reader: BinaryReader): void;
1155
+ /**
1156
+ * Serializes a message to binary format using provided binary reader
1157
+ * @param _instance message instance
1158
+ * @param _writer binary writer instance
1159
+ */
1160
+ static serializeBinaryToWriter(_instance: ExportBenchmarkAgentRequest, _writer: BinaryWriter): void;
1161
+ private _parent?;
1162
+ private _compressionLevel?;
1163
+ private _testSize?;
1164
+ private _trainSize?;
1165
+ private _randomState?;
1166
+ /**
1167
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1168
+ * @param _value initial values object or instance of ExportBenchmarkAgentRequest to deeply clone from
1169
+ */
1170
+ constructor(_value?: RecursivePartial<ExportBenchmarkAgentRequest.AsObject>);
1171
+ get parent(): string | undefined;
1172
+ set parent(value: string | undefined);
1173
+ get compressionLevel(): number | undefined;
1174
+ set compressionLevel(value: number | undefined);
1175
+ get testSize(): number | undefined;
1176
+ set testSize(value: number | undefined);
1177
+ get trainSize(): number | undefined;
1178
+ set trainSize(value: number | undefined);
1179
+ get randomState(): number | undefined;
1180
+ set randomState(value: number | undefined);
1181
+ /**
1182
+ * Serialize message to binary data
1183
+ * @param instance message instance
1184
+ */
1185
+ serializeBinary(): any;
1186
+ /**
1187
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1188
+ */
1189
+ toObject(): ExportBenchmarkAgentRequest.AsObject;
1190
+ /**
1191
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1192
+ */
1193
+ toJSON(): ExportBenchmarkAgentRequest.AsObject;
1194
+ /**
1195
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1196
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1197
+ * 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
1198
+ */
1199
+ toProtobufJSON(options?: ToProtobufJSONOptions): ExportBenchmarkAgentRequest.AsProtobufJSON;
1200
+ }
1201
+ export declare module ExportBenchmarkAgentRequest {
1202
+ /**
1203
+ * Standard JavaScript object representation for ExportBenchmarkAgentRequest
1204
+ */
1205
+ interface AsObject {
1206
+ parent?: string;
1207
+ compressionLevel?: number;
1208
+ testSize?: number;
1209
+ trainSize?: number;
1210
+ randomState?: number;
1211
+ }
1212
+ /**
1213
+ * Protobuf JSON representation for ExportBenchmarkAgentRequest
1214
+ */
1215
+ interface AsProtobufJSON {
1216
+ parent?: string;
1217
+ compressionLevel?: number;
1218
+ testSize?: number;
1219
+ trainSize?: number;
1220
+ randomState?: number;
1221
+ }
1222
+ }
1223
+ /**
1224
+ * Message implementation for ondewo.nlu.ExportBenchmarkAgentResponse
1225
+ */
1226
+ export declare class ExportBenchmarkAgentResponse implements GrpcMessage {
1227
+ static id: string;
1228
+ /**
1229
+ * Deserialize binary data to message
1230
+ * @param instance message instance
1231
+ */
1232
+ static deserializeBinary(bytes: ByteSource): ExportBenchmarkAgentResponse;
1233
+ /**
1234
+ * Check all the properties and set default protobuf values if necessary
1235
+ * @param _instance message instance
1236
+ */
1237
+ static refineValues(_instance: ExportBenchmarkAgentResponse): void;
1238
+ /**
1239
+ * Deserializes / reads binary message into message instance using provided binary reader
1240
+ * @param _instance message instance
1241
+ * @param _reader binary reader instance
1242
+ */
1243
+ static deserializeBinaryFromReader(_instance: ExportBenchmarkAgentResponse, _reader: BinaryReader): void;
1244
+ /**
1245
+ * Serializes a message to binary format using provided binary reader
1246
+ * @param _instance message instance
1247
+ * @param _writer binary writer instance
1248
+ */
1249
+ static serializeBinaryToWriter(_instance: ExportBenchmarkAgentResponse, _writer: BinaryWriter): void;
1250
+ private _agentContent?;
1251
+ private _trainingPhrases?;
1252
+ /**
1253
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1254
+ * @param _value initial values object or instance of ExportBenchmarkAgentResponse to deeply clone from
1255
+ */
1256
+ constructor(_value?: RecursivePartial<ExportBenchmarkAgentResponse.AsObject>);
1257
+ get agentContent(): Uint8Array | undefined;
1258
+ set agentContent(value: Uint8Array | undefined);
1259
+ get trainingPhrases(): {
1260
+ [prop: string]: ondewoNlu014.ListTrainingPhrasesResponse;
1261
+ } | undefined;
1262
+ set trainingPhrases(value: {
1263
+ [prop: string]: ondewoNlu014.ListTrainingPhrasesResponse;
1264
+ } | undefined);
1265
+ /**
1266
+ * Serialize message to binary data
1267
+ * @param instance message instance
1268
+ */
1269
+ serializeBinary(): any;
1270
+ /**
1271
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1272
+ */
1273
+ toObject(): ExportBenchmarkAgentResponse.AsObject;
1274
+ /**
1275
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1276
+ */
1277
+ toJSON(): ExportBenchmarkAgentResponse.AsObject;
1278
+ /**
1279
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1280
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1281
+ * 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
1282
+ */
1283
+ toProtobufJSON(options?: ToProtobufJSONOptions): ExportBenchmarkAgentResponse.AsProtobufJSON;
1284
+ }
1285
+ export declare module ExportBenchmarkAgentResponse {
1286
+ /**
1287
+ * Standard JavaScript object representation for ExportBenchmarkAgentResponse
1288
+ */
1289
+ interface AsObject {
1290
+ agentContent?: Uint8Array;
1291
+ trainingPhrases?: {
1292
+ [prop: string]: ondewoNlu014.ListTrainingPhrasesResponse;
1293
+ };
1294
+ }
1295
+ /**
1296
+ * Protobuf JSON representation for ExportBenchmarkAgentResponse
1297
+ */
1298
+ interface AsProtobufJSON {
1299
+ agentContent?: string;
1300
+ trainingPhrases?: {
1301
+ [prop: string]: ondewoNlu014.ListTrainingPhrasesResponse;
1302
+ };
1303
+ }
1304
+ /**
1305
+ * Message implementation for ondewo.nlu.TrainingPhrasesEntry
1306
+ */
1307
+ class TrainingPhrasesEntry implements GrpcMessage {
1308
+ static id: string;
1309
+ /**
1310
+ * Deserialize binary data to message
1311
+ * @param instance message instance
1312
+ */
1313
+ static deserializeBinary(bytes: ByteSource): TrainingPhrasesEntry;
1314
+ /**
1315
+ * Check all the properties and set default protobuf values if necessary
1316
+ * @param _instance message instance
1317
+ */
1318
+ static refineValues(_instance: TrainingPhrasesEntry): void;
1319
+ /**
1320
+ * Deserializes / reads binary message into message instance using provided binary reader
1321
+ * @param _instance message instance
1322
+ * @param _reader binary reader instance
1323
+ */
1324
+ static deserializeBinaryFromReader(_instance: TrainingPhrasesEntry, _reader: BinaryReader): void;
1325
+ /**
1326
+ * Serializes a message to binary format using provided binary reader
1327
+ * @param _instance message instance
1328
+ * @param _writer binary writer instance
1329
+ */
1330
+ static serializeBinaryToWriter(_instance: TrainingPhrasesEntry, _writer: BinaryWriter): void;
1331
+ private _key?;
1332
+ private _value?;
1333
+ /**
1334
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1335
+ * @param _value initial values object or instance of TrainingPhrasesEntry to deeply clone from
1336
+ */
1337
+ constructor(_value?: RecursivePartial<TrainingPhrasesEntry.AsObject>);
1338
+ get key(): string | undefined;
1339
+ set key(value: string | undefined);
1340
+ get value(): ondewoNlu014.ListTrainingPhrasesResponse | undefined;
1341
+ set value(value: ondewoNlu014.ListTrainingPhrasesResponse | undefined);
1342
+ /**
1343
+ * Serialize message to binary data
1344
+ * @param instance message instance
1345
+ */
1346
+ serializeBinary(): any;
1347
+ /**
1348
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1349
+ */
1350
+ toObject(): TrainingPhrasesEntry.AsObject;
1351
+ /**
1352
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1353
+ */
1354
+ toJSON(): TrainingPhrasesEntry.AsObject;
1355
+ /**
1356
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1357
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1358
+ * 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
1359
+ */
1360
+ toProtobufJSON(options?: ToProtobufJSONOptions): TrainingPhrasesEntry.AsProtobufJSON;
1361
+ }
1362
+ module TrainingPhrasesEntry {
1363
+ /**
1364
+ * Standard JavaScript object representation for TrainingPhrasesEntry
1365
+ */
1366
+ interface AsObject {
1367
+ key?: string;
1368
+ value?: ondewoNlu014.ListTrainingPhrasesResponse.AsObject;
1369
+ }
1370
+ /**
1371
+ * Protobuf JSON representation for TrainingPhrasesEntry
1372
+ */
1373
+ interface AsProtobufJSON {
1374
+ key?: string;
1375
+ value?: ondewoNlu014.ListTrainingPhrasesResponse.AsProtobufJSON | null;
1376
+ }
1377
+ }
1378
+ }
1379
+ /**
1380
+ * Message implementation for ondewo.nlu.OptimizeRankingMatchRequest
1381
+ */
1382
+ export declare class OptimizeRankingMatchRequest implements GrpcMessage {
1383
+ static id: string;
1384
+ /**
1385
+ * Deserialize binary data to message
1386
+ * @param instance message instance
1387
+ */
1388
+ static deserializeBinary(bytes: ByteSource): OptimizeRankingMatchRequest;
1389
+ /**
1390
+ * Check all the properties and set default protobuf values if necessary
1391
+ * @param _instance message instance
1392
+ */
1393
+ static refineValues(_instance: OptimizeRankingMatchRequest): void;
1394
+ /**
1395
+ * Deserializes / reads binary message into message instance using provided binary reader
1396
+ * @param _instance message instance
1397
+ * @param _reader binary reader instance
1398
+ */
1399
+ static deserializeBinaryFromReader(_instance: OptimizeRankingMatchRequest, _reader: BinaryReader): void;
1400
+ /**
1401
+ * Serializes a message to binary format using provided binary reader
1402
+ * @param _instance message instance
1403
+ * @param _writer binary writer instance
1404
+ */
1405
+ static serializeBinaryToWriter(_instance: OptimizeRankingMatchRequest, _writer: BinaryWriter): void;
1406
+ private _parent?;
1407
+ private _languageCodes?;
1408
+ private _optimizationConfigs?;
1409
+ private _inPlace?;
1410
+ /**
1411
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1412
+ * @param _value initial values object or instance of OptimizeRankingMatchRequest to deeply clone from
1413
+ */
1414
+ constructor(_value?: RecursivePartial<OptimizeRankingMatchRequest.AsObject>);
1415
+ get parent(): string | undefined;
1416
+ set parent(value: string | undefined);
1417
+ get languageCodes(): string[] | undefined;
1418
+ set languageCodes(value: string[] | undefined);
1419
+ get optimizationConfigs(): RankingMatchOptimizationConfig[] | undefined;
1420
+ set optimizationConfigs(value: RankingMatchOptimizationConfig[] | undefined);
1421
+ get inPlace(): boolean | undefined;
1422
+ set inPlace(value: boolean | undefined);
1423
+ /**
1424
+ * Serialize message to binary data
1425
+ * @param instance message instance
1426
+ */
1427
+ serializeBinary(): any;
1428
+ /**
1429
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1430
+ */
1431
+ toObject(): OptimizeRankingMatchRequest.AsObject;
1432
+ /**
1433
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1434
+ */
1435
+ toJSON(): OptimizeRankingMatchRequest.AsObject;
1436
+ /**
1437
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1438
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1439
+ * 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
1440
+ */
1441
+ toProtobufJSON(options?: ToProtobufJSONOptions): OptimizeRankingMatchRequest.AsProtobufJSON;
1442
+ }
1443
+ export declare module OptimizeRankingMatchRequest {
1444
+ /**
1445
+ * Standard JavaScript object representation for OptimizeRankingMatchRequest
1446
+ */
1447
+ interface AsObject {
1448
+ parent?: string;
1449
+ languageCodes?: string[];
1450
+ optimizationConfigs?: RankingMatchOptimizationConfig.AsObject[];
1451
+ inPlace?: boolean;
1452
+ }
1453
+ /**
1454
+ * Protobuf JSON representation for OptimizeRankingMatchRequest
1455
+ */
1456
+ interface AsProtobufJSON {
1457
+ parent?: string;
1458
+ languageCodes?: string[];
1459
+ optimizationConfigs?: RankingMatchOptimizationConfig.AsProtobufJSON[] | null;
1460
+ inPlace?: boolean;
1461
+ }
1462
+ }
1463
+ /**
1464
+ * Message implementation for ondewo.nlu.RankingMatchOptimizationConfig
1465
+ */
1466
+ export declare class RankingMatchOptimizationConfig implements GrpcMessage {
1467
+ static id: string;
1468
+ /**
1469
+ * Deserialize binary data to message
1470
+ * @param instance message instance
1471
+ */
1472
+ static deserializeBinary(bytes: ByteSource): RankingMatchOptimizationConfig;
1473
+ /**
1474
+ * Check all the properties and set default protobuf values if necessary
1475
+ * @param _instance message instance
1476
+ */
1477
+ static refineValues(_instance: RankingMatchOptimizationConfig): void;
1478
+ /**
1479
+ * Deserializes / reads binary message into message instance using provided binary reader
1480
+ * @param _instance message instance
1481
+ * @param _reader binary reader instance
1482
+ */
1483
+ static deserializeBinaryFromReader(_instance: RankingMatchOptimizationConfig, _reader: BinaryReader): void;
1484
+ /**
1485
+ * Serializes a message to binary format using provided binary reader
1486
+ * @param _instance message instance
1487
+ * @param _writer binary writer instance
1488
+ */
1489
+ static serializeBinaryToWriter(_instance: RankingMatchOptimizationConfig, _writer: BinaryWriter): void;
1490
+ private _languageCode?;
1491
+ private _nSplits?;
1492
+ private _randomSeed?;
1493
+ private _initialThresholds?;
1494
+ /**
1495
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1496
+ * @param _value initial values object or instance of RankingMatchOptimizationConfig to deeply clone from
1497
+ */
1498
+ constructor(_value?: RecursivePartial<RankingMatchOptimizationConfig.AsObject>);
1499
+ get languageCode(): string | undefined;
1500
+ set languageCode(value: string | undefined);
1501
+ get nSplits(): number | undefined;
1502
+ set nSplits(value: number | undefined);
1503
+ get randomSeed(): number | undefined;
1504
+ set randomSeed(value: number | undefined);
1505
+ get initialThresholds(): googleProtobuf009.Struct | undefined;
1506
+ set initialThresholds(value: googleProtobuf009.Struct | undefined);
1507
+ /**
1508
+ * Serialize message to binary data
1509
+ * @param instance message instance
1510
+ */
1511
+ serializeBinary(): any;
1512
+ /**
1513
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1514
+ */
1515
+ toObject(): RankingMatchOptimizationConfig.AsObject;
1516
+ /**
1517
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1518
+ */
1519
+ toJSON(): RankingMatchOptimizationConfig.AsObject;
1520
+ /**
1521
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1522
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1523
+ * 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
1524
+ */
1525
+ toProtobufJSON(options?: ToProtobufJSONOptions): RankingMatchOptimizationConfig.AsProtobufJSON;
1526
+ }
1527
+ export declare module RankingMatchOptimizationConfig {
1528
+ /**
1529
+ * Standard JavaScript object representation for RankingMatchOptimizationConfig
1530
+ */
1531
+ interface AsObject {
1532
+ languageCode?: string;
1533
+ nSplits?: number;
1534
+ randomSeed?: number;
1535
+ initialThresholds?: googleProtobuf009.Struct.AsObject;
1536
+ }
1537
+ /**
1538
+ * Protobuf JSON representation for RankingMatchOptimizationConfig
1539
+ */
1540
+ interface AsProtobufJSON {
1541
+ languageCode?: string;
1542
+ nSplits?: number;
1543
+ randomSeed?: number;
1544
+ initialThresholds?: googleProtobuf009.Struct.AsProtobufJSON | null;
1545
+ }
1546
+ }
1547
+ /**
1548
+ * Message implementation for ondewo.nlu.OptimizeRankingMatchResponse
1549
+ */
1550
+ export declare class OptimizeRankingMatchResponse implements GrpcMessage {
1551
+ static id: string;
1552
+ /**
1553
+ * Deserialize binary data to message
1554
+ * @param instance message instance
1555
+ */
1556
+ static deserializeBinary(bytes: ByteSource): OptimizeRankingMatchResponse;
1557
+ /**
1558
+ * Check all the properties and set default protobuf values if necessary
1559
+ * @param _instance message instance
1560
+ */
1561
+ static refineValues(_instance: OptimizeRankingMatchResponse): void;
1562
+ /**
1563
+ * Deserializes / reads binary message into message instance using provided binary reader
1564
+ * @param _instance message instance
1565
+ * @param _reader binary reader instance
1566
+ */
1567
+ static deserializeBinaryFromReader(_instance: OptimizeRankingMatchResponse, _reader: BinaryReader): void;
1568
+ /**
1569
+ * Serializes a message to binary format using provided binary reader
1570
+ * @param _instance message instance
1571
+ * @param _writer binary writer instance
1572
+ */
1573
+ static serializeBinaryToWriter(_instance: OptimizeRankingMatchResponse, _writer: BinaryWriter): void;
1574
+ private _optimizationInfo?;
1575
+ private _optimizedOndewoConfig?;
1576
+ /**
1577
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1578
+ * @param _value initial values object or instance of OptimizeRankingMatchResponse to deeply clone from
1579
+ */
1580
+ constructor(_value?: RecursivePartial<OptimizeRankingMatchResponse.AsObject>);
1581
+ get optimizationInfo(): googleProtobuf009.Struct | undefined;
1582
+ set optimizationInfo(value: googleProtobuf009.Struct | undefined);
1583
+ get optimizedOndewoConfig(): googleProtobuf009.Struct | undefined;
1584
+ set optimizedOndewoConfig(value: googleProtobuf009.Struct | undefined);
1585
+ /**
1586
+ * Serialize message to binary data
1587
+ * @param instance message instance
1588
+ */
1589
+ serializeBinary(): any;
1590
+ /**
1591
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1592
+ */
1593
+ toObject(): OptimizeRankingMatchResponse.AsObject;
1594
+ /**
1595
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1596
+ */
1597
+ toJSON(): OptimizeRankingMatchResponse.AsObject;
1598
+ /**
1599
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1600
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1601
+ * 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
1602
+ */
1603
+ toProtobufJSON(options?: ToProtobufJSONOptions): OptimizeRankingMatchResponse.AsProtobufJSON;
1604
+ }
1605
+ export declare module OptimizeRankingMatchResponse {
1606
+ /**
1607
+ * Standard JavaScript object representation for OptimizeRankingMatchResponse
1608
+ */
1609
+ interface AsObject {
1610
+ optimizationInfo?: googleProtobuf009.Struct.AsObject;
1611
+ optimizedOndewoConfig?: googleProtobuf009.Struct.AsObject;
1612
+ }
1613
+ /**
1614
+ * Protobuf JSON representation for OptimizeRankingMatchResponse
1615
+ */
1616
+ interface AsProtobufJSON {
1617
+ optimizationInfo?: googleProtobuf009.Struct.AsProtobufJSON | null;
1618
+ optimizedOndewoConfig?: googleProtobuf009.Struct.AsProtobufJSON | null;
1619
+ }
1620
+ }
1621
+ /**
1622
+ * Message implementation for ondewo.nlu.ImportAgentRequest
1623
+ */
1624
+ export declare class ImportAgentRequest implements GrpcMessage {
1625
+ static id: string;
1626
+ /**
1627
+ * Deserialize binary data to message
1628
+ * @param instance message instance
1629
+ */
1630
+ static deserializeBinary(bytes: ByteSource): ImportAgentRequest;
1631
+ /**
1632
+ * Check all the properties and set default protobuf values if necessary
1633
+ * @param _instance message instance
1634
+ */
1635
+ static refineValues(_instance: ImportAgentRequest): void;
1636
+ /**
1637
+ * Deserializes / reads binary message into message instance using provided binary reader
1638
+ * @param _instance message instance
1639
+ * @param _reader binary reader instance
1640
+ */
1641
+ static deserializeBinaryFromReader(_instance: ImportAgentRequest, _reader: BinaryReader): void;
1642
+ /**
1643
+ * Serializes a message to binary format using provided binary reader
1644
+ * @param _instance message instance
1645
+ * @param _writer binary writer instance
1646
+ */
1647
+ static serializeBinaryToWriter(_instance: ImportAgentRequest, _writer: BinaryWriter): void;
1648
+ private _parent?;
1649
+ private _agentUri?;
1650
+ private _agentContent?;
1651
+ private _agent;
1652
+ /**
1653
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1654
+ * @param _value initial values object or instance of ImportAgentRequest to deeply clone from
1655
+ */
1656
+ constructor(_value?: RecursivePartial<ImportAgentRequest.AsObject>);
1657
+ get parent(): string | undefined;
1658
+ set parent(value: string | undefined);
1659
+ get agentUri(): string | undefined;
1660
+ set agentUri(value: string | undefined);
1661
+ get agentContent(): Uint8Array | undefined;
1662
+ set agentContent(value: Uint8Array | undefined);
1663
+ get agent(): ImportAgentRequest.AgentCase;
1664
+ /**
1665
+ * Serialize message to binary data
1666
+ * @param instance message instance
1667
+ */
1668
+ serializeBinary(): any;
1669
+ /**
1670
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1671
+ */
1672
+ toObject(): ImportAgentRequest.AsObject;
1673
+ /**
1674
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1675
+ */
1676
+ toJSON(): ImportAgentRequest.AsObject;
1677
+ /**
1678
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1679
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1680
+ * 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
1681
+ */
1682
+ toProtobufJSON(options?: ToProtobufJSONOptions): ImportAgentRequest.AsProtobufJSON;
1683
+ }
1684
+ export declare module ImportAgentRequest {
1685
+ /**
1686
+ * Standard JavaScript object representation for ImportAgentRequest
1687
+ */
1688
+ interface AsObject {
1689
+ parent?: string;
1690
+ agentUri?: string;
1691
+ agentContent?: Uint8Array;
1692
+ }
1693
+ /**
1694
+ * Protobuf JSON representation for ImportAgentRequest
1695
+ */
1696
+ interface AsProtobufJSON {
1697
+ parent?: string;
1698
+ agentUri?: string | null;
1699
+ agentContent?: string;
1700
+ }
1701
+ enum AgentCase {
1702
+ none = 0,
1703
+ agentUri = 1,
1704
+ agentContent = 2
1705
+ }
1706
+ }
1707
+ /**
1708
+ * Message implementation for ondewo.nlu.RestoreAgentRequest
1709
+ */
1710
+ export declare class RestoreAgentRequest implements GrpcMessage {
1711
+ static id: string;
1712
+ /**
1713
+ * Deserialize binary data to message
1714
+ * @param instance message instance
1715
+ */
1716
+ static deserializeBinary(bytes: ByteSource): RestoreAgentRequest;
1717
+ /**
1718
+ * Check all the properties and set default protobuf values if necessary
1719
+ * @param _instance message instance
1720
+ */
1721
+ static refineValues(_instance: RestoreAgentRequest): void;
1722
+ /**
1723
+ * Deserializes / reads binary message into message instance using provided binary reader
1724
+ * @param _instance message instance
1725
+ * @param _reader binary reader instance
1726
+ */
1727
+ static deserializeBinaryFromReader(_instance: RestoreAgentRequest, _reader: BinaryReader): void;
1728
+ /**
1729
+ * Serializes a message to binary format using provided binary reader
1730
+ * @param _instance message instance
1731
+ * @param _writer binary writer instance
1732
+ */
1733
+ static serializeBinaryToWriter(_instance: RestoreAgentRequest, _writer: BinaryWriter): void;
1734
+ private _parent?;
1735
+ private _agentUri?;
1736
+ private _agentContent?;
1737
+ private _agent;
1738
+ /**
1739
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1740
+ * @param _value initial values object or instance of RestoreAgentRequest to deeply clone from
1741
+ */
1742
+ constructor(_value?: RecursivePartial<RestoreAgentRequest.AsObject>);
1743
+ get parent(): string | undefined;
1744
+ set parent(value: string | undefined);
1745
+ get agentUri(): string | undefined;
1746
+ set agentUri(value: string | undefined);
1747
+ get agentContent(): Uint8Array | undefined;
1748
+ set agentContent(value: Uint8Array | undefined);
1749
+ get agent(): RestoreAgentRequest.AgentCase;
1750
+ /**
1751
+ * Serialize message to binary data
1752
+ * @param instance message instance
1753
+ */
1754
+ serializeBinary(): any;
1755
+ /**
1756
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1757
+ */
1758
+ toObject(): RestoreAgentRequest.AsObject;
1759
+ /**
1760
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1761
+ */
1762
+ toJSON(): RestoreAgentRequest.AsObject;
1763
+ /**
1764
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1765
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1766
+ * 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
1767
+ */
1768
+ toProtobufJSON(options?: ToProtobufJSONOptions): RestoreAgentRequest.AsProtobufJSON;
1769
+ }
1770
+ export declare module RestoreAgentRequest {
1771
+ /**
1772
+ * Standard JavaScript object representation for RestoreAgentRequest
1773
+ */
1774
+ interface AsObject {
1775
+ parent?: string;
1776
+ agentUri?: string;
1777
+ agentContent?: Uint8Array;
1778
+ }
1779
+ /**
1780
+ * Protobuf JSON representation for RestoreAgentRequest
1781
+ */
1782
+ interface AsProtobufJSON {
1783
+ parent?: string;
1784
+ agentUri?: string | null;
1785
+ agentContent?: string;
1786
+ }
1787
+ enum AgentCase {
1788
+ none = 0,
1789
+ agentUri = 1,
1790
+ agentContent = 2
1791
+ }
1792
+ }
1793
+ /**
1794
+ * Message implementation for ondewo.nlu.GetAgentStatisticsRequest
1795
+ */
1796
+ export declare class GetAgentStatisticsRequest implements GrpcMessage {
1797
+ static id: string;
1798
+ /**
1799
+ * Deserialize binary data to message
1800
+ * @param instance message instance
1801
+ */
1802
+ static deserializeBinary(bytes: ByteSource): GetAgentStatisticsRequest;
1803
+ /**
1804
+ * Check all the properties and set default protobuf values if necessary
1805
+ * @param _instance message instance
1806
+ */
1807
+ static refineValues(_instance: GetAgentStatisticsRequest): void;
1808
+ /**
1809
+ * Deserializes / reads binary message into message instance using provided binary reader
1810
+ * @param _instance message instance
1811
+ * @param _reader binary reader instance
1812
+ */
1813
+ static deserializeBinaryFromReader(_instance: GetAgentStatisticsRequest, _reader: BinaryReader): void;
1814
+ /**
1815
+ * Serializes a message to binary format using provided binary reader
1816
+ * @param _instance message instance
1817
+ * @param _writer binary writer instance
1818
+ */
1819
+ static serializeBinaryToWriter(_instance: GetAgentStatisticsRequest, _writer: BinaryWriter): void;
1820
+ private _parent?;
1821
+ private _format?;
1822
+ private _languageCode?;
1823
+ private _type?;
1824
+ /**
1825
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1826
+ * @param _value initial values object or instance of GetAgentStatisticsRequest to deeply clone from
1827
+ */
1828
+ constructor(_value?: RecursivePartial<GetAgentStatisticsRequest.AsObject>);
1829
+ get parent(): string | undefined;
1830
+ set parent(value: string | undefined);
1831
+ get format(): ReportFormat | undefined;
1832
+ set format(value: ReportFormat | undefined);
1833
+ get languageCode(): string | undefined;
1834
+ set languageCode(value: string | undefined);
1835
+ get type(): ReportType | undefined;
1836
+ set type(value: ReportType | undefined);
1837
+ /**
1838
+ * Serialize message to binary data
1839
+ * @param instance message instance
1840
+ */
1841
+ serializeBinary(): any;
1842
+ /**
1843
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1844
+ */
1845
+ toObject(): GetAgentStatisticsRequest.AsObject;
1846
+ /**
1847
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1848
+ */
1849
+ toJSON(): GetAgentStatisticsRequest.AsObject;
1850
+ /**
1851
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1852
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1853
+ * 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
1854
+ */
1855
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetAgentStatisticsRequest.AsProtobufJSON;
1856
+ }
1857
+ export declare module GetAgentStatisticsRequest {
1858
+ /**
1859
+ * Standard JavaScript object representation for GetAgentStatisticsRequest
1860
+ */
1861
+ interface AsObject {
1862
+ parent?: string;
1863
+ format?: ReportFormat;
1864
+ languageCode?: string;
1865
+ type?: ReportType;
1866
+ }
1867
+ /**
1868
+ * Protobuf JSON representation for GetAgentStatisticsRequest
1869
+ */
1870
+ interface AsProtobufJSON {
1871
+ parent?: string;
1872
+ format?: string;
1873
+ languageCode?: string;
1874
+ type?: string;
1875
+ }
1876
+ }
1877
+ /**
1878
+ * Message implementation for ondewo.nlu.GetAgentStatisticsResponse
1879
+ */
1880
+ export declare class GetAgentStatisticsResponse implements GrpcMessage {
1881
+ static id: string;
1882
+ /**
1883
+ * Deserialize binary data to message
1884
+ * @param instance message instance
1885
+ */
1886
+ static deserializeBinary(bytes: ByteSource): GetAgentStatisticsResponse;
1887
+ /**
1888
+ * Check all the properties and set default protobuf values if necessary
1889
+ * @param _instance message instance
1890
+ */
1891
+ static refineValues(_instance: GetAgentStatisticsResponse): void;
1892
+ /**
1893
+ * Deserializes / reads binary message into message instance using provided binary reader
1894
+ * @param _instance message instance
1895
+ * @param _reader binary reader instance
1896
+ */
1897
+ static deserializeBinaryFromReader(_instance: GetAgentStatisticsResponse, _reader: BinaryReader): void;
1898
+ /**
1899
+ * Serializes a message to binary format using provided binary reader
1900
+ * @param _instance message instance
1901
+ * @param _writer binary writer instance
1902
+ */
1903
+ static serializeBinaryToWriter(_instance: GetAgentStatisticsResponse, _writer: BinaryWriter): void;
1904
+ private _reports?;
1905
+ private _format?;
1906
+ private _type?;
1907
+ /**
1908
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1909
+ * @param _value initial values object or instance of GetAgentStatisticsResponse to deeply clone from
1910
+ */
1911
+ constructor(_value?: RecursivePartial<GetAgentStatisticsResponse.AsObject>);
1912
+ get reports(): Uint8Array | undefined;
1913
+ set reports(value: Uint8Array | undefined);
1914
+ get format(): ReportFormat | undefined;
1915
+ set format(value: ReportFormat | undefined);
1916
+ get type(): ReportType | undefined;
1917
+ set type(value: ReportType | undefined);
1918
+ /**
1919
+ * Serialize message to binary data
1920
+ * @param instance message instance
1921
+ */
1922
+ serializeBinary(): any;
1923
+ /**
1924
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1925
+ */
1926
+ toObject(): GetAgentStatisticsResponse.AsObject;
1927
+ /**
1928
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1929
+ */
1930
+ toJSON(): GetAgentStatisticsResponse.AsObject;
1931
+ /**
1932
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1933
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1934
+ * 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
1935
+ */
1936
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetAgentStatisticsResponse.AsProtobufJSON;
1937
+ }
1938
+ export declare module GetAgentStatisticsResponse {
1939
+ /**
1940
+ * Standard JavaScript object representation for GetAgentStatisticsResponse
1941
+ */
1942
+ interface AsObject {
1943
+ reports?: Uint8Array;
1944
+ format?: ReportFormat;
1945
+ type?: ReportType;
1946
+ }
1947
+ /**
1948
+ * Protobuf JSON representation for GetAgentStatisticsResponse
1949
+ */
1950
+ interface AsProtobufJSON {
1951
+ reports?: string;
1952
+ format?: string;
1953
+ type?: string;
1954
+ }
1955
+ }
1956
+ /**
1957
+ * Message implementation for ondewo.nlu.AddUserToProjectRequest
1958
+ */
1959
+ export declare class AddUserToProjectRequest implements GrpcMessage {
1960
+ static id: string;
1961
+ /**
1962
+ * Deserialize binary data to message
1963
+ * @param instance message instance
1964
+ */
1965
+ static deserializeBinary(bytes: ByteSource): AddUserToProjectRequest;
1966
+ /**
1967
+ * Check all the properties and set default protobuf values if necessary
1968
+ * @param _instance message instance
1969
+ */
1970
+ static refineValues(_instance: AddUserToProjectRequest): void;
1971
+ /**
1972
+ * Deserializes / reads binary message into message instance using provided binary reader
1973
+ * @param _instance message instance
1974
+ * @param _reader binary reader instance
1975
+ */
1976
+ static deserializeBinaryFromReader(_instance: AddUserToProjectRequest, _reader: BinaryReader): void;
1977
+ /**
1978
+ * Serializes a message to binary format using provided binary reader
1979
+ * @param _instance message instance
1980
+ * @param _writer binary writer instance
1981
+ */
1982
+ static serializeBinaryToWriter(_instance: AddUserToProjectRequest, _writer: BinaryWriter): void;
1983
+ private _parent?;
1984
+ private _userId?;
1985
+ private _projectRoleId?;
1986
+ /**
1987
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1988
+ * @param _value initial values object or instance of AddUserToProjectRequest to deeply clone from
1989
+ */
1990
+ constructor(_value?: RecursivePartial<AddUserToProjectRequest.AsObject>);
1991
+ get parent(): string | undefined;
1992
+ set parent(value: string | undefined);
1993
+ get userId(): string | undefined;
1994
+ set userId(value: string | undefined);
1995
+ get projectRoleId(): number | undefined;
1996
+ set projectRoleId(value: number | undefined);
1997
+ /**
1998
+ * Serialize message to binary data
1999
+ * @param instance message instance
2000
+ */
2001
+ serializeBinary(): any;
2002
+ /**
2003
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2004
+ */
2005
+ toObject(): AddUserToProjectRequest.AsObject;
2006
+ /**
2007
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2008
+ */
2009
+ toJSON(): AddUserToProjectRequest.AsObject;
2010
+ /**
2011
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2012
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2013
+ * 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
2014
+ */
2015
+ toProtobufJSON(options?: ToProtobufJSONOptions): AddUserToProjectRequest.AsProtobufJSON;
2016
+ }
2017
+ export declare module AddUserToProjectRequest {
2018
+ /**
2019
+ * Standard JavaScript object representation for AddUserToProjectRequest
2020
+ */
2021
+ interface AsObject {
2022
+ parent?: string;
2023
+ userId?: string;
2024
+ projectRoleId?: number;
2025
+ }
2026
+ /**
2027
+ * Protobuf JSON representation for AddUserToProjectRequest
2028
+ */
2029
+ interface AsProtobufJSON {
2030
+ parent?: string;
2031
+ userId?: string;
2032
+ projectRoleId?: number;
2033
+ }
2034
+ }
2035
+ /**
2036
+ * Message implementation for ondewo.nlu.RemoveUserFromProjectRequest
2037
+ */
2038
+ export declare class RemoveUserFromProjectRequest implements GrpcMessage {
2039
+ static id: string;
2040
+ /**
2041
+ * Deserialize binary data to message
2042
+ * @param instance message instance
2043
+ */
2044
+ static deserializeBinary(bytes: ByteSource): RemoveUserFromProjectRequest;
2045
+ /**
2046
+ * Check all the properties and set default protobuf values if necessary
2047
+ * @param _instance message instance
2048
+ */
2049
+ static refineValues(_instance: RemoveUserFromProjectRequest): void;
2050
+ /**
2051
+ * Deserializes / reads binary message into message instance using provided binary reader
2052
+ * @param _instance message instance
2053
+ * @param _reader binary reader instance
2054
+ */
2055
+ static deserializeBinaryFromReader(_instance: RemoveUserFromProjectRequest, _reader: BinaryReader): void;
2056
+ /**
2057
+ * Serializes a message to binary format using provided binary reader
2058
+ * @param _instance message instance
2059
+ * @param _writer binary writer instance
2060
+ */
2061
+ static serializeBinaryToWriter(_instance: RemoveUserFromProjectRequest, _writer: BinaryWriter): void;
2062
+ private _parent?;
2063
+ private _userId?;
2064
+ /**
2065
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2066
+ * @param _value initial values object or instance of RemoveUserFromProjectRequest to deeply clone from
2067
+ */
2068
+ constructor(_value?: RecursivePartial<RemoveUserFromProjectRequest.AsObject>);
2069
+ get parent(): string | undefined;
2070
+ set parent(value: string | undefined);
2071
+ get userId(): string | undefined;
2072
+ set userId(value: string | undefined);
2073
+ /**
2074
+ * Serialize message to binary data
2075
+ * @param instance message instance
2076
+ */
2077
+ serializeBinary(): any;
2078
+ /**
2079
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2080
+ */
2081
+ toObject(): RemoveUserFromProjectRequest.AsObject;
2082
+ /**
2083
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2084
+ */
2085
+ toJSON(): RemoveUserFromProjectRequest.AsObject;
2086
+ /**
2087
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2088
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2089
+ * 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
2090
+ */
2091
+ toProtobufJSON(options?: ToProtobufJSONOptions): RemoveUserFromProjectRequest.AsProtobufJSON;
2092
+ }
2093
+ export declare module RemoveUserFromProjectRequest {
2094
+ /**
2095
+ * Standard JavaScript object representation for RemoveUserFromProjectRequest
2096
+ */
2097
+ interface AsObject {
2098
+ parent?: string;
2099
+ userId?: string;
2100
+ }
2101
+ /**
2102
+ * Protobuf JSON representation for RemoveUserFromProjectRequest
2103
+ */
2104
+ interface AsProtobufJSON {
2105
+ parent?: string;
2106
+ userId?: string;
2107
+ }
2108
+ }
2109
+ /**
2110
+ * Message implementation for ondewo.nlu.ListUsersInProjectRequest
2111
+ */
2112
+ export declare class ListUsersInProjectRequest implements GrpcMessage {
2113
+ static id: string;
2114
+ /**
2115
+ * Deserialize binary data to message
2116
+ * @param instance message instance
2117
+ */
2118
+ static deserializeBinary(bytes: ByteSource): ListUsersInProjectRequest;
2119
+ /**
2120
+ * Check all the properties and set default protobuf values if necessary
2121
+ * @param _instance message instance
2122
+ */
2123
+ static refineValues(_instance: ListUsersInProjectRequest): void;
2124
+ /**
2125
+ * Deserializes / reads binary message into message instance using provided binary reader
2126
+ * @param _instance message instance
2127
+ * @param _reader binary reader instance
2128
+ */
2129
+ static deserializeBinaryFromReader(_instance: ListUsersInProjectRequest, _reader: BinaryReader): void;
2130
+ /**
2131
+ * Serializes a message to binary format using provided binary reader
2132
+ * @param _instance message instance
2133
+ * @param _writer binary writer instance
2134
+ */
2135
+ static serializeBinaryToWriter(_instance: ListUsersInProjectRequest, _writer: BinaryWriter): void;
2136
+ private _parent?;
2137
+ private _pageToken?;
2138
+ /**
2139
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2140
+ * @param _value initial values object or instance of ListUsersInProjectRequest to deeply clone from
2141
+ */
2142
+ constructor(_value?: RecursivePartial<ListUsersInProjectRequest.AsObject>);
2143
+ get parent(): string | undefined;
2144
+ set parent(value: string | undefined);
2145
+ get pageToken(): string | undefined;
2146
+ set pageToken(value: string | undefined);
2147
+ /**
2148
+ * Serialize message to binary data
2149
+ * @param instance message instance
2150
+ */
2151
+ serializeBinary(): any;
2152
+ /**
2153
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2154
+ */
2155
+ toObject(): ListUsersInProjectRequest.AsObject;
2156
+ /**
2157
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2158
+ */
2159
+ toJSON(): ListUsersInProjectRequest.AsObject;
2160
+ /**
2161
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2162
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2163
+ * 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
2164
+ */
2165
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListUsersInProjectRequest.AsProtobufJSON;
2166
+ }
2167
+ export declare module ListUsersInProjectRequest {
2168
+ /**
2169
+ * Standard JavaScript object representation for ListUsersInProjectRequest
2170
+ */
2171
+ interface AsObject {
2172
+ parent?: string;
2173
+ pageToken?: string;
2174
+ }
2175
+ /**
2176
+ * Protobuf JSON representation for ListUsersInProjectRequest
2177
+ */
2178
+ interface AsProtobufJSON {
2179
+ parent?: string;
2180
+ pageToken?: string;
2181
+ }
2182
+ }
2183
+ /**
2184
+ * Message implementation for ondewo.nlu.UserInProject
2185
+ */
2186
+ export declare class UserInProject implements GrpcMessage {
2187
+ static id: string;
2188
+ /**
2189
+ * Deserialize binary data to message
2190
+ * @param instance message instance
2191
+ */
2192
+ static deserializeBinary(bytes: ByteSource): UserInProject;
2193
+ /**
2194
+ * Check all the properties and set default protobuf values if necessary
2195
+ * @param _instance message instance
2196
+ */
2197
+ static refineValues(_instance: UserInProject): void;
2198
+ /**
2199
+ * Deserializes / reads binary message into message instance using provided binary reader
2200
+ * @param _instance message instance
2201
+ * @param _reader binary reader instance
2202
+ */
2203
+ static deserializeBinaryFromReader(_instance: UserInProject, _reader: BinaryReader): void;
2204
+ /**
2205
+ * Serializes a message to binary format using provided binary reader
2206
+ * @param _instance message instance
2207
+ * @param _writer binary writer instance
2208
+ */
2209
+ static serializeBinaryToWriter(_instance: UserInProject, _writer: BinaryWriter): void;
2210
+ private _parent?;
2211
+ private _user?;
2212
+ private _roleId?;
2213
+ /**
2214
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2215
+ * @param _value initial values object or instance of UserInProject to deeply clone from
2216
+ */
2217
+ constructor(_value?: RecursivePartial<UserInProject.AsObject>);
2218
+ get parent(): string | undefined;
2219
+ set parent(value: string | undefined);
2220
+ get user(): ondewoNlu015.User | undefined;
2221
+ set user(value: ondewoNlu015.User | undefined);
2222
+ get roleId(): number | undefined;
2223
+ set roleId(value: number | undefined);
2224
+ /**
2225
+ * Serialize message to binary data
2226
+ * @param instance message instance
2227
+ */
2228
+ serializeBinary(): any;
2229
+ /**
2230
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2231
+ */
2232
+ toObject(): UserInProject.AsObject;
2233
+ /**
2234
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2235
+ */
2236
+ toJSON(): UserInProject.AsObject;
2237
+ /**
2238
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2239
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2240
+ * 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
2241
+ */
2242
+ toProtobufJSON(options?: ToProtobufJSONOptions): UserInProject.AsProtobufJSON;
2243
+ }
2244
+ export declare module UserInProject {
2245
+ /**
2246
+ * Standard JavaScript object representation for UserInProject
2247
+ */
2248
+ interface AsObject {
2249
+ parent?: string;
2250
+ user?: ondewoNlu015.User.AsObject;
2251
+ roleId?: number;
2252
+ }
2253
+ /**
2254
+ * Protobuf JSON representation for UserInProject
2255
+ */
2256
+ interface AsProtobufJSON {
2257
+ parent?: string;
2258
+ user?: ondewoNlu015.User.AsProtobufJSON | null;
2259
+ roleId?: number;
2260
+ }
2261
+ }
2262
+ /**
2263
+ * Message implementation for ondewo.nlu.ListUsersInProjectResponse
2264
+ */
2265
+ export declare class ListUsersInProjectResponse implements GrpcMessage {
2266
+ static id: string;
2267
+ /**
2268
+ * Deserialize binary data to message
2269
+ * @param instance message instance
2270
+ */
2271
+ static deserializeBinary(bytes: ByteSource): ListUsersInProjectResponse;
2272
+ /**
2273
+ * Check all the properties and set default protobuf values if necessary
2274
+ * @param _instance message instance
2275
+ */
2276
+ static refineValues(_instance: ListUsersInProjectResponse): void;
2277
+ /**
2278
+ * Deserializes / reads binary message into message instance using provided binary reader
2279
+ * @param _instance message instance
2280
+ * @param _reader binary reader instance
2281
+ */
2282
+ static deserializeBinaryFromReader(_instance: ListUsersInProjectResponse, _reader: BinaryReader): void;
2283
+ /**
2284
+ * Serializes a message to binary format using provided binary reader
2285
+ * @param _instance message instance
2286
+ * @param _writer binary writer instance
2287
+ */
2288
+ static serializeBinaryToWriter(_instance: ListUsersInProjectResponse, _writer: BinaryWriter): void;
2289
+ private _users?;
2290
+ private _nextPageToken?;
2291
+ /**
2292
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2293
+ * @param _value initial values object or instance of ListUsersInProjectResponse to deeply clone from
2294
+ */
2295
+ constructor(_value?: RecursivePartial<ListUsersInProjectResponse.AsObject>);
2296
+ get users(): UserInProject[] | undefined;
2297
+ set users(value: UserInProject[] | undefined);
2298
+ get nextPageToken(): string | undefined;
2299
+ set nextPageToken(value: string | undefined);
2300
+ /**
2301
+ * Serialize message to binary data
2302
+ * @param instance message instance
2303
+ */
2304
+ serializeBinary(): any;
2305
+ /**
2306
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2307
+ */
2308
+ toObject(): ListUsersInProjectResponse.AsObject;
2309
+ /**
2310
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2311
+ */
2312
+ toJSON(): ListUsersInProjectResponse.AsObject;
2313
+ /**
2314
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2315
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2316
+ * 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
2317
+ */
2318
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListUsersInProjectResponse.AsProtobufJSON;
2319
+ }
2320
+ export declare module ListUsersInProjectResponse {
2321
+ /**
2322
+ * Standard JavaScript object representation for ListUsersInProjectResponse
2323
+ */
2324
+ interface AsObject {
2325
+ users?: UserInProject.AsObject[];
2326
+ nextPageToken?: string;
2327
+ }
2328
+ /**
2329
+ * Protobuf JSON representation for ListUsersInProjectResponse
2330
+ */
2331
+ interface AsProtobufJSON {
2332
+ users?: UserInProject.AsProtobufJSON[] | null;
2333
+ nextPageToken?: string;
2334
+ }
2335
+ }
2336
+ /**
2337
+ * Message implementation for ondewo.nlu.GetPlatformInfoResponse
2338
+ */
2339
+ export declare class GetPlatformInfoResponse implements GrpcMessage {
2340
+ static id: string;
2341
+ /**
2342
+ * Deserialize binary data to message
2343
+ * @param instance message instance
2344
+ */
2345
+ static deserializeBinary(bytes: ByteSource): GetPlatformInfoResponse;
2346
+ /**
2347
+ * Check all the properties and set default protobuf values if necessary
2348
+ * @param _instance message instance
2349
+ */
2350
+ static refineValues(_instance: GetPlatformInfoResponse): void;
2351
+ /**
2352
+ * Deserializes / reads binary message into message instance using provided binary reader
2353
+ * @param _instance message instance
2354
+ * @param _reader binary reader instance
2355
+ */
2356
+ static deserializeBinaryFromReader(_instance: GetPlatformInfoResponse, _reader: BinaryReader): void;
2357
+ /**
2358
+ * Serializes a message to binary format using provided binary reader
2359
+ * @param _instance message instance
2360
+ * @param _writer binary writer instance
2361
+ */
2362
+ static serializeBinaryToWriter(_instance: GetPlatformInfoResponse, _writer: BinaryWriter): void;
2363
+ private _version?;
2364
+ private _commitHash?;
2365
+ /**
2366
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2367
+ * @param _value initial values object or instance of GetPlatformInfoResponse to deeply clone from
2368
+ */
2369
+ constructor(_value?: RecursivePartial<GetPlatformInfoResponse.AsObject>);
2370
+ get version(): string | undefined;
2371
+ set version(value: string | undefined);
2372
+ get commitHash(): string | undefined;
2373
+ set commitHash(value: string | undefined);
2374
+ /**
2375
+ * Serialize message to binary data
2376
+ * @param instance message instance
2377
+ */
2378
+ serializeBinary(): any;
2379
+ /**
2380
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2381
+ */
2382
+ toObject(): GetPlatformInfoResponse.AsObject;
2383
+ /**
2384
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2385
+ */
2386
+ toJSON(): GetPlatformInfoResponse.AsObject;
2387
+ /**
2388
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2389
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2390
+ * 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
2391
+ */
2392
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetPlatformInfoResponse.AsProtobufJSON;
2393
+ }
2394
+ export declare module GetPlatformInfoResponse {
2395
+ /**
2396
+ * Standard JavaScript object representation for GetPlatformInfoResponse
2397
+ */
2398
+ interface AsObject {
2399
+ version?: string;
2400
+ commitHash?: string;
2401
+ }
2402
+ /**
2403
+ * Protobuf JSON representation for GetPlatformInfoResponse
2404
+ */
2405
+ interface AsProtobufJSON {
2406
+ version?: string;
2407
+ commitHash?: string;
2408
+ }
2409
+ }
2410
+ /**
2411
+ * Message implementation for ondewo.nlu.ListProjectPermissionsRequest
2412
+ */
2413
+ export declare class ListProjectPermissionsRequest implements GrpcMessage {
2414
+ static id: string;
2415
+ /**
2416
+ * Deserialize binary data to message
2417
+ * @param instance message instance
2418
+ */
2419
+ static deserializeBinary(bytes: ByteSource): ListProjectPermissionsRequest;
2420
+ /**
2421
+ * Check all the properties and set default protobuf values if necessary
2422
+ * @param _instance message instance
2423
+ */
2424
+ static refineValues(_instance: ListProjectPermissionsRequest): void;
2425
+ /**
2426
+ * Deserializes / reads binary message into message instance using provided binary reader
2427
+ * @param _instance message instance
2428
+ * @param _reader binary reader instance
2429
+ */
2430
+ static deserializeBinaryFromReader(_instance: ListProjectPermissionsRequest, _reader: BinaryReader): void;
2431
+ /**
2432
+ * Serializes a message to binary format using provided binary reader
2433
+ * @param _instance message instance
2434
+ * @param _writer binary writer instance
2435
+ */
2436
+ static serializeBinaryToWriter(_instance: ListProjectPermissionsRequest, _writer: BinaryWriter): void;
2437
+ private _pageToken?;
2438
+ /**
2439
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2440
+ * @param _value initial values object or instance of ListProjectPermissionsRequest to deeply clone from
2441
+ */
2442
+ constructor(_value?: RecursivePartial<ListProjectPermissionsRequest.AsObject>);
2443
+ get pageToken(): string | undefined;
2444
+ set pageToken(value: string | undefined);
2445
+ /**
2446
+ * Serialize message to binary data
2447
+ * @param instance message instance
2448
+ */
2449
+ serializeBinary(): any;
2450
+ /**
2451
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2452
+ */
2453
+ toObject(): ListProjectPermissionsRequest.AsObject;
2454
+ /**
2455
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2456
+ */
2457
+ toJSON(): ListProjectPermissionsRequest.AsObject;
2458
+ /**
2459
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2460
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2461
+ * 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
2462
+ */
2463
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListProjectPermissionsRequest.AsProtobufJSON;
2464
+ }
2465
+ export declare module ListProjectPermissionsRequest {
2466
+ /**
2467
+ * Standard JavaScript object representation for ListProjectPermissionsRequest
2468
+ */
2469
+ interface AsObject {
2470
+ pageToken?: string;
2471
+ }
2472
+ /**
2473
+ * Protobuf JSON representation for ListProjectPermissionsRequest
2474
+ */
2475
+ interface AsProtobufJSON {
2476
+ pageToken?: string;
2477
+ }
2478
+ }
2479
+ /**
2480
+ * Message implementation for ondewo.nlu.ListProjectPermissionsResponse
2481
+ */
2482
+ export declare class ListProjectPermissionsResponse implements GrpcMessage {
2483
+ static id: string;
2484
+ /**
2485
+ * Deserialize binary data to message
2486
+ * @param instance message instance
2487
+ */
2488
+ static deserializeBinary(bytes: ByteSource): ListProjectPermissionsResponse;
2489
+ /**
2490
+ * Check all the properties and set default protobuf values if necessary
2491
+ * @param _instance message instance
2492
+ */
2493
+ static refineValues(_instance: ListProjectPermissionsResponse): void;
2494
+ /**
2495
+ * Deserializes / reads binary message into message instance using provided binary reader
2496
+ * @param _instance message instance
2497
+ * @param _reader binary reader instance
2498
+ */
2499
+ static deserializeBinaryFromReader(_instance: ListProjectPermissionsResponse, _reader: BinaryReader): void;
2500
+ /**
2501
+ * Serializes a message to binary format using provided binary reader
2502
+ * @param _instance message instance
2503
+ * @param _writer binary writer instance
2504
+ */
2505
+ static serializeBinaryToWriter(_instance: ListProjectPermissionsResponse, _writer: BinaryWriter): void;
2506
+ private _permissions?;
2507
+ private _nextPageToken?;
2508
+ /**
2509
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2510
+ * @param _value initial values object or instance of ListProjectPermissionsResponse to deeply clone from
2511
+ */
2512
+ constructor(_value?: RecursivePartial<ListProjectPermissionsResponse.AsObject>);
2513
+ get permissions(): string[] | undefined;
2514
+ set permissions(value: string[] | undefined);
2515
+ get nextPageToken(): string | undefined;
2516
+ set nextPageToken(value: string | undefined);
2517
+ /**
2518
+ * Serialize message to binary data
2519
+ * @param instance message instance
2520
+ */
2521
+ serializeBinary(): any;
2522
+ /**
2523
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2524
+ */
2525
+ toObject(): ListProjectPermissionsResponse.AsObject;
2526
+ /**
2527
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2528
+ */
2529
+ toJSON(): ListProjectPermissionsResponse.AsObject;
2530
+ /**
2531
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2532
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2533
+ * 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
2534
+ */
2535
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListProjectPermissionsResponse.AsProtobufJSON;
2536
+ }
2537
+ export declare module ListProjectPermissionsResponse {
2538
+ /**
2539
+ * Standard JavaScript object representation for ListProjectPermissionsResponse
2540
+ */
2541
+ interface AsObject {
2542
+ permissions?: string[];
2543
+ nextPageToken?: string;
2544
+ }
2545
+ /**
2546
+ * Protobuf JSON representation for ListProjectPermissionsResponse
2547
+ */
2548
+ interface AsProtobufJSON {
2549
+ permissions?: string[];
2550
+ nextPageToken?: string;
2551
+ }
2552
+ }
2553
+ /**
2554
+ * Message implementation for ondewo.nlu.SetAgentStatusRequest
2555
+ */
2556
+ export declare class SetAgentStatusRequest implements GrpcMessage {
2557
+ static id: string;
2558
+ /**
2559
+ * Deserialize binary data to message
2560
+ * @param instance message instance
2561
+ */
2562
+ static deserializeBinary(bytes: ByteSource): SetAgentStatusRequest;
2563
+ /**
2564
+ * Check all the properties and set default protobuf values if necessary
2565
+ * @param _instance message instance
2566
+ */
2567
+ static refineValues(_instance: SetAgentStatusRequest): void;
2568
+ /**
2569
+ * Deserializes / reads binary message into message instance using provided binary reader
2570
+ * @param _instance message instance
2571
+ * @param _reader binary reader instance
2572
+ */
2573
+ static deserializeBinaryFromReader(_instance: SetAgentStatusRequest, _reader: BinaryReader): void;
2574
+ /**
2575
+ * Serializes a message to binary format using provided binary reader
2576
+ * @param _instance message instance
2577
+ * @param _writer binary writer instance
2578
+ */
2579
+ static serializeBinaryToWriter(_instance: SetAgentStatusRequest, _writer: BinaryWriter): void;
2580
+ private _parent?;
2581
+ private _status?;
2582
+ private _agentView?;
2583
+ /**
2584
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2585
+ * @param _value initial values object or instance of SetAgentStatusRequest to deeply clone from
2586
+ */
2587
+ constructor(_value?: RecursivePartial<SetAgentStatusRequest.AsObject>);
2588
+ get parent(): string | undefined;
2589
+ set parent(value: string | undefined);
2590
+ get status(): AgentStatus | undefined;
2591
+ set status(value: AgentStatus | undefined);
2592
+ get agentView(): AgentView | undefined;
2593
+ set agentView(value: AgentView | undefined);
2594
+ /**
2595
+ * Serialize message to binary data
2596
+ * @param instance message instance
2597
+ */
2598
+ serializeBinary(): any;
2599
+ /**
2600
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2601
+ */
2602
+ toObject(): SetAgentStatusRequest.AsObject;
2603
+ /**
2604
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2605
+ */
2606
+ toJSON(): SetAgentStatusRequest.AsObject;
2607
+ /**
2608
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2609
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2610
+ * 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
2611
+ */
2612
+ toProtobufJSON(options?: ToProtobufJSONOptions): SetAgentStatusRequest.AsProtobufJSON;
2613
+ }
2614
+ export declare module SetAgentStatusRequest {
2615
+ /**
2616
+ * Standard JavaScript object representation for SetAgentStatusRequest
2617
+ */
2618
+ interface AsObject {
2619
+ parent?: string;
2620
+ status?: AgentStatus;
2621
+ agentView?: AgentView;
2622
+ }
2623
+ /**
2624
+ * Protobuf JSON representation for SetAgentStatusRequest
2625
+ */
2626
+ interface AsProtobufJSON {
2627
+ parent?: string;
2628
+ status?: string;
2629
+ agentView?: string;
2630
+ }
2631
+ }
2632
+ /**
2633
+ * Message implementation for ondewo.nlu.AgentSorting
2634
+ */
2635
+ export declare class AgentSorting implements GrpcMessage {
2636
+ static id: string;
2637
+ /**
2638
+ * Deserialize binary data to message
2639
+ * @param instance message instance
2640
+ */
2641
+ static deserializeBinary(bytes: ByteSource): AgentSorting;
2642
+ /**
2643
+ * Check all the properties and set default protobuf values if necessary
2644
+ * @param _instance message instance
2645
+ */
2646
+ static refineValues(_instance: AgentSorting): void;
2647
+ /**
2648
+ * Deserializes / reads binary message into message instance using provided binary reader
2649
+ * @param _instance message instance
2650
+ * @param _reader binary reader instance
2651
+ */
2652
+ static deserializeBinaryFromReader(_instance: AgentSorting, _reader: BinaryReader): void;
2653
+ /**
2654
+ * Serializes a message to binary format using provided binary reader
2655
+ * @param _instance message instance
2656
+ * @param _writer binary writer instance
2657
+ */
2658
+ static serializeBinaryToWriter(_instance: AgentSorting, _writer: BinaryWriter): void;
2659
+ private _sortingField?;
2660
+ private _sortingMode?;
2661
+ /**
2662
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2663
+ * @param _value initial values object or instance of AgentSorting to deeply clone from
2664
+ */
2665
+ constructor(_value?: RecursivePartial<AgentSorting.AsObject>);
2666
+ get sortingField(): AgentSorting.AgentSortingField | undefined;
2667
+ set sortingField(value: AgentSorting.AgentSortingField | undefined);
2668
+ get sortingMode(): ondewoNlu004.SortingMode | undefined;
2669
+ set sortingMode(value: ondewoNlu004.SortingMode | undefined);
2670
+ /**
2671
+ * Serialize message to binary data
2672
+ * @param instance message instance
2673
+ */
2674
+ serializeBinary(): any;
2675
+ /**
2676
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2677
+ */
2678
+ toObject(): AgentSorting.AsObject;
2679
+ /**
2680
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2681
+ */
2682
+ toJSON(): AgentSorting.AsObject;
2683
+ /**
2684
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2685
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2686
+ * 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
2687
+ */
2688
+ toProtobufJSON(options?: ToProtobufJSONOptions): AgentSorting.AsProtobufJSON;
2689
+ }
2690
+ export declare module AgentSorting {
2691
+ /**
2692
+ * Standard JavaScript object representation for AgentSorting
2693
+ */
2694
+ interface AsObject {
2695
+ sortingField?: AgentSorting.AgentSortingField;
2696
+ sortingMode?: ondewoNlu004.SortingMode;
2697
+ }
2698
+ /**
2699
+ * Protobuf JSON representation for AgentSorting
2700
+ */
2701
+ interface AsProtobufJSON {
2702
+ sortingField?: string;
2703
+ sortingMode?: string;
2704
+ }
2705
+ enum AgentSortingField {
2706
+ NO_AGENT_SORTING = 0,
2707
+ SORT_AGENT_BY_NAME = 1,
2708
+ SORT_AGENT_BY_CREATION_DATE = 2,
2709
+ SORT_AGENT_BY_LAST_UPDATED = 3,
2710
+ SORT_AGENT_BY_OWNER_NAME = 4
2711
+ }
2712
+ }
2713
+ /**
2714
+ * Message implementation for ondewo.nlu.SetResourcesRequest
2715
+ */
2716
+ export declare class SetResourcesRequest implements GrpcMessage {
2717
+ static id: string;
2718
+ /**
2719
+ * Deserialize binary data to message
2720
+ * @param instance message instance
2721
+ */
2722
+ static deserializeBinary(bytes: ByteSource): SetResourcesRequest;
2723
+ /**
2724
+ * Check all the properties and set default protobuf values if necessary
2725
+ * @param _instance message instance
2726
+ */
2727
+ static refineValues(_instance: SetResourcesRequest): void;
2728
+ /**
2729
+ * Deserializes / reads binary message into message instance using provided binary reader
2730
+ * @param _instance message instance
2731
+ * @param _reader binary reader instance
2732
+ */
2733
+ static deserializeBinaryFromReader(_instance: SetResourcesRequest, _reader: BinaryReader): void;
2734
+ /**
2735
+ * Serializes a message to binary format using provided binary reader
2736
+ * @param _instance message instance
2737
+ * @param _writer binary writer instance
2738
+ */
2739
+ static serializeBinaryToWriter(_instance: SetResourcesRequest, _writer: BinaryWriter): void;
2740
+ private _parent?;
2741
+ private _name?;
2742
+ private _type?;
2743
+ private _resourceFile?;
2744
+ private _languageCode?;
2745
+ /**
2746
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2747
+ * @param _value initial values object or instance of SetResourcesRequest to deeply clone from
2748
+ */
2749
+ constructor(_value?: RecursivePartial<SetResourcesRequest.AsObject>);
2750
+ get parent(): string | undefined;
2751
+ set parent(value: string | undefined);
2752
+ get name(): string | undefined;
2753
+ set name(value: string | undefined);
2754
+ get type(): string | undefined;
2755
+ set type(value: string | undefined);
2756
+ get resourceFile(): Uint8Array | undefined;
2757
+ set resourceFile(value: Uint8Array | undefined);
2758
+ get languageCode(): string | undefined;
2759
+ set languageCode(value: string | undefined);
2760
+ /**
2761
+ * Serialize message to binary data
2762
+ * @param instance message instance
2763
+ */
2764
+ serializeBinary(): any;
2765
+ /**
2766
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2767
+ */
2768
+ toObject(): SetResourcesRequest.AsObject;
2769
+ /**
2770
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2771
+ */
2772
+ toJSON(): SetResourcesRequest.AsObject;
2773
+ /**
2774
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2775
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2776
+ * 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
2777
+ */
2778
+ toProtobufJSON(options?: ToProtobufJSONOptions): SetResourcesRequest.AsProtobufJSON;
2779
+ }
2780
+ export declare module SetResourcesRequest {
2781
+ /**
2782
+ * Standard JavaScript object representation for SetResourcesRequest
2783
+ */
2784
+ interface AsObject {
2785
+ parent?: string;
2786
+ name?: string;
2787
+ type?: string;
2788
+ resourceFile?: Uint8Array;
2789
+ languageCode?: string;
2790
+ }
2791
+ /**
2792
+ * Protobuf JSON representation for SetResourcesRequest
2793
+ */
2794
+ interface AsProtobufJSON {
2795
+ parent?: string;
2796
+ name?: string;
2797
+ type?: string;
2798
+ resourceFile?: string;
2799
+ languageCode?: string;
2800
+ }
2801
+ }
2802
+ /**
2803
+ * Message implementation for ondewo.nlu.DeleteResourcesRequest
2804
+ */
2805
+ export declare class DeleteResourcesRequest implements GrpcMessage {
2806
+ static id: string;
2807
+ /**
2808
+ * Deserialize binary data to message
2809
+ * @param instance message instance
2810
+ */
2811
+ static deserializeBinary(bytes: ByteSource): DeleteResourcesRequest;
2812
+ /**
2813
+ * Check all the properties and set default protobuf values if necessary
2814
+ * @param _instance message instance
2815
+ */
2816
+ static refineValues(_instance: DeleteResourcesRequest): void;
2817
+ /**
2818
+ * Deserializes / reads binary message into message instance using provided binary reader
2819
+ * @param _instance message instance
2820
+ * @param _reader binary reader instance
2821
+ */
2822
+ static deserializeBinaryFromReader(_instance: DeleteResourcesRequest, _reader: BinaryReader): void;
2823
+ /**
2824
+ * Serializes a message to binary format using provided binary reader
2825
+ * @param _instance message instance
2826
+ * @param _writer binary writer instance
2827
+ */
2828
+ static serializeBinaryToWriter(_instance: DeleteResourcesRequest, _writer: BinaryWriter): void;
2829
+ private _parent?;
2830
+ private _name?;
2831
+ private _type?;
2832
+ private _languageCode?;
2833
+ /**
2834
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2835
+ * @param _value initial values object or instance of DeleteResourcesRequest to deeply clone from
2836
+ */
2837
+ constructor(_value?: RecursivePartial<DeleteResourcesRequest.AsObject>);
2838
+ get parent(): string | undefined;
2839
+ set parent(value: string | undefined);
2840
+ get name(): string | undefined;
2841
+ set name(value: string | undefined);
2842
+ get type(): string | undefined;
2843
+ set type(value: string | undefined);
2844
+ get languageCode(): string | undefined;
2845
+ set languageCode(value: string | undefined);
2846
+ /**
2847
+ * Serialize message to binary data
2848
+ * @param instance message instance
2849
+ */
2850
+ serializeBinary(): any;
2851
+ /**
2852
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2853
+ */
2854
+ toObject(): DeleteResourcesRequest.AsObject;
2855
+ /**
2856
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2857
+ */
2858
+ toJSON(): DeleteResourcesRequest.AsObject;
2859
+ /**
2860
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2861
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2862
+ * 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
2863
+ */
2864
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteResourcesRequest.AsProtobufJSON;
2865
+ }
2866
+ export declare module DeleteResourcesRequest {
2867
+ /**
2868
+ * Standard JavaScript object representation for DeleteResourcesRequest
2869
+ */
2870
+ interface AsObject {
2871
+ parent?: string;
2872
+ name?: string;
2873
+ type?: string;
2874
+ languageCode?: string;
2875
+ }
2876
+ /**
2877
+ * Protobuf JSON representation for DeleteResourcesRequest
2878
+ */
2879
+ interface AsProtobufJSON {
2880
+ parent?: string;
2881
+ name?: string;
2882
+ type?: string;
2883
+ languageCode?: string;
2884
+ }
2885
+ }
2886
+ /**
2887
+ * Message implementation for ondewo.nlu.ExportResourcesRequest
2888
+ */
2889
+ export declare class ExportResourcesRequest implements GrpcMessage {
2890
+ static id: string;
2891
+ /**
2892
+ * Deserialize binary data to message
2893
+ * @param instance message instance
2894
+ */
2895
+ static deserializeBinary(bytes: ByteSource): ExportResourcesRequest;
2896
+ /**
2897
+ * Check all the properties and set default protobuf values if necessary
2898
+ * @param _instance message instance
2899
+ */
2900
+ static refineValues(_instance: ExportResourcesRequest): void;
2901
+ /**
2902
+ * Deserializes / reads binary message into message instance using provided binary reader
2903
+ * @param _instance message instance
2904
+ * @param _reader binary reader instance
2905
+ */
2906
+ static deserializeBinaryFromReader(_instance: ExportResourcesRequest, _reader: BinaryReader): void;
2907
+ /**
2908
+ * Serializes a message to binary format using provided binary reader
2909
+ * @param _instance message instance
2910
+ * @param _writer binary writer instance
2911
+ */
2912
+ static serializeBinaryToWriter(_instance: ExportResourcesRequest, _writer: BinaryWriter): void;
2913
+ private _parent?;
2914
+ private _name?;
2915
+ private _type?;
2916
+ private _languageCode?;
2917
+ /**
2918
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2919
+ * @param _value initial values object or instance of ExportResourcesRequest to deeply clone from
2920
+ */
2921
+ constructor(_value?: RecursivePartial<ExportResourcesRequest.AsObject>);
2922
+ get parent(): string | undefined;
2923
+ set parent(value: string | undefined);
2924
+ get name(): string | undefined;
2925
+ set name(value: string | undefined);
2926
+ get type(): string | undefined;
2927
+ set type(value: string | undefined);
2928
+ get languageCode(): string | undefined;
2929
+ set languageCode(value: string | undefined);
2930
+ /**
2931
+ * Serialize message to binary data
2932
+ * @param instance message instance
2933
+ */
2934
+ serializeBinary(): any;
2935
+ /**
2936
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2937
+ */
2938
+ toObject(): ExportResourcesRequest.AsObject;
2939
+ /**
2940
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2941
+ */
2942
+ toJSON(): ExportResourcesRequest.AsObject;
2943
+ /**
2944
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2945
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2946
+ * 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
2947
+ */
2948
+ toProtobufJSON(options?: ToProtobufJSONOptions): ExportResourcesRequest.AsProtobufJSON;
2949
+ }
2950
+ export declare module ExportResourcesRequest {
2951
+ /**
2952
+ * Standard JavaScript object representation for ExportResourcesRequest
2953
+ */
2954
+ interface AsObject {
2955
+ parent?: string;
2956
+ name?: string;
2957
+ type?: string;
2958
+ languageCode?: string;
2959
+ }
2960
+ /**
2961
+ * Protobuf JSON representation for ExportResourcesRequest
2962
+ */
2963
+ interface AsProtobufJSON {
2964
+ parent?: string;
2965
+ name?: string;
2966
+ type?: string;
2967
+ languageCode?: string;
2968
+ }
2969
+ }
2970
+ /**
2971
+ * Message implementation for ondewo.nlu.ExportResourcesResponse
2972
+ */
2973
+ export declare class ExportResourcesResponse implements GrpcMessage {
2974
+ static id: string;
2975
+ /**
2976
+ * Deserialize binary data to message
2977
+ * @param instance message instance
2978
+ */
2979
+ static deserializeBinary(bytes: ByteSource): ExportResourcesResponse;
2980
+ /**
2981
+ * Check all the properties and set default protobuf values if necessary
2982
+ * @param _instance message instance
2983
+ */
2984
+ static refineValues(_instance: ExportResourcesResponse): void;
2985
+ /**
2986
+ * Deserializes / reads binary message into message instance using provided binary reader
2987
+ * @param _instance message instance
2988
+ * @param _reader binary reader instance
2989
+ */
2990
+ static deserializeBinaryFromReader(_instance: ExportResourcesResponse, _reader: BinaryReader): void;
2991
+ /**
2992
+ * Serializes a message to binary format using provided binary reader
2993
+ * @param _instance message instance
2994
+ * @param _writer binary writer instance
2995
+ */
2996
+ static serializeBinaryToWriter(_instance: ExportResourcesResponse, _writer: BinaryWriter): void;
2997
+ private _parent?;
2998
+ private _name?;
2999
+ private _type?;
3000
+ private _languageCode?;
3001
+ private _resourceFile?;
3002
+ /**
3003
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
3004
+ * @param _value initial values object or instance of ExportResourcesResponse to deeply clone from
3005
+ */
3006
+ constructor(_value?: RecursivePartial<ExportResourcesResponse.AsObject>);
3007
+ get parent(): string | undefined;
3008
+ set parent(value: string | undefined);
3009
+ get name(): string | undefined;
3010
+ set name(value: string | undefined);
3011
+ get type(): string | undefined;
3012
+ set type(value: string | undefined);
3013
+ get languageCode(): string | undefined;
3014
+ set languageCode(value: string | undefined);
3015
+ get resourceFile(): Uint8Array | undefined;
3016
+ set resourceFile(value: Uint8Array | undefined);
3017
+ /**
3018
+ * Serialize message to binary data
3019
+ * @param instance message instance
3020
+ */
3021
+ serializeBinary(): any;
3022
+ /**
3023
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
3024
+ */
3025
+ toObject(): ExportResourcesResponse.AsObject;
3026
+ /**
3027
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
3028
+ */
3029
+ toJSON(): ExportResourcesResponse.AsObject;
3030
+ /**
3031
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
3032
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
3033
+ * 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
3034
+ */
3035
+ toProtobufJSON(options?: ToProtobufJSONOptions): ExportResourcesResponse.AsProtobufJSON;
3036
+ }
3037
+ export declare module ExportResourcesResponse {
3038
+ /**
3039
+ * Standard JavaScript object representation for ExportResourcesResponse
3040
+ */
3041
+ interface AsObject {
3042
+ parent?: string;
3043
+ name?: string;
3044
+ type?: string;
3045
+ languageCode?: string;
3046
+ resourceFile?: Uint8Array;
3047
+ }
3048
+ /**
3049
+ * Protobuf JSON representation for ExportResourcesResponse
3050
+ */
3051
+ interface AsProtobufJSON {
3052
+ parent?: string;
3053
+ name?: string;
3054
+ type?: string;
3055
+ languageCode?: string;
3056
+ resourceFile?: string;
3057
+ }
3058
+ }
3059
+ /**
3060
+ * Message implementation for ondewo.nlu.GetModelStatusesRequest
3061
+ */
3062
+ export declare class GetModelStatusesRequest implements GrpcMessage {
3063
+ static id: string;
3064
+ /**
3065
+ * Deserialize binary data to message
3066
+ * @param instance message instance
3067
+ */
3068
+ static deserializeBinary(bytes: ByteSource): GetModelStatusesRequest;
3069
+ /**
3070
+ * Check all the properties and set default protobuf values if necessary
3071
+ * @param _instance message instance
3072
+ */
3073
+ static refineValues(_instance: GetModelStatusesRequest): void;
3074
+ /**
3075
+ * Deserializes / reads binary message into message instance using provided binary reader
3076
+ * @param _instance message instance
3077
+ * @param _reader binary reader instance
3078
+ */
3079
+ static deserializeBinaryFromReader(_instance: GetModelStatusesRequest, _reader: BinaryReader): void;
3080
+ /**
3081
+ * Serializes a message to binary format using provided binary reader
3082
+ * @param _instance message instance
3083
+ * @param _writer binary writer instance
3084
+ */
3085
+ static serializeBinaryToWriter(_instance: GetModelStatusesRequest, _writer: BinaryWriter): void;
3086
+ private _parent?;
3087
+ private _cacheVersion?;
3088
+ private _languageCode?;
3089
+ private _modelName?;
3090
+ /**
3091
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
3092
+ * @param _value initial values object or instance of GetModelStatusesRequest to deeply clone from
3093
+ */
3094
+ constructor(_value?: RecursivePartial<GetModelStatusesRequest.AsObject>);
3095
+ get parent(): string | undefined;
3096
+ set parent(value: string | undefined);
3097
+ get cacheVersion(): number | undefined;
3098
+ set cacheVersion(value: number | undefined);
3099
+ get languageCode(): string | undefined;
3100
+ set languageCode(value: string | undefined);
3101
+ get modelName(): string | undefined;
3102
+ set modelName(value: string | undefined);
3103
+ /**
3104
+ * Serialize message to binary data
3105
+ * @param instance message instance
3106
+ */
3107
+ serializeBinary(): any;
3108
+ /**
3109
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
3110
+ */
3111
+ toObject(): GetModelStatusesRequest.AsObject;
3112
+ /**
3113
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
3114
+ */
3115
+ toJSON(): GetModelStatusesRequest.AsObject;
3116
+ /**
3117
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
3118
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
3119
+ * 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
3120
+ */
3121
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetModelStatusesRequest.AsProtobufJSON;
3122
+ }
3123
+ export declare module GetModelStatusesRequest {
3124
+ /**
3125
+ * Standard JavaScript object representation for GetModelStatusesRequest
3126
+ */
3127
+ interface AsObject {
3128
+ parent?: string;
3129
+ cacheVersion?: number;
3130
+ languageCode?: string;
3131
+ modelName?: string;
3132
+ }
3133
+ /**
3134
+ * Protobuf JSON representation for GetModelStatusesRequest
3135
+ */
3136
+ interface AsProtobufJSON {
3137
+ parent?: string;
3138
+ cacheVersion?: number;
3139
+ languageCode?: string;
3140
+ modelName?: string;
3141
+ }
3142
+ }
3143
+ /**
3144
+ * Message implementation for ondewo.nlu.ModelStatus
3145
+ */
3146
+ export declare class ModelStatus implements GrpcMessage {
3147
+ static id: string;
3148
+ /**
3149
+ * Deserialize binary data to message
3150
+ * @param instance message instance
3151
+ */
3152
+ static deserializeBinary(bytes: ByteSource): ModelStatus;
3153
+ /**
3154
+ * Check all the properties and set default protobuf values if necessary
3155
+ * @param _instance message instance
3156
+ */
3157
+ static refineValues(_instance: ModelStatus): void;
3158
+ /**
3159
+ * Deserializes / reads binary message into message instance using provided binary reader
3160
+ * @param _instance message instance
3161
+ * @param _reader binary reader instance
3162
+ */
3163
+ static deserializeBinaryFromReader(_instance: ModelStatus, _reader: BinaryReader): void;
3164
+ /**
3165
+ * Serializes a message to binary format using provided binary reader
3166
+ * @param _instance message instance
3167
+ * @param _writer binary writer instance
3168
+ */
3169
+ static serializeBinaryToWriter(_instance: ModelStatus, _writer: BinaryWriter): void;
3170
+ private _cacheVersion?;
3171
+ private _languageCode?;
3172
+ private _modelName?;
3173
+ private _statusSetTime?;
3174
+ private _config?;
3175
+ private _status?;
3176
+ /**
3177
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
3178
+ * @param _value initial values object or instance of ModelStatus to deeply clone from
3179
+ */
3180
+ constructor(_value?: RecursivePartial<ModelStatus.AsObject>);
3181
+ get cacheVersion(): number | undefined;
3182
+ set cacheVersion(value: number | undefined);
3183
+ get languageCode(): string | undefined;
3184
+ set languageCode(value: string | undefined);
3185
+ get modelName(): string | undefined;
3186
+ set modelName(value: string | undefined);
3187
+ get statusSetTime(): googleProtobuf007.Timestamp | undefined;
3188
+ set statusSetTime(value: googleProtobuf007.Timestamp | undefined);
3189
+ get config(): string | undefined;
3190
+ set config(value: string | undefined);
3191
+ get status(): ModelStatus.StatusName | undefined;
3192
+ set status(value: ModelStatus.StatusName | undefined);
3193
+ /**
3194
+ * Serialize message to binary data
3195
+ * @param instance message instance
3196
+ */
3197
+ serializeBinary(): any;
3198
+ /**
3199
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
3200
+ */
3201
+ toObject(): ModelStatus.AsObject;
3202
+ /**
3203
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
3204
+ */
3205
+ toJSON(): ModelStatus.AsObject;
3206
+ /**
3207
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
3208
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
3209
+ * 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
3210
+ */
3211
+ toProtobufJSON(options?: ToProtobufJSONOptions): ModelStatus.AsProtobufJSON;
3212
+ }
3213
+ export declare module ModelStatus {
3214
+ /**
3215
+ * Standard JavaScript object representation for ModelStatus
3216
+ */
3217
+ interface AsObject {
3218
+ cacheVersion?: number;
3219
+ languageCode?: string;
3220
+ modelName?: string;
3221
+ statusSetTime?: googleProtobuf007.Timestamp.AsObject;
3222
+ config?: string;
3223
+ status?: ModelStatus.StatusName;
3224
+ }
3225
+ /**
3226
+ * Protobuf JSON representation for ModelStatus
3227
+ */
3228
+ interface AsProtobufJSON {
3229
+ cacheVersion?: number;
3230
+ languageCode?: string;
3231
+ modelName?: string;
3232
+ statusSetTime?: googleProtobuf007.Timestamp.AsProtobufJSON | null;
3233
+ config?: string;
3234
+ status?: string;
3235
+ }
3236
+ enum StatusName {
3237
+ UNKNOWN = 0,
3238
+ INITIALIZING = 1,
3239
+ INITIALIZED = 2,
3240
+ LOADING_DATA = 3,
3241
+ TRAINING = 4,
3242
+ TESTING = 5,
3243
+ TRAINED = 6
3244
+ }
3245
+ }
3246
+ /**
3247
+ * Message implementation for ondewo.nlu.GetModelStatusesResponse
3248
+ */
3249
+ export declare class GetModelStatusesResponse implements GrpcMessage {
3250
+ static id: string;
3251
+ /**
3252
+ * Deserialize binary data to message
3253
+ * @param instance message instance
3254
+ */
3255
+ static deserializeBinary(bytes: ByteSource): GetModelStatusesResponse;
3256
+ /**
3257
+ * Check all the properties and set default protobuf values if necessary
3258
+ * @param _instance message instance
3259
+ */
3260
+ static refineValues(_instance: GetModelStatusesResponse): void;
3261
+ /**
3262
+ * Deserializes / reads binary message into message instance using provided binary reader
3263
+ * @param _instance message instance
3264
+ * @param _reader binary reader instance
3265
+ */
3266
+ static deserializeBinaryFromReader(_instance: GetModelStatusesResponse, _reader: BinaryReader): void;
3267
+ /**
3268
+ * Serializes a message to binary format using provided binary reader
3269
+ * @param _instance message instance
3270
+ * @param _writer binary writer instance
3271
+ */
3272
+ static serializeBinaryToWriter(_instance: GetModelStatusesResponse, _writer: BinaryWriter): void;
3273
+ private _modelStatuses?;
3274
+ /**
3275
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
3276
+ * @param _value initial values object or instance of GetModelStatusesResponse to deeply clone from
3277
+ */
3278
+ constructor(_value?: RecursivePartial<GetModelStatusesResponse.AsObject>);
3279
+ get modelStatuses(): ModelStatus[] | undefined;
3280
+ set modelStatuses(value: ModelStatus[] | undefined);
3281
+ /**
3282
+ * Serialize message to binary data
3283
+ * @param instance message instance
3284
+ */
3285
+ serializeBinary(): any;
3286
+ /**
3287
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
3288
+ */
3289
+ toObject(): GetModelStatusesResponse.AsObject;
3290
+ /**
3291
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
3292
+ */
3293
+ toJSON(): GetModelStatusesResponse.AsObject;
3294
+ /**
3295
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
3296
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
3297
+ * 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
3298
+ */
3299
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetModelStatusesResponse.AsProtobufJSON;
3300
+ }
3301
+ export declare module GetModelStatusesResponse {
3302
+ /**
3303
+ * Standard JavaScript object representation for GetModelStatusesResponse
3304
+ */
3305
+ interface AsObject {
3306
+ modelStatuses?: ModelStatus.AsObject[];
3307
+ }
3308
+ /**
3309
+ * Protobuf JSON representation for GetModelStatusesResponse
3310
+ */
3311
+ interface AsProtobufJSON {
3312
+ modelStatuses?: ModelStatus.AsProtobufJSON[] | null;
3313
+ }
3314
+ }
3315
+ /**
3316
+ * Message implementation for ondewo.nlu.CustomPlatformInfo
3317
+ */
3318
+ export declare class CustomPlatformInfo implements GrpcMessage {
3319
+ static id: string;
3320
+ /**
3321
+ * Deserialize binary data to message
3322
+ * @param instance message instance
3323
+ */
3324
+ static deserializeBinary(bytes: ByteSource): CustomPlatformInfo;
3325
+ /**
3326
+ * Check all the properties and set default protobuf values if necessary
3327
+ * @param _instance message instance
3328
+ */
3329
+ static refineValues(_instance: CustomPlatformInfo): void;
3330
+ /**
3331
+ * Deserializes / reads binary message into message instance using provided binary reader
3332
+ * @param _instance message instance
3333
+ * @param _reader binary reader instance
3334
+ */
3335
+ static deserializeBinaryFromReader(_instance: CustomPlatformInfo, _reader: BinaryReader): void;
3336
+ /**
3337
+ * Serializes a message to binary format using provided binary reader
3338
+ * @param _instance message instance
3339
+ * @param _writer binary writer instance
3340
+ */
3341
+ static serializeBinaryToWriter(_instance: CustomPlatformInfo, _writer: BinaryWriter): void;
3342
+ private _platform?;
3343
+ private _displayName?;
3344
+ private _position?;
3345
+ /**
3346
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
3347
+ * @param _value initial values object or instance of CustomPlatformInfo to deeply clone from
3348
+ */
3349
+ constructor(_value?: RecursivePartial<CustomPlatformInfo.AsObject>);
3350
+ get platform(): ondewoNlu014.Intent.Message.Platform | undefined;
3351
+ set platform(value: ondewoNlu014.Intent.Message.Platform | undefined);
3352
+ get displayName(): string | undefined;
3353
+ set displayName(value: string | undefined);
3354
+ get position(): number | undefined;
3355
+ set position(value: number | undefined);
3356
+ /**
3357
+ * Serialize message to binary data
3358
+ * @param instance message instance
3359
+ */
3360
+ serializeBinary(): any;
3361
+ /**
3362
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
3363
+ */
3364
+ toObject(): CustomPlatformInfo.AsObject;
3365
+ /**
3366
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
3367
+ */
3368
+ toJSON(): CustomPlatformInfo.AsObject;
3369
+ /**
3370
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
3371
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
3372
+ * 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
3373
+ */
3374
+ toProtobufJSON(options?: ToProtobufJSONOptions): CustomPlatformInfo.AsProtobufJSON;
3375
+ }
3376
+ export declare module CustomPlatformInfo {
3377
+ /**
3378
+ * Standard JavaScript object representation for CustomPlatformInfo
3379
+ */
3380
+ interface AsObject {
3381
+ platform?: ondewoNlu014.Intent.Message.Platform;
3382
+ displayName?: string;
3383
+ position?: number;
3384
+ }
3385
+ /**
3386
+ * Protobuf JSON representation for CustomPlatformInfo
3387
+ */
3388
+ interface AsProtobufJSON {
3389
+ platform?: string;
3390
+ displayName?: string;
3391
+ position?: number;
3392
+ }
3393
+ }
3394
+ /**
3395
+ * Message implementation for ondewo.nlu.GetPlatformMappingRequest
3396
+ */
3397
+ export declare class GetPlatformMappingRequest implements GrpcMessage {
3398
+ static id: string;
3399
+ /**
3400
+ * Deserialize binary data to message
3401
+ * @param instance message instance
3402
+ */
3403
+ static deserializeBinary(bytes: ByteSource): GetPlatformMappingRequest;
3404
+ /**
3405
+ * Check all the properties and set default protobuf values if necessary
3406
+ * @param _instance message instance
3407
+ */
3408
+ static refineValues(_instance: GetPlatformMappingRequest): void;
3409
+ /**
3410
+ * Deserializes / reads binary message into message instance using provided binary reader
3411
+ * @param _instance message instance
3412
+ * @param _reader binary reader instance
3413
+ */
3414
+ static deserializeBinaryFromReader(_instance: GetPlatformMappingRequest, _reader: BinaryReader): void;
3415
+ /**
3416
+ * Serializes a message to binary format using provided binary reader
3417
+ * @param _instance message instance
3418
+ * @param _writer binary writer instance
3419
+ */
3420
+ static serializeBinaryToWriter(_instance: GetPlatformMappingRequest, _writer: BinaryWriter): void;
3421
+ private _parent?;
3422
+ /**
3423
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
3424
+ * @param _value initial values object or instance of GetPlatformMappingRequest to deeply clone from
3425
+ */
3426
+ constructor(_value?: RecursivePartial<GetPlatformMappingRequest.AsObject>);
3427
+ get parent(): string | undefined;
3428
+ set parent(value: string | undefined);
3429
+ /**
3430
+ * Serialize message to binary data
3431
+ * @param instance message instance
3432
+ */
3433
+ serializeBinary(): any;
3434
+ /**
3435
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
3436
+ */
3437
+ toObject(): GetPlatformMappingRequest.AsObject;
3438
+ /**
3439
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
3440
+ */
3441
+ toJSON(): GetPlatformMappingRequest.AsObject;
3442
+ /**
3443
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
3444
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
3445
+ * 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
3446
+ */
3447
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetPlatformMappingRequest.AsProtobufJSON;
3448
+ }
3449
+ export declare module GetPlatformMappingRequest {
3450
+ /**
3451
+ * Standard JavaScript object representation for GetPlatformMappingRequest
3452
+ */
3453
+ interface AsObject {
3454
+ parent?: string;
3455
+ }
3456
+ /**
3457
+ * Protobuf JSON representation for GetPlatformMappingRequest
3458
+ */
3459
+ interface AsProtobufJSON {
3460
+ parent?: string;
3461
+ }
3462
+ }
3463
+ /**
3464
+ * Message implementation for ondewo.nlu.PlatformMapping
3465
+ */
3466
+ export declare class PlatformMapping implements GrpcMessage {
3467
+ static id: string;
3468
+ /**
3469
+ * Deserialize binary data to message
3470
+ * @param instance message instance
3471
+ */
3472
+ static deserializeBinary(bytes: ByteSource): PlatformMapping;
3473
+ /**
3474
+ * Check all the properties and set default protobuf values if necessary
3475
+ * @param _instance message instance
3476
+ */
3477
+ static refineValues(_instance: PlatformMapping): void;
3478
+ /**
3479
+ * Deserializes / reads binary message into message instance using provided binary reader
3480
+ * @param _instance message instance
3481
+ * @param _reader binary reader instance
3482
+ */
3483
+ static deserializeBinaryFromReader(_instance: PlatformMapping, _reader: BinaryReader): void;
3484
+ /**
3485
+ * Serializes a message to binary format using provided binary reader
3486
+ * @param _instance message instance
3487
+ * @param _writer binary writer instance
3488
+ */
3489
+ static serializeBinaryToWriter(_instance: PlatformMapping, _writer: BinaryWriter): void;
3490
+ private _parent?;
3491
+ private _platformInfo?;
3492
+ /**
3493
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
3494
+ * @param _value initial values object or instance of PlatformMapping to deeply clone from
3495
+ */
3496
+ constructor(_value?: RecursivePartial<PlatformMapping.AsObject>);
3497
+ get parent(): string | undefined;
3498
+ set parent(value: string | undefined);
3499
+ get platformInfo(): CustomPlatformInfo[] | undefined;
3500
+ set platformInfo(value: CustomPlatformInfo[] | undefined);
3501
+ /**
3502
+ * Serialize message to binary data
3503
+ * @param instance message instance
3504
+ */
3505
+ serializeBinary(): any;
3506
+ /**
3507
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
3508
+ */
3509
+ toObject(): PlatformMapping.AsObject;
3510
+ /**
3511
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
3512
+ */
3513
+ toJSON(): PlatformMapping.AsObject;
3514
+ /**
3515
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
3516
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
3517
+ * 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
3518
+ */
3519
+ toProtobufJSON(options?: ToProtobufJSONOptions): PlatformMapping.AsProtobufJSON;
3520
+ }
3521
+ export declare module PlatformMapping {
3522
+ /**
3523
+ * Standard JavaScript object representation for PlatformMapping
3524
+ */
3525
+ interface AsObject {
3526
+ parent?: string;
3527
+ platformInfo?: CustomPlatformInfo.AsObject[];
3528
+ }
3529
+ /**
3530
+ * Protobuf JSON representation for PlatformMapping
3531
+ */
3532
+ interface AsProtobufJSON {
3533
+ parent?: string;
3534
+ platformInfo?: CustomPlatformInfo.AsProtobufJSON[] | null;
3535
+ }
3536
+ }