@aws-sdk/client-connect 3.1111.0 → 3.1113.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +206 -9
  3. package/dist-es/Connect.js +12 -0
  4. package/dist-es/commands/CreateExtractionDefinitionCommand.js +4 -0
  5. package/dist-es/commands/DeleteExtractionDefinitionCommand.js +4 -0
  6. package/dist-es/commands/DescribeExtractionDefinitionCommand.js +4 -0
  7. package/dist-es/commands/ListExtractionDefinitionsCommand.js +4 -0
  8. package/dist-es/commands/UpdateExtractionDefinitionCommand.js +4 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/enums.js +7 -0
  11. package/dist-es/pagination/ListExtractionDefinitionsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +146 -8
  14. package/dist-types/Connect.d.ts +42 -0
  15. package/dist-types/ConnectClient.d.ts +7 -2
  16. package/dist-types/commands/CreateExtractionDefinitionCommand.d.ts +111 -0
  17. package/dist-types/commands/CreateRuleCommand.d.ts +9 -2
  18. package/dist-types/commands/CreateTestCaseCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateUseCaseCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteExtractionDefinitionCommand.d.ts +85 -0
  22. package/dist-types/commands/DescribeExtractionDefinitionCommand.d.ts +107 -0
  23. package/dist-types/commands/DescribeRuleCommand.d.ts +9 -2
  24. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +1 -1
  25. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +1 -2
  26. package/dist-types/commands/ListExtractionDefinitionsCommand.d.ts +98 -0
  27. package/dist-types/commands/ListRulesCommand.d.ts +3 -3
  28. package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +1 -1
  29. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +1 -1
  30. package/dist-types/commands/SearchRulesCommand.d.ts +2 -2
  31. package/dist-types/commands/StartAssistantContactCommand.d.ts +4 -1
  32. package/dist-types/commands/UpdateExtractionDefinitionCommand.d.ts +100 -0
  33. package/dist-types/commands/UpdateRuleCommand.d.ts +8 -1
  34. package/dist-types/commands/UpdateViewMetadataCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateWorkspaceMetadataCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateWorkspacePageCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateWorkspaceThemeCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +1 -1
  39. package/dist-types/commands/index.d.ts +5 -0
  40. package/dist-types/models/enums.d.ts +15 -0
  41. package/dist-types/models/models_0.d.ts +128 -188
  42. package/dist-types/models/models_1.d.ts +285 -492
  43. package/dist-types/models/models_2.d.ts +1736 -1606
  44. package/dist-types/models/models_3.d.ts +2192 -2081
  45. package/dist-types/models/models_4.d.ts +367 -7
  46. package/dist-types/pagination/ListExtractionDefinitionsPaginator.d.ts +7 -0
  47. package/dist-types/pagination/index.d.ts +1 -0
  48. package/dist-types/schemas/schemas_0.d.ts +22 -0
  49. package/dist-types/ts3.4/Connect.d.ts +92 -0
  50. package/dist-types/ts3.4/ConnectClient.d.ts +30 -0
  51. package/dist-types/ts3.4/commands/CreateExtractionDefinitionCommand.d.ts +42 -0
  52. package/dist-types/ts3.4/commands/CreateTestCaseCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/CreateTrafficDistributionGroupCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DeleteExtractionDefinitionCommand.d.ts +42 -0
  56. package/dist-types/ts3.4/commands/DescribeExtractionDefinitionCommand.d.ts +42 -0
  57. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +1 -2
  59. package/dist-types/ts3.4/commands/ListExtractionDefinitionsCommand.d.ts +42 -0
  60. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/UpdateExtractionDefinitionCommand.d.ts +42 -0
  63. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  69. package/dist-types/ts3.4/models/enums.d.ts +8 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +31 -46
  71. package/dist-types/ts3.4/models/models_1.d.ts +72 -72
  72. package/dist-types/ts3.4/models/models_2.d.ts +89 -102
  73. package/dist-types/ts3.4/models/models_3.d.ts +112 -104
  74. package/dist-types/ts3.4/models/models_4.d.ts +109 -14
  75. package/dist-types/ts3.4/pagination/ListExtractionDefinitionsPaginator.d.ts +11 -0
  76. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  77. package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  78. package/package.json +1 -1
