@ondewo/csi-client-angular 3.2.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/README.md +2 -5
  2. package/api/ondewo/csi/conversation.pb.d.ts +24 -24
  3. package/api/ondewo/nlu/agent.pb.d.ts +258 -18
  4. package/api/ondewo/nlu/agent.pbsc.d.ts +141 -60
  5. package/api/ondewo/nlu/ccai-project.pb.d.ts +1337 -0
  6. package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
  7. package/api/ondewo/nlu/ccai-project.pbsc.d.ts +102 -0
  8. package/api/ondewo/nlu/common.pb.d.ts +957 -0
  9. package/api/ondewo/nlu/context.pb.d.ts +41 -0
  10. package/api/ondewo/nlu/entity-type.pb.d.ts +55 -14
  11. package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
  12. package/api/ondewo/nlu/intent.pb.d.ts +129 -9
  13. package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
  14. package/api/ondewo/nlu/operation-metadata.pb.d.ts +22 -1
  15. package/api/ondewo/nlu/project-role.pb.d.ts +26 -5
  16. package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
  17. package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
  18. package/api/ondewo/nlu/session.pb.d.ts +1593 -146
  19. package/api/ondewo/nlu/session.pbsc.d.ts +150 -5
  20. package/api/ondewo/nlu/user.pb.d.ts +761 -18
  21. package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
  22. package/api/ondewo/nlu/webhook.pb.d.ts +545 -10
  23. package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
  24. package/api/ondewo/s2t/speech-to-text.pb.d.ts +66 -315
  25. package/api/ondewo/t2s/text-to-speech.pb.d.ts +391 -5
  26. package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
  27. package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
  28. package/esm2022/api/google/api/http.pb.mjs +8 -25
  29. package/esm2022/api/google/rpc/status.pb.mjs +3 -7
  30. package/esm2022/api/google/type/latlng.pb.mjs +3 -6
  31. package/esm2022/api/ondewo/csi/conversation.pb.mjs +57 -111
  32. package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +174 -177
  33. package/esm2022/api/ondewo/nlu/agent.pb.mjs +1053 -502
  34. package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +899 -751
  35. package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +61 -197
  36. package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +156 -159
  37. package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2490 -0
  38. package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
  39. package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +194 -0
  40. package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -5
  41. package/esm2022/api/ondewo/nlu/context.pb.mjs +170 -52
  42. package/esm2022/api/ondewo/nlu/context.pbsc.mjs +120 -123
  43. package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +224 -177
  44. package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +302 -305
  45. package/esm2022/api/ondewo/nlu/intent.pb.mjs +593 -414
  46. package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +499 -502
  47. package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +78 -24
  48. package/esm2022/api/ondewo/nlu/operations.pb.mjs +18 -46
  49. package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +84 -87
  50. package/esm2022/api/ondewo/nlu/project-role.pb.mjs +96 -51
  51. package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +104 -107
  52. package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +9 -20
  53. package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +156 -159
  54. package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +3 -5
  55. package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +71 -74
  56. package/esm2022/api/ondewo/nlu/session.pb.mjs +3086 -623
  57. package/esm2022/api/ondewo/nlu/session.pbsc.mjs +789 -521
  58. package/esm2022/api/ondewo/nlu/user.pb.mjs +1392 -123
  59. package/esm2022/api/ondewo/nlu/user.pbsc.mjs +497 -289
  60. package/esm2022/api/ondewo/nlu/utility.pb.mjs +42 -140
  61. package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +156 -159
  62. package/esm2022/api/ondewo/nlu/webhook.pb.mjs +925 -54
  63. package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +157 -69
  64. package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +327 -990
  65. package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +282 -285
  66. package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +964 -365
  67. package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
  68. package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +307 -343
  69. package/esm2022/public-api.mjs +4 -1
  70. package/fesm2022/ondewo-csi-client-angular.mjs +45360 -34604
  71. package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
  72. package/package.json +5 -5
  73. package/public-api.d.ts +3 -0
@@ -1,6 +1,7 @@
1
1
  import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
2
  import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
3
  import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
4
+ import * as googleProtobuf005 from '@ngx-grpc/well-known-types';
4
5
  /**
5
6
  * Message implementation for ondewo.nlu.Context
6
7
  */
