@aws-sdk/client-connect 3.936.0 → 3.938.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/README.md +64 -0
- package/dist-cjs/index.js +425 -17
- package/dist-es/Connect.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
- package/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
- package/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +307 -17
- package/dist-types/Connect.d.ts +56 -0
- package/dist-types/ConnectClient.d.ts +10 -2
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +4 -0
- package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +99 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +8 -0
- package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
- package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +8 -0
- package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
- package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
- package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +2 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +162 -239
- package/dist-types/models/models_1.d.ts +501 -481
- package/dist-types/models/models_2.d.ts +3522 -3819
- package/dist-types/models/models_3.d.ts +803 -3
- package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +30 -0
- package/dist-types/ts3.4/Connect.d.ts +136 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -99
- package/dist-types/ts3.4/models/models_1.d.ts +161 -102
- package/dist-types/ts3.4/models/models_2.d.ts +112 -157
- package/dist-types/ts3.4/models/models_3.d.ts +185 -2
- package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
- package/package.json +1 -1
|
@@ -25,7 +25,9 @@ export * from "./CompleteAttachedFileUploadCommand";
|
|
|
25
25
|
export * from "./CreateAgentStatusCommand";
|
|
26
26
|
export * from "./CreateContactCommand";
|
|
27
27
|
export * from "./CreateContactFlowCommand";
|
|
28
|
+
export * from "./CreateContactFlowModuleAliasCommand";
|
|
28
29
|
export * from "./CreateContactFlowModuleCommand";
|
|
30
|
+
export * from "./CreateContactFlowModuleVersionCommand";
|
|
29
31
|
export * from "./CreateContactFlowVersionCommand";
|
|
30
32
|
export * from "./CreateEmailAddressCommand";
|
|
31
33
|
export * from "./CreateEvaluationFormCommand";
|
|
@@ -55,7 +57,9 @@ export * from "./DeactivateEvaluationFormCommand";
|
|
|
55
57
|
export * from "./DeleteAttachedFileCommand";
|
|
56
58
|
export * from "./DeleteContactEvaluationCommand";
|
|
57
59
|
export * from "./DeleteContactFlowCommand";
|
|
60
|
+
export * from "./DeleteContactFlowModuleAliasCommand";
|
|
58
61
|
export * from "./DeleteContactFlowModuleCommand";
|
|
62
|
+
export * from "./DeleteContactFlowModuleVersionCommand";
|
|
59
63
|
export * from "./DeleteContactFlowVersionCommand";
|
|
60
64
|
export * from "./DeleteEmailAddressCommand";
|
|
61
65
|
export * from "./DeleteEvaluationFormCommand";
|
|
@@ -84,6 +88,7 @@ export * from "./DescribeAuthenticationProfileCommand";
|
|
|
84
88
|
export * from "./DescribeContactCommand";
|
|
85
89
|
export * from "./DescribeContactEvaluationCommand";
|
|
86
90
|
export * from "./DescribeContactFlowCommand";
|
|
91
|
+
export * from "./DescribeContactFlowModuleAliasCommand";
|
|
87
92
|
export * from "./DescribeContactFlowModuleCommand";
|
|
88
93
|
export * from "./DescribeEmailAddressCommand";
|
|
89
94
|
export * from "./DescribeEvaluationFormCommand";
|
|
@@ -143,6 +148,8 @@ export * from "./ListAssociatedContactsCommand";
|
|
|
143
148
|
export * from "./ListAuthenticationProfilesCommand";
|
|
144
149
|
export * from "./ListBotsCommand";
|
|
145
150
|
export * from "./ListContactEvaluationsCommand";
|
|
151
|
+
export * from "./ListContactFlowModuleAliasesCommand";
|
|
152
|
+
export * from "./ListContactFlowModuleVersionsCommand";
|
|
146
153
|
export * from "./ListContactFlowModulesCommand";
|
|
147
154
|
export * from "./ListContactFlowVersionsCommand";
|
|
148
155
|
export * from "./ListContactFlowsCommand";
|
|
@@ -243,6 +250,7 @@ export * from "./UpdateContactCommand";
|
|
|
243
250
|
export * from "./UpdateContactEvaluationCommand";
|
|
244
251
|
export * from "./UpdateContactFlowContentCommand";
|
|
245
252
|
export * from "./UpdateContactFlowMetadataCommand";
|
|
253
|
+
export * from "./UpdateContactFlowModuleAliasCommand";
|
|
246
254
|
export * from "./UpdateContactFlowModuleContentCommand";
|
|
247
255
|
export * from "./UpdateContactFlowModuleMetadataCommand";
|
|
248
256
|
export * from "./UpdateContactFlowNameCommand";
|
|
@@ -23,9 +23,6 @@ import {
|
|
|
23
23
|
EvaluationFormScoringMode,
|
|
24
24
|
EvaluationFormScoringStatus,
|
|
25
25
|
EvaluationFormSingleSelectQuestionDisplayMode,
|
|
26
|
-
EvaluationQuestionAnswerAnalysisType,
|
|
27
|
-
EvaluationSuggestedAnswerStatus,
|
|
28
|
-
EvaluationTranscriptType,
|
|
29
26
|
EventSourceName,
|
|
30
27
|
FailureReasonCode,
|
|
31
28
|
FileStatusType,
|
|
@@ -46,7 +43,6 @@ import {
|
|
|
46
43
|
ParticipantType,
|
|
47
44
|
PhoneType,
|
|
48
45
|
PropertyValidationExceptionReason,
|
|
49
|
-
QuestionRuleCategoryAutomationCondition,
|
|
50
46
|
QuickConnectType,
|
|
51
47
|
RecordingStatus,
|
|
52
48
|
ReferenceStatus,
|
|
@@ -623,6 +619,9 @@ export interface CreateContactFlowResponse {
|
|
|
623
619
|
export interface ProblemDetail {
|
|
624
620
|
message?: string | undefined;
|
|
625
621
|
}
|
|
622
|
+
export interface ExternalInvocationConfiguration {
|
|
623
|
+
Enabled?: boolean | undefined;
|
|
624
|
+
}
|
|
626
625
|
export interface CreateContactFlowModuleRequest {
|
|
627
626
|
InstanceId: string | undefined;
|
|
628
627
|
Name: string | undefined;
|
|
@@ -630,11 +629,34 @@ export interface CreateContactFlowModuleRequest {
|
|
|
630
629
|
Content: string | undefined;
|
|
631
630
|
Tags?: Record<string, string> | undefined;
|
|
632
631
|
ClientToken?: string | undefined;
|
|
632
|
+
Settings?: string | undefined;
|
|
633
|
+
ExternalInvocationConfiguration?: ExternalInvocationConfiguration | undefined;
|
|
633
634
|
}
|
|
634
635
|
export interface CreateContactFlowModuleResponse {
|
|
635
636
|
Id?: string | undefined;
|
|
636
637
|
Arn?: string | undefined;
|
|
637
638
|
}
|
|
639
|
+
export interface CreateContactFlowModuleAliasRequest {
|
|
640
|
+
InstanceId: string | undefined;
|
|
641
|
+
Description?: string | undefined;
|
|
642
|
+
ContactFlowModuleId: string | undefined;
|
|
643
|
+
ContactFlowModuleVersion: number | undefined;
|
|
644
|
+
AliasName: string | undefined;
|
|
645
|
+
}
|
|
646
|
+
export interface CreateContactFlowModuleAliasResponse {
|
|
647
|
+
ContactFlowModuleArn?: string | undefined;
|
|
648
|
+
Id?: string | undefined;
|
|
649
|
+
}
|
|
650
|
+
export interface CreateContactFlowModuleVersionRequest {
|
|
651
|
+
InstanceId: string | undefined;
|
|
652
|
+
Description?: string | undefined;
|
|
653
|
+
ContactFlowModuleId: string | undefined;
|
|
654
|
+
FlowModuleContentSha256?: string | undefined;
|
|
655
|
+
}
|
|
656
|
+
export interface CreateContactFlowModuleVersionResponse {
|
|
657
|
+
ContactFlowModuleArn?: string | undefined;
|
|
658
|
+
Version?: number | undefined;
|
|
659
|
+
}
|
|
638
660
|
export interface CreateContactFlowVersionRequest {
|
|
639
661
|
InstanceId: string | undefined;
|
|
640
662
|
Description?: string | undefined;
|
|
@@ -1082,6 +1104,7 @@ export interface SendNotificationActionDefinition {
|
|
|
1082
1104
|
Content: string | undefined;
|
|
1083
1105
|
ContentType: NotificationContentType | undefined;
|
|
1084
1106
|
Recipient: NotificationRecipientType | undefined;
|
|
1107
|
+
Exclusion?: NotificationRecipientType | undefined;
|
|
1085
1108
|
}
|
|
1086
1109
|
export interface SubmitAutoEvaluationActionDefinition {
|
|
1087
1110
|
EvaluationFormId: string | undefined;
|
|
@@ -1346,6 +1369,18 @@ export interface DeleteContactFlowModuleRequest {
|
|
|
1346
1369
|
ContactFlowModuleId: string | undefined;
|
|
1347
1370
|
}
|
|
1348
1371
|
export interface DeleteContactFlowModuleResponse {}
|
|
1372
|
+
export interface DeleteContactFlowModuleAliasRequest {
|
|
1373
|
+
InstanceId: string | undefined;
|
|
1374
|
+
ContactFlowModuleId: string | undefined;
|
|
1375
|
+
AliasId: string | undefined;
|
|
1376
|
+
}
|
|
1377
|
+
export interface DeleteContactFlowModuleAliasResponse {}
|
|
1378
|
+
export interface DeleteContactFlowModuleVersionRequest {
|
|
1379
|
+
InstanceId: string | undefined;
|
|
1380
|
+
ContactFlowModuleId: string | undefined;
|
|
1381
|
+
ContactFlowModuleVersion: number | undefined;
|
|
1382
|
+
}
|
|
1383
|
+
export interface DeleteContactFlowModuleVersionResponse {}
|
|
1349
1384
|
export interface DeleteContactFlowVersionRequest {
|
|
1350
1385
|
InstanceId: string | undefined;
|
|
1351
1386
|
ContactFlowId: string | undefined;
|
|
@@ -1606,98 +1641,3 @@ export interface EvaluationTranscriptPointOfInterest {
|
|
|
1606
1641
|
| undefined;
|
|
1607
1642
|
TranscriptSegment?: string | undefined;
|
|
1608
1643
|
}
|
|
1609
|
-
export interface EvaluationAutomationRuleCategory {
|
|
1610
|
-
Category: string | undefined;
|
|
1611
|
-
Condition: QuestionRuleCategoryAutomationCondition | undefined;
|
|
1612
|
-
PointsOfInterest?: EvaluationTranscriptPointOfInterest[] | undefined;
|
|
1613
|
-
}
|
|
1614
|
-
export interface EvaluationContactLensAnswerAnalysisDetails {
|
|
1615
|
-
MatchedRuleCategories?: EvaluationAutomationRuleCategory[] | undefined;
|
|
1616
|
-
}
|
|
1617
|
-
export interface EvaluationGenAIAnswerAnalysisDetails {
|
|
1618
|
-
Justification?: string | undefined;
|
|
1619
|
-
PointsOfInterest?: EvaluationTranscriptPointOfInterest[] | undefined;
|
|
1620
|
-
}
|
|
1621
|
-
export type EvaluationQuestionAnswerAnalysisDetails =
|
|
1622
|
-
| EvaluationQuestionAnswerAnalysisDetails.ContactLensMember
|
|
1623
|
-
| EvaluationQuestionAnswerAnalysisDetails.GenAIMember
|
|
1624
|
-
| EvaluationQuestionAnswerAnalysisDetails.$UnknownMember;
|
|
1625
|
-
export declare namespace EvaluationQuestionAnswerAnalysisDetails {
|
|
1626
|
-
interface GenAIMember {
|
|
1627
|
-
GenAI: EvaluationGenAIAnswerAnalysisDetails;
|
|
1628
|
-
ContactLens?: never;
|
|
1629
|
-
$unknown?: never;
|
|
1630
|
-
}
|
|
1631
|
-
interface ContactLensMember {
|
|
1632
|
-
GenAI?: never;
|
|
1633
|
-
ContactLens: EvaluationContactLensAnswerAnalysisDetails;
|
|
1634
|
-
$unknown?: never;
|
|
1635
|
-
}
|
|
1636
|
-
interface $UnknownMember {
|
|
1637
|
-
GenAI?: never;
|
|
1638
|
-
ContactLens?: never;
|
|
1639
|
-
$unknown: [string, any];
|
|
1640
|
-
}
|
|
1641
|
-
interface Visitor<T> {
|
|
1642
|
-
GenAI: (value: EvaluationGenAIAnswerAnalysisDetails) => T;
|
|
1643
|
-
ContactLens: (value: EvaluationContactLensAnswerAnalysisDetails) => T;
|
|
1644
|
-
_: (name: string, value: any) => T;
|
|
1645
|
-
}
|
|
1646
|
-
}
|
|
1647
|
-
export interface EvaluationQuestionInputDetails {
|
|
1648
|
-
TranscriptType?: EvaluationTranscriptType | undefined;
|
|
1649
|
-
}
|
|
1650
|
-
export type EvaluationAnswerData =
|
|
1651
|
-
| EvaluationAnswerData.NotApplicableMember
|
|
1652
|
-
| EvaluationAnswerData.NumericValueMember
|
|
1653
|
-
| EvaluationAnswerData.StringValueMember
|
|
1654
|
-
| EvaluationAnswerData.$UnknownMember;
|
|
1655
|
-
export declare namespace EvaluationAnswerData {
|
|
1656
|
-
interface StringValueMember {
|
|
1657
|
-
StringValue: string;
|
|
1658
|
-
NumericValue?: never;
|
|
1659
|
-
NotApplicable?: never;
|
|
1660
|
-
$unknown?: never;
|
|
1661
|
-
}
|
|
1662
|
-
interface NumericValueMember {
|
|
1663
|
-
StringValue?: never;
|
|
1664
|
-
NumericValue: number;
|
|
1665
|
-
NotApplicable?: never;
|
|
1666
|
-
$unknown?: never;
|
|
1667
|
-
}
|
|
1668
|
-
interface NotApplicableMember {
|
|
1669
|
-
StringValue?: never;
|
|
1670
|
-
NumericValue?: never;
|
|
1671
|
-
NotApplicable: boolean;
|
|
1672
|
-
$unknown?: never;
|
|
1673
|
-
}
|
|
1674
|
-
interface $UnknownMember {
|
|
1675
|
-
StringValue?: never;
|
|
1676
|
-
NumericValue?: never;
|
|
1677
|
-
NotApplicable?: never;
|
|
1678
|
-
$unknown: [string, any];
|
|
1679
|
-
}
|
|
1680
|
-
interface Visitor<T> {
|
|
1681
|
-
StringValue: (value: string) => T;
|
|
1682
|
-
NumericValue: (value: number) => T;
|
|
1683
|
-
NotApplicable: (value: boolean) => T;
|
|
1684
|
-
_: (name: string, value: any) => T;
|
|
1685
|
-
}
|
|
1686
|
-
}
|
|
1687
|
-
export interface EvaluationSuggestedAnswer {
|
|
1688
|
-
Value?: EvaluationAnswerData | undefined;
|
|
1689
|
-
Status: EvaluationSuggestedAnswerStatus | undefined;
|
|
1690
|
-
Input?: EvaluationQuestionInputDetails | undefined;
|
|
1691
|
-
AnalysisType: EvaluationQuestionAnswerAnalysisType | undefined;
|
|
1692
|
-
AnalysisDetails?: EvaluationQuestionAnswerAnalysisDetails | undefined;
|
|
1693
|
-
}
|
|
1694
|
-
export interface EvaluationAnswerOutput {
|
|
1695
|
-
Value?: EvaluationAnswerData | undefined;
|
|
1696
|
-
SystemSuggestedValue?: EvaluationAnswerData | undefined;
|
|
1697
|
-
SuggestedAnswers?: EvaluationSuggestedAnswer[] | undefined;
|
|
1698
|
-
}
|
|
1699
|
-
export interface EvaluationAcknowledgement {
|
|
1700
|
-
AcknowledgedTime: Date | undefined;
|
|
1701
|
-
AcknowledgedBy: string | undefined;
|
|
1702
|
-
AcknowledgerComment?: string | undefined;
|
|
1703
|
-
}
|
|
@@ -16,7 +16,10 @@ import {
|
|
|
16
16
|
CurrentMetricName,
|
|
17
17
|
DirectoryType,
|
|
18
18
|
EvaluationFormVersionStatus,
|
|
19
|
+
EvaluationQuestionAnswerAnalysisType,
|
|
19
20
|
EvaluationStatus,
|
|
21
|
+
EvaluationSuggestedAnswerStatus,
|
|
22
|
+
EvaluationTranscriptType,
|
|
20
23
|
EvaluationType,
|
|
21
24
|
EventSourceName,
|
|
22
25
|
FileStatusType,
|
|
@@ -36,6 +39,7 @@ import {
|
|
|
36
39
|
PhoneNumberCountryCode,
|
|
37
40
|
PhoneNumberType,
|
|
38
41
|
PhoneNumberWorkflowStatus,
|
|
42
|
+
QuestionRuleCategoryAutomationCondition,
|
|
39
43
|
QueueStatus,
|
|
40
44
|
QueueType,
|
|
41
45
|
QuickConnectType,
|
|
@@ -67,11 +71,10 @@ import {
|
|
|
67
71
|
AgentStatusSummary,
|
|
68
72
|
AliasConfiguration,
|
|
69
73
|
AnalyticsDataAssociationResult,
|
|
70
|
-
Application,
|
|
71
74
|
CreatedByInfo,
|
|
72
75
|
Distribution,
|
|
73
|
-
|
|
74
|
-
|
|
76
|
+
EvaluationTranscriptPointOfInterest,
|
|
77
|
+
ExternalInvocationConfiguration,
|
|
75
78
|
FlowAssociationSummary,
|
|
76
79
|
HoursOfOperationConfig,
|
|
77
80
|
HoursOfOperationOverrideConfig,
|
|
@@ -95,6 +98,101 @@ import {
|
|
|
95
98
|
UserPhoneConfig,
|
|
96
99
|
View,
|
|
97
100
|
} from "./models_0";
|
|
101
|
+
export interface EvaluationAutomationRuleCategory {
|
|
102
|
+
Category: string | undefined;
|
|
103
|
+
Condition: QuestionRuleCategoryAutomationCondition | undefined;
|
|
104
|
+
PointsOfInterest?: EvaluationTranscriptPointOfInterest[] | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface EvaluationContactLensAnswerAnalysisDetails {
|
|
107
|
+
MatchedRuleCategories?: EvaluationAutomationRuleCategory[] | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface EvaluationGenAIAnswerAnalysisDetails {
|
|
110
|
+
Justification?: string | undefined;
|
|
111
|
+
PointsOfInterest?: EvaluationTranscriptPointOfInterest[] | undefined;
|
|
112
|
+
}
|
|
113
|
+
export type EvaluationQuestionAnswerAnalysisDetails =
|
|
114
|
+
| EvaluationQuestionAnswerAnalysisDetails.ContactLensMember
|
|
115
|
+
| EvaluationQuestionAnswerAnalysisDetails.GenAIMember
|
|
116
|
+
| EvaluationQuestionAnswerAnalysisDetails.$UnknownMember;
|
|
117
|
+
export declare namespace EvaluationQuestionAnswerAnalysisDetails {
|
|
118
|
+
interface GenAIMember {
|
|
119
|
+
GenAI: EvaluationGenAIAnswerAnalysisDetails;
|
|
120
|
+
ContactLens?: never;
|
|
121
|
+
$unknown?: never;
|
|
122
|
+
}
|
|
123
|
+
interface ContactLensMember {
|
|
124
|
+
GenAI?: never;
|
|
125
|
+
ContactLens: EvaluationContactLensAnswerAnalysisDetails;
|
|
126
|
+
$unknown?: never;
|
|
127
|
+
}
|
|
128
|
+
interface $UnknownMember {
|
|
129
|
+
GenAI?: never;
|
|
130
|
+
ContactLens?: never;
|
|
131
|
+
$unknown: [string, any];
|
|
132
|
+
}
|
|
133
|
+
interface Visitor<T> {
|
|
134
|
+
GenAI: (value: EvaluationGenAIAnswerAnalysisDetails) => T;
|
|
135
|
+
ContactLens: (value: EvaluationContactLensAnswerAnalysisDetails) => T;
|
|
136
|
+
_: (name: string, value: any) => T;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
export interface EvaluationQuestionInputDetails {
|
|
140
|
+
TranscriptType?: EvaluationTranscriptType | undefined;
|
|
141
|
+
}
|
|
142
|
+
export type EvaluationAnswerData =
|
|
143
|
+
| EvaluationAnswerData.NotApplicableMember
|
|
144
|
+
| EvaluationAnswerData.NumericValueMember
|
|
145
|
+
| EvaluationAnswerData.StringValueMember
|
|
146
|
+
| EvaluationAnswerData.$UnknownMember;
|
|
147
|
+
export declare namespace EvaluationAnswerData {
|
|
148
|
+
interface StringValueMember {
|
|
149
|
+
StringValue: string;
|
|
150
|
+
NumericValue?: never;
|
|
151
|
+
NotApplicable?: never;
|
|
152
|
+
$unknown?: never;
|
|
153
|
+
}
|
|
154
|
+
interface NumericValueMember {
|
|
155
|
+
StringValue?: never;
|
|
156
|
+
NumericValue: number;
|
|
157
|
+
NotApplicable?: never;
|
|
158
|
+
$unknown?: never;
|
|
159
|
+
}
|
|
160
|
+
interface NotApplicableMember {
|
|
161
|
+
StringValue?: never;
|
|
162
|
+
NumericValue?: never;
|
|
163
|
+
NotApplicable: boolean;
|
|
164
|
+
$unknown?: never;
|
|
165
|
+
}
|
|
166
|
+
interface $UnknownMember {
|
|
167
|
+
StringValue?: never;
|
|
168
|
+
NumericValue?: never;
|
|
169
|
+
NotApplicable?: never;
|
|
170
|
+
$unknown: [string, any];
|
|
171
|
+
}
|
|
172
|
+
interface Visitor<T> {
|
|
173
|
+
StringValue: (value: string) => T;
|
|
174
|
+
NumericValue: (value: number) => T;
|
|
175
|
+
NotApplicable: (value: boolean) => T;
|
|
176
|
+
_: (name: string, value: any) => T;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
export interface EvaluationSuggestedAnswer {
|
|
180
|
+
Value?: EvaluationAnswerData | undefined;
|
|
181
|
+
Status: EvaluationSuggestedAnswerStatus | undefined;
|
|
182
|
+
Input?: EvaluationQuestionInputDetails | undefined;
|
|
183
|
+
AnalysisType: EvaluationQuestionAnswerAnalysisType | undefined;
|
|
184
|
+
AnalysisDetails?: EvaluationQuestionAnswerAnalysisDetails | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface EvaluationAnswerOutput {
|
|
187
|
+
Value?: EvaluationAnswerData | undefined;
|
|
188
|
+
SystemSuggestedValue?: EvaluationAnswerData | undefined;
|
|
189
|
+
SuggestedAnswers?: EvaluationSuggestedAnswer[] | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface EvaluationAcknowledgement {
|
|
192
|
+
AcknowledgedTime: Date | undefined;
|
|
193
|
+
AcknowledgedBy: string | undefined;
|
|
194
|
+
AcknowledgerComment?: string | undefined;
|
|
195
|
+
}
|
|
98
196
|
export interface AutoEvaluationDetails {
|
|
99
197
|
AutoEvaluationEnabled: boolean | undefined;
|
|
100
198
|
AutoEvaluationStatus?: AutoEvaluationStatus | undefined;
|
|
@@ -165,10 +263,33 @@ export interface ContactFlowModule {
|
|
|
165
263
|
State?: ContactFlowModuleState | undefined;
|
|
166
264
|
Status?: ContactFlowModuleStatus | undefined;
|
|
167
265
|
Tags?: Record<string, string> | undefined;
|
|
266
|
+
FlowModuleContentSha256?: string | undefined;
|
|
267
|
+
Version?: number | undefined;
|
|
268
|
+
VersionDescription?: string | undefined;
|
|
269
|
+
Settings?: string | undefined;
|
|
270
|
+
ExternalInvocationConfiguration?: ExternalInvocationConfiguration | undefined;
|
|
168
271
|
}
|
|
169
272
|
export interface DescribeContactFlowModuleResponse {
|
|
170
273
|
ContactFlowModule?: ContactFlowModule | undefined;
|
|
171
274
|
}
|
|
275
|
+
export interface DescribeContactFlowModuleAliasRequest {
|
|
276
|
+
InstanceId: string | undefined;
|
|
277
|
+
ContactFlowModuleId: string | undefined;
|
|
278
|
+
AliasId: string | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface ContactFlowModuleAliasInfo {
|
|
281
|
+
ContactFlowModuleId?: string | undefined;
|
|
282
|
+
ContactFlowModuleArn?: string | undefined;
|
|
283
|
+
AliasId?: string | undefined;
|
|
284
|
+
Version?: number | undefined;
|
|
285
|
+
Name?: string | undefined;
|
|
286
|
+
Description?: string | undefined;
|
|
287
|
+
LastModifiedRegion?: string | undefined;
|
|
288
|
+
LastModifiedTime?: Date | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface DescribeContactFlowModuleAliasResponse {
|
|
291
|
+
ContactFlowModuleAlias?: ContactFlowModuleAliasInfo | undefined;
|
|
292
|
+
}
|
|
172
293
|
export interface DescribeEmailAddressRequest {
|
|
173
294
|
InstanceId: string | undefined;
|
|
174
295
|
EmailAddressId: string | undefined;
|
|
@@ -1112,6 +1233,26 @@ export interface ListContactEvaluationsResponse {
|
|
|
1112
1233
|
EvaluationSummaryList: EvaluationSummary[] | undefined;
|
|
1113
1234
|
NextToken?: string | undefined;
|
|
1114
1235
|
}
|
|
1236
|
+
export interface ListContactFlowModuleAliasesRequest {
|
|
1237
|
+
InstanceId: string | undefined;
|
|
1238
|
+
ContactFlowModuleId: string | undefined;
|
|
1239
|
+
NextToken?: string | undefined;
|
|
1240
|
+
MaxResults?: number | undefined;
|
|
1241
|
+
}
|
|
1242
|
+
export interface ContactFlowModuleAliasSummary {
|
|
1243
|
+
Arn?: string | undefined;
|
|
1244
|
+
AliasId?: string | undefined;
|
|
1245
|
+
Version?: number | undefined;
|
|
1246
|
+
AliasName?: string | undefined;
|
|
1247
|
+
AliasDescription?: string | undefined;
|
|
1248
|
+
LastModifiedTime?: Date | undefined;
|
|
1249
|
+
}
|
|
1250
|
+
export interface ListContactFlowModuleAliasesResponse {
|
|
1251
|
+
ContactFlowModuleAliasSummaryList?:
|
|
1252
|
+
| ContactFlowModuleAliasSummary[]
|
|
1253
|
+
| undefined;
|
|
1254
|
+
NextToken?: string | undefined;
|
|
1255
|
+
}
|
|
1115
1256
|
export interface ListContactFlowModulesRequest {
|
|
1116
1257
|
InstanceId: string | undefined;
|
|
1117
1258
|
NextToken?: string | undefined;
|
|
@@ -1128,6 +1269,23 @@ export interface ListContactFlowModulesResponse {
|
|
|
1128
1269
|
ContactFlowModulesSummaryList?: ContactFlowModuleSummary[] | undefined;
|
|
1129
1270
|
NextToken?: string | undefined;
|
|
1130
1271
|
}
|
|
1272
|
+
export interface ListContactFlowModuleVersionsRequest {
|
|
1273
|
+
InstanceId: string | undefined;
|
|
1274
|
+
ContactFlowModuleId: string | undefined;
|
|
1275
|
+
NextToken?: string | undefined;
|
|
1276
|
+
MaxResults?: number | undefined;
|
|
1277
|
+
}
|
|
1278
|
+
export interface ContactFlowModuleVersionSummary {
|
|
1279
|
+
Arn?: string | undefined;
|
|
1280
|
+
VersionDescription?: string | undefined;
|
|
1281
|
+
Version?: number | undefined;
|
|
1282
|
+
}
|
|
1283
|
+
export interface ListContactFlowModuleVersionsResponse {
|
|
1284
|
+
ContactFlowModuleVersionSummaryList?:
|
|
1285
|
+
| ContactFlowModuleVersionSummary[]
|
|
1286
|
+
| undefined;
|
|
1287
|
+
NextToken?: string | undefined;
|
|
1288
|
+
}
|
|
1131
1289
|
export interface ListContactFlowsRequest {
|
|
1132
1290
|
InstanceId: string | undefined;
|
|
1133
1291
|
ContactFlowTypes?: ContactFlowType[] | undefined;
|
|
@@ -1875,102 +2033,3 @@ export interface ListSecurityKeysRequest {
|
|
|
1875
2033
|
NextToken?: string | undefined;
|
|
1876
2034
|
MaxResults?: number | undefined;
|
|
1877
2035
|
}
|
|
1878
|
-
export interface SecurityKey {
|
|
1879
|
-
AssociationId?: string | undefined;
|
|
1880
|
-
Key?: string | undefined;
|
|
1881
|
-
CreationTime?: Date | undefined;
|
|
1882
|
-
}
|
|
1883
|
-
export interface ListSecurityKeysResponse {
|
|
1884
|
-
SecurityKeys?: SecurityKey[] | undefined;
|
|
1885
|
-
NextToken?: string | undefined;
|
|
1886
|
-
}
|
|
1887
|
-
export interface ListSecurityProfileApplicationsRequest {
|
|
1888
|
-
SecurityProfileId: string | undefined;
|
|
1889
|
-
InstanceId: string | undefined;
|
|
1890
|
-
NextToken?: string | undefined;
|
|
1891
|
-
MaxResults?: number | undefined;
|
|
1892
|
-
}
|
|
1893
|
-
export interface ListSecurityProfileApplicationsResponse {
|
|
1894
|
-
Applications?: Application[] | undefined;
|
|
1895
|
-
NextToken?: string | undefined;
|
|
1896
|
-
LastModifiedTime?: Date | undefined;
|
|
1897
|
-
LastModifiedRegion?: string | undefined;
|
|
1898
|
-
}
|
|
1899
|
-
export interface ListSecurityProfilePermissionsRequest {
|
|
1900
|
-
SecurityProfileId: string | undefined;
|
|
1901
|
-
InstanceId: string | undefined;
|
|
1902
|
-
NextToken?: string | undefined;
|
|
1903
|
-
MaxResults?: number | undefined;
|
|
1904
|
-
}
|
|
1905
|
-
export interface ListSecurityProfilePermissionsResponse {
|
|
1906
|
-
Permissions?: string[] | undefined;
|
|
1907
|
-
NextToken?: string | undefined;
|
|
1908
|
-
LastModifiedTime?: Date | undefined;
|
|
1909
|
-
LastModifiedRegion?: string | undefined;
|
|
1910
|
-
}
|
|
1911
|
-
export interface ListSecurityProfilesRequest {
|
|
1912
|
-
InstanceId: string | undefined;
|
|
1913
|
-
NextToken?: string | undefined;
|
|
1914
|
-
MaxResults?: number | undefined;
|
|
1915
|
-
}
|
|
1916
|
-
export interface SecurityProfileSummary {
|
|
1917
|
-
Id?: string | undefined;
|
|
1918
|
-
Arn?: string | undefined;
|
|
1919
|
-
Name?: string | undefined;
|
|
1920
|
-
LastModifiedTime?: Date | undefined;
|
|
1921
|
-
LastModifiedRegion?: string | undefined;
|
|
1922
|
-
}
|
|
1923
|
-
export interface ListSecurityProfilesResponse {
|
|
1924
|
-
SecurityProfileSummaryList?: SecurityProfileSummary[] | undefined;
|
|
1925
|
-
NextToken?: string | undefined;
|
|
1926
|
-
}
|
|
1927
|
-
export interface ListTagsForResourceRequest {
|
|
1928
|
-
resourceArn: string | undefined;
|
|
1929
|
-
}
|
|
1930
|
-
export interface ListTagsForResourceResponse {
|
|
1931
|
-
tags?: Record<string, string> | undefined;
|
|
1932
|
-
}
|
|
1933
|
-
export interface ListTaskTemplatesRequest {
|
|
1934
|
-
InstanceId: string | undefined;
|
|
1935
|
-
NextToken?: string | undefined;
|
|
1936
|
-
MaxResults?: number | undefined;
|
|
1937
|
-
Status?: TaskTemplateStatus | undefined;
|
|
1938
|
-
Name?: string | undefined;
|
|
1939
|
-
}
|
|
1940
|
-
export interface TaskTemplateMetadata {
|
|
1941
|
-
Id?: string | undefined;
|
|
1942
|
-
Arn?: string | undefined;
|
|
1943
|
-
Name?: string | undefined;
|
|
1944
|
-
Description?: string | undefined;
|
|
1945
|
-
Status?: TaskTemplateStatus | undefined;
|
|
1946
|
-
LastModifiedTime?: Date | undefined;
|
|
1947
|
-
CreatedTime?: Date | undefined;
|
|
1948
|
-
}
|
|
1949
|
-
export interface ListTaskTemplatesResponse {
|
|
1950
|
-
TaskTemplates?: TaskTemplateMetadata[] | undefined;
|
|
1951
|
-
NextToken?: string | undefined;
|
|
1952
|
-
}
|
|
1953
|
-
export interface ListTrafficDistributionGroupsRequest {
|
|
1954
|
-
MaxResults?: number | undefined;
|
|
1955
|
-
NextToken?: string | undefined;
|
|
1956
|
-
InstanceId?: string | undefined;
|
|
1957
|
-
}
|
|
1958
|
-
export interface TrafficDistributionGroupSummary {
|
|
1959
|
-
Id?: string | undefined;
|
|
1960
|
-
Arn?: string | undefined;
|
|
1961
|
-
Name?: string | undefined;
|
|
1962
|
-
InstanceArn?: string | undefined;
|
|
1963
|
-
Status?: TrafficDistributionGroupStatus | undefined;
|
|
1964
|
-
IsDefault?: boolean | undefined;
|
|
1965
|
-
}
|
|
1966
|
-
export interface ListTrafficDistributionGroupsResponse {
|
|
1967
|
-
NextToken?: string | undefined;
|
|
1968
|
-
TrafficDistributionGroupSummaryList?:
|
|
1969
|
-
| TrafficDistributionGroupSummary[]
|
|
1970
|
-
| undefined;
|
|
1971
|
-
}
|
|
1972
|
-
export interface ListTrafficDistributionGroupUsersRequest {
|
|
1973
|
-
TrafficDistributionGroupId: string | undefined;
|
|
1974
|
-
MaxResults?: number | undefined;
|
|
1975
|
-
NextToken?: string | undefined;
|
|
1976
|
-
}
|