@aws-sdk/client-connect 3.1115.0 → 3.1117.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/dist-cjs/index.js +34 -3
- package/dist-es/models/enums.js +8 -0
- package/dist-es/schemas/schemas_0.js +22 -2
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +18 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -2
- package/dist-types/models/enums.d.ts +16 -0
- package/dist-types/models/models_2.d.ts +98 -57
- package/dist-types/models/models_3.d.ts +57 -38
- package/dist-types/models/models_4.d.ts +39 -3
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/enums.d.ts +10 -0
- package/dist-types/ts3.4/models/models_2.d.ts +31 -14
- package/dist-types/ts3.4/models/models_3.d.ts +15 -10
- package/dist-types/ts3.4/models/models_4.d.ts +13 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1116.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -1568,8 +1568,10 @@ const _ECxt = "ExtractionConfiguration";
|
|
|
1568
1568
|
const _ED = "ExtractionDefinition";
|
|
1569
1569
|
const _EDA = "ExtractionDefinitionArn";
|
|
1570
1570
|
const _EDD = "ExtractionDefinitionDisplay";
|
|
1571
|
+
const _EDDL = "ExtractionDefinitionDisplayLabel";
|
|
1571
1572
|
const _EDI = "ExtractionDefinitionId";
|
|
1572
1573
|
const _EDIM = "ExpiryDurationInMinutes";
|
|
1574
|
+
const _EDN = "ExtractionDefinitionName";
|
|
1573
1575
|
const _EDNFB = "ExtractionDefinitionNotFoundBehavior";
|
|
1574
1576
|
const _EDS = "ExtractionDefinitionSummary";
|
|
1575
1577
|
const _EDSL = "ExtractionDefinitionSummaryList";
|
|
@@ -1649,6 +1651,7 @@ const _EIC = "ExternalInvocationConfiguration";
|
|
|
1649
1651
|
const _EIU = "EventIngestionUrl";
|
|
1650
1652
|
const _EIn = "EndpointInfo";
|
|
1651
1653
|
const _EIv = "EvaluationId";
|
|
1654
|
+
const _EIx = "ExtractedInformation";
|
|
1652
1655
|
const _EL = "ExportLocation";
|
|
1653
1656
|
const _EM = "ErrorMessage";
|
|
1654
1657
|
const _EMPT = "EmailMessagePlainText";
|
|
@@ -1714,6 +1717,7 @@ const _EUU = "EvaluatorUserUnion";
|
|
|
1714
1717
|
const _EV = "EvaluatedValue";
|
|
1715
1718
|
const _EVVOA = "EnableValueValidationOnAssociation";
|
|
1716
1719
|
const _EVm = "EmptyValue";
|
|
1720
|
+
const _EVx = "ExtractedValues";
|
|
1717
1721
|
const _En = "Enabled";
|
|
1718
1722
|
const _Ena = "Enablement";
|
|
1719
1723
|
const _End = "Endpoint";
|
|
@@ -2713,6 +2717,8 @@ const _RTCAAe = "RealTimeContactAnalysisAttachments";
|
|
|
2713
2717
|
const _RTCACD = "RealTimeContactAnalysisCategoryDetails";
|
|
2714
2718
|
const _RTCACI = "RealTimeContactAnalysisCharacterInterval";
|
|
2715
2719
|
const _RTCACIe = "RealTimeContactAnalysisCharacterIntervals";
|
|
2720
|
+
const _RTCAEIV = "RealTimeContactAnalysisExtractedInformationValue";
|
|
2721
|
+
const _RTCAEIVe = "RealTimeContactAnalysisExtractedInformationValues";
|
|
2716
2722
|
const _RTCAID = "RealTimeContactAnalysisIssueDetected";
|
|
2717
2723
|
const _RTCAIDe = "RealTimeContactAnalysisIssuesDetected";
|
|
2718
2724
|
const _RTCAMD = "RealTimeContactAnalysisMatchedDetails";
|
|
@@ -2721,6 +2727,7 @@ const _RTCAPOIe = "RealTimeContactAnalysisPointsOfInterest";
|
|
|
2721
2727
|
const _RTCASA = "RealTimeContactAnalysisSegmentAttachments";
|
|
2722
2728
|
const _RTCASC = "RealTimeContactAnalysisSegmentCategories";
|
|
2723
2729
|
const _RTCASE = "RealTimeContactAnalysisSegmentEvent";
|
|
2730
|
+
const _RTCASEI = "RealTimeContactAnalysisSegmentExtractedInformation";
|
|
2724
2731
|
const _RTCASI = "RealTimeContactAnalysisSegmentIssues";
|
|
2725
2732
|
const _RTCASPCS = "RealTimeContactAnalysisSegmentPostContactSummary";
|
|
2726
2733
|
const _RTCAST = "RealTimeContactAnalysisSegmentTranscript";
|
|
@@ -8157,6 +8164,11 @@ var RealTimeContactAnalysisCharacterInterval$ = [3, n0, _RTCACI,
|
|
|
8157
8164
|
[_BOC, _EOC],
|
|
8158
8165
|
[1, 1], 2
|
|
8159
8166
|
];
|
|
8167
|
+
var RealTimeContactAnalysisExtractedInformationValue$ = [3, n0, _RTCAEIV,
|
|
8168
|
+
0,
|
|
8169
|
+
[_Co, _POI],
|
|
8170
|
+
[0, () => RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets], 2
|
|
8171
|
+
];
|
|
8160
8172
|
var RealTimeContactAnalysisIssueDetected$ = [3, n0, _RTCAID,
|
|
8161
8173
|
0,
|
|
8162
8174
|
[_TIr],
|
|
@@ -8182,6 +8194,11 @@ var RealTimeContactAnalysisSegmentEvent$ = [3, n0, _RTCASE,
|
|
|
8182
8194
|
[_I, _ETve, _Time, _PI, _PR, _DNi],
|
|
8183
8195
|
[0, 0, () => RealTimeContactAnalysisTimeData$, 0, 0, 0], 3
|
|
8184
8196
|
];
|
|
8197
|
+
var RealTimeContactAnalysisSegmentExtractedInformation$ = [3, n0, _RTCASEI,
|
|
8198
|
+
0,
|
|
8199
|
+
[_EDI, _EDN, _EDDL, _EVx, _FCa],
|
|
8200
|
+
[0, 0, 0, () => RealTimeContactAnalysisExtractedInformationValues, 0], 2
|
|
8201
|
+
];
|
|
8185
8202
|
var RealTimeContactAnalysisSegmentIssues$ = [3, n0, _RTCASI,
|
|
8186
8203
|
0,
|
|
8187
8204
|
[_IDs],
|
|
@@ -10649,6 +10666,9 @@ var RealTimeContactAnalysisAttachments = [1, n0, _RTCAAe,
|
|
|
10649
10666
|
var RealTimeContactAnalysisCharacterIntervals = [1, n0, _RTCACIe,
|
|
10650
10667
|
0, () => RealTimeContactAnalysisCharacterInterval$
|
|
10651
10668
|
];
|
|
10669
|
+
var RealTimeContactAnalysisExtractedInformationValues = [1, n0, _RTCAEIVe,
|
|
10670
|
+
0, () => RealTimeContactAnalysisExtractedInformationValue$
|
|
10671
|
+
];
|
|
10652
10672
|
var RealTimeContactAnalysisIssuesDetected = [1, n0, _RTCAIDe,
|
|
10653
10673
|
0, () => RealTimeContactAnalysisIssueDetected$
|
|
10654
10674
|
];
|
|
@@ -11013,8 +11033,8 @@ var PredefinedAttributeValues$ = [4, n0, _PAVre,
|
|
|
11013
11033
|
];
|
|
11014
11034
|
var RealtimeContactAnalysisSegment$ = [4, n0, _RCASe,
|
|
11015
11035
|
0,
|
|
11016
|
-
[_Tr, _Cate, _Is, _Eve, _Atta, _PCS],
|
|
11017
|
-
[() => RealTimeContactAnalysisSegmentTranscript$, () => RealTimeContactAnalysisSegmentCategories$, () => RealTimeContactAnalysisSegmentIssues$, () => RealTimeContactAnalysisSegmentEvent$, () => RealTimeContactAnalysisSegmentAttachments$, () => RealTimeContactAnalysisSegmentPostContactSummary$]
|
|
11036
|
+
[_Tr, _Cate, _Is, _Eve, _Atta, _PCS, _EIx],
|
|
11037
|
+
[() => RealTimeContactAnalysisSegmentTranscript$, () => RealTimeContactAnalysisSegmentCategories$, () => RealTimeContactAnalysisSegmentIssues$, () => RealTimeContactAnalysisSegmentEvent$, () => RealTimeContactAnalysisSegmentAttachments$, () => RealTimeContactAnalysisSegmentPostContactSummary$, () => RealTimeContactAnalysisSegmentExtractedInformation$]
|
|
11018
11038
|
];
|
|
11019
11039
|
var RealTimeContactAnalysisTimeData$ = [4, n0, _RTCATD,
|
|
11020
11040
|
0,
|
|
@@ -15395,6 +15415,7 @@ const RealTimeContactAnalysisSegmentType = {
|
|
|
15395
15415
|
Attachments: "Attachments",
|
|
15396
15416
|
Categories: "Categories",
|
|
15397
15417
|
Event: "Event",
|
|
15418
|
+
ExtractedInformation: "ExtractedInformation",
|
|
15398
15419
|
Issues: "Issues",
|
|
15399
15420
|
PostContactSummary: "PostContactSummary",
|
|
15400
15421
|
Transcript: "Transcript",
|
|
@@ -15408,6 +15429,13 @@ const ArtifactStatus = {
|
|
|
15408
15429
|
IN_PROGRESS: "IN_PROGRESS",
|
|
15409
15430
|
REJECTED: "REJECTED",
|
|
15410
15431
|
};
|
|
15432
|
+
const RealTimeContactAnalysisExtractedInformationFailureCode = {
|
|
15433
|
+
FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
|
|
15434
|
+
INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
|
|
15435
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
15436
|
+
MAX_PACKAGE_FEATURE_ONLY: "MAX_PACKAGE_FEATURE_ONLY",
|
|
15437
|
+
QUOTA_EXCEEDED: "QUOTA_EXCEEDED",
|
|
15438
|
+
};
|
|
15411
15439
|
const RealTimeContactAnalysisPostContactSummaryFailureCode = {
|
|
15412
15440
|
FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
|
|
15413
15441
|
INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
|
|
@@ -17213,6 +17241,8 @@ exports.ReadOnlyFieldInfo$ = ReadOnlyFieldInfo$;
|
|
|
17213
17241
|
exports.RealTimeContactAnalysisAttachment$ = RealTimeContactAnalysisAttachment$;
|
|
17214
17242
|
exports.RealTimeContactAnalysisCategoryDetails$ = RealTimeContactAnalysisCategoryDetails$;
|
|
17215
17243
|
exports.RealTimeContactAnalysisCharacterInterval$ = RealTimeContactAnalysisCharacterInterval$;
|
|
17244
|
+
exports.RealTimeContactAnalysisExtractedInformationFailureCode = RealTimeContactAnalysisExtractedInformationFailureCode;
|
|
17245
|
+
exports.RealTimeContactAnalysisExtractedInformationValue$ = RealTimeContactAnalysisExtractedInformationValue$;
|
|
17216
17246
|
exports.RealTimeContactAnalysisIssueDetected$ = RealTimeContactAnalysisIssueDetected$;
|
|
17217
17247
|
exports.RealTimeContactAnalysisOutputType = RealTimeContactAnalysisOutputType;
|
|
17218
17248
|
exports.RealTimeContactAnalysisPointOfInterest$ = RealTimeContactAnalysisPointOfInterest$;
|
|
@@ -17221,6 +17251,7 @@ exports.RealTimeContactAnalysisPostContactSummaryStatus = RealTimeContactAnalysi
|
|
|
17221
17251
|
exports.RealTimeContactAnalysisSegmentAttachments$ = RealTimeContactAnalysisSegmentAttachments$;
|
|
17222
17252
|
exports.RealTimeContactAnalysisSegmentCategories$ = RealTimeContactAnalysisSegmentCategories$;
|
|
17223
17253
|
exports.RealTimeContactAnalysisSegmentEvent$ = RealTimeContactAnalysisSegmentEvent$;
|
|
17254
|
+
exports.RealTimeContactAnalysisSegmentExtractedInformation$ = RealTimeContactAnalysisSegmentExtractedInformation$;
|
|
17224
17255
|
exports.RealTimeContactAnalysisSegmentIssues$ = RealTimeContactAnalysisSegmentIssues$;
|
|
17225
17256
|
exports.RealTimeContactAnalysisSegmentPostContactSummary$ = RealTimeContactAnalysisSegmentPostContactSummary$;
|
|
17226
17257
|
exports.RealTimeContactAnalysisSegmentTranscript$ = RealTimeContactAnalysisSegmentTranscript$;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -1177,6 +1177,7 @@ export const RealTimeContactAnalysisSegmentType = {
|
|
|
1177
1177
|
Attachments: "Attachments",
|
|
1178
1178
|
Categories: "Categories",
|
|
1179
1179
|
Event: "Event",
|
|
1180
|
+
ExtractedInformation: "ExtractedInformation",
|
|
1180
1181
|
Issues: "Issues",
|
|
1181
1182
|
PostContactSummary: "PostContactSummary",
|
|
1182
1183
|
Transcript: "Transcript",
|
|
@@ -1190,6 +1191,13 @@ export const ArtifactStatus = {
|
|
|
1190
1191
|
IN_PROGRESS: "IN_PROGRESS",
|
|
1191
1192
|
REJECTED: "REJECTED",
|
|
1192
1193
|
};
|
|
1194
|
+
export const RealTimeContactAnalysisExtractedInformationFailureCode = {
|
|
1195
|
+
FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
|
|
1196
|
+
INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
|
|
1197
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
1198
|
+
MAX_PACKAGE_FEATURE_ONLY: "MAX_PACKAGE_FEATURE_ONLY",
|
|
1199
|
+
QUOTA_EXCEEDED: "QUOTA_EXCEEDED",
|
|
1200
|
+
};
|
|
1193
1201
|
export const RealTimeContactAnalysisPostContactSummaryFailureCode = {
|
|
1194
1202
|
FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
|
|
1195
1203
|
INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
|
|
@@ -1008,8 +1008,10 @@ const _ECxt = "ExtractionConfiguration";
|
|
|
1008
1008
|
const _ED = "ExtractionDefinition";
|
|
1009
1009
|
const _EDA = "ExtractionDefinitionArn";
|
|
1010
1010
|
const _EDD = "ExtractionDefinitionDisplay";
|
|
1011
|
+
const _EDDL = "ExtractionDefinitionDisplayLabel";
|
|
1011
1012
|
const _EDI = "ExtractionDefinitionId";
|
|
1012
1013
|
const _EDIM = "ExpiryDurationInMinutes";
|
|
1014
|
+
const _EDN = "ExtractionDefinitionName";
|
|
1013
1015
|
const _EDNFB = "ExtractionDefinitionNotFoundBehavior";
|
|
1014
1016
|
const _EDS = "ExtractionDefinitionSummary";
|
|
1015
1017
|
const _EDSL = "ExtractionDefinitionSummaryList";
|
|
@@ -1089,6 +1091,7 @@ const _EIC = "ExternalInvocationConfiguration";
|
|
|
1089
1091
|
const _EIU = "EventIngestionUrl";
|
|
1090
1092
|
const _EIn = "EndpointInfo";
|
|
1091
1093
|
const _EIv = "EvaluationId";
|
|
1094
|
+
const _EIx = "ExtractedInformation";
|
|
1092
1095
|
const _EL = "ExportLocation";
|
|
1093
1096
|
const _EM = "ErrorMessage";
|
|
1094
1097
|
const _EMPT = "EmailMessagePlainText";
|
|
@@ -1154,6 +1157,7 @@ const _EUU = "EvaluatorUserUnion";
|
|
|
1154
1157
|
const _EV = "EvaluatedValue";
|
|
1155
1158
|
const _EVVOA = "EnableValueValidationOnAssociation";
|
|
1156
1159
|
const _EVm = "EmptyValue";
|
|
1160
|
+
const _EVx = "ExtractedValues";
|
|
1157
1161
|
const _En = "Enabled";
|
|
1158
1162
|
const _Ena = "Enablement";
|
|
1159
1163
|
const _End = "Endpoint";
|
|
@@ -2153,6 +2157,8 @@ const _RTCAAe = "RealTimeContactAnalysisAttachments";
|
|
|
2153
2157
|
const _RTCACD = "RealTimeContactAnalysisCategoryDetails";
|
|
2154
2158
|
const _RTCACI = "RealTimeContactAnalysisCharacterInterval";
|
|
2155
2159
|
const _RTCACIe = "RealTimeContactAnalysisCharacterIntervals";
|
|
2160
|
+
const _RTCAEIV = "RealTimeContactAnalysisExtractedInformationValue";
|
|
2161
|
+
const _RTCAEIVe = "RealTimeContactAnalysisExtractedInformationValues";
|
|
2156
2162
|
const _RTCAID = "RealTimeContactAnalysisIssueDetected";
|
|
2157
2163
|
const _RTCAIDe = "RealTimeContactAnalysisIssuesDetected";
|
|
2158
2164
|
const _RTCAMD = "RealTimeContactAnalysisMatchedDetails";
|
|
@@ -2161,6 +2167,7 @@ const _RTCAPOIe = "RealTimeContactAnalysisPointsOfInterest";
|
|
|
2161
2167
|
const _RTCASA = "RealTimeContactAnalysisSegmentAttachments";
|
|
2162
2168
|
const _RTCASC = "RealTimeContactAnalysisSegmentCategories";
|
|
2163
2169
|
const _RTCASE = "RealTimeContactAnalysisSegmentEvent";
|
|
2170
|
+
const _RTCASEI = "RealTimeContactAnalysisSegmentExtractedInformation";
|
|
2164
2171
|
const _RTCASI = "RealTimeContactAnalysisSegmentIssues";
|
|
2165
2172
|
const _RTCASPCS = "RealTimeContactAnalysisSegmentPostContactSummary";
|
|
2166
2173
|
const _RTCAST = "RealTimeContactAnalysisSegmentTranscript";
|
|
@@ -7600,6 +7607,11 @@ export var RealTimeContactAnalysisCharacterInterval$ = [3, n0, _RTCACI,
|
|
|
7600
7607
|
[_BOC, _EOC],
|
|
7601
7608
|
[1, 1], 2
|
|
7602
7609
|
];
|
|
7610
|
+
export var RealTimeContactAnalysisExtractedInformationValue$ = [3, n0, _RTCAEIV,
|
|
7611
|
+
0,
|
|
7612
|
+
[_Co, _POI],
|
|
7613
|
+
[0, () => RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets], 2
|
|
7614
|
+
];
|
|
7603
7615
|
export var RealTimeContactAnalysisIssueDetected$ = [3, n0, _RTCAID,
|
|
7604
7616
|
0,
|
|
7605
7617
|
[_TIr],
|
|
@@ -7625,6 +7637,11 @@ export var RealTimeContactAnalysisSegmentEvent$ = [3, n0, _RTCASE,
|
|
|
7625
7637
|
[_I, _ETve, _Time, _PI, _PR, _DNi],
|
|
7626
7638
|
[0, 0, () => RealTimeContactAnalysisTimeData$, 0, 0, 0], 3
|
|
7627
7639
|
];
|
|
7640
|
+
export var RealTimeContactAnalysisSegmentExtractedInformation$ = [3, n0, _RTCASEI,
|
|
7641
|
+
0,
|
|
7642
|
+
[_EDI, _EDN, _EDDL, _EVx, _FCa],
|
|
7643
|
+
[0, 0, 0, () => RealTimeContactAnalysisExtractedInformationValues, 0], 2
|
|
7644
|
+
];
|
|
7628
7645
|
export var RealTimeContactAnalysisSegmentIssues$ = [3, n0, _RTCASI,
|
|
7629
7646
|
0,
|
|
7630
7647
|
[_IDs],
|
|
@@ -10144,6 +10161,9 @@ var RealTimeContactAnalysisAttachments = [1, n0, _RTCAAe,
|
|
|
10144
10161
|
var RealTimeContactAnalysisCharacterIntervals = [1, n0, _RTCACIe,
|
|
10145
10162
|
0, () => RealTimeContactAnalysisCharacterInterval$
|
|
10146
10163
|
];
|
|
10164
|
+
var RealTimeContactAnalysisExtractedInformationValues = [1, n0, _RTCAEIVe,
|
|
10165
|
+
0, () => RealTimeContactAnalysisExtractedInformationValue$
|
|
10166
|
+
];
|
|
10147
10167
|
var RealTimeContactAnalysisIssuesDetected = [1, n0, _RTCAIDe,
|
|
10148
10168
|
0, () => RealTimeContactAnalysisIssueDetected$
|
|
10149
10169
|
];
|
|
@@ -10545,8 +10565,8 @@ export var PredefinedAttributeValues$ = [4, n0, _PAVre,
|
|
|
10545
10565
|
];
|
|
10546
10566
|
export var RealtimeContactAnalysisSegment$ = [4, n0, _RCASe,
|
|
10547
10567
|
0,
|
|
10548
|
-
[_Tr, _Cate, _Is, _Eve, _Atta, _PCS],
|
|
10549
|
-
[() => RealTimeContactAnalysisSegmentTranscript$, () => RealTimeContactAnalysisSegmentCategories$, () => RealTimeContactAnalysisSegmentIssues$, () => RealTimeContactAnalysisSegmentEvent$, () => RealTimeContactAnalysisSegmentAttachments$, () => RealTimeContactAnalysisSegmentPostContactSummary$]
|
|
10568
|
+
[_Tr, _Cate, _Is, _Eve, _Atta, _PCS, _EIx],
|
|
10569
|
+
[() => RealTimeContactAnalysisSegmentTranscript$, () => RealTimeContactAnalysisSegmentCategories$, () => RealTimeContactAnalysisSegmentIssues$, () => RealTimeContactAnalysisSegmentEvent$, () => RealTimeContactAnalysisSegmentAttachments$, () => RealTimeContactAnalysisSegmentPostContactSummary$, () => RealTimeContactAnalysisSegmentExtractedInformation$]
|
|
10550
10570
|
];
|
|
10551
10571
|
export var RealTimeContactAnalysisTimeData$ = [4, n0, _RTCATD,
|
|
10552
10572
|
0,
|
|
@@ -45,7 +45,7 @@ declare const ListRealtimeContactAnalysisSegmentsV2Command_base: {
|
|
|
45
45
|
* NextToken: "STRING_VALUE",
|
|
46
46
|
* OutputType: "Raw" || "Redacted", // required
|
|
47
47
|
* SegmentTypes: [ // RealTimeContactAnalysisSegmentTypes // required
|
|
48
|
-
* "Transcript" || "Categories" || "Issues" || "Event" || "Attachments" || "PostContactSummary",
|
|
48
|
+
* "Transcript" || "Categories" || "Issues" || "Event" || "Attachments" || "PostContactSummary" || "ExtractedInformation",
|
|
49
49
|
* ],
|
|
50
50
|
* };
|
|
51
51
|
* const command = new ListRealtimeContactAnalysisSegmentsV2Command(input);
|
|
@@ -139,6 +139,23 @@ declare const ListRealtimeContactAnalysisSegmentsV2Command_base: {
|
|
|
139
139
|
* // Status: "FAILED" || "COMPLETED", // required
|
|
140
140
|
* // FailureCode: "QUOTA_EXCEEDED" || "INSUFFICIENT_CONVERSATION_CONTENT" || "FAILED_SAFETY_GUIDELINES" || "INVALID_ANALYSIS_CONFIGURATION" || "INTERNAL_ERROR",
|
|
141
141
|
* // },
|
|
142
|
+
* // ExtractedInformation: { // RealTimeContactAnalysisSegmentExtractedInformation
|
|
143
|
+
* // ExtractionDefinitionId: "STRING_VALUE", // required
|
|
144
|
+
* // ExtractionDefinitionName: "STRING_VALUE", // required
|
|
145
|
+
* // ExtractionDefinitionDisplayLabel: "STRING_VALUE",
|
|
146
|
+
* // ExtractedValues: [ // RealTimeContactAnalysisExtractedInformationValues
|
|
147
|
+
* // { // RealTimeContactAnalysisExtractedInformationValue
|
|
148
|
+
* // Content: "STRING_VALUE", // required
|
|
149
|
+
* // PointsOfInterest: [ // required
|
|
150
|
+
* // {
|
|
151
|
+
* // Id: "STRING_VALUE", // required
|
|
152
|
+
* // CharacterOffsets: "<RealTimeContactAnalysisCharacterInterval>",
|
|
153
|
+
* // },
|
|
154
|
+
* // ],
|
|
155
|
+
* // },
|
|
156
|
+
* // ],
|
|
157
|
+
* // FailureCode: "QUOTA_EXCEEDED" || "INSUFFICIENT_CONVERSATION_CONTENT" || "FAILED_SAFETY_GUIDELINES" || "INTERNAL_ERROR" || "MAX_PACKAGE_FEATURE_ONLY",
|
|
158
|
+
* // },
|
|
142
159
|
* // },
|
|
143
160
|
* // ],
|
|
144
161
|
* // NextToken: "STRING_VALUE",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { UpdateViewContentRequest
|
|
2
|
+
import type { UpdateViewContentRequest } from "../models/models_3";
|
|
3
|
+
import type { UpdateViewContentResponse } from "../models/models_4";
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*/
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { UpdateViewMetadataRequest } from "../models/
|
|
3
|
-
import type { UpdateViewMetadataResponse } from "../models/models_4";
|
|
2
|
+
import type { UpdateViewMetadataRequest, UpdateViewMetadataResponse } from "../models/models_4";
|
|
4
3
|
/**
|
|
5
4
|
* @public
|
|
6
5
|
*/
|
|
@@ -2389,6 +2389,7 @@ export declare const RealTimeContactAnalysisSegmentType: {
|
|
|
2389
2389
|
readonly Attachments: "Attachments";
|
|
2390
2390
|
readonly Categories: "Categories";
|
|
2391
2391
|
readonly Event: "Event";
|
|
2392
|
+
readonly ExtractedInformation: "ExtractedInformation";
|
|
2392
2393
|
readonly Issues: "Issues";
|
|
2393
2394
|
readonly PostContactSummary: "PostContactSummary";
|
|
2394
2395
|
readonly Transcript: "Transcript";
|
|
@@ -2422,6 +2423,21 @@ export declare const ArtifactStatus: {
|
|
|
2422
2423
|
* @public
|
|
2423
2424
|
*/
|
|
2424
2425
|
export type ArtifactStatus = (typeof ArtifactStatus)[keyof typeof ArtifactStatus];
|
|
2426
|
+
/**
|
|
2427
|
+
* @public
|
|
2428
|
+
* @enum
|
|
2429
|
+
*/
|
|
2430
|
+
export declare const RealTimeContactAnalysisExtractedInformationFailureCode: {
|
|
2431
|
+
readonly FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES";
|
|
2432
|
+
readonly INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT";
|
|
2433
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
2434
|
+
readonly MAX_PACKAGE_FEATURE_ONLY: "MAX_PACKAGE_FEATURE_ONLY";
|
|
2435
|
+
readonly QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
|
|
2436
|
+
};
|
|
2437
|
+
/**
|
|
2438
|
+
* @public
|
|
2439
|
+
*/
|
|
2440
|
+
export type RealTimeContactAnalysisExtractedInformationFailureCode = (typeof RealTimeContactAnalysisExtractedInformationFailureCode)[keyof typeof RealTimeContactAnalysisExtractedInformationFailureCode];
|
|
2425
2441
|
/**
|
|
2426
2442
|
* @public
|
|
2427
2443
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AgentStatusType, ArtifactStatus, AttachmentScope, AutoEvaluationStatus, BooleanComparisonType, Channel, Comparison, ContactFlowModuleState, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactRecordingType, ContactState, DataTableAttributeValueType, DateTimeComparisonType,
|
|
1
|
+
import type { AgentStatusType, ArtifactStatus, AttachmentScope, AutoEvaluationStatus, BooleanComparisonType, Channel, Comparison, ContactFlowModuleState, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactRecordingType, ContactState, DataTableAttributeValueType, DateTimeComparisonType, DirectoryType, EntityType, EvaluationFormValidationFindingSeverity, EvaluationFormValidationStatus, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, EventSourceName, ExecutionRecordStatus, FilterV2StringConditionComparisonOperator, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceStatus, InstanceStorageResourceType, IntegrationType, IntervalPeriod, LexVersion, ListFlowAssociationResourceType, LocaleCode, MediaType, MetricStatus, MetricType, MonitorCapability, NotificationPriority, NotificationSource, NotificationStatus, OperationalStatus, ParticipantRole, PhoneNumberCountryCode, PhoneNumberType, QueueType, QuickConnectType, RealTimeContactAnalysisExtractedInformationFailureCode, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisPostContactSummaryFailureCode, RealTimeContactAnalysisPostContactSummaryStatus, RealTimeContactAnalysisSegmentType, RealTimeContactAnalysisSentimentLabel, RealTimeContactAnalysisStatus, RealTimeContactAnalysisSupportedChannel, ReferenceStatus, ReferenceType, RuleCapabilityTier, RulePublishStatus, SourceType, Statistic, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, Unit, UseCaseType, ViewStatus, ViewType, VocabularyLanguageCode } from "./enums";
|
|
2
2
|
import type { ActionSummary, AgentConfig, AgentContactReference, AgentStatus, AgentStatusIdentifier, AgentStatusReference, AgentStatusSummary, AnalyticsDataAssociationResult, Application, DataTableLockVersion, Distribution, FlowAssociationSummary, FlowModule, InstanceStorageConfig, LexBot, LexV2Bot, OverrideTimeSlice, PrimaryValueResponse, QueueReference, SecurityProfileItem, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, UserProficiency } from "./models_0";
|
|
3
3
|
import type { Attribute, CurrentMetric, CurrentMetricSortCriteria, DataTableAttribute, EvaluationContactParticipant, EvaluationScore, ExtensionConfiguration, Filters, HierarchyGroupSummary, HoursOfOperationOverride, HoursOfOperationsIdentifier, Notification } from "./models_1";
|
|
4
4
|
/**
|
|
@@ -7358,6 +7358,80 @@ export interface RealTimeContactAnalysisSegmentEvent {
|
|
|
7358
7358
|
*/
|
|
7359
7359
|
Time: RealTimeContactAnalysisTimeData | undefined;
|
|
7360
7360
|
}
|
|
7361
|
+
/**
|
|
7362
|
+
* <p>An individual value extracted from the conversation, including its content and the locations where it
|
|
7363
|
+
* was found.</p>
|
|
7364
|
+
* @public
|
|
7365
|
+
*/
|
|
7366
|
+
export interface RealTimeContactAnalysisExtractedInformationValue {
|
|
7367
|
+
/**
|
|
7368
|
+
* <p>The text content of the extracted value.</p>
|
|
7369
|
+
* @public
|
|
7370
|
+
*/
|
|
7371
|
+
Content: string | undefined;
|
|
7372
|
+
/**
|
|
7373
|
+
* <p>The sections in the conversation that indicate where the extracted value was found.</p>
|
|
7374
|
+
* @public
|
|
7375
|
+
*/
|
|
7376
|
+
PointsOfInterest: RealTimeContactAnalysisTranscriptItemWithCharacterOffsets[] | undefined;
|
|
7377
|
+
}
|
|
7378
|
+
/**
|
|
7379
|
+
* <p>Segment containing information extracted from the conversation. Each segment represents the results for a
|
|
7380
|
+
* single extraction definition.</p>
|
|
7381
|
+
* @public
|
|
7382
|
+
*/
|
|
7383
|
+
export interface RealTimeContactAnalysisSegmentExtractedInformation {
|
|
7384
|
+
/**
|
|
7385
|
+
* <p>The identifier of the extraction definition that produced this result.</p>
|
|
7386
|
+
* @public
|
|
7387
|
+
*/
|
|
7388
|
+
ExtractionDefinitionId: string | undefined;
|
|
7389
|
+
/**
|
|
7390
|
+
* <p>The name of the extraction definition that produced this result.</p>
|
|
7391
|
+
* @public
|
|
7392
|
+
*/
|
|
7393
|
+
ExtractionDefinitionName: string | undefined;
|
|
7394
|
+
/**
|
|
7395
|
+
* <p>The display label of the extraction definition that produced this result.</p>
|
|
7396
|
+
* @public
|
|
7397
|
+
*/
|
|
7398
|
+
ExtractionDefinitionDisplayLabel?: string | undefined;
|
|
7399
|
+
/**
|
|
7400
|
+
* <p>The list of values extracted from the conversation for this extraction definition. This field is empty when a
|
|
7401
|
+
* <code>FailureCode</code> is present.</p>
|
|
7402
|
+
* @public
|
|
7403
|
+
*/
|
|
7404
|
+
ExtractedValues?: RealTimeContactAnalysisExtractedInformationValue[] | undefined;
|
|
7405
|
+
/**
|
|
7406
|
+
* <p>If the information failed to be extracted, one of the following failure codes occurs:</p>
|
|
7407
|
+
* <ul>
|
|
7408
|
+
* <li>
|
|
7409
|
+
* <p>
|
|
7410
|
+
* <code>QUOTA_EXCEEDED</code>: The number of concurrent analytics jobs reached your service quota.</p>
|
|
7411
|
+
* </li>
|
|
7412
|
+
* <li>
|
|
7413
|
+
* <p>
|
|
7414
|
+
* <code>INSUFFICIENT_CONVERSATION_CONTENT</code>: Information extraction requires a conversation with at least
|
|
7415
|
+
* one turn from each participant.</p>
|
|
7416
|
+
* </li>
|
|
7417
|
+
* <li>
|
|
7418
|
+
* <p>
|
|
7419
|
+
* <code>FAILED_SAFETY_GUIDELINES</code>: The extracted information cannot be provided because it failed to meet
|
|
7420
|
+
* system safety guidelines.</p>
|
|
7421
|
+
* </li>
|
|
7422
|
+
* <li>
|
|
7423
|
+
* <p>
|
|
7424
|
+
* <code>INTERNAL_ERROR</code>: Internal system error.</p>
|
|
7425
|
+
* </li>
|
|
7426
|
+
* <li>
|
|
7427
|
+
* <p>
|
|
7428
|
+
* <code>MAX_PACKAGE_FEATURE_ONLY</code>: Information extraction is only available in Amazon Connect Customer instances.</p>
|
|
7429
|
+
* </li>
|
|
7430
|
+
* </ul>
|
|
7431
|
+
* @public
|
|
7432
|
+
*/
|
|
7433
|
+
FailureCode?: RealTimeContactAnalysisExtractedInformationFailureCode | undefined;
|
|
7434
|
+
}
|
|
7361
7435
|
/**
|
|
7362
7436
|
* <p>Transcript representation containing Id, Content and list of character intervals that are associated with
|
|
7363
7437
|
* analysis data. For example, this object within an issue detected would describe both content that contains identified
|
|
@@ -7518,7 +7592,7 @@ export interface RealTimeContactAnalysisSegmentTranscript {
|
|
|
7518
7592
|
* <p>An analyzed segment for a real-time analysis session.</p>
|
|
7519
7593
|
* @public
|
|
7520
7594
|
*/
|
|
7521
|
-
export type RealtimeContactAnalysisSegment = RealtimeContactAnalysisSegment.AttachmentsMember | RealtimeContactAnalysisSegment.CategoriesMember | RealtimeContactAnalysisSegment.EventMember | RealtimeContactAnalysisSegment.IssuesMember | RealtimeContactAnalysisSegment.PostContactSummaryMember | RealtimeContactAnalysisSegment.TranscriptMember | RealtimeContactAnalysisSegment.$UnknownMember;
|
|
7595
|
+
export type RealtimeContactAnalysisSegment = RealtimeContactAnalysisSegment.AttachmentsMember | RealtimeContactAnalysisSegment.CategoriesMember | RealtimeContactAnalysisSegment.EventMember | RealtimeContactAnalysisSegment.ExtractedInformationMember | RealtimeContactAnalysisSegment.IssuesMember | RealtimeContactAnalysisSegment.PostContactSummaryMember | RealtimeContactAnalysisSegment.TranscriptMember | RealtimeContactAnalysisSegment.$UnknownMember;
|
|
7522
7596
|
/**
|
|
7523
7597
|
* @public
|
|
7524
7598
|
*/
|
|
@@ -7534,6 +7608,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
7534
7608
|
Event?: never;
|
|
7535
7609
|
Attachments?: never;
|
|
7536
7610
|
PostContactSummary?: never;
|
|
7611
|
+
ExtractedInformation?: never;
|
|
7537
7612
|
$unknown?: never;
|
|
7538
7613
|
}
|
|
7539
7614
|
/**
|
|
@@ -7547,6 +7622,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
7547
7622
|
Event?: never;
|
|
7548
7623
|
Attachments?: never;
|
|
7549
7624
|
PostContactSummary?: never;
|
|
7625
|
+
ExtractedInformation?: never;
|
|
7550
7626
|
$unknown?: never;
|
|
7551
7627
|
}
|
|
7552
7628
|
/**
|
|
@@ -7560,6 +7636,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
7560
7636
|
Event?: never;
|
|
7561
7637
|
Attachments?: never;
|
|
7562
7638
|
PostContactSummary?: never;
|
|
7639
|
+
ExtractedInformation?: never;
|
|
7563
7640
|
$unknown?: never;
|
|
7564
7641
|
}
|
|
7565
7642
|
/**
|
|
@@ -7573,6 +7650,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
7573
7650
|
Event: RealTimeContactAnalysisSegmentEvent;
|
|
7574
7651
|
Attachments?: never;
|
|
7575
7652
|
PostContactSummary?: never;
|
|
7653
|
+
ExtractedInformation?: never;
|
|
7576
7654
|
$unknown?: never;
|
|
7577
7655
|
}
|
|
7578
7656
|
/**
|
|
@@ -7586,6 +7664,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
7586
7664
|
Event?: never;
|
|
7587
7665
|
Attachments: RealTimeContactAnalysisSegmentAttachments;
|
|
7588
7666
|
PostContactSummary?: never;
|
|
7667
|
+
ExtractedInformation?: never;
|
|
7589
7668
|
$unknown?: never;
|
|
7590
7669
|
}
|
|
7591
7670
|
/**
|
|
@@ -7599,6 +7678,21 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
7599
7678
|
Event?: never;
|
|
7600
7679
|
Attachments?: never;
|
|
7601
7680
|
PostContactSummary: RealTimeContactAnalysisSegmentPostContactSummary;
|
|
7681
|
+
ExtractedInformation?: never;
|
|
7682
|
+
$unknown?: never;
|
|
7683
|
+
}
|
|
7684
|
+
/**
|
|
7685
|
+
* <p>The extracted information from the conversation.</p>
|
|
7686
|
+
* @public
|
|
7687
|
+
*/
|
|
7688
|
+
interface ExtractedInformationMember {
|
|
7689
|
+
Transcript?: never;
|
|
7690
|
+
Categories?: never;
|
|
7691
|
+
Issues?: never;
|
|
7692
|
+
Event?: never;
|
|
7693
|
+
Attachments?: never;
|
|
7694
|
+
PostContactSummary?: never;
|
|
7695
|
+
ExtractedInformation: RealTimeContactAnalysisSegmentExtractedInformation;
|
|
7602
7696
|
$unknown?: never;
|
|
7603
7697
|
}
|
|
7604
7698
|
/**
|
|
@@ -7611,6 +7705,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
7611
7705
|
Event?: never;
|
|
7612
7706
|
Attachments?: never;
|
|
7613
7707
|
PostContactSummary?: never;
|
|
7708
|
+
ExtractedInformation?: never;
|
|
7614
7709
|
$unknown: [string, any];
|
|
7615
7710
|
}
|
|
7616
7711
|
/**
|
|
@@ -7624,6 +7719,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
7624
7719
|
Event: (value: RealTimeContactAnalysisSegmentEvent) => T;
|
|
7625
7720
|
Attachments: (value: RealTimeContactAnalysisSegmentAttachments) => T;
|
|
7626
7721
|
PostContactSummary: (value: RealTimeContactAnalysisSegmentPostContactSummary) => T;
|
|
7722
|
+
ExtractedInformation: (value: RealTimeContactAnalysisSegmentExtractedInformation) => T;
|
|
7627
7723
|
_: (name: string, value: any) => T;
|
|
7628
7724
|
}
|
|
7629
7725
|
}
|
|
@@ -9811,58 +9907,3 @@ export interface DateTimeCondition {
|
|
|
9811
9907
|
*/
|
|
9812
9908
|
ComparisonType?: DateTimeComparisonType | undefined;
|
|
9813
9909
|
}
|
|
9814
|
-
/**
|
|
9815
|
-
* <p>A decimal search condition for Search APIs.</p>
|
|
9816
|
-
* @public
|
|
9817
|
-
*/
|
|
9818
|
-
export interface DecimalCondition {
|
|
9819
|
-
/**
|
|
9820
|
-
* <p>A name of the decimal property to be searched.</p>
|
|
9821
|
-
* @public
|
|
9822
|
-
*/
|
|
9823
|
-
FieldName?: string | undefined;
|
|
9824
|
-
/**
|
|
9825
|
-
* <p>A minimum value of the decimal property.</p>
|
|
9826
|
-
* @public
|
|
9827
|
-
*/
|
|
9828
|
-
MinValue?: number | undefined;
|
|
9829
|
-
/**
|
|
9830
|
-
* <p>A maximum value of the decimal property.</p>
|
|
9831
|
-
* @public
|
|
9832
|
-
*/
|
|
9833
|
-
MaxValue?: number | undefined;
|
|
9834
|
-
/**
|
|
9835
|
-
* <p>The type of comparison to be made when evaluating the decimal condition.</p>
|
|
9836
|
-
* @public
|
|
9837
|
-
*/
|
|
9838
|
-
ComparisonType?: DecimalComparisonType | undefined;
|
|
9839
|
-
}
|
|
9840
|
-
/**
|
|
9841
|
-
* <p>A leaf node condition which can be used to specify a numeric condition.</p>
|
|
9842
|
-
* <note>
|
|
9843
|
-
* <p>The currently supported value for <code>FieldName</code> is <code>limit</code>.</p>
|
|
9844
|
-
* </note>
|
|
9845
|
-
* @public
|
|
9846
|
-
*/
|
|
9847
|
-
export interface NumberCondition {
|
|
9848
|
-
/**
|
|
9849
|
-
* <p>The name of the field in the number condition.</p>
|
|
9850
|
-
* @public
|
|
9851
|
-
*/
|
|
9852
|
-
FieldName?: string | undefined;
|
|
9853
|
-
/**
|
|
9854
|
-
* <p>The minValue to be used while evaluating the number condition.</p>
|
|
9855
|
-
* @public
|
|
9856
|
-
*/
|
|
9857
|
-
MinValue?: number | undefined;
|
|
9858
|
-
/**
|
|
9859
|
-
* <p>The maxValue to be used while evaluating the number condition.</p>
|
|
9860
|
-
* @public
|
|
9861
|
-
*/
|
|
9862
|
-
MaxValue?: number | undefined;
|
|
9863
|
-
/**
|
|
9864
|
-
* <p>The type of comparison to be made when evaluating the number condition.</p>
|
|
9865
|
-
* @public
|
|
9866
|
-
*/
|
|
9867
|
-
ComparisonType?: NumberComparisonType | undefined;
|
|
9868
|
-
}
|
|
@@ -1,7 +1,62 @@
|
|
|
1
|
-
import type { AgentAvailabilityTimer, AgentStatusState, AiUseCase, AnalyticsMode, AttachmentScope, AutoEvaluationStatus, Behavior, Channel, ChatEventType, ContactEvaluationAttributeComparisonType, ContactEvaluationAttributeKey, ContactFlowModuleState, ContactFlowState, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactMediaProcessingFailureMode, ContactParticipantRole, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DateComparisonType, EmailHeaderType, EvaluationFormLanguageCode, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, FileStatusType, FileUseCaseType, HierarchyGroupMatchType, InboundMessageSourceType, InstanceAttributeType, InstanceStorageResourceType, IvrRecordingTrack, LocaleCode, MaskMode, MeetingFeatureStatus, MetricUnit, NotificationPriority, NotificationStatus, NotificationType, OutboundMessageSourceType, OverrideType, ParticipantRole, ParticipantTimerAction, ParticipantTimerType, PerformanceCategoryName, Policy, QueueStatus, RehydrationType, ResponseMode, RuleCapabilityTier, RulePublishStatus, SearchContactsMatchType, SearchContactsTimeRangeConditionType, SearchContactsTimeRangeType, SortableFieldName, SortOrder, StringComparisonType, SummaryMode, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TimerEligibleParticipantRoles, TrafficType, TrendIndicator, ViewStatus, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
|
|
1
|
+
import type { AgentAvailabilityTimer, AgentStatusState, AiUseCase, AnalyticsMode, AttachmentScope, AutoEvaluationStatus, Behavior, Channel, ChatEventType, ContactEvaluationAttributeComparisonType, ContactEvaluationAttributeKey, ContactFlowModuleState, ContactFlowState, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactMediaProcessingFailureMode, ContactParticipantRole, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DateComparisonType, DecimalComparisonType, EmailHeaderType, EvaluationFormLanguageCode, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, FileStatusType, FileUseCaseType, HierarchyGroupMatchType, InboundMessageSourceType, InstanceAttributeType, InstanceStorageResourceType, IvrRecordingTrack, LocaleCode, MaskMode, MeetingFeatureStatus, MetricUnit, NotificationPriority, NotificationStatus, NotificationType, NumberComparisonType, OutboundMessageSourceType, OverrideType, ParticipantRole, ParticipantTimerAction, ParticipantTimerType, PerformanceCategoryName, Policy, QueueStatus, RehydrationType, ResponseMode, RuleCapabilityTier, RulePublishStatus, SearchContactsMatchType, SearchContactsTimeRangeConditionType, SearchContactsTimeRangeType, SortableFieldName, SortOrder, StringComparisonType, SummaryMode, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TimerEligibleParticipantRoles, TrafficType, TrendIndicator, ViewStatus, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
|
|
2
2
|
import type { ActionSummary, AfterContactWorkConfigPerChannel, AgentConfig, AgentHierarchyGroups, AiAgentInput, AiAgentsCriteria, AliasConfiguration, Application, ControlPlaneAttributeFilter, CreatedByInfo, DataTableLockVersion, ExtractionConfiguration, ExtractionDefinitionDisplay, FlowModule, GranularAccessControlConfiguration, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InputPredefinedAttributeConfiguration, InstanceStorageConfig, MediaConcurrency, MetricCalculation, OutboundCallerConfig, OutboundEmailConfig, OutboundStrategy, PredefinedAttributeValues, PrimaryValue, QuickConnectConfig, RecurrenceConfig, Reference, RoutingProfileQueueConfig, RuleAction, RuleTriggerEventSource, StringCondition, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, UserProficiency, Validation } from "./models_0";
|
|
3
3
|
import type { AutoAcceptConfig, ContactFlow, ContactFlowModule, DataTable, EvaluationAnswerData, EvaluationNote, ExtensionConfiguration, HierarchyGroup, HoursOfOperation, HoursOfOperationOverride, MetricDefinition, PersistentConnectionConfig, PhoneNumberConfig, PredefinedAttribute, Prompt, Queue, QuickConnect, RoutingProfile, TestCase, TestCaseEntryPoint, UserIdentityInfo, UserPhoneConfig, View, ViewInputContent, VoiceEnhancementConfig } from "./models_1";
|
|
4
|
-
import type {
|
|
4
|
+
import type { SignInConfig, TelephonyConfig } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* <p>A decimal search condition for Search APIs.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DecimalCondition {
|
|
10
|
+
/**
|
|
11
|
+
* <p>A name of the decimal property to be searched.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
FieldName?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>A minimum value of the decimal property.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
MinValue?: number | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>A maximum value of the decimal property.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
MaxValue?: number | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The type of comparison to be made when evaluating the decimal condition.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
ComparisonType?: DecimalComparisonType | undefined;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* <p>A leaf node condition which can be used to specify a numeric condition.</p>
|
|
33
|
+
* <note>
|
|
34
|
+
* <p>The currently supported value for <code>FieldName</code> is <code>limit</code>.</p>
|
|
35
|
+
* </note>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export interface NumberCondition {
|
|
39
|
+
/**
|
|
40
|
+
* <p>The name of the field in the number condition.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
FieldName?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>The minValue to be used while evaluating the number condition.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
MinValue?: number | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The maxValue to be used while evaluating the number condition.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
MaxValue?: number | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The type of comparison to be made when evaluating the number condition.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
ComparisonType?: NumberComparisonType | undefined;
|
|
59
|
+
}
|
|
5
60
|
/**
|
|
6
61
|
* <p>The value of a contact evaluation attribute condition.</p>
|
|
7
62
|
* @public
|
|
@@ -6926,39 +6981,3 @@ export interface UpdateViewContentRequest {
|
|
|
6926
6981
|
*/
|
|
6927
6982
|
Content: ViewInputContent | undefined;
|
|
6928
6983
|
}
|
|
6929
|
-
/**
|
|
6930
|
-
* @public
|
|
6931
|
-
*/
|
|
6932
|
-
export interface UpdateViewContentResponse {
|
|
6933
|
-
/**
|
|
6934
|
-
* <p>A view resource object. Contains metadata and content necessary to render the view.</p>
|
|
6935
|
-
* @public
|
|
6936
|
-
*/
|
|
6937
|
-
View?: View | undefined;
|
|
6938
|
-
}
|
|
6939
|
-
/**
|
|
6940
|
-
* @public
|
|
6941
|
-
*/
|
|
6942
|
-
export interface UpdateViewMetadataRequest {
|
|
6943
|
-
/**
|
|
6944
|
-
* <p>The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the
|
|
6945
|
-
* instance.</p>
|
|
6946
|
-
* @public
|
|
6947
|
-
*/
|
|
6948
|
-
InstanceId: string | undefined;
|
|
6949
|
-
/**
|
|
6950
|
-
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
|
|
6951
|
-
* @public
|
|
6952
|
-
*/
|
|
6953
|
-
ViewId: string | undefined;
|
|
6954
|
-
/**
|
|
6955
|
-
* <p>The name of the view.</p>
|
|
6956
|
-
* @public
|
|
6957
|
-
*/
|
|
6958
|
-
Name?: string | undefined;
|
|
6959
|
-
/**
|
|
6960
|
-
* <p>The description of the view.</p>
|
|
6961
|
-
* @public
|
|
6962
|
-
*/
|
|
6963
|
-
Description?: string | undefined;
|
|
6964
|
-
}
|
|
@@ -1,8 +1,44 @@
|
|
|
1
1
|
import type { AnsweringMachineDetectionStatus, Channel, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, DisconnectOnCustomerExitParticipantType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormValidationStatus, EvaluationFormVersionStatus, InitiateAs, RoutingCriteriaStepStatus, SearchableQueueType, TestCaseStatus, ViewStatus, ViewType, Visibility } from "./enums";
|
|
2
2
|
import type { AdditionalEmailRecipients, AgentInfo, AgentStatusSearchFilter, AllowedCapabilities, Campaign, Endpoint, EvaluationFormAutoEvaluationConfiguration, EvaluationFormItemEnablementExpression, EvaluationFormLanguageConfiguration, EvaluationFormQuestionScoringConfiguration, EvaluationFormQuestionTypeProperties, EvaluationFormScoreThreshold, EvaluationFormScoringStrategy, EvaluationFormTargetConfiguration, EvaluationReviewConfiguration, OutboundStrategy, Reference, StringCondition, UserInfo } from "./models_0";
|
|
3
|
-
import type { AttributeCondition, ChatMetrics, ContactDetails, ContactEvaluation, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, Expiry, GlobalResiliencyMetadata, NextContactEntry, QualityMetrics, QueueInfo, RecordingInfo, TaskTemplateInfoV2, WisdomInfo, WorkspaceTheme } from "./models_1";
|
|
4
|
-
import type { BooleanCondition, DateTimeCondition
|
|
5
|
-
import type { ChatMessage, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryAiAgentInfo, ContactSearchSummaryQueueInfo, DataTableSearchFilter, DateCondition, EmailAddressInfo, EmailAddressSearchFilter, EmailAttachment, EvaluationFormSearchFilter, EvaluationSearchFilter, HierarchyGroupCondition, HoursOfOperationSearchFilter, InboundAdditionalRecipients, InboundEmailContent, ListCondition, MetricSearchFilter, NotificationSearchFilter, ParticipantConfiguration, ParticipantDetails, PersistentChat, PromptSearchFilter, QueueInfoInput, QueueSearchFilter, QuickConnectSearchFilter, RoutingCriteriaInputStepExpiry, RoutingProfileSearchFilter, RulesSearchFilter, SecurityProfilesSearchFilter, TaskAttachment, TemplatedMessageConfig, TestCaseSearchFilter, UserHierarchyGroupSearchFilter, UserSearchFilter, ViewSearchFilter, WorkspaceAssociationSearchFilter, WorkspaceSearchFilter } from "./models_3";
|
|
3
|
+
import type { AttributeCondition, ChatMetrics, ContactDetails, ContactEvaluation, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, Expiry, GlobalResiliencyMetadata, NextContactEntry, QualityMetrics, QueueInfo, RecordingInfo, TaskTemplateInfoV2, View, WisdomInfo, WorkspaceTheme } from "./models_1";
|
|
4
|
+
import type { BooleanCondition, DateTimeCondition } from "./models_2";
|
|
5
|
+
import type { ChatMessage, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryAiAgentInfo, ContactSearchSummaryQueueInfo, DataTableSearchFilter, DateCondition, DecimalCondition, EmailAddressInfo, EmailAddressSearchFilter, EmailAttachment, EvaluationFormSearchFilter, EvaluationSearchFilter, HierarchyGroupCondition, HoursOfOperationSearchFilter, InboundAdditionalRecipients, InboundEmailContent, ListCondition, MetricSearchFilter, NotificationSearchFilter, NumberCondition, ParticipantConfiguration, ParticipantDetails, PersistentChat, PromptSearchFilter, QueueInfoInput, QueueSearchFilter, QuickConnectSearchFilter, RoutingCriteriaInputStepExpiry, RoutingProfileSearchFilter, RulesSearchFilter, SecurityProfilesSearchFilter, TaskAttachment, TemplatedMessageConfig, TestCaseSearchFilter, UserHierarchyGroupSearchFilter, UserSearchFilter, ViewSearchFilter, WorkspaceAssociationSearchFilter, WorkspaceSearchFilter } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface UpdateViewContentResponse {
|
|
10
|
+
/**
|
|
11
|
+
* <p>A view resource object. Contains metadata and content necessary to render the view.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
View?: View | undefined;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateViewMetadataRequest {
|
|
20
|
+
/**
|
|
21
|
+
* <p>The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the
|
|
22
|
+
* instance.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
InstanceId: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
ViewId: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The name of the view.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
Name?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The description of the view.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
Description?: string | undefined;
|
|
41
|
+
}
|
|
6
42
|
/**
|
|
7
43
|
* @public
|
|
8
44
|
*/
|
|
@@ -910,11 +910,13 @@ export declare var ReadOnlyFieldInfo$: StaticStructureSchema;
|
|
|
910
910
|
export declare var RealTimeContactAnalysisAttachment$: StaticStructureSchema;
|
|
911
911
|
export declare var RealTimeContactAnalysisCategoryDetails$: StaticStructureSchema;
|
|
912
912
|
export declare var RealTimeContactAnalysisCharacterInterval$: StaticStructureSchema;
|
|
913
|
+
export declare var RealTimeContactAnalysisExtractedInformationValue$: StaticStructureSchema;
|
|
913
914
|
export declare var RealTimeContactAnalysisIssueDetected$: StaticStructureSchema;
|
|
914
915
|
export declare var RealTimeContactAnalysisPointOfInterest$: StaticStructureSchema;
|
|
915
916
|
export declare var RealTimeContactAnalysisSegmentAttachments$: StaticStructureSchema;
|
|
916
917
|
export declare var RealTimeContactAnalysisSegmentCategories$: StaticStructureSchema;
|
|
917
918
|
export declare var RealTimeContactAnalysisSegmentEvent$: StaticStructureSchema;
|
|
919
|
+
export declare var RealTimeContactAnalysisSegmentExtractedInformation$: StaticStructureSchema;
|
|
918
920
|
export declare var RealTimeContactAnalysisSegmentIssues$: StaticStructureSchema;
|
|
919
921
|
export declare var RealTimeContactAnalysisSegmentPostContactSummary$: StaticStructureSchema;
|
|
920
922
|
export declare var RealTimeContactAnalysisSegmentTranscript$: StaticStructureSchema;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { UpdateViewContentRequest
|
|
2
|
+
import { UpdateViewContentRequest } from "../models/models_3";
|
|
3
|
+
import { UpdateViewContentResponse } from "../models/models_4";
|
|
3
4
|
export { __MetadataBearer };
|
|
4
5
|
export interface UpdateViewContentCommandInput extends UpdateViewContentRequest {}
|
|
5
6
|
export interface UpdateViewContentCommandOutput
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { UpdateViewMetadataRequest } from "../models/
|
|
3
|
-
import { UpdateViewMetadataResponse } from "../models/models_4";
|
|
2
|
+
import { UpdateViewMetadataRequest, UpdateViewMetadataResponse } from "../models/models_4";
|
|
4
3
|
export { __MetadataBearer };
|
|
5
4
|
export interface UpdateViewMetadataCommandInput extends UpdateViewMetadataRequest {}
|
|
6
5
|
export interface UpdateViewMetadataCommandOutput
|
|
@@ -1385,6 +1385,7 @@ export declare const RealTimeContactAnalysisSegmentType: {
|
|
|
1385
1385
|
readonly Attachments: "Attachments";
|
|
1386
1386
|
readonly Categories: "Categories";
|
|
1387
1387
|
readonly Event: "Event";
|
|
1388
|
+
readonly ExtractedInformation: "ExtractedInformation";
|
|
1388
1389
|
readonly Issues: "Issues";
|
|
1389
1390
|
readonly PostContactSummary: "PostContactSummary";
|
|
1390
1391
|
readonly Transcript: "Transcript";
|
|
@@ -1403,6 +1404,15 @@ export declare const ArtifactStatus: {
|
|
|
1403
1404
|
readonly REJECTED: "REJECTED";
|
|
1404
1405
|
};
|
|
1405
1406
|
export type ArtifactStatus = (typeof ArtifactStatus)[keyof typeof ArtifactStatus];
|
|
1407
|
+
export declare const RealTimeContactAnalysisExtractedInformationFailureCode: {
|
|
1408
|
+
readonly FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES";
|
|
1409
|
+
readonly INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT";
|
|
1410
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
1411
|
+
readonly MAX_PACKAGE_FEATURE_ONLY: "MAX_PACKAGE_FEATURE_ONLY";
|
|
1412
|
+
readonly QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
|
|
1413
|
+
};
|
|
1414
|
+
export type RealTimeContactAnalysisExtractedInformationFailureCode =
|
|
1415
|
+
(typeof RealTimeContactAnalysisExtractedInformationFailureCode)[keyof typeof RealTimeContactAnalysisExtractedInformationFailureCode];
|
|
1406
1416
|
export declare const RealTimeContactAnalysisPostContactSummaryFailureCode: {
|
|
1407
1417
|
readonly FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES";
|
|
1408
1418
|
readonly INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT";
|
|
@@ -15,7 +15,6 @@ import {
|
|
|
15
15
|
ContactState,
|
|
16
16
|
DataTableAttributeValueType,
|
|
17
17
|
DateTimeComparisonType,
|
|
18
|
-
DecimalComparisonType,
|
|
19
18
|
DirectoryType,
|
|
20
19
|
EntityType,
|
|
21
20
|
EvaluationFormValidationFindingSeverity,
|
|
@@ -43,13 +42,13 @@ import {
|
|
|
43
42
|
NotificationPriority,
|
|
44
43
|
NotificationSource,
|
|
45
44
|
NotificationStatus,
|
|
46
|
-
NumberComparisonType,
|
|
47
45
|
OperationalStatus,
|
|
48
46
|
ParticipantRole,
|
|
49
47
|
PhoneNumberCountryCode,
|
|
50
48
|
PhoneNumberType,
|
|
51
49
|
QueueType,
|
|
52
50
|
QuickConnectType,
|
|
51
|
+
RealTimeContactAnalysisExtractedInformationFailureCode,
|
|
53
52
|
RealTimeContactAnalysisOutputType,
|
|
54
53
|
RealTimeContactAnalysisPostContactSummaryFailureCode,
|
|
55
54
|
RealTimeContactAnalysisPostContactSummaryStatus,
|
|
@@ -1394,6 +1393,17 @@ export interface RealTimeContactAnalysisSegmentEvent {
|
|
|
1394
1393
|
EventType: string | undefined;
|
|
1395
1394
|
Time: RealTimeContactAnalysisTimeData | undefined;
|
|
1396
1395
|
}
|
|
1396
|
+
export interface RealTimeContactAnalysisExtractedInformationValue {
|
|
1397
|
+
Content: string | undefined;
|
|
1398
|
+
PointsOfInterest: RealTimeContactAnalysisTranscriptItemWithCharacterOffsets[] | undefined;
|
|
1399
|
+
}
|
|
1400
|
+
export interface RealTimeContactAnalysisSegmentExtractedInformation {
|
|
1401
|
+
ExtractionDefinitionId: string | undefined;
|
|
1402
|
+
ExtractionDefinitionName: string | undefined;
|
|
1403
|
+
ExtractionDefinitionDisplayLabel?: string | undefined;
|
|
1404
|
+
ExtractedValues?: RealTimeContactAnalysisExtractedInformationValue[] | undefined;
|
|
1405
|
+
FailureCode?: RealTimeContactAnalysisExtractedInformationFailureCode | undefined;
|
|
1406
|
+
}
|
|
1397
1407
|
export interface RealTimeContactAnalysisTranscriptItemWithContent {
|
|
1398
1408
|
Content?: string | undefined;
|
|
1399
1409
|
Id: string | undefined;
|
|
@@ -1428,6 +1438,7 @@ export type RealtimeContactAnalysisSegment =
|
|
|
1428
1438
|
| RealtimeContactAnalysisSegment.AttachmentsMember
|
|
1429
1439
|
| RealtimeContactAnalysisSegment.CategoriesMember
|
|
1430
1440
|
| RealtimeContactAnalysisSegment.EventMember
|
|
1441
|
+
| RealtimeContactAnalysisSegment.ExtractedInformationMember
|
|
1431
1442
|
| RealtimeContactAnalysisSegment.IssuesMember
|
|
1432
1443
|
| RealtimeContactAnalysisSegment.PostContactSummaryMember
|
|
1433
1444
|
| RealtimeContactAnalysisSegment.TranscriptMember
|
|
@@ -1440,6 +1451,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1440
1451
|
Event?: never;
|
|
1441
1452
|
Attachments?: never;
|
|
1442
1453
|
PostContactSummary?: never;
|
|
1454
|
+
ExtractedInformation?: never;
|
|
1443
1455
|
$unknown?: never;
|
|
1444
1456
|
}
|
|
1445
1457
|
interface CategoriesMember {
|
|
@@ -1449,6 +1461,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1449
1461
|
Event?: never;
|
|
1450
1462
|
Attachments?: never;
|
|
1451
1463
|
PostContactSummary?: never;
|
|
1464
|
+
ExtractedInformation?: never;
|
|
1452
1465
|
$unknown?: never;
|
|
1453
1466
|
}
|
|
1454
1467
|
interface IssuesMember {
|
|
@@ -1458,6 +1471,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1458
1471
|
Event?: never;
|
|
1459
1472
|
Attachments?: never;
|
|
1460
1473
|
PostContactSummary?: never;
|
|
1474
|
+
ExtractedInformation?: never;
|
|
1461
1475
|
$unknown?: never;
|
|
1462
1476
|
}
|
|
1463
1477
|
interface EventMember {
|
|
@@ -1467,6 +1481,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1467
1481
|
Event: RealTimeContactAnalysisSegmentEvent;
|
|
1468
1482
|
Attachments?: never;
|
|
1469
1483
|
PostContactSummary?: never;
|
|
1484
|
+
ExtractedInformation?: never;
|
|
1470
1485
|
$unknown?: never;
|
|
1471
1486
|
}
|
|
1472
1487
|
interface AttachmentsMember {
|
|
@@ -1476,6 +1491,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1476
1491
|
Event?: never;
|
|
1477
1492
|
Attachments: RealTimeContactAnalysisSegmentAttachments;
|
|
1478
1493
|
PostContactSummary?: never;
|
|
1494
|
+
ExtractedInformation?: never;
|
|
1479
1495
|
$unknown?: never;
|
|
1480
1496
|
}
|
|
1481
1497
|
interface PostContactSummaryMember {
|
|
@@ -1485,6 +1501,17 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1485
1501
|
Event?: never;
|
|
1486
1502
|
Attachments?: never;
|
|
1487
1503
|
PostContactSummary: RealTimeContactAnalysisSegmentPostContactSummary;
|
|
1504
|
+
ExtractedInformation?: never;
|
|
1505
|
+
$unknown?: never;
|
|
1506
|
+
}
|
|
1507
|
+
interface ExtractedInformationMember {
|
|
1508
|
+
Transcript?: never;
|
|
1509
|
+
Categories?: never;
|
|
1510
|
+
Issues?: never;
|
|
1511
|
+
Event?: never;
|
|
1512
|
+
Attachments?: never;
|
|
1513
|
+
PostContactSummary?: never;
|
|
1514
|
+
ExtractedInformation: RealTimeContactAnalysisSegmentExtractedInformation;
|
|
1488
1515
|
$unknown?: never;
|
|
1489
1516
|
}
|
|
1490
1517
|
interface $UnknownMember {
|
|
@@ -1494,6 +1521,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1494
1521
|
Event?: never;
|
|
1495
1522
|
Attachments?: never;
|
|
1496
1523
|
PostContactSummary?: never;
|
|
1524
|
+
ExtractedInformation?: never;
|
|
1497
1525
|
$unknown: [string, any];
|
|
1498
1526
|
}
|
|
1499
1527
|
interface Visitor<T> {
|
|
@@ -1503,6 +1531,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1503
1531
|
Event: (value: RealTimeContactAnalysisSegmentEvent) => T;
|
|
1504
1532
|
Attachments: (value: RealTimeContactAnalysisSegmentAttachments) => T;
|
|
1505
1533
|
PostContactSummary: (value: RealTimeContactAnalysisSegmentPostContactSummary) => T;
|
|
1534
|
+
ExtractedInformation: (value: RealTimeContactAnalysisSegmentExtractedInformation) => T;
|
|
1506
1535
|
_: (name: string, value: any) => T;
|
|
1507
1536
|
}
|
|
1508
1537
|
}
|
|
@@ -2004,15 +2033,3 @@ export interface DateTimeCondition {
|
|
|
2004
2033
|
MaxValue?: string | undefined;
|
|
2005
2034
|
ComparisonType?: DateTimeComparisonType | undefined;
|
|
2006
2035
|
}
|
|
2007
|
-
export interface DecimalCondition {
|
|
2008
|
-
FieldName?: string | undefined;
|
|
2009
|
-
MinValue?: number | undefined;
|
|
2010
|
-
MaxValue?: number | undefined;
|
|
2011
|
-
ComparisonType?: DecimalComparisonType | undefined;
|
|
2012
|
-
}
|
|
2013
|
-
export interface NumberCondition {
|
|
2014
|
-
FieldName?: string | undefined;
|
|
2015
|
-
MinValue?: number | undefined;
|
|
2016
|
-
MaxValue?: number | undefined;
|
|
2017
|
-
ComparisonType?: NumberComparisonType | undefined;
|
|
2018
|
-
}
|
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
DataTableAttributeValueType,
|
|
22
22
|
DataTableLockLevel,
|
|
23
23
|
DateComparisonType,
|
|
24
|
+
DecimalComparisonType,
|
|
24
25
|
EmailHeaderType,
|
|
25
26
|
EvaluationFormLanguageCode,
|
|
26
27
|
EvaluationFormVersionStatus,
|
|
@@ -40,6 +41,7 @@ import {
|
|
|
40
41
|
NotificationPriority,
|
|
41
42
|
NotificationStatus,
|
|
42
43
|
NotificationType,
|
|
44
|
+
NumberComparisonType,
|
|
43
45
|
OutboundMessageSourceType,
|
|
44
46
|
OverrideType,
|
|
45
47
|
ParticipantRole,
|
|
@@ -140,7 +142,19 @@ import {
|
|
|
140
142
|
ViewInputContent,
|
|
141
143
|
VoiceEnhancementConfig,
|
|
142
144
|
} from "./models_1";
|
|
143
|
-
import {
|
|
145
|
+
import { SignInConfig, TelephonyConfig } from "./models_2";
|
|
146
|
+
export interface DecimalCondition {
|
|
147
|
+
FieldName?: string | undefined;
|
|
148
|
+
MinValue?: number | undefined;
|
|
149
|
+
MaxValue?: number | undefined;
|
|
150
|
+
ComparisonType?: DecimalComparisonType | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface NumberCondition {
|
|
153
|
+
FieldName?: string | undefined;
|
|
154
|
+
MinValue?: number | undefined;
|
|
155
|
+
MaxValue?: number | undefined;
|
|
156
|
+
ComparisonType?: NumberComparisonType | undefined;
|
|
157
|
+
}
|
|
144
158
|
export interface ContactEvaluationAttributeValue {
|
|
145
159
|
StringValue?: string | undefined;
|
|
146
160
|
}
|
|
@@ -1674,12 +1688,3 @@ export interface UpdateViewContentRequest {
|
|
|
1674
1688
|
Status: ViewStatus | undefined;
|
|
1675
1689
|
Content: ViewInputContent | undefined;
|
|
1676
1690
|
}
|
|
1677
|
-
export interface UpdateViewContentResponse {
|
|
1678
|
-
View?: View | undefined;
|
|
1679
|
-
}
|
|
1680
|
-
export interface UpdateViewMetadataRequest {
|
|
1681
|
-
InstanceId: string | undefined;
|
|
1682
|
-
ViewId: string | undefined;
|
|
1683
|
-
Name?: string | undefined;
|
|
1684
|
-
Description?: string | undefined;
|
|
1685
|
-
}
|
|
@@ -59,10 +59,11 @@ import {
|
|
|
59
59
|
QueueInfo,
|
|
60
60
|
RecordingInfo,
|
|
61
61
|
TaskTemplateInfoV2,
|
|
62
|
+
View,
|
|
62
63
|
WisdomInfo,
|
|
63
64
|
WorkspaceTheme,
|
|
64
65
|
} from "./models_1";
|
|
65
|
-
import { BooleanCondition, DateTimeCondition
|
|
66
|
+
import { BooleanCondition, DateTimeCondition } from "./models_2";
|
|
66
67
|
import {
|
|
67
68
|
ChatMessage,
|
|
68
69
|
ContactFlowModuleSearchFilter,
|
|
@@ -72,6 +73,7 @@ import {
|
|
|
72
73
|
ContactSearchSummaryQueueInfo,
|
|
73
74
|
DataTableSearchFilter,
|
|
74
75
|
DateCondition,
|
|
76
|
+
DecimalCondition,
|
|
75
77
|
EmailAddressInfo,
|
|
76
78
|
EmailAddressSearchFilter,
|
|
77
79
|
EmailAttachment,
|
|
@@ -84,6 +86,7 @@ import {
|
|
|
84
86
|
ListCondition,
|
|
85
87
|
MetricSearchFilter,
|
|
86
88
|
NotificationSearchFilter,
|
|
89
|
+
NumberCondition,
|
|
87
90
|
ParticipantConfiguration,
|
|
88
91
|
ParticipantDetails,
|
|
89
92
|
PersistentChat,
|
|
@@ -104,6 +107,15 @@ import {
|
|
|
104
107
|
WorkspaceAssociationSearchFilter,
|
|
105
108
|
WorkspaceSearchFilter,
|
|
106
109
|
} from "./models_3";
|
|
110
|
+
export interface UpdateViewContentResponse {
|
|
111
|
+
View?: View | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface UpdateViewMetadataRequest {
|
|
114
|
+
InstanceId: string | undefined;
|
|
115
|
+
ViewId: string | undefined;
|
|
116
|
+
Name?: string | undefined;
|
|
117
|
+
Description?: string | undefined;
|
|
118
|
+
}
|
|
107
119
|
export interface UpdateViewMetadataResponse {}
|
|
108
120
|
export interface UpdateWorkspaceMetadataRequest {
|
|
109
121
|
InstanceId: string | undefined;
|
|
@@ -910,11 +910,13 @@ export declare var ReadOnlyFieldInfo$: StaticStructureSchema;
|
|
|
910
910
|
export declare var RealTimeContactAnalysisAttachment$: StaticStructureSchema;
|
|
911
911
|
export declare var RealTimeContactAnalysisCategoryDetails$: StaticStructureSchema;
|
|
912
912
|
export declare var RealTimeContactAnalysisCharacterInterval$: StaticStructureSchema;
|
|
913
|
+
export declare var RealTimeContactAnalysisExtractedInformationValue$: StaticStructureSchema;
|
|
913
914
|
export declare var RealTimeContactAnalysisIssueDetected$: StaticStructureSchema;
|
|
914
915
|
export declare var RealTimeContactAnalysisPointOfInterest$: StaticStructureSchema;
|
|
915
916
|
export declare var RealTimeContactAnalysisSegmentAttachments$: StaticStructureSchema;
|
|
916
917
|
export declare var RealTimeContactAnalysisSegmentCategories$: StaticStructureSchema;
|
|
917
918
|
export declare var RealTimeContactAnalysisSegmentEvent$: StaticStructureSchema;
|
|
919
|
+
export declare var RealTimeContactAnalysisSegmentExtractedInformation$: StaticStructureSchema;
|
|
918
920
|
export declare var RealTimeContactAnalysisSegmentIssues$: StaticStructureSchema;
|
|
919
921
|
export declare var RealTimeContactAnalysisSegmentPostContactSummary$: StaticStructureSchema;
|
|
920
922
|
export declare var RealTimeContactAnalysisSegmentTranscript$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1117.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-connect",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.977.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
51
|
-
"@aws-sdk/types": "^3.974.
|
|
52
|
-
"@smithy/core": "^3.
|
|
53
|
-
"@smithy/fetch-http-handler": "^5.
|
|
54
|
-
"@smithy/node-http-handler": "^4.
|
|
55
|
-
"@smithy/types": "^4.
|
|
49
|
+
"@aws-sdk/core": "^3.977.9",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.81",
|
|
51
|
+
"@aws-sdk/types": "^3.974.5",
|
|
52
|
+
"@smithy/core": "^3.33.3",
|
|
53
|
+
"@smithy/fetch-http-handler": "^5.7.2",
|
|
54
|
+
"@smithy/node-http-handler": "^4.11.3",
|
|
55
|
+
"@smithy/types": "^4.17.2",
|
|
56
56
|
"tslib": "^2.6.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|