@@ -12,7 +12,6 @@ import {
12
12
  ContactFlowType,
13
13
  ContactMetricName,
14
14
  ContactParticipantRole,
15
- ContactState,
16
15
  CurrentMetricName,
17
16
  DataTableAttributeValueType,
18
17
  DataTableLockLevel,
@@ -28,7 +27,6 @@ import {
28
27
  FileStatusType,
29
28
  FileUseCaseType,
30
29
  FlowAssociationResourceType,
31
- Grouping,
32
30
  InstanceAttributeType,
33
31
  InstanceReplicationStatus,
34
32
  InstanceStatus,
@@ -58,10 +56,12 @@ import {
58
56
  SortOrder,
59
57
  Status,
60
58
  StorageType,
59
+ TestCaseEntryPointType,
61
60
  TestCaseStatus,
62
61
  TrafficDistributionGroupStatus,
63
62
  TrendIndicator,
64
63
  Unit,
64
+ UseCaseType,
65
65
  ViewStatus,
66
66
  ViewType,
67
67
  Visibility,
@@ -75,15 +75,17 @@ import {
75
75
  AgentQualityMetrics,
76
76
  AgentsCriteria,
77
77
  AgentStatus,
78
- AgentStatusIdentifier,
79
78
  AiAgentInfo,
80
79
  AliasConfiguration,
81
80
  AllowedExtension,
82
81
  AudioQualityMetricsInfo,
82
+ ChatEntryPointParameters,
83
83
  CreatedByInfo,
84
84
  DataTableLockVersion,
85
85
  DeviceInfo,
86
86
  ExternalInvocationConfiguration,
87
+ ExtractionConfiguration,
88
+ ExtractionDefinitionDisplay,
87
89
  FailedBatchAssociationSummary,
88
90
  GranularAccessControlConfiguration,
89
91
  HoursOfOperationConfig,
@@ -98,7 +100,6 @@ import {
98
100
  ParticipantCapabilities,
99
101
  PredefinedAttributeValues,
100
102
  PrimaryValue,
101
- QueueReference,
102
103
  QuickConnectConfig,
103
104
  RecurrenceConfig,
104
105
  RoutingProfileQueueReference,
@@ -106,9 +107,52 @@ import {
106
107
  RuleTriggerEventSource,
107
108
  SecurityProfileItem,
108
109
  SuccessfulBatchAssociationSummary,
109
- TestCaseEntryPoint,
110
110
  Validation,
111
+ VoiceCallEntryPointParameters,
111
112
  } from "./models_0";
113
+ export interface TestCaseEntryPoint {
114
+ Type?: TestCaseEntryPointType | undefined;
115
+ VoiceCallEntryPointParameters?: VoiceCallEntryPointParameters | undefined;
116
+ ChatEntryPointParameters?: ChatEntryPointParameters | undefined;
117
+ }
118
+ export interface CreateTestCaseRequest {
119
+ InstanceId: string | undefined;
120
+ Name: string | undefined;
121
+ Description?: string | undefined;
122
+ Content: string | undefined;
123
+ EntryPoint?: TestCaseEntryPoint | undefined;
124
+ InitializationData?: string | undefined;
125
+ Status?: TestCaseStatus | undefined;
126
+ TestCaseId?: string | undefined;
127
+ Tags?: Record<string, string> | undefined;
128
+ LastModifiedTime?: Date | undefined;
129
+ LastModifiedRegion?: string | undefined;
130
+ }
131
+ export interface CreateTestCaseResponse {
132
+ TestCaseId?: string | undefined;
133
+ TestCaseArn?: string | undefined;
134
+ }
135
+ export interface CreateTrafficDistributionGroupRequest {
136
+ Name: string | undefined;
137
+ Description?: string | undefined;
138
+ InstanceId: string | undefined;
139
+ ClientToken?: string | undefined;
140
+ Tags?: Record<string, string> | undefined;
141
+ }
142
+ export interface CreateTrafficDistributionGroupResponse {
143
+ Id?: string | undefined;
144
+ Arn?: string | undefined;
145
+ }
146
+ export interface CreateUseCaseRequest {
147
+ InstanceId: string | undefined;
148
+ IntegrationAssociationId: string | undefined;
149
+ UseCaseType: UseCaseType | undefined;
150
+ Tags?: Record<string, string> | undefined;
151
+ }
152
+ export interface CreateUseCaseResponse {
153
+ UseCaseId?: string | undefined;
154
+ UseCaseArn?: string | undefined;
155
+ }
112
156
  export interface AutoAcceptConfig {
113
157
  Channel: Channel | undefined;
114
158
  AutoAccept: boolean | undefined;
@@ -381,6 +425,11 @@ export interface DeleteEvaluationFormRequest {
381
425
  EvaluationFormId: string | undefined;
382
426
  EvaluationFormVersion?: number | undefined;
383
427
  }
428
+ export interface DeleteExtractionDefinitionRequest {
429
+ InstanceId: string | undefined;
430
+ ExtractionDefinitionId: string | undefined;
431
+ }
432
+ export interface DeleteExtractionDefinitionResponse {}
384
433
  export interface DeleteHoursOfOperationRequest {
385
434
  InstanceId: string | undefined;
386
435
  HoursOfOperationId: string | undefined;
@@ -1021,6 +1070,24 @@ export interface DescribeEvaluationFormRequest {
1021
1070
  EvaluationFormId: string | undefined;
1022
1071
  EvaluationFormVersion?: number | undefined;
1023
1072
  }
1073
+ export interface DescribeExtractionDefinitionRequest {
1074
+ InstanceId: string | undefined;
1075
+ ExtractionDefinitionId: string | undefined;
1076
+ }
1077
+ export interface ExtractionDefinition {
1078
+ Name: string | undefined;
1079
+ ExtractionDefinitionId: string | undefined;
1080
+ ExtractionDefinitionArn: string | undefined;
1081
+ ExtractionConfiguration: ExtractionConfiguration | undefined;
1082
+ Display?: ExtractionDefinitionDisplay | undefined;
1083
+ CreatedTime: Date | undefined;
1084
+ LastUpdatedTime: Date | undefined;
1085
+ LastUpdatedBy: string | undefined;
1086
+ Tags?: Record<string, string> | undefined;
1087
+ }
1088
+ export interface DescribeExtractionDefinitionResponse {
1089
+ ExtractionDefinition: ExtractionDefinition | undefined;
1090
+ }
1024
1091
  export interface DescribeHoursOfOperationRequest {
1025
1092
  InstanceId: string | undefined;
1026
1093
  HoursOfOperationId: string | undefined;
@@ -1721,70 +1788,3 @@ export interface CurrentMetricSortCriteria {
1721
1788
  SortByMetric?: CurrentMetricName | undefined;
1722
1789
  SortOrder?: SortOrder | undefined;
1723
1790
  }
1724
- export interface GetCurrentMetricDataRequest {
1725
- InstanceId: string | undefined;
1726
- Filters: Filters | undefined;
1727
- Groupings?: Grouping[] | undefined;
1728
- CurrentMetrics: CurrentMetric[] | undefined;
1729
- NextToken?: string | undefined;
1730
- MaxResults?: number | undefined;
1731
- SortCriteria?: CurrentMetricSortCriteria[] | undefined;
1732
- }
1733
- export interface CurrentMetricData {
1734
- Metric?: CurrentMetric | undefined;
1735
- Value?: number | undefined;
1736
- }
1737
- export interface RoutingProfileReference {
1738
- Id?: string | undefined;
1739
- Arn?: string | undefined;
1740
- }
1741
- export interface Dimensions {
1742
- Queue?: QueueReference | undefined;
1743
- Channel?: Channel | undefined;
1744
- RoutingProfile?: RoutingProfileReference | undefined;
1745
- RoutingStepExpression?: string | undefined;
1746
- AgentStatus?: AgentStatusIdentifier | undefined;
1747
- Subtype?: string | undefined;
1748
- ValidationTestType?: string | undefined;
1749
- }
1750
- export interface CurrentMetricResult {
1751
- Dimensions?: Dimensions | undefined;
1752
- Collections?: CurrentMetricData[] | undefined;
1753
- }
1754
- export interface GetCurrentMetricDataResponse {
1755
- NextToken?: string | undefined;
1756
- MetricResults?: CurrentMetricResult[] | undefined;
1757
- DataSnapshotTime?: Date | undefined;
1758
- ApproximateTotalCount?: number | undefined;
1759
- }
1760
- export interface ContactFilter {
1761
- ContactStates?: ContactState[] | undefined;
1762
- }
1763
- export interface UserDataFilters {
1764
- Queues?: string[] | undefined;
1765
- ContactFilter?: ContactFilter | undefined;
1766
- RoutingProfiles?: string[] | undefined;
1767
- Agents?: string[] | undefined;
1768
- UserHierarchyGroups?: string[] | undefined;
1769
- }
1770
- export interface GetCurrentUserDataRequest {
1771
- InstanceId: string | undefined;
1772
- Filters: UserDataFilters | undefined;
1773
- NextToken?: string | undefined;
1774
- MaxResults?: number | undefined;
1775
- }
1776
- export interface HierarchyGroupSummaryReference {
1777
- Id?: string | undefined;
1778
- Arn?: string | undefined;
1779
- }
1780
- export interface HierarchyPathReference {
1781
- LevelOne?: HierarchyGroupSummaryReference | undefined;
1782
- LevelTwo?: HierarchyGroupSummaryReference | undefined;
1783
- LevelThree?: HierarchyGroupSummaryReference | undefined;
1784
- LevelFour?: HierarchyGroupSummaryReference | undefined;
1785
- LevelFive?: HierarchyGroupSummaryReference | undefined;
1786
- }
1787
- export interface UserReference {
1788
- Id?: string | undefined;
1789
- Arn?: string | undefined;
1790
- }
@@ -6,15 +6,13 @@ import {
6
6
  BooleanComparisonType,
7
7
  Channel,
8
8
  Comparison,
9
- ContactEvaluationAttributeComparisonType,
10
- ContactEvaluationAttributeKey,
11
9
  ContactFlowModuleState,
12
10
  ContactFlowState,
13
11
  ContactFlowStatus,
14
12
  ContactFlowType,
15
13
  ContactInitiationMethod,
16
- ContactParticipantRole,
17
14
  ContactRecordingType,
15
+ ContactState,
18
16
  DataTableAttributeValueType,
19
17
  DateTimeComparisonType,
20
18
  DecimalComparisonType,
@@ -48,7 +46,6 @@ import {
48
46
  NumberComparisonType,
49
47
  OperationalStatus,
50
48
  ParticipantRole,
51
- PerformanceCategoryName,
52
49
  PhoneNumberCountryCode,
53
50
  PhoneNumberType,
54
51
  QueueType,
@@ -81,11 +78,11 @@ import {
81
78
  AgentConfig,
82
79
  AgentContactReference,
83
80
  AgentStatus,
81
+ AgentStatusIdentifier,
84
82
  AgentStatusReference,
85
83
  AgentStatusSummary,
86
84
  AnalyticsDataAssociationResult,
87
85
  Application,
88
- ControlPlaneAttributeFilter,
89
86
  DataTableLockVersion,
90
87
  Distribution,
91
88
  FlowAssociationSummary,
@@ -95,8 +92,8 @@ import {
95
92
  LexV2Bot,
96
93
  OverrideTimeSlice,
97
94
  PrimaryValueResponse,
95
+ QueueReference,
98
96
  SecurityProfileItem,
99
- TagCondition,
100
97
  TaskTemplateConstraints,
101
98
  TaskTemplateDefaults,
102
99
  TaskTemplateField,
@@ -104,21 +101,85 @@ import {
104
101
  } from "./models_0";
105
102
  import {
106
103
  Attribute,
107
- ContactFlowModule,
104
+ CurrentMetric,
105
+ CurrentMetricSortCriteria,
108
106
  DataTableAttribute,
109
- Dimensions,
110
107
  EvaluationContactParticipant,
111
108
  EvaluationScore,
112
109
  ExtensionConfiguration,
113
110
  Filters,
114
111
  HierarchyGroupSummary,
115
- HierarchyPathReference,
116
112
  HoursOfOperationOverride,
117
113
  HoursOfOperationsIdentifier,
118
114
  Notification,
119
- RoutingProfileReference,
120
- UserReference,
121
115
  } from "./models_1";
116
+ export interface GetCurrentMetricDataRequest {
117
+ InstanceId: string | undefined;
118
+ Filters: Filters | undefined;
119
+ Groupings?: Grouping[] | undefined;
120
+ CurrentMetrics: CurrentMetric[] | undefined;
121
+ NextToken?: string | undefined;
122
+ MaxResults?: number | undefined;
123
+ SortCriteria?: CurrentMetricSortCriteria[] | undefined;
124
+ }
125
+ export interface CurrentMetricData {
126
+ Metric?: CurrentMetric | undefined;
127
+ Value?: number | undefined;
128
+ }
129
+ export interface RoutingProfileReference {
130
+ Id?: string | undefined;
131
+ Arn?: string | undefined;
132
+ }
133
+ export interface Dimensions {
134
+ Queue?: QueueReference | undefined;
135
+ Channel?: Channel | undefined;
136
+ RoutingProfile?: RoutingProfileReference | undefined;
137
+ RoutingStepExpression?: string | undefined;
138
+ AgentStatus?: AgentStatusIdentifier | undefined;
139
+ Subtype?: string | undefined;
140
+ ValidationTestType?: string | undefined;
141
+ }
142
+ export interface CurrentMetricResult {
143
+ Dimensions?: Dimensions | undefined;
144
+ Collections?: CurrentMetricData[] | undefined;
145
+ }
146
+ export interface GetCurrentMetricDataResponse {
147
+ NextToken?: string | undefined;
148
+ MetricResults?: CurrentMetricResult[] | undefined;
149
+ DataSnapshotTime?: Date | undefined;
150
+ ApproximateTotalCount?: number | undefined;
151
+ }
152
+ export interface ContactFilter {
153
+ ContactStates?: ContactState[] | undefined;
154
+ }
155
+ export interface UserDataFilters {
156
+ Queues?: string[] | undefined;
157
+ ContactFilter?: ContactFilter | undefined;
158
+ RoutingProfiles?: string[] | undefined;
159
+ Agents?: string[] | undefined;
160
+ UserHierarchyGroups?: string[] | undefined;
161
+ }
162
+ export interface GetCurrentUserDataRequest {
163
+ InstanceId: string | undefined;
164
+ Filters: UserDataFilters | undefined;
165
+ NextToken?: string | undefined;
166
+ MaxResults?: number | undefined;
167
+ }
168
+ export interface HierarchyGroupSummaryReference {
169
+ Id?: string | undefined;
170
+ Arn?: string | undefined;
171
+ }
172
+ export interface HierarchyPathReference {
173
+ LevelOne?: HierarchyGroupSummaryReference | undefined;
174
+ LevelTwo?: HierarchyGroupSummaryReference | undefined;
175
+ LevelThree?: HierarchyGroupSummaryReference | undefined;
176
+ LevelFour?: HierarchyGroupSummaryReference | undefined;
177
+ LevelFive?: HierarchyGroupSummaryReference | undefined;
178
+ }
179
+ export interface UserReference {
180
+ Id?: string | undefined;
181
+ Arn?: string | undefined;
182
+ }
122
183
  export interface UserData {
123
184
  User?: UserReference | undefined;
124
185
  RoutingProfile?: RoutingProfileReference | undefined;
@@ -971,6 +1032,23 @@ export interface ListEvaluationFormVersionsResponse {
971
1032
  EvaluationFormVersionSummaryList: EvaluationFormVersionSummary[] | undefined;
972
1033
  NextToken?: string | undefined;
973
1034
  }
1035
+ export interface ListExtractionDefinitionsRequest {
1036
+ InstanceId: string | undefined;
1037
+ MaxResults?: number | undefined;
1038
+ NextToken?: string | undefined;
1039
+ }
1040
+ export interface ExtractionDefinitionSummary {
1041
+ Name: string | undefined;
1042
+ ExtractionDefinitionId: string | undefined;
1043
+ ExtractionDefinitionArn: string | undefined;
1044
+ CreatedTime: Date | undefined;
1045
+ LastUpdatedTime: Date | undefined;
1046
+ LastUpdatedBy: string | undefined;
1047
+ }
1048
+ export interface ListExtractionDefinitionsResponse {
1049
+ ExtractionDefinitionSummaryList: ExtractionDefinitionSummary[] | undefined;
1050
+ NextToken?: string | undefined;
1051
+ }
974
1052
  export interface ListFlowAssociationsRequest {
975
1053
  InstanceId: string | undefined;
976
1054
  ResourceType?: ListFlowAssociationResourceType | undefined;
@@ -1938,94 +2016,3 @@ export interface NumberCondition {
1938
2016
  MaxValue?: number | undefined;
1939
2017
  ComparisonType?: NumberComparisonType | undefined;
1940
2018
  }
1941
- export interface ContactEvaluationAttributeValue {
1942
- StringValue?: string | undefined;
1943
- }
1944
- export interface ContactEvaluationAttributeCondition {
1945
- AttributeKey?: ContactEvaluationAttributeKey | undefined;
1946
- AttributeValue?: ContactEvaluationAttributeValue | undefined;
1947
- ComparisonType?: ContactEvaluationAttributeComparisonType | undefined;
1948
- }
1949
- export interface ContactEvaluationAttributeAndCondition {
1950
- TagConditions?: TagCondition[] | undefined;
1951
- AttributeConditions?: ContactEvaluationAttributeCondition[] | undefined;
1952
- }
1953
- export interface ContactEvaluationAttributeFilter {
1954
- OrConditions?: ContactEvaluationAttributeAndCondition[] | undefined;
1955
- AndCondition?: ContactEvaluationAttributeAndCondition | undefined;
1956
- TagCondition?: TagCondition | undefined;
1957
- ContactEvaluationAttributeCondition?: ContactEvaluationAttributeCondition | undefined;
1958
- }
1959
- export interface EvaluationSearchFilter {
1960
- AttributeFilter?: ControlPlaneAttributeFilter | undefined;
1961
- ContactEvaluationAttributeFilter?: ContactEvaluationAttributeFilter | undefined;
1962
- }
1963
- export interface EvaluationSearchMetadata {
1964
- ContactId: string | undefined;
1965
- EvaluatorArn: string | undefined;
1966
- ContactAgentId?: string | undefined;
1967
- CalibrationSessionId?: string | undefined;
1968
- ScorePercentage?: number | undefined;
1969
- ScoreAutomaticFail?: boolean | undefined;
1970
- ScoreNotApplicable?: boolean | undefined;
1971
- AutoEvaluationEnabled?: boolean | undefined;
1972
- AutoEvaluationStatus?: AutoEvaluationStatus | undefined;
1973
- AcknowledgedTime?: Date | undefined;
1974
- AcknowledgedBy?: string | undefined;
1975
- AcknowledgerComment?: string | undefined;
1976
- SamplingJobId?: string | undefined;
1977
- ReviewId?: string | undefined;
1978
- ContactParticipantRole?: ContactParticipantRole | undefined;
1979
- ContactParticipantId?: string | undefined;
1980
- EarnedPoints?: number | undefined;
1981
- MaxBasePoint?: number | undefined;
1982
- PerformanceCategory?: PerformanceCategoryName | undefined;
1983
- }
1984
- export interface EvaluationSearchSummary {
1985
- EvaluationId: string | undefined;
1986
- EvaluationArn: string | undefined;
1987
- EvaluationFormId?: string | undefined;
1988
- EvaluationFormVersion: number | undefined;
1989
- EvaluationFormTitle?: string | undefined;
1990
- Metadata: EvaluationSearchMetadata | undefined;
1991
- Status: EvaluationStatus | undefined;
1992
- EvaluationType?: EvaluationType | undefined;
1993
- CreatedTime: Date | undefined;
1994
- LastModifiedTime: Date | undefined;
1995
- Tags?: Record<string, string> | undefined;
1996
- }
1997
- export interface SearchContactEvaluationsResponse {
1998
- EvaluationSearchSummaryList?: EvaluationSearchSummary[] | undefined;
1999
- NextToken?: string | undefined;
2000
- ApproximateTotalCount?: number | undefined;
2001
- }
2002
- export interface ControlPlaneTagFilter {
2003
- OrConditions?: TagCondition[][] | undefined;
2004
- AndConditions?: TagCondition[] | undefined;
2005
- TagCondition?: TagCondition | undefined;
2006
- }
2007
- export interface ContactFlowModuleSearchFilter {
2008
- TagFilter?: ControlPlaneTagFilter | undefined;
2009
- }
2010
- export interface SearchContactFlowModulesResponse {
2011
- ContactFlowModules?: ContactFlowModule[] | undefined;
2012
- NextToken?: string | undefined;
2013
- ApproximateTotalCount?: number | undefined;
2014
- }
2015
- export interface ContactFlowTypeCondition {
2016
- ContactFlowType?: ContactFlowType | undefined;
2017
- }
2018
- export interface ContactFlowAttributeAndCondition {
2019
- TagConditions?: TagCondition[] | undefined;
2020
- ContactFlowTypeCondition?: ContactFlowTypeCondition | undefined;
2021
- }
2022
- export interface ContactFlowAttributeFilter {
2023
- OrConditions?: ContactFlowAttributeAndCondition[] | undefined;
2024
- AndCondition?: ContactFlowAttributeAndCondition | undefined;
2025
- TagCondition?: TagCondition | undefined;
2026
- ContactFlowTypeCondition?: ContactFlowTypeCondition | undefined;
2027
- }
2028
- export interface ContactFlowSearchFilter {
2029
- TagFilter?: ControlPlaneTagFilter | undefined;
2030
- FlowAttributeFilter?: ContactFlowAttributeFilter | undefined;
2031
- }