@@ -32,6 +33,10 @@ export declare class Context implements GrpcMessage {
32
33
  private _lifespanCount;
33
34
  private _parameters;
34
35
  private _lifespanTime;
36
+ private _createdAt?;
37
+ private _modifiedAt?;
38
+ private _createdBy;
39
+ private _modifiedBy;
35
40
  /**
36
41
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
37
42
  * @param _value initial values object or instance of Context to deeply clone from
@@ -49,6 +54,14 @@ export declare class Context implements GrpcMessage {
49
54
  });
50
55
  get lifespanTime(): number;
51
56
  set lifespanTime(value: number);
57
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
58
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
59
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
60
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
61
+ get createdBy(): string;
62
+ set createdBy(value: string);
63
+ get modifiedBy(): string;
64
+ set modifiedBy(value: string);
52
65
  /**
53
66
  * Serialize message to binary data
54
67
  * @param instance message instance
@@ -80,6 +93,10 @@ export declare module Context {
80
93
  [prop: string]: Context.Parameter;
81
94
  };
82
95
  lifespanTime: number;
96
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
97
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
98
+ createdBy: string;
99
+ modifiedBy: string;
83
100
  }
84
101
  /**
85
102
  * Protobuf JSON representation for Context
@@ -91,6 +108,10 @@ export declare module Context {
91
108
  [prop: string]: Context.Parameter;
92
109
  };
93
110
  lifespanTime: number;
111
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
112
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
113
+ createdBy: string;
114
+ modifiedBy: string;
94
115
  }
95
116
  /**
96
117
  * Message implementation for ondewo.nlu.Context.Parameter
@@ -123,6 +144,10 @@ export declare module Context {
123
144
  private _displayName;
124
145
  private _value;
125
146
  private _valueOriginal;
147
+ private _createdAt?;
148
+ private _modifiedAt?;
149
+ private _createdBy;
150
+ private _modifiedBy;
126
151
  /**
127
152
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
128
153
  * @param _value initial values object or instance of Parameter to deeply clone from
@@ -136,6 +161,14 @@ export declare module Context {
136
161
  set value(value: string);
137
162
  get valueOriginal(): string;
138
163
  set valueOriginal(value: string);
164
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
165
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
166
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
167
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
168
+ get createdBy(): string;
169
+ set createdBy(value: string);
170
+ get modifiedBy(): string;
171
+ set modifiedBy(value: string);
139
172
  /**
140
173
  * Serialize message to binary data
141
174
  * @param instance message instance
@@ -165,6 +198,10 @@ export declare module Context {
165
198
  displayName: string;
166
199
  value: string;
167
200
  valueOriginal: string;
201
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
202
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
203
+ createdBy: string;
204
+ modifiedBy: string;
168
205
  }
169
206
  /**
170
207
  * Protobuf JSON representation for Parameter
@@ -174,6 +211,10 @@ export declare module Context {
174
211
  displayName: string;
175
212
  value: string;
176
213
  valueOriginal: string;
214
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
215
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
216
+ createdBy: string;
217
+ modifiedBy: string;
177
218
  }
178
219
  }
179
220
  /**
@@ -1,7 +1,8 @@
1
1
  import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
2
  import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
- import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
4
- import * as googleProtobuf008 from '@ngx-grpc/well-known-types';
3
+ import * as googleProtobuf002 from '@ngx-grpc/well-known-types';
4
+ import * as googleProtobuf003 from '@ngx-grpc/well-known-types';
5
+ import * as googleProtobuf006 from '@ngx-grpc/well-known-types';
5
6
  import * as ondewoNlu009 from '../../ondewo/nlu/common.pb';
6
7
  export declare enum EntityTypeView {
7
8
  ENTITY_TYPE_VIEW_UNSPECIFIED = 0,
@@ -51,6 +52,10 @@ export declare class EntityType implements GrpcMessage {
51
52
  private _entityCount;
52
53
  private _status;
53
54
  private _synonymCount;
55
+ private _createdAt?;
56
+ private _modifiedAt?;
57
+ private _createdBy;
58
+ private _modifiedBy;
54
59
  /**
55
60
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
56
61
  * @param _value initial values object or instance of EntityType to deeply clone from
@@ -74,6 +79,14 @@ export declare class EntityType implements GrpcMessage {
74
79
  set status(value: EntityType.EntityTypeStatus);
75
80
  get synonymCount(): number;
76
81
  set synonymCount(value: number);
82
+ get createdAt(): googleProtobuf003.Timestamp | undefined;
83
+ set createdAt(value: googleProtobuf003.Timestamp | undefined);
84
+ get modifiedAt(): googleProtobuf003.Timestamp | undefined;
85
+ set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
86
+ get createdBy(): string;
87
+ set createdBy(value: string);
88
+ get modifiedBy(): string;
89
+ set modifiedBy(value: string);
77
90
  /**
78
91
  * Serialize message to binary data
79
92
  * @param instance message instance
@@ -108,6 +121,10 @@ export declare module EntityType {
108
121
  entityCount: number;
109
122
  status: EntityType.EntityTypeStatus;
110
123
  synonymCount: number;
124
+ createdAt?: googleProtobuf003.Timestamp.AsObject;
125
+ modifiedAt?: googleProtobuf003.Timestamp.AsObject;
126
+ createdBy: string;
127
+ modifiedBy: string;
111
128
  }
112
129
  /**
113
130
  * Protobuf JSON representation for EntityType
@@ -122,6 +139,10 @@ export declare module EntityType {
122
139
  entityCount: number;
123
140
  status: string;
124
141
  synonymCount: number;
142
+ createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
143
+ modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
144
+ createdBy: string;
145
+ modifiedBy: string;
125
146
  }
126
147
  enum Kind {
127
148
  KIND_UNSPECIFIED = 0,
@@ -169,6 +190,10 @@ export declare module EntityType {
169
190
  private _displayName;
170
191
  private _synonymCount;
171
192
  private _languageCode;
193
+ private _createdAt?;
194
+ private _modifiedAt?;
195
+ private _createdBy;
196
+ private _modifiedBy;
172
197
  /**
173
198
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
174
199
  * @param _value initial values object or instance of Entity to deeply clone from
@@ -186,6 +211,14 @@ export declare module EntityType {
186
211
  set synonymCount(value: number);
187
212
  get languageCode(): string;
188
213
  set languageCode(value: string);
214
+ get createdAt(): googleProtobuf003.Timestamp | undefined;
215
+ set createdAt(value: googleProtobuf003.Timestamp | undefined);
216
+ get modifiedAt(): googleProtobuf003.Timestamp | undefined;
217
+ set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
218
+ get createdBy(): string;
219
+ set createdBy(value: string);
220
+ get modifiedBy(): string;
221
+ set modifiedBy(value: string);
189
222
  /**
190
223
  * Serialize message to binary data
191
224
  * @param instance message instance
@@ -217,6 +250,10 @@ export declare module EntityType {
217
250
  displayName: string;
218
251
  synonymCount: number;
219
252
  languageCode: string;
253
+ createdAt?: googleProtobuf003.Timestamp.AsObject;
254
+ modifiedAt?: googleProtobuf003.Timestamp.AsObject;
255
+ createdBy: string;
256
+ modifiedBy: string;
220
257
  }
221
258
  /**
222
259
  * Protobuf JSON representation for Entity
@@ -228,6 +265,10 @@ export declare module EntityType {
228
265
  displayName: string;
229
266
  synonymCount: number;
230
267
  languageCode: string;
268
+ createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
269
+ modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
270
+ createdBy: string;
271
+ modifiedBy: string;
231
272
  }
232
273
  }
233
274
  }
@@ -607,8 +648,8 @@ export declare class UpdateEntityTypeRequest implements GrpcMessage {
607
648
  set entityType(value: EntityType | undefined);
608
649
  get languageCode(): string;
609
650
  set languageCode(value: string);
610
- get updateMask(): googleProtobuf008.FieldMask | undefined;
611
- set updateMask(value: googleProtobuf008.FieldMask | undefined);
651
+ get updateMask(): googleProtobuf002.FieldMask | undefined;
652
+ set updateMask(value: googleProtobuf002.FieldMask | undefined);
612
653
  get entityTypeView(): EntityTypeView;
613
654
  set entityTypeView(value: EntityTypeView);
614
655
  /**
@@ -638,7 +679,7 @@ export declare module UpdateEntityTypeRequest {
638
679
  interface AsObject {
639
680
  entityType?: EntityType.AsObject;
640
681
  languageCode: string;
641
- updateMask?: googleProtobuf008.FieldMask.AsObject;
682
+ updateMask?: googleProtobuf002.FieldMask.AsObject;
642
683
  entityTypeView: EntityTypeView;
643
684
  }
644
685
  /**
@@ -647,7 +688,7 @@ export declare module UpdateEntityTypeRequest {
647
688
  interface AsProtobufJSON {
648
689
  entityType: EntityType.AsProtobufJSON | null;
649
690
  languageCode: string;
650
- updateMask: googleProtobuf008.FieldMask.AsProtobufJSON | null;
691
+ updateMask: googleProtobuf002.FieldMask.AsProtobufJSON | null;
651
692
  entityTypeView: string;
652
693
  }
653
694
  }
@@ -766,8 +807,8 @@ export declare class BatchUpdateEntityTypesRequest implements GrpcMessage {
766
807
  set entityTypeBatchInline(value: EntityTypeBatch | undefined);
767
808
  get languageCode(): string;
768
809
  set languageCode(value: string);
769
- get updateMask(): googleProtobuf008.FieldMask | undefined;
770
- set updateMask(value: googleProtobuf008.FieldMask | undefined);
810
+ get updateMask(): googleProtobuf002.FieldMask | undefined;
811
+ set updateMask(value: googleProtobuf002.FieldMask | undefined);
771
812
  get entityTypeBatch(): BatchUpdateEntityTypesRequest.EntityTypeBatchCase;
772
813
  /**
773
814
  * Serialize message to binary data
@@ -798,7 +839,7 @@ export declare module BatchUpdateEntityTypesRequest {
798
839
  entityTypeBatchUri: string;
799
840
  entityTypeBatchInline?: EntityTypeBatch.AsObject;
800
841
  languageCode: string;
801
- updateMask?: googleProtobuf008.FieldMask.AsObject;
842
+ updateMask?: googleProtobuf002.FieldMask.AsObject;
802
843
  }
803
844
  /**
804
845
  * Protobuf JSON representation for BatchUpdateEntityTypesRequest
@@ -808,7 +849,7 @@ export declare module BatchUpdateEntityTypesRequest {
808
849
  entityTypeBatchUri: string | null;
809
850
  entityTypeBatchInline: EntityTypeBatch.AsProtobufJSON | null;
810
851
  languageCode: string;
811
- updateMask: googleProtobuf008.FieldMask.AsProtobufJSON | null;
852
+ updateMask: googleProtobuf002.FieldMask.AsProtobufJSON | null;
812
853
  }
813
854
  enum EntityTypeBatchCase {
814
855
  none = 0,
@@ -1857,8 +1898,8 @@ export declare class DeleteEntityStatus implements GrpcMessage {
1857
1898
  * @param _value initial values object or instance of DeleteEntityStatus to deeply clone from
1858
1899
  */
1859
1900
  constructor(_value?: RecursivePartial<DeleteEntityStatus.AsObject>);
1860
- get successfullyDeleted(): googleProtobuf004.Empty | undefined;
1861
- set successfullyDeleted(value: googleProtobuf004.Empty | undefined);
1901
+ get successfullyDeleted(): googleProtobuf006.Empty | undefined;
1902
+ set successfullyDeleted(value: googleProtobuf006.Empty | undefined);
1862
1903
  get errorMessage(): string;
1863
1904
  set errorMessage(value: string);
1864
1905
  get deleteStatus(): DeleteEntityStatus.DeleteStatusCase;
@@ -1887,14 +1928,14 @@ export declare module DeleteEntityStatus {
1887
1928
  * Standard JavaScript object representation for DeleteEntityStatus
1888
1929
  */
1889
1930
  interface AsObject {
1890
- successfullyDeleted?: googleProtobuf004.Empty.AsObject;
1931
+ successfullyDeleted?: googleProtobuf006.Empty.AsObject;
1891
1932
  errorMessage: string;
1892
1933
  }
1893
1934
  /**
1894
1935
  * Protobuf JSON representation for DeleteEntityStatus
1895
1936
  */
1896
1937
  interface AsProtobufJSON {
1897
- successfullyDeleted: googleProtobuf004.Empty.AsProtobufJSON | null;
1938
+ successfullyDeleted: googleProtobuf006.Empty.AsProtobufJSON | null;
1898
1939
  errorMessage: string | null;
1899
1940
  }
1900
1941
  enum DeleteStatusCase {
@@ -2,7 +2,7 @@ import { GrpcClientFactory, GrpcEvent, GrpcMetadata } from '@ngx-grpc/common';
2
2
  import { GrpcHandler } from '@ngx-grpc/core';
3
3
  import { Observable } from 'rxjs';
4
4
  import * as thisProto from './entity-type.pb';
5
- import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
5
+ import * as googleProtobuf006 from '@ngx-grpc/well-known-types';
6
6
  import * as ondewoNlu010 from '../../ondewo/nlu/operations.pb';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
@@ -54,9 +54,9 @@ export declare class EntityTypesClient {
54
54
  *
55
55
  * @param requestMessage Request message
56
56
  * @param requestMetadata Request metadata
57
- * @returns Observable<GrpcEvent<googleProtobuf004.Empty>>
57
+ * @returns Observable<GrpcEvent<googleProtobuf006.Empty>>
58
58
  */
59
- deleteEntityType: (requestData: thisProto.DeleteEntityTypeRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf004.Empty>>;
59
+ deleteEntityType: (requestData: thisProto.DeleteEntityTypeRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf006.Empty>>;
60
60
  /**
61
61
  * Unary call: /ondewo.nlu.EntityTypes/BatchUpdateEntityTypes
62
62
  *
@@ -184,9 +184,9 @@ export declare class EntityTypesClient {
184
184
  *
185
185
  * @param requestMessage Request message
186
186
  * @param requestMetadata Request metadata
187
- * @returns Observable<googleProtobuf004.Empty>
187
+ * @returns Observable<googleProtobuf006.Empty>
188
188
  */
189
- deleteEntityType(requestData: thisProto.DeleteEntityTypeRequest, requestMetadata?: GrpcMetadata): Observable<googleProtobuf004.Empty>;
189
+ deleteEntityType(requestData: thisProto.DeleteEntityTypeRequest, requestMetadata?: GrpcMetadata): Observable<googleProtobuf006.Empty>;
190
190
  /**
191
191
  * Unary call @/ondewo.nlu.EntityTypes/BatchUpdateEntityTypes
192
192
  *
@@ -2,7 +2,7 @@ import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/
2
2
  import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
3
  import * as googleProtobuf003 from '@ngx-grpc/well-known-types';
4
4
  import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
5
- import * as googleProtobuf007 from '@ngx-grpc/well-known-types';
5
+ import * as googleProtobuf005 from '@ngx-grpc/well-known-types';
6
6
  import * as ondewoNlu009 from '../../ondewo/nlu/context.pb';
7
7
  import * as ondewoNlu010 from '../../ondewo/nlu/common.pb';
8
8
  import * as googleProtobuf012 from '@ngx-grpc/well-known-types';
@@ -75,6 +75,10 @@ export declare class Intent implements GrpcMessage {
75
75
  private _startDate?;
76
76
  private _endDate?;
77
77
  private _tags;
78
+ private _createdAt?;
79
+ private _modifiedAt?;
80
+ private _createdBy;
81
+ private _modifiedBy;
78
82
  /**
79
83
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
80
84
  * @param _value initial values object or instance of Intent to deeply clone from
@@ -128,12 +132,20 @@ export declare class Intent implements GrpcMessage {
128
132
  set trainingPhraseCount(value: number);
129
133
  get status(): Intent.IntentStatus;
130
134
  set status(value: Intent.IntentStatus);
131
- get startDate(): googleProtobuf007.Timestamp | undefined;
132
- set startDate(value: googleProtobuf007.Timestamp | undefined);
133
- get endDate(): googleProtobuf007.Timestamp | undefined;
134
- set endDate(value: googleProtobuf007.Timestamp | undefined);
135
+ get startDate(): googleProtobuf005.Timestamp | undefined;
136
+ set startDate(value: googleProtobuf005.Timestamp | undefined);
137
+ get endDate(): googleProtobuf005.Timestamp | undefined;
138
+ set endDate(value: googleProtobuf005.Timestamp | undefined);
135
139
  get tags(): string[];
136
140
  set tags(value: string[]);
141
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
142
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
143
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
144
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
145
+ get createdBy(): string;
146
+ set createdBy(value: string);
147
+ get modifiedBy(): string;
148
+ set modifiedBy(value: string);
137
149
  /**
138
150
  * Serialize message to binary data
139
151
  * @param instance message instance
@@ -183,9 +195,13 @@ export declare module Intent {
183
195
  isEndOfDeviation: boolean;
184
196
  trainingPhraseCount: number;
185
197
  status: Intent.IntentStatus;
186
- startDate?: googleProtobuf007.Timestamp.AsObject;
187
- endDate?: googleProtobuf007.Timestamp.AsObject;
198
+ startDate?: googleProtobuf005.Timestamp.AsObject;
199
+ endDate?: googleProtobuf005.Timestamp.AsObject;
188
200
  tags: string[];
201
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
202
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
203
+ createdBy: string;
204
+ modifiedBy: string;
189
205
  }
190
206
  /**
191
207
  * Protobuf JSON representation for Intent
@@ -215,9 +231,13 @@ export declare module Intent {
215
231
  isEndOfDeviation: boolean;
216
232
  trainingPhraseCount: number;
217
233
  status: string;
218
- startDate: googleProtobuf007.Timestamp.AsProtobufJSON | null;
219
- endDate: googleProtobuf007.Timestamp.AsProtobufJSON | null;
234
+ startDate: googleProtobuf005.Timestamp.AsProtobufJSON | null;
235
+ endDate: googleProtobuf005.Timestamp.AsProtobufJSON | null;
220
236
  tags: string[];
237
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
238
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
239
+ createdBy: string;
240
+ modifiedBy: string;
221
241
  }
222
242
  enum IntentStatus {
223
243
  ACTIVE = 0,
@@ -261,6 +281,10 @@ export declare module Intent {
261
281
  private _entities?;
262
282
  private _timesAddedCount;
263
283
  private _languageCode;
284
+ private _createdAt?;
285
+ private _modifiedAt?;
286
+ private _createdBy;
287
+ private _modifiedBy;
264
288
  /**
265
289
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
266
290
  * @param _value initial values object or instance of TrainingPhrase to deeply clone from
@@ -278,6 +302,14 @@ export declare module Intent {
278
302
  set timesAddedCount(value: number);
279
303
  get languageCode(): string;
280
304
  set languageCode(value: string);
305
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
306
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
307
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
308
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
309
+ get createdBy(): string;
310
+ set createdBy(value: string);
311
+ get modifiedBy(): string;
312
+ set modifiedBy(value: string);
281
313
  /**
282
314
  * Serialize message to binary data
283
315
  * @param instance message instance
@@ -309,6 +341,10 @@ export declare module Intent {
309
341
  entities?: Intent.TrainingPhrase.Entity.AsObject[];
310
342
  timesAddedCount: number;
311
343
  languageCode: string;
344
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
345
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
346
+ createdBy: string;
347
+ modifiedBy: string;
312
348
  }
313
349
  /**
314
350
  * Protobuf JSON representation for TrainingPhrase
@@ -320,6 +356,10 @@ export declare module Intent {
320
356
  entities: Intent.TrainingPhrase.Entity.AsProtobufJSON[] | null;
321
357
  timesAddedCount: number;
322
358
  languageCode: string;
359
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
360
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
361
+ createdBy: string;
362
+ modifiedBy: string;
323
363
  }
324
364
  enum Type {
325
365
  TYPE_UNSPECIFIED = 0,
@@ -361,6 +401,10 @@ export declare module Intent {
361
401
  private _end;
362
402
  private _parameterName;
363
403
  private _parameterDisplayName;
404
+ private _createdAt?;
405
+ private _modifiedAt?;
406
+ private _createdBy;
407
+ private _modifiedBy;
364
408
  /**
365
409
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
366
410
  * @param _value initial values object or instance of Entity to deeply clone from
@@ -382,6 +426,14 @@ export declare module Intent {
382
426
  set parameterName(value: string);
383
427
  get parameterDisplayName(): string;
384
428
  set parameterDisplayName(value: string);
429
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
430
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
431
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
432
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
433
+ get createdBy(): string;
434
+ set createdBy(value: string);
435
+ get modifiedBy(): string;
436
+ set modifiedBy(value: string);
385
437
  /**
386
438
  * Serialize message to binary data
387
439
  * @param instance message instance
@@ -415,6 +467,10 @@ export declare module Intent {
415
467
  end: number;
416
468
  parameterName: string;
417
469
  parameterDisplayName: string;
470
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
471
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
472
+ createdBy: string;
473
+ modifiedBy: string;
418
474
  }
419
475
  /**
420
476
  * Protobuf JSON representation for Entity
@@ -428,6 +484,10 @@ export declare module Intent {
428
484
  end: number;
429
485
  parameterName: string;
430
486
  parameterDisplayName: string;
487
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
488
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
489
+ createdBy: string;
490
+ modifiedBy: string;
431
491
  }
432
492
  }
433
493
  }
@@ -467,6 +527,10 @@ export declare module Intent {
467
527
  private _mandatory;
468
528
  private _prompts?;
469
529
  private _isList;
530
+ private _createdAt?;
531
+ private _modifiedAt?;
532
+ private _createdBy;
533
+ private _modifiedBy;
470
534
  /**
471
535
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
472
536
  * @param _value initial values object or instance of Parameter to deeply clone from
@@ -490,6 +554,14 @@ export declare module Intent {
490
554
  set prompts(value: Intent.Parameter.Prompt[] | undefined);
491
555
  get isList(): boolean;
492
556
  set isList(value: boolean);
557
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
558
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
559
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
560
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
561
+ get createdBy(): string;
562
+ set createdBy(value: string);
563
+ get modifiedBy(): string;
564
+ set modifiedBy(value: string);
493
565
  /**
494
566
  * Serialize message to binary data
495
567
  * @param instance message instance
@@ -524,6 +596,10 @@ export declare module Intent {
524
596
  mandatory: boolean;
525
597
  prompts?: Intent.Parameter.Prompt.AsObject[];
526
598
  isList: boolean;
599
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
600
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
601
+ createdBy: string;
602
+ modifiedBy: string;
527
603
  }
528
604
  /**
529
605
  * Protobuf JSON representation for Parameter
@@ -538,6 +614,10 @@ export declare module Intent {
538
614
  mandatory: boolean;
539
615
  prompts: Intent.Parameter.Prompt.AsProtobufJSON[] | null;
540
616
  isList: boolean;
617
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
618
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
619
+ createdBy: string;
620
+ modifiedBy: string;
541
621
  }
542
622
  /**
543
623
  * Message implementation for ondewo.nlu.Intent.Parameter.Prompt
@@ -569,6 +649,10 @@ export declare module Intent {
569
649
  private _name;
570
650
  private _text;
571
651
  private _languageCode;
652
+ private _createdAt?;
653
+ private _modifiedAt?;
654
+ private _createdBy;
655
+ private _modifiedBy;
572
656
  /**
573
657
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
574
658
  * @param _value initial values object or instance of Prompt to deeply clone from
@@ -580,6 +664,14 @@ export declare module Intent {
580
664
  set text(value: string);
581
665
  get languageCode(): string;
582
666
  set languageCode(value: string);
667
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
668
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
669
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
670
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
671
+ get createdBy(): string;
672
+ set createdBy(value: string);
673
+ get modifiedBy(): string;
674
+ set modifiedBy(value: string);
583
675
  /**
584
676
  * Serialize message to binary data
585
677
  * @param instance message instance
@@ -608,6 +700,10 @@ export declare module Intent {
608
700
  name: string;
609
701
  text: string;
610
702
  languageCode: string;
703
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
704
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
705
+ createdBy: string;
706
+ modifiedBy: string;
611
707
  }
612
708
  /**
613
709
  * Protobuf JSON representation for Prompt
@@ -616,6 +712,10 @@ export declare module Intent {
616
712
  name: string;
617
713
  text: string;
618
714
  languageCode: string;
715
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
716
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
717
+ createdBy: string;
718
+ modifiedBy: string;
619
719
  }
620
720
  }
621
721
  }
@@ -664,6 +764,10 @@ export declare module Intent {
664
764
  private _audio?;
665
765
  private _platform;
666
766
  private _isPrompt;
767
+ private _createdAt?;
768
+ private _modifiedAt?;
769
+ private _createdBy;
770
+ private _modifiedBy;
667
771
  private _message;
668
772
  /**
669
773
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
@@ -706,6 +810,14 @@ export declare module Intent {
706
810
  set platform(value: Intent.Message.Platform);
707
811
  get isPrompt(): boolean;
708
812
  set isPrompt(value: boolean);
813
+ get createdAt(): googleProtobuf005.Timestamp | undefined;
814
+ set createdAt(value: googleProtobuf005.Timestamp | undefined);
815
+ get modifiedAt(): googleProtobuf005.Timestamp | undefined;
816
+ set modifiedAt(value: googleProtobuf005.Timestamp | undefined);
817
+ get createdBy(): string;
818
+ set createdBy(value: string);
819
+ get modifiedBy(): string;
820
+ set modifiedBy(value: string);
709
821
  get message(): Message.MessageCase;
710
822
  /**
711
823
  * Serialize message to binary data
@@ -750,6 +862,10 @@ export declare module Intent {
750
862
  audio?: Intent.Message.Audio.AsObject;
751
863
  platform: Intent.Message.Platform;
752
864
  isPrompt: boolean;
865
+ createdAt?: googleProtobuf005.Timestamp.AsObject;
866
+ modifiedAt?: googleProtobuf005.Timestamp.AsObject;
867
+ createdBy: string;
868
+ modifiedBy: string;
753
869
  }
754
870
  /**
755
871
  * Protobuf JSON representation for Message
@@ -773,6 +889,10 @@ export declare module Intent {
773
889
  audio: Intent.Message.Audio.AsProtobufJSON | null;
774
890
  platform: string;
775
891
  isPrompt: boolean;
892
+ createdAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
893
+ modifiedAt: googleProtobuf005.Timestamp.AsProtobufJSON | null;
894
+ createdBy: string;
895
+ modifiedBy: string;
776
896
  }
777
897
  enum MessageCase {
778
898
  none = 0,
@@ -62,9 +62,9 @@ export declare class IntentsClient {
62
62
  *
63
63
  * @param requestMessage Request message
64
64
  * @param requestMetadata Request metadata
65
- * @returns Observable<GrpcEvent<ondewoNlu011.Operation>>
65
+ * @returns Observable<GrpcEvent<thisProto.BatchUpdateIntentsResponse>>
66
66
  */
67
- batchUpdateIntents: (requestData: thisProto.BatchUpdateIntentsRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<ondewoNlu011.Operation>>;
67
+ batchUpdateIntents: (requestData: thisProto.BatchUpdateIntentsRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchUpdateIntentsResponse>>;
68
68
  /**
69
69
  * Unary call: /ondewo.nlu.Intents/BatchDeleteIntents
70
70
  *
@@ -280,9 +280,9 @@ export declare class IntentsClient {
280
280
  *
281
281
  * @param requestMessage Request message
282
282
  * @param requestMetadata Request metadata
283
- * @returns Observable<ondewoNlu011.Operation>
283
+ * @returns Observable<thisProto.BatchUpdateIntentsResponse>
284
284
  */
285
- batchUpdateIntents(requestData: thisProto.BatchUpdateIntentsRequest, requestMetadata?: GrpcMetadata): Observable<ondewoNlu011.Operation>;
285
+ batchUpdateIntents(requestData: thisProto.BatchUpdateIntentsRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchUpdateIntentsResponse>;
286
286
  /**
287
287
  * Unary call @/ondewo.nlu.Intents/BatchDeleteIntents
288
288
  *