@ondewo/csi-client-angular 3.2.1 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/google/api/http.pb.d.ts +3 -3
- package/api/google/rpc/status.pb.d.ts +1 -1
- package/api/google/type/latlng.pb.d.ts +1 -1
- package/api/ondewo/csi/conversation.pb.d.ts +45 -41
- package/api/ondewo/nlu/agent.pb.d.ts +326 -86
- package/api/ondewo/nlu/agent.pbsc.d.ts +60 -60
- package/api/ondewo/nlu/aiservices.pb.d.ts +589 -48
- package/api/ondewo/nlu/aiservices.pbsc.d.ts +48 -0
- package/api/ondewo/nlu/ccai-project.pb.d.ts +1455 -0
- package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/ccai-project.pbsc.d.ts +118 -0
- package/api/ondewo/nlu/common.pb.d.ts +958 -1
- package/api/ondewo/nlu/context.pb.d.ts +51 -10
- package/api/ondewo/nlu/entity-type.pb.d.ts +83 -42
- package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/intent.pb.d.ts +207 -87
- package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +23 -2
- package/api/ondewo/nlu/operations.pb.d.ts +7 -7
- package/api/ondewo/nlu/project-role.pb.d.ts +33 -12
- package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/project-statistics.pb.d.ts +4 -4
- package/api/ondewo/nlu/server-statistics.pb.d.ts +1 -1
- package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
- package/api/ondewo/nlu/session.pb.d.ts +2311 -217
- package/api/ondewo/nlu/session.pbsc.d.ts +204 -11
- package/api/ondewo/nlu/user.pb.d.ts +782 -39
- package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
- package/api/ondewo/nlu/utility.pb.d.ts +22 -22
- package/api/ondewo/nlu/webhook.pb.d.ts +550 -15
- package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +1622 -1049
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +1195 -52
- package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
- package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
- package/esm2022/api/google/api/http.pb.mjs +1 -1
- package/esm2022/api/google/rpc/status.pb.mjs +1 -1
- package/esm2022/api/google/type/latlng.pb.mjs +1 -1
- package/esm2022/api/ondewo/csi/conversation.pb.mjs +29 -25
- package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/agent.pb.mjs +925 -41
- package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +52 -52
- package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +945 -19
- package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +96 -6
- package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2691 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +224 -0
- package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -1
- package/esm2022/api/ondewo/nlu/context.pb.mjs +152 -5
- package/esm2022/api/ondewo/nlu/context.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +166 -19
- package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +10 -10
- package/esm2022/api/ondewo/nlu/intent.pb.mjs +464 -22
- package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +9 -9
- package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +76 -3
- package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/project-role.pb.mjs +81 -8
- package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +10 -10
- package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +19 -19
- package/esm2022/api/ondewo/nlu/session.pb.mjs +6997 -2924
- package/esm2022/api/ondewo/nlu/session.pbsc.mjs +381 -20
- package/esm2022/api/ondewo/nlu/user.pb.mjs +1349 -20
- package/esm2022/api/ondewo/nlu/user.pbsc.mjs +228 -17
- package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/nlu/webhook.pb.mjs +915 -24
- package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +97 -6
- package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +3065 -1874
- package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +3158 -963
- package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +103 -133
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/ondewo-csi-client-angular.mjs +40452 -22608
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +9 -9
- package/public-api.d.ts +3 -0
|
@@ -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
|
|
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():
|
|
132
|
-
set startDate(value:
|
|
133
|
-
get endDate():
|
|
134
|
-
set endDate(value:
|
|
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
|
|
@@ -154,7 +166,7 @@ export declare class Intent implements GrpcMessage {
|
|
|
154
166
|
*/
|
|
155
167
|
toProtobufJSON(options?: ToProtobufJSONOptions): Intent.AsProtobufJSON;
|
|
156
168
|
}
|
|
157
|
-
export declare
|
|
169
|
+
export declare namespace Intent {
|
|
158
170
|
/**
|
|
159
171
|
* Standard JavaScript object representation for Intent
|
|
160
172
|
*/
|
|
@@ -183,9 +195,13 @@ export declare module Intent {
|
|
|
183
195
|
isEndOfDeviation: boolean;
|
|
184
196
|
trainingPhraseCount: number;
|
|
185
197
|
status: Intent.IntentStatus;
|
|
186
|
-
startDate?:
|
|
187
|
-
endDate?:
|
|
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:
|
|
219
|
-
endDate:
|
|
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
|
|
@@ -298,7 +330,7 @@ export declare module Intent {
|
|
|
298
330
|
*/
|
|
299
331
|
toProtobufJSON(options?: ToProtobufJSONOptions): TrainingPhrase.AsProtobufJSON;
|
|
300
332
|
}
|
|
301
|
-
|
|
333
|
+
namespace TrainingPhrase {
|
|
302
334
|
/**
|
|
303
335
|
* Standard JavaScript object representation for TrainingPhrase
|
|
304
336
|
*/
|
|
@@ -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
|
|
@@ -402,7 +454,7 @@ export declare module Intent {
|
|
|
402
454
|
*/
|
|
403
455
|
toProtobufJSON(options?: ToProtobufJSONOptions): Entity.AsProtobufJSON;
|
|
404
456
|
}
|
|
405
|
-
|
|
457
|
+
namespace Entity {
|
|
406
458
|
/**
|
|
407
459
|
* Standard JavaScript object representation for Entity
|
|
408
460
|
*/
|
|
@@ -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
|
|
@@ -510,7 +582,7 @@ export declare module Intent {
|
|
|
510
582
|
*/
|
|
511
583
|
toProtobufJSON(options?: ToProtobufJSONOptions): Parameter.AsProtobufJSON;
|
|
512
584
|
}
|
|
513
|
-
|
|
585
|
+
namespace Parameter {
|
|
514
586
|
/**
|
|
515
587
|
* Standard JavaScript object representation for Parameter
|
|
516
588
|
*/
|
|
@@ -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
|
|
@@ -600,7 +692,7 @@ export declare module Intent {
|
|
|
600
692
|
*/
|
|
601
693
|
toProtobufJSON(options?: ToProtobufJSONOptions): Prompt.AsProtobufJSON;
|
|
602
694
|
}
|
|
603
|
-
|
|
695
|
+
namespace Prompt {
|
|
604
696
|
/**
|
|
605
697
|
* Standard JavaScript object representation for Prompt
|
|
606
698
|
*/
|
|
@@ -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
|
|
@@ -727,7 +839,7 @@ export declare module Intent {
|
|
|
727
839
|
*/
|
|
728
840
|
toProtobufJSON(options?: ToProtobufJSONOptions): Message.AsProtobufJSON;
|
|
729
841
|
}
|
|
730
|
-
|
|
842
|
+
namespace Message {
|
|
731
843
|
/**
|
|
732
844
|
* Standard JavaScript object representation for Message
|
|
733
845
|
*/
|
|
@@ -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,
|
|
@@ -877,7 +997,7 @@ export declare module Intent {
|
|
|
877
997
|
*/
|
|
878
998
|
toProtobufJSON(options?: ToProtobufJSONOptions): Text.AsProtobufJSON;
|
|
879
999
|
}
|
|
880
|
-
|
|
1000
|
+
namespace Text {
|
|
881
1001
|
/**
|
|
882
1002
|
* Standard JavaScript object representation for Text
|
|
883
1003
|
*/
|
|
@@ -949,7 +1069,7 @@ export declare module Intent {
|
|
|
949
1069
|
*/
|
|
950
1070
|
toProtobufJSON(options?: ToProtobufJSONOptions): Image.AsProtobufJSON;
|
|
951
1071
|
}
|
|
952
|
-
|
|
1072
|
+
namespace Image {
|
|
953
1073
|
/**
|
|
954
1074
|
* Standard JavaScript object representation for Image
|
|
955
1075
|
*/
|
|
@@ -1023,7 +1143,7 @@ export declare module Intent {
|
|
|
1023
1143
|
*/
|
|
1024
1144
|
toProtobufJSON(options?: ToProtobufJSONOptions): QuickReplies.AsProtobufJSON;
|
|
1025
1145
|
}
|
|
1026
|
-
|
|
1146
|
+
namespace QuickReplies {
|
|
1027
1147
|
/**
|
|
1028
1148
|
* Standard JavaScript object representation for QuickReplies
|
|
1029
1149
|
*/
|
|
@@ -1103,7 +1223,7 @@ export declare module Intent {
|
|
|
1103
1223
|
*/
|
|
1104
1224
|
toProtobufJSON(options?: ToProtobufJSONOptions): Card.AsProtobufJSON;
|
|
1105
1225
|
}
|
|
1106
|
-
|
|
1226
|
+
namespace Card {
|
|
1107
1227
|
/**
|
|
1108
1228
|
* Standard JavaScript object representation for Card
|
|
1109
1229
|
*/
|
|
@@ -1180,7 +1300,7 @@ export declare module Intent {
|
|
|
1180
1300
|
*/
|
|
1181
1301
|
toProtobufJSON(options?: ToProtobufJSONOptions): Button.AsProtobufJSON;
|
|
1182
1302
|
}
|
|
1183
|
-
|
|
1303
|
+
namespace Button {
|
|
1184
1304
|
/**
|
|
1185
1305
|
* Standard JavaScript object representation for Button
|
|
1186
1306
|
*/
|
|
@@ -1258,7 +1378,7 @@ export declare module Intent {
|
|
|
1258
1378
|
*/
|
|
1259
1379
|
toProtobufJSON(options?: ToProtobufJSONOptions): SimpleResponse.AsProtobufJSON;
|
|
1260
1380
|
}
|
|
1261
|
-
|
|
1381
|
+
namespace SimpleResponse {
|
|
1262
1382
|
/**
|
|
1263
1383
|
* Standard JavaScript object representation for SimpleResponse
|
|
1264
1384
|
*/
|
|
@@ -1331,7 +1451,7 @@ export declare module Intent {
|
|
|
1331
1451
|
*/
|
|
1332
1452
|
toProtobufJSON(options?: ToProtobufJSONOptions): SimpleResponses.AsProtobufJSON;
|
|
1333
1453
|
}
|
|
1334
|
-
|
|
1454
|
+
namespace SimpleResponses {
|
|
1335
1455
|
/**
|
|
1336
1456
|
* Standard JavaScript object representation for SimpleResponses
|
|
1337
1457
|
*/
|
|
@@ -1412,7 +1532,7 @@ export declare module Intent {
|
|
|
1412
1532
|
*/
|
|
1413
1533
|
toProtobufJSON(options?: ToProtobufJSONOptions): BasicCard.AsProtobufJSON;
|
|
1414
1534
|
}
|
|
1415
|
-
|
|
1535
|
+
namespace BasicCard {
|
|
1416
1536
|
/**
|
|
1417
1537
|
* Standard JavaScript object representation for BasicCard
|
|
1418
1538
|
*/
|
|
@@ -1491,7 +1611,7 @@ export declare module Intent {
|
|
|
1491
1611
|
*/
|
|
1492
1612
|
toProtobufJSON(options?: ToProtobufJSONOptions): Button.AsProtobufJSON;
|
|
1493
1613
|
}
|
|
1494
|
-
|
|
1614
|
+
namespace Button {
|
|
1495
1615
|
/**
|
|
1496
1616
|
* Standard JavaScript object representation for Button
|
|
1497
1617
|
*/
|
|
@@ -1561,7 +1681,7 @@ export declare module Intent {
|
|
|
1561
1681
|
*/
|
|
1562
1682
|
toProtobufJSON(options?: ToProtobufJSONOptions): OpenUriAction.AsProtobufJSON;
|
|
1563
1683
|
}
|
|
1564
|
-
|
|
1684
|
+
namespace OpenUriAction {
|
|
1565
1685
|
/**
|
|
1566
1686
|
* Standard JavaScript object representation for OpenUriAction
|
|
1567
1687
|
*/
|
|
@@ -1632,7 +1752,7 @@ export declare module Intent {
|
|
|
1632
1752
|
*/
|
|
1633
1753
|
toProtobufJSON(options?: ToProtobufJSONOptions): Suggestion.AsProtobufJSON;
|
|
1634
1754
|
}
|
|
1635
|
-
|
|
1755
|
+
namespace Suggestion {
|
|
1636
1756
|
/**
|
|
1637
1757
|
* Standard JavaScript object representation for Suggestion
|
|
1638
1758
|
*/
|
|
@@ -1701,7 +1821,7 @@ export declare module Intent {
|
|
|
1701
1821
|
*/
|
|
1702
1822
|
toProtobufJSON(options?: ToProtobufJSONOptions): Suggestions.AsProtobufJSON;
|
|
1703
1823
|
}
|
|
1704
|
-
|
|
1824
|
+
namespace Suggestions {
|
|
1705
1825
|
/**
|
|
1706
1826
|
* Standard JavaScript object representation for Suggestions
|
|
1707
1827
|
*/
|
|
@@ -1773,7 +1893,7 @@ export declare module Intent {
|
|
|
1773
1893
|
*/
|
|
1774
1894
|
toProtobufJSON(options?: ToProtobufJSONOptions): LinkOutSuggestion.AsProtobufJSON;
|
|
1775
1895
|
}
|
|
1776
|
-
|
|
1896
|
+
namespace LinkOutSuggestion {
|
|
1777
1897
|
/**
|
|
1778
1898
|
* Standard JavaScript object representation for LinkOutSuggestion
|
|
1779
1899
|
*/
|
|
@@ -1847,7 +1967,7 @@ export declare module Intent {
|
|
|
1847
1967
|
*/
|
|
1848
1968
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListSelect.AsProtobufJSON;
|
|
1849
1969
|
}
|
|
1850
|
-
|
|
1970
|
+
namespace ListSelect {
|
|
1851
1971
|
/**
|
|
1852
1972
|
* Standard JavaScript object representation for ListSelect
|
|
1853
1973
|
*/
|
|
@@ -1926,7 +2046,7 @@ export declare module Intent {
|
|
|
1926
2046
|
*/
|
|
1927
2047
|
toProtobufJSON(options?: ToProtobufJSONOptions): Item.AsProtobufJSON;
|
|
1928
2048
|
}
|
|
1929
|
-
|
|
2049
|
+
namespace Item {
|
|
1930
2050
|
/**
|
|
1931
2051
|
* Standard JavaScript object representation for Item
|
|
1932
2052
|
*/
|
|
@@ -2002,7 +2122,7 @@ export declare module Intent {
|
|
|
2002
2122
|
*/
|
|
2003
2123
|
toProtobufJSON(options?: ToProtobufJSONOptions): CarouselSelect.AsProtobufJSON;
|
|
2004
2124
|
}
|
|
2005
|
-
|
|
2125
|
+
namespace CarouselSelect {
|
|
2006
2126
|
/**
|
|
2007
2127
|
* Standard JavaScript object representation for CarouselSelect
|
|
2008
2128
|
*/
|
|
@@ -2079,7 +2199,7 @@ export declare module Intent {
|
|
|
2079
2199
|
*/
|
|
2080
2200
|
toProtobufJSON(options?: ToProtobufJSONOptions): Item.AsProtobufJSON;
|
|
2081
2201
|
}
|
|
2082
|
-
|
|
2202
|
+
namespace Item {
|
|
2083
2203
|
/**
|
|
2084
2204
|
* Standard JavaScript object representation for Item
|
|
2085
2205
|
*/
|
|
@@ -2155,7 +2275,7 @@ export declare module Intent {
|
|
|
2155
2275
|
*/
|
|
2156
2276
|
toProtobufJSON(options?: ToProtobufJSONOptions): HTMLText.AsProtobufJSON;
|
|
2157
2277
|
}
|
|
2158
|
-
|
|
2278
|
+
namespace HTMLText {
|
|
2159
2279
|
/**
|
|
2160
2280
|
* Standard JavaScript object representation for HTMLText
|
|
2161
2281
|
*/
|
|
@@ -2227,7 +2347,7 @@ export declare module Intent {
|
|
|
2227
2347
|
*/
|
|
2228
2348
|
toProtobufJSON(options?: ToProtobufJSONOptions): Video.AsProtobufJSON;
|
|
2229
2349
|
}
|
|
2230
|
-
|
|
2350
|
+
namespace Video {
|
|
2231
2351
|
/**
|
|
2232
2352
|
* Standard JavaScript object representation for Video
|
|
2233
2353
|
*/
|
|
@@ -2301,7 +2421,7 @@ export declare module Intent {
|
|
|
2301
2421
|
*/
|
|
2302
2422
|
toProtobufJSON(options?: ToProtobufJSONOptions): Audio.AsProtobufJSON;
|
|
2303
2423
|
}
|
|
2304
|
-
|
|
2424
|
+
namespace Audio {
|
|
2305
2425
|
/**
|
|
2306
2426
|
* Standard JavaScript object representation for Audio
|
|
2307
2427
|
*/
|
|
@@ -2375,7 +2495,7 @@ export declare module Intent {
|
|
|
2375
2495
|
*/
|
|
2376
2496
|
toProtobufJSON(options?: ToProtobufJSONOptions): SelectItemInfo.AsProtobufJSON;
|
|
2377
2497
|
}
|
|
2378
|
-
|
|
2498
|
+
namespace SelectItemInfo {
|
|
2379
2499
|
/**
|
|
2380
2500
|
* Standard JavaScript object representation for SelectItemInfo
|
|
2381
2501
|
*/
|
|
@@ -2450,7 +2570,7 @@ export declare module Intent {
|
|
|
2450
2570
|
*/
|
|
2451
2571
|
toProtobufJSON(options?: ToProtobufJSONOptions): FollowupIntentInfo.AsProtobufJSON;
|
|
2452
2572
|
}
|
|
2453
|
-
|
|
2573
|
+
namespace FollowupIntentInfo {
|
|
2454
2574
|
/**
|
|
2455
2575
|
* Standard JavaScript object representation for FollowupIntentInfo
|
|
2456
2576
|
*/
|
|
@@ -2540,7 +2660,7 @@ export declare class ListIntentsRequest implements GrpcMessage {
|
|
|
2540
2660
|
*/
|
|
2541
2661
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListIntentsRequest.AsProtobufJSON;
|
|
2542
2662
|
}
|
|
2543
|
-
export declare
|
|
2663
|
+
export declare namespace ListIntentsRequest {
|
|
2544
2664
|
/**
|
|
2545
2665
|
* Standard JavaScript object representation for ListIntentsRequest
|
|
2546
2666
|
*/
|
|
@@ -2624,7 +2744,7 @@ export declare class ListIntentsResponse implements GrpcMessage {
|
|
|
2624
2744
|
*/
|
|
2625
2745
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListIntentsResponse.AsProtobufJSON;
|
|
2626
2746
|
}
|
|
2627
|
-
export declare
|
|
2747
|
+
export declare namespace ListIntentsResponse {
|
|
2628
2748
|
/**
|
|
2629
2749
|
* Standard JavaScript object representation for ListIntentsResponse
|
|
2630
2750
|
*/
|
|
@@ -2704,7 +2824,7 @@ export declare class GetIntentRequest implements GrpcMessage {
|
|
|
2704
2824
|
*/
|
|
2705
2825
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetIntentRequest.AsProtobufJSON;
|
|
2706
2826
|
}
|
|
2707
|
-
export declare
|
|
2827
|
+
export declare namespace GetIntentRequest {
|
|
2708
2828
|
/**
|
|
2709
2829
|
* Standard JavaScript object representation for GetIntentRequest
|
|
2710
2830
|
*/
|
|
@@ -2788,7 +2908,7 @@ export declare class CreateIntentRequest implements GrpcMessage {
|
|
|
2788
2908
|
*/
|
|
2789
2909
|
toProtobufJSON(options?: ToProtobufJSONOptions): CreateIntentRequest.AsProtobufJSON;
|
|
2790
2910
|
}
|
|
2791
|
-
export declare
|
|
2911
|
+
export declare namespace CreateIntentRequest {
|
|
2792
2912
|
/**
|
|
2793
2913
|
* Standard JavaScript object representation for CreateIntentRequest
|
|
2794
2914
|
*/
|
|
@@ -2872,7 +2992,7 @@ export declare class UpdateIntentRequest implements GrpcMessage {
|
|
|
2872
2992
|
*/
|
|
2873
2993
|
toProtobufJSON(options?: ToProtobufJSONOptions): UpdateIntentRequest.AsProtobufJSON;
|
|
2874
2994
|
}
|
|
2875
|
-
export declare
|
|
2995
|
+
export declare namespace UpdateIntentRequest {
|
|
2876
2996
|
/**
|
|
2877
2997
|
* Standard JavaScript object representation for UpdateIntentRequest
|
|
2878
2998
|
*/
|
|
@@ -2947,7 +3067,7 @@ export declare class DeleteIntentRequest implements GrpcMessage {
|
|
|
2947
3067
|
*/
|
|
2948
3068
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteIntentRequest.AsProtobufJSON;
|
|
2949
3069
|
}
|
|
2950
|
-
export declare
|
|
3070
|
+
export declare namespace DeleteIntentRequest {
|
|
2951
3071
|
/**
|
|
2952
3072
|
* Standard JavaScript object representation for DeleteIntentRequest
|
|
2953
3073
|
*/
|
|
@@ -3033,7 +3153,7 @@ export declare class BatchUpdateIntentsRequest implements GrpcMessage {
|
|
|
3033
3153
|
*/
|
|
3034
3154
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateIntentsRequest.AsProtobufJSON;
|
|
3035
3155
|
}
|
|
3036
|
-
export declare
|
|
3156
|
+
export declare namespace BatchUpdateIntentsRequest {
|
|
3037
3157
|
/**
|
|
3038
3158
|
* Standard JavaScript object representation for BatchUpdateIntentsRequest
|
|
3039
3159
|
*/
|
|
@@ -3117,7 +3237,7 @@ export declare class BatchUpdateIntentsResponse implements GrpcMessage {
|
|
|
3117
3237
|
*/
|
|
3118
3238
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateIntentsResponse.AsProtobufJSON;
|
|
3119
3239
|
}
|
|
3120
|
-
export declare
|
|
3240
|
+
export declare namespace BatchUpdateIntentsResponse {
|
|
3121
3241
|
/**
|
|
3122
3242
|
* Standard JavaScript object representation for BatchUpdateIntentsResponse
|
|
3123
3243
|
*/
|
|
@@ -3189,7 +3309,7 @@ export declare class BatchDeleteIntentsRequest implements GrpcMessage {
|
|
|
3189
3309
|
*/
|
|
3190
3310
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteIntentsRequest.AsProtobufJSON;
|
|
3191
3311
|
}
|
|
3192
|
-
export declare
|
|
3312
|
+
export declare namespace BatchDeleteIntentsRequest {
|
|
3193
3313
|
/**
|
|
3194
3314
|
* Standard JavaScript object representation for BatchDeleteIntentsRequest
|
|
3195
3315
|
*/
|
|
@@ -3260,7 +3380,7 @@ export declare class IntentBatch implements GrpcMessage {
|
|
|
3260
3380
|
*/
|
|
3261
3381
|
toProtobufJSON(options?: ToProtobufJSONOptions): IntentBatch.AsProtobufJSON;
|
|
3262
3382
|
}
|
|
3263
|
-
export declare
|
|
3383
|
+
export declare namespace IntentBatch {
|
|
3264
3384
|
/**
|
|
3265
3385
|
* Standard JavaScript object representation for IntentBatch
|
|
3266
3386
|
*/
|
|
@@ -3332,7 +3452,7 @@ export declare class IntentSorting implements GrpcMessage {
|
|
|
3332
3452
|
*/
|
|
3333
3453
|
toProtobufJSON(options?: ToProtobufJSONOptions): IntentSorting.AsProtobufJSON;
|
|
3334
3454
|
}
|
|
3335
|
-
export declare
|
|
3455
|
+
export declare namespace IntentSorting {
|
|
3336
3456
|
/**
|
|
3337
3457
|
* Standard JavaScript object representation for IntentSorting
|
|
3338
3458
|
*/
|
|
@@ -3415,7 +3535,7 @@ export declare class IntentTagRequest implements GrpcMessage {
|
|
|
3415
3535
|
*/
|
|
3416
3536
|
toProtobufJSON(options?: ToProtobufJSONOptions): IntentTagRequest.AsProtobufJSON;
|
|
3417
3537
|
}
|
|
3418
|
-
export declare
|
|
3538
|
+
export declare namespace IntentTagRequest {
|
|
3419
3539
|
/**
|
|
3420
3540
|
* Standard JavaScript object representation for IntentTagRequest
|
|
3421
3541
|
*/
|
|
@@ -3486,7 +3606,7 @@ export declare class GetIntentTagsRequest implements GrpcMessage {
|
|
|
3486
3606
|
*/
|
|
3487
3607
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetIntentTagsRequest.AsProtobufJSON;
|
|
3488
3608
|
}
|
|
3489
|
-
export declare
|
|
3609
|
+
export declare namespace GetIntentTagsRequest {
|
|
3490
3610
|
/**
|
|
3491
3611
|
* Standard JavaScript object representation for GetIntentTagsRequest
|
|
3492
3612
|
*/
|
|
@@ -3555,7 +3675,7 @@ export declare class GetIntentTagsResponse implements GrpcMessage {
|
|
|
3555
3675
|
*/
|
|
3556
3676
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetIntentTagsResponse.AsProtobufJSON;
|
|
3557
3677
|
}
|
|
3558
|
-
export declare
|
|
3678
|
+
export declare namespace GetIntentTagsResponse {
|
|
3559
3679
|
/**
|
|
3560
3680
|
* Standard JavaScript object representation for GetIntentTagsResponse
|
|
3561
3681
|
*/
|
|
@@ -3624,7 +3744,7 @@ export declare class GetAllIntentTagsRequest implements GrpcMessage {
|
|
|
3624
3744
|
*/
|
|
3625
3745
|
toProtobufJSON(options?: ToProtobufJSONOptions): GetAllIntentTagsRequest.AsProtobufJSON;
|
|
3626
3746
|
}
|
|
3627
|
-
export declare
|
|
3747
|
+
export declare namespace GetAllIntentTagsRequest {
|
|
3628
3748
|
/**
|
|
3629
3749
|
* Standard JavaScript object representation for GetAllIntentTagsRequest
|
|
3630
3750
|
*/
|
|
@@ -3693,7 +3813,7 @@ export declare class BatchUpdateTrainingPhrasesRequest implements GrpcMessage {
|
|
|
3693
3813
|
*/
|
|
3694
3814
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateTrainingPhrasesRequest.AsProtobufJSON;
|
|
3695
3815
|
}
|
|
3696
|
-
export declare
|
|
3816
|
+
export declare namespace BatchUpdateTrainingPhrasesRequest {
|
|
3697
3817
|
/**
|
|
3698
3818
|
* Standard JavaScript object representation for BatchUpdateTrainingPhrasesRequest
|
|
3699
3819
|
*/
|
|
@@ -3767,7 +3887,7 @@ export declare class TrainingPhraseStatus implements GrpcMessage {
|
|
|
3767
3887
|
*/
|
|
3768
3888
|
toProtobufJSON(options?: ToProtobufJSONOptions): TrainingPhraseStatus.AsProtobufJSON;
|
|
3769
3889
|
}
|
|
3770
|
-
export declare
|
|
3890
|
+
export declare namespace TrainingPhraseStatus {
|
|
3771
3891
|
/**
|
|
3772
3892
|
* Standard JavaScript object representation for TrainingPhraseStatus
|
|
3773
3893
|
*/
|
|
@@ -3846,7 +3966,7 @@ export declare class BatchTrainingPhrasesStatusResponse implements GrpcMessage {
|
|
|
3846
3966
|
*/
|
|
3847
3967
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchTrainingPhrasesStatusResponse.AsProtobufJSON;
|
|
3848
3968
|
}
|
|
3849
|
-
export declare
|
|
3969
|
+
export declare namespace BatchTrainingPhrasesStatusResponse {
|
|
3850
3970
|
/**
|
|
3851
3971
|
* Standard JavaScript object representation for BatchTrainingPhrasesStatusResponse
|
|
3852
3972
|
*/
|
|
@@ -3917,7 +4037,7 @@ export declare class BatchCreateTrainingPhrasesRequest implements GrpcMessage {
|
|
|
3917
4037
|
*/
|
|
3918
4038
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchCreateTrainingPhrasesRequest.AsProtobufJSON;
|
|
3919
4039
|
}
|
|
3920
|
-
export declare
|
|
4040
|
+
export declare namespace BatchCreateTrainingPhrasesRequest {
|
|
3921
4041
|
/**
|
|
3922
4042
|
* Standard JavaScript object representation for BatchCreateTrainingPhrasesRequest
|
|
3923
4043
|
*/
|
|
@@ -3988,7 +4108,7 @@ export declare module BatchCreateTrainingPhrasesRequest {
|
|
|
3988
4108
|
*/
|
|
3989
4109
|
toProtobufJSON(options?: ToProtobufJSONOptions): CreateTrainingPhraseRequest.AsProtobufJSON;
|
|
3990
4110
|
}
|
|
3991
|
-
|
|
4111
|
+
namespace CreateTrainingPhraseRequest {
|
|
3992
4112
|
/**
|
|
3993
4113
|
* Standard JavaScript object representation for CreateTrainingPhraseRequest
|
|
3994
4114
|
*/
|
|
@@ -4060,7 +4180,7 @@ export declare class BatchGetTrainingPhrasesRequest implements GrpcMessage {
|
|
|
4060
4180
|
*/
|
|
4061
4181
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchGetTrainingPhrasesRequest.AsProtobufJSON;
|
|
4062
4182
|
}
|
|
4063
|
-
export declare
|
|
4183
|
+
export declare namespace BatchGetTrainingPhrasesRequest {
|
|
4064
4184
|
/**
|
|
4065
4185
|
* Standard JavaScript object representation for BatchGetTrainingPhrasesRequest
|
|
4066
4186
|
*/
|
|
@@ -4129,7 +4249,7 @@ export declare class BatchDeleteTrainingPhrasesRequest implements GrpcMessage {
|
|
|
4129
4249
|
*/
|
|
4130
4250
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteTrainingPhrasesRequest.AsProtobufJSON;
|
|
4131
4251
|
}
|
|
4132
|
-
export declare
|
|
4252
|
+
export declare namespace BatchDeleteTrainingPhrasesRequest {
|
|
4133
4253
|
/**
|
|
4134
4254
|
* Standard JavaScript object representation for BatchDeleteTrainingPhrasesRequest
|
|
4135
4255
|
*/
|
|
@@ -4201,7 +4321,7 @@ export declare class BatchDeleteTrainingPhrasesResponse implements GrpcMessage {
|
|
|
4201
4321
|
*/
|
|
4202
4322
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteTrainingPhrasesResponse.AsProtobufJSON;
|
|
4203
4323
|
}
|
|
4204
|
-
export declare
|
|
4324
|
+
export declare namespace BatchDeleteTrainingPhrasesResponse {
|
|
4205
4325
|
/**
|
|
4206
4326
|
* Standard JavaScript object representation for BatchDeleteTrainingPhrasesResponse
|
|
4207
4327
|
*/
|
|
@@ -4276,7 +4396,7 @@ export declare module BatchDeleteTrainingPhrasesResponse {
|
|
|
4276
4396
|
*/
|
|
4277
4397
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteTrainingPhraseStatus.AsProtobufJSON;
|
|
4278
4398
|
}
|
|
4279
|
-
|
|
4399
|
+
namespace DeleteTrainingPhraseStatus {
|
|
4280
4400
|
/**
|
|
4281
4401
|
* Standard JavaScript object representation for DeleteTrainingPhraseStatus
|
|
4282
4402
|
*/
|
|
@@ -4359,7 +4479,7 @@ export declare class ListTrainingPhrasesRequest implements GrpcMessage {
|
|
|
4359
4479
|
*/
|
|
4360
4480
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListTrainingPhrasesRequest.AsProtobufJSON;
|
|
4361
4481
|
}
|
|
4362
|
-
export declare
|
|
4482
|
+
export declare namespace ListTrainingPhrasesRequest {
|
|
4363
4483
|
/**
|
|
4364
4484
|
* Standard JavaScript object representation for ListTrainingPhrasesRequest
|
|
4365
4485
|
*/
|
|
@@ -4435,7 +4555,7 @@ export declare class ListTrainingPhrasesResponse implements GrpcMessage {
|
|
|
4435
4555
|
*/
|
|
4436
4556
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListTrainingPhrasesResponse.AsProtobufJSON;
|
|
4437
4557
|
}
|
|
4438
|
-
export declare
|
|
4558
|
+
export declare namespace ListTrainingPhrasesResponse {
|
|
4439
4559
|
/**
|
|
4440
4560
|
* Standard JavaScript object representation for ListTrainingPhrasesResponse
|
|
4441
4561
|
*/
|
|
@@ -4509,7 +4629,7 @@ export declare class BatchResponseMessagesStatusResponse implements GrpcMessage
|
|
|
4509
4629
|
*/
|
|
4510
4630
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchResponseMessagesStatusResponse.AsProtobufJSON;
|
|
4511
4631
|
}
|
|
4512
|
-
export declare
|
|
4632
|
+
export declare namespace BatchResponseMessagesStatusResponse {
|
|
4513
4633
|
/**
|
|
4514
4634
|
* Standard JavaScript object representation for BatchResponseMessagesStatusResponse
|
|
4515
4635
|
*/
|
|
@@ -4584,7 +4704,7 @@ export declare module BatchResponseMessagesStatusResponse {
|
|
|
4584
4704
|
*/
|
|
4585
4705
|
toProtobufJSON(options?: ToProtobufJSONOptions): ResponseMessageStatus.AsProtobufJSON;
|
|
4586
4706
|
}
|
|
4587
|
-
|
|
4707
|
+
namespace ResponseMessageStatus {
|
|
4588
4708
|
/**
|
|
4589
4709
|
* Standard JavaScript object representation for ResponseMessageStatus
|
|
4590
4710
|
*/
|
|
@@ -4661,7 +4781,7 @@ export declare class BatchCreateResponseMessagesRequest implements GrpcMessage {
|
|
|
4661
4781
|
*/
|
|
4662
4782
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchCreateResponseMessagesRequest.AsProtobufJSON;
|
|
4663
4783
|
}
|
|
4664
|
-
export declare
|
|
4784
|
+
export declare namespace BatchCreateResponseMessagesRequest {
|
|
4665
4785
|
/**
|
|
4666
4786
|
* Standard JavaScript object representation for BatchCreateResponseMessagesRequest
|
|
4667
4787
|
*/
|
|
@@ -4732,7 +4852,7 @@ export declare module BatchCreateResponseMessagesRequest {
|
|
|
4732
4852
|
*/
|
|
4733
4853
|
toProtobufJSON(options?: ToProtobufJSONOptions): CreateResponseMessageRequest.AsProtobufJSON;
|
|
4734
4854
|
}
|
|
4735
|
-
|
|
4855
|
+
namespace CreateResponseMessageRequest {
|
|
4736
4856
|
/**
|
|
4737
4857
|
* Standard JavaScript object representation for CreateResponseMessageRequest
|
|
4738
4858
|
*/
|
|
@@ -4804,7 +4924,7 @@ export declare class BatchUpdateResponseMessagesRequest implements GrpcMessage {
|
|
|
4804
4924
|
*/
|
|
4805
4925
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateResponseMessagesRequest.AsProtobufJSON;
|
|
4806
4926
|
}
|
|
4807
|
-
export declare
|
|
4927
|
+
export declare namespace BatchUpdateResponseMessagesRequest {
|
|
4808
4928
|
/**
|
|
4809
4929
|
* Standard JavaScript object representation for BatchUpdateResponseMessagesRequest
|
|
4810
4930
|
*/
|
|
@@ -4873,7 +4993,7 @@ export declare class BatchGetResponseMessagesRequest implements GrpcMessage {
|
|
|
4873
4993
|
*/
|
|
4874
4994
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchGetResponseMessagesRequest.AsProtobufJSON;
|
|
4875
4995
|
}
|
|
4876
|
-
export declare
|
|
4996
|
+
export declare namespace BatchGetResponseMessagesRequest {
|
|
4877
4997
|
/**
|
|
4878
4998
|
* Standard JavaScript object representation for BatchGetResponseMessagesRequest
|
|
4879
4999
|
*/
|
|
@@ -4942,7 +5062,7 @@ export declare class BatchDeleteResponseMessagesRequest implements GrpcMessage {
|
|
|
4942
5062
|
*/
|
|
4943
5063
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteResponseMessagesRequest.AsProtobufJSON;
|
|
4944
5064
|
}
|
|
4945
|
-
export declare
|
|
5065
|
+
export declare namespace BatchDeleteResponseMessagesRequest {
|
|
4946
5066
|
/**
|
|
4947
5067
|
* Standard JavaScript object representation for BatchDeleteResponseMessagesRequest
|
|
4948
5068
|
*/
|
|
@@ -5014,7 +5134,7 @@ export declare class BatchDeleteResponseMessagesResponse implements GrpcMessage
|
|
|
5014
5134
|
*/
|
|
5015
5135
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteResponseMessagesResponse.AsProtobufJSON;
|
|
5016
5136
|
}
|
|
5017
|
-
export declare
|
|
5137
|
+
export declare namespace BatchDeleteResponseMessagesResponse {
|
|
5018
5138
|
/**
|
|
5019
5139
|
* Standard JavaScript object representation for BatchDeleteResponseMessagesResponse
|
|
5020
5140
|
*/
|
|
@@ -5089,7 +5209,7 @@ export declare module BatchDeleteResponseMessagesResponse {
|
|
|
5089
5209
|
*/
|
|
5090
5210
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteResponseMessageStatus.AsProtobufJSON;
|
|
5091
5211
|
}
|
|
5092
|
-
|
|
5212
|
+
namespace DeleteResponseMessageStatus {
|
|
5093
5213
|
/**
|
|
5094
5214
|
* Standard JavaScript object representation for DeleteResponseMessageStatus
|
|
5095
5215
|
*/
|
|
@@ -5172,7 +5292,7 @@ export declare class ListResponseMessagesRequest implements GrpcMessage {
|
|
|
5172
5292
|
*/
|
|
5173
5293
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListResponseMessagesRequest.AsProtobufJSON;
|
|
5174
5294
|
}
|
|
5175
|
-
export declare
|
|
5295
|
+
export declare namespace ListResponseMessagesRequest {
|
|
5176
5296
|
/**
|
|
5177
5297
|
* Standard JavaScript object representation for ListResponseMessagesRequest
|
|
5178
5298
|
*/
|
|
@@ -5248,7 +5368,7 @@ export declare class ListResponseMessagesResponse implements GrpcMessage {
|
|
|
5248
5368
|
*/
|
|
5249
5369
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListResponseMessagesResponse.AsProtobufJSON;
|
|
5250
5370
|
}
|
|
5251
|
-
export declare
|
|
5371
|
+
export declare namespace ListResponseMessagesResponse {
|
|
5252
5372
|
/**
|
|
5253
5373
|
* Standard JavaScript object representation for ListResponseMessagesResponse
|
|
5254
5374
|
*/
|
|
@@ -5322,7 +5442,7 @@ export declare class BatchParametersStatusResponse implements GrpcMessage {
|
|
|
5322
5442
|
*/
|
|
5323
5443
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchParametersStatusResponse.AsProtobufJSON;
|
|
5324
5444
|
}
|
|
5325
|
-
export declare
|
|
5445
|
+
export declare namespace BatchParametersStatusResponse {
|
|
5326
5446
|
/**
|
|
5327
5447
|
* Standard JavaScript object representation for BatchParametersStatusResponse
|
|
5328
5448
|
*/
|
|
@@ -5397,7 +5517,7 @@ export declare module BatchParametersStatusResponse {
|
|
|
5397
5517
|
*/
|
|
5398
5518
|
toProtobufJSON(options?: ToProtobufJSONOptions): ParameterStatus.AsProtobufJSON;
|
|
5399
5519
|
}
|
|
5400
|
-
|
|
5520
|
+
namespace ParameterStatus {
|
|
5401
5521
|
/**
|
|
5402
5522
|
* Standard JavaScript object representation for ParameterStatus
|
|
5403
5523
|
*/
|
|
@@ -5474,7 +5594,7 @@ export declare class BatchCreateParametersRequest implements GrpcMessage {
|
|
|
5474
5594
|
*/
|
|
5475
5595
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchCreateParametersRequest.AsProtobufJSON;
|
|
5476
5596
|
}
|
|
5477
|
-
export declare
|
|
5597
|
+
export declare namespace BatchCreateParametersRequest {
|
|
5478
5598
|
/**
|
|
5479
5599
|
* Standard JavaScript object representation for BatchCreateParametersRequest
|
|
5480
5600
|
*/
|
|
@@ -5545,7 +5665,7 @@ export declare module BatchCreateParametersRequest {
|
|
|
5545
5665
|
*/
|
|
5546
5666
|
toProtobufJSON(options?: ToProtobufJSONOptions): CreateParameterRequest.AsProtobufJSON;
|
|
5547
5667
|
}
|
|
5548
|
-
|
|
5668
|
+
namespace CreateParameterRequest {
|
|
5549
5669
|
/**
|
|
5550
5670
|
* Standard JavaScript object representation for CreateParameterRequest
|
|
5551
5671
|
*/
|
|
@@ -5617,7 +5737,7 @@ export declare class BatchUpdateParametersRequest implements GrpcMessage {
|
|
|
5617
5737
|
*/
|
|
5618
5738
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchUpdateParametersRequest.AsProtobufJSON;
|
|
5619
5739
|
}
|
|
5620
|
-
export declare
|
|
5740
|
+
export declare namespace BatchUpdateParametersRequest {
|
|
5621
5741
|
/**
|
|
5622
5742
|
* Standard JavaScript object representation for BatchUpdateParametersRequest
|
|
5623
5743
|
*/
|
|
@@ -5686,7 +5806,7 @@ export declare class BatchGetParametersRequest implements GrpcMessage {
|
|
|
5686
5806
|
*/
|
|
5687
5807
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchGetParametersRequest.AsProtobufJSON;
|
|
5688
5808
|
}
|
|
5689
|
-
export declare
|
|
5809
|
+
export declare namespace BatchGetParametersRequest {
|
|
5690
5810
|
/**
|
|
5691
5811
|
* Standard JavaScript object representation for BatchGetParametersRequest
|
|
5692
5812
|
*/
|
|
@@ -5755,7 +5875,7 @@ export declare class BatchDeleteParametersRequest implements GrpcMessage {
|
|
|
5755
5875
|
*/
|
|
5756
5876
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteParametersRequest.AsProtobufJSON;
|
|
5757
5877
|
}
|
|
5758
|
-
export declare
|
|
5878
|
+
export declare namespace BatchDeleteParametersRequest {
|
|
5759
5879
|
/**
|
|
5760
5880
|
* Standard JavaScript object representation for BatchDeleteParametersRequest
|
|
5761
5881
|
*/
|
|
@@ -5827,7 +5947,7 @@ export declare class BatchDeleteParametersResponse implements GrpcMessage {
|
|
|
5827
5947
|
*/
|
|
5828
5948
|
toProtobufJSON(options?: ToProtobufJSONOptions): BatchDeleteParametersResponse.AsProtobufJSON;
|
|
5829
5949
|
}
|
|
5830
|
-
export declare
|
|
5950
|
+
export declare namespace BatchDeleteParametersResponse {
|
|
5831
5951
|
/**
|
|
5832
5952
|
* Standard JavaScript object representation for BatchDeleteParametersResponse
|
|
5833
5953
|
*/
|
|
@@ -5902,7 +6022,7 @@ export declare module BatchDeleteParametersResponse {
|
|
|
5902
6022
|
*/
|
|
5903
6023
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteParameterStatus.AsProtobufJSON;
|
|
5904
6024
|
}
|
|
5905
|
-
|
|
6025
|
+
namespace DeleteParameterStatus {
|
|
5906
6026
|
/**
|
|
5907
6027
|
* Standard JavaScript object representation for DeleteParameterStatus
|
|
5908
6028
|
*/
|
|
@@ -5985,7 +6105,7 @@ export declare class ListParametersRequest implements GrpcMessage {
|
|
|
5985
6105
|
*/
|
|
5986
6106
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListParametersRequest.AsProtobufJSON;
|
|
5987
6107
|
}
|
|
5988
|
-
export declare
|
|
6108
|
+
export declare namespace ListParametersRequest {
|
|
5989
6109
|
/**
|
|
5990
6110
|
* Standard JavaScript object representation for ListParametersRequest
|
|
5991
6111
|
*/
|
|
@@ -6061,7 +6181,7 @@ export declare class ListParametersResponse implements GrpcMessage {
|
|
|
6061
6181
|
*/
|
|
6062
6182
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListParametersResponse.AsProtobufJSON;
|
|
6063
6183
|
}
|
|
6064
|
-
export declare
|
|
6184
|
+
export declare namespace ListParametersResponse {
|
|
6065
6185
|
/**
|
|
6066
6186
|
* Standard JavaScript object representation for ListParametersResponse
|
|
6067
6187
|
*/
|
|
@@ -6141,7 +6261,7 @@ export declare class ListTrainingPhrasesofIntentsWithEnrichmentRequest implement
|
|
|
6141
6261
|
*/
|
|
6142
6262
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListTrainingPhrasesofIntentsWithEnrichmentRequest.AsProtobufJSON;
|
|
6143
6263
|
}
|
|
6144
|
-
export declare
|
|
6264
|
+
export declare namespace ListTrainingPhrasesofIntentsWithEnrichmentRequest {
|
|
6145
6265
|
/**
|
|
6146
6266
|
* Standard JavaScript object representation for ListTrainingPhrasesofIntentsWithEnrichmentRequest
|
|
6147
6267
|
*/
|
|
@@ -6219,7 +6339,7 @@ export declare class ListTrainingPhrasesofIntentsWithEnrichmentResponse implemen
|
|
|
6219
6339
|
*/
|
|
6220
6340
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListTrainingPhrasesofIntentsWithEnrichmentResponse.AsProtobufJSON;
|
|
6221
6341
|
}
|
|
6222
|
-
export declare
|
|
6342
|
+
export declare namespace ListTrainingPhrasesofIntentsWithEnrichmentResponse {
|
|
6223
6343
|
/**
|
|
6224
6344
|
* Standard JavaScript object representation for ListTrainingPhrasesofIntentsWithEnrichmentResponse
|
|
6225
6345
|
*/
|