@ondewo/csi-client-angular 3.2.1 → 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.
- package/api/ondewo/csi/conversation.pb.d.ts +24 -24
- package/api/ondewo/nlu/agent.pb.d.ts +258 -18
- package/api/ondewo/nlu/agent.pbsc.d.ts +141 -60
- package/api/ondewo/nlu/ccai-project.pb.d.ts +1337 -0
- package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/ccai-project.pbsc.d.ts +102 -0
- package/api/ondewo/nlu/common.pb.d.ts +957 -0
- package/api/ondewo/nlu/context.pb.d.ts +41 -0
- package/api/ondewo/nlu/entity-type.pb.d.ts +55 -14
- package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/intent.pb.d.ts +129 -9
- package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +22 -1
- package/api/ondewo/nlu/project-role.pb.d.ts +26 -5
- package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
- package/api/ondewo/nlu/session.pb.d.ts +1593 -146
- package/api/ondewo/nlu/session.pbsc.d.ts +150 -5
- package/api/ondewo/nlu/user.pb.d.ts +761 -18
- package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
- package/api/ondewo/nlu/webhook.pb.d.ts +545 -10
- package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +66 -315
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +391 -5
- 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/ondewo/csi/conversation.pb.mjs +25 -25
- package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/agent.pb.mjs +925 -41
- package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +201 -50
- package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2490 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +194 -0
- package/esm2022/api/ondewo/nlu/common.pb.mjs +1854 -1
- package/esm2022/api/ondewo/nlu/context.pb.mjs +152 -5
- package/esm2022/api/ondewo/nlu/context.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +166 -19
- package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +8 -8
- package/esm2022/api/ondewo/nlu/intent.pb.mjs +464 -22
- package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +7 -7
- package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +76 -3
- package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/project-role.pb.mjs +81 -8
- package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +8 -8
- package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +17 -17
- package/esm2022/api/ondewo/nlu/session.pb.mjs +2970 -199
- package/esm2022/api/ondewo/nlu/session.pbsc.mjs +279 -8
- package/esm2022/api/ondewo/nlu/user.pb.mjs +1349 -20
- package/esm2022/api/ondewo/nlu/user.pbsc.mjs +226 -15
- package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/nlu/webhook.pb.mjs +915 -24
- package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +95 -4
- package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +226 -676
- package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +4 -4
- package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +872 -98
- package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +101 -131
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/ondewo-csi-client-angular.mjs +36357 -24065
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +3 -0
|
@@ -2,10 +2,10 @@ import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/
|
|
|
2
2
|
import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
|
|
3
3
|
import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
|
|
4
4
|
import * as googleRpc006 from '../../google/rpc/status.pb';
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
5
|
+
import * as ondewoNlu009 from '../../ondewo/nlu/context.pb';
|
|
6
|
+
import * as ondewoNlu012 from '../../ondewo/nlu/session.pb';
|
|
7
|
+
import * as ondewoT2s013 from '../../ondewo/t2s/text-to-speech.pb';
|
|
8
|
+
import * as ondewoS2t014 from '../../ondewo/s2t/speech-to-text.pb';
|
|
9
9
|
export declare enum ControlStatus {
|
|
10
10
|
OK = 0,
|
|
11
11
|
EMERGENCY_STOP = 1
|
|
@@ -461,10 +461,10 @@ export declare class S2sStreamResponse implements GrpcMessage {
|
|
|
461
461
|
* @param _value initial values object or instance of S2sStreamResponse to deeply clone from
|
|
462
462
|
*/
|
|
463
463
|
constructor(_value?: RecursivePartial<S2sStreamResponse.AsObject>);
|
|
464
|
-
get detectIntentResponse():
|
|
465
|
-
set detectIntentResponse(value:
|
|
466
|
-
get synthesizeResponse():
|
|
467
|
-
set synthesizeResponse(value:
|
|
464
|
+
get detectIntentResponse(): ondewoNlu012.DetectIntentResponse | undefined;
|
|
465
|
+
set detectIntentResponse(value: ondewoNlu012.DetectIntentResponse | undefined);
|
|
466
|
+
get synthesizeResponse(): ondewoT2s013.SynthesizeResponse | undefined;
|
|
467
|
+
set synthesizeResponse(value: ondewoT2s013.SynthesizeResponse | undefined);
|
|
468
468
|
get sipTrigger(): SipTrigger | undefined;
|
|
469
469
|
set sipTrigger(value: SipTrigger | undefined);
|
|
470
470
|
get response(): S2sStreamResponse.ResponseCase;
|
|
@@ -493,16 +493,16 @@ export declare module S2sStreamResponse {
|
|
|
493
493
|
* Standard JavaScript object representation for S2sStreamResponse
|
|
494
494
|
*/
|
|
495
495
|
interface AsObject {
|
|
496
|
-
detectIntentResponse?:
|
|
497
|
-
synthesizeResponse?:
|
|
496
|
+
detectIntentResponse?: ondewoNlu012.DetectIntentResponse.AsObject;
|
|
497
|
+
synthesizeResponse?: ondewoT2s013.SynthesizeResponse.AsObject;
|
|
498
498
|
sipTrigger?: SipTrigger.AsObject;
|
|
499
499
|
}
|
|
500
500
|
/**
|
|
501
501
|
* Protobuf JSON representation for S2sStreamResponse
|
|
502
502
|
*/
|
|
503
503
|
interface AsProtobufJSON {
|
|
504
|
-
detectIntentResponse:
|
|
505
|
-
synthesizeResponse:
|
|
504
|
+
detectIntentResponse: ondewoNlu012.DetectIntentResponse.AsProtobufJSON | null;
|
|
505
|
+
synthesizeResponse: ondewoT2s013.SynthesizeResponse.AsProtobufJSON | null;
|
|
506
506
|
sipTrigger: SipTrigger.AsProtobufJSON | null;
|
|
507
507
|
}
|
|
508
508
|
enum ResponseCase {
|
|
@@ -1065,18 +1065,18 @@ export declare class ControlMessageServiceParameters implements GrpcMessage {
|
|
|
1065
1065
|
* @param _value initial values object or instance of ControlMessageServiceParameters to deeply clone from
|
|
1066
1066
|
*/
|
|
1067
1067
|
constructor(_value?: RecursivePartial<ControlMessageServiceParameters.AsObject>);
|
|
1068
|
-
get t2sConfig():
|
|
1069
|
-
set t2sConfig(value:
|
|
1070
|
-
get s2tConfig():
|
|
1071
|
-
set s2tConfig(value:
|
|
1068
|
+
get t2sConfig(): ondewoT2s013.RequestConfig | undefined;
|
|
1069
|
+
set t2sConfig(value: ondewoT2s013.RequestConfig | undefined);
|
|
1070
|
+
get s2tConfig(): ondewoS2t014.TranscribeRequestConfig | undefined;
|
|
1071
|
+
set s2tConfig(value: ondewoS2t014.TranscribeRequestConfig | undefined);
|
|
1072
1072
|
get transferId(): string;
|
|
1073
1073
|
set transferId(value: string);
|
|
1074
1074
|
get wavFiles(): Uint8Array[];
|
|
1075
1075
|
set wavFiles(value: Uint8Array[]);
|
|
1076
1076
|
get text(): string;
|
|
1077
1077
|
set text(value: string);
|
|
1078
|
-
get context():
|
|
1079
|
-
set context(value:
|
|
1078
|
+
get context(): ondewoNlu009.Context | undefined;
|
|
1079
|
+
set context(value: ondewoNlu009.Context | undefined);
|
|
1080
1080
|
get sessionId(): string;
|
|
1081
1081
|
set sessionId(value: string);
|
|
1082
1082
|
get contextName(): string;
|
|
@@ -1111,12 +1111,12 @@ export declare module ControlMessageServiceParameters {
|
|
|
1111
1111
|
* Standard JavaScript object representation for ControlMessageServiceParameters
|
|
1112
1112
|
*/
|
|
1113
1113
|
interface AsObject {
|
|
1114
|
-
t2sConfig?:
|
|
1115
|
-
s2tConfig?:
|
|
1114
|
+
t2sConfig?: ondewoT2s013.RequestConfig.AsObject;
|
|
1115
|
+
s2tConfig?: ondewoS2t014.TranscribeRequestConfig.AsObject;
|
|
1116
1116
|
transferId: string;
|
|
1117
1117
|
wavFiles: Uint8Array[];
|
|
1118
1118
|
text: string;
|
|
1119
|
-
context?:
|
|
1119
|
+
context?: ondewoNlu009.Context.AsObject;
|
|
1120
1120
|
sessionId: string;
|
|
1121
1121
|
contextName: string;
|
|
1122
1122
|
conditionStart?: Condition.AsObject;
|
|
@@ -1126,12 +1126,12 @@ export declare module ControlMessageServiceParameters {
|
|
|
1126
1126
|
* Protobuf JSON representation for ControlMessageServiceParameters
|
|
1127
1127
|
*/
|
|
1128
1128
|
interface AsProtobufJSON {
|
|
1129
|
-
t2sConfig:
|
|
1130
|
-
s2tConfig:
|
|
1129
|
+
t2sConfig: ondewoT2s013.RequestConfig.AsProtobufJSON | null;
|
|
1130
|
+
s2tConfig: ondewoS2t014.TranscribeRequestConfig.AsProtobufJSON | null;
|
|
1131
1131
|
transferId: string;
|
|
1132
1132
|
wavFiles: string[];
|
|
1133
1133
|
text: string;
|
|
1134
|
-
context:
|
|
1134
|
+
context: ondewoNlu009.Context.AsProtobufJSON | null;
|
|
1135
1135
|
sessionId: string;
|
|
1136
1136
|
contextName: string;
|
|
1137
1137
|
conditionStart: Condition.AsProtobufJSON | null;
|