@aws-sdk/client-connect 3.970.0 → 3.971.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 (33) hide show
  1. package/dist-cjs/index.js +72 -17
  2. package/dist-es/models/enums.js +5 -0
  3. package/dist-es/schemas/schemas_0.js +61 -17
  4. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteAttachedFileCommand.d.ts +1 -1
  6. package/dist-types/commands/DeleteContactEvaluationCommand.d.ts +1 -1
  7. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +24 -1
  8. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +11 -0
  9. package/dist-types/commands/ListChildHoursOfOperationsCommand.d.ts +1 -1
  10. package/dist-types/commands/ListContactEvaluationsCommand.d.ts +2 -3
  11. package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +1 -1
  12. package/dist-types/commands/StartContactEvaluationCommand.d.ts +1 -1
  13. package/dist-types/commands/StartContactMediaProcessingCommand.d.ts +1 -1
  14. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +11 -0
  15. package/dist-types/models/enums.d.ts +13 -0
  16. package/dist-types/models/models_0.d.ts +44 -47
  17. package/dist-types/models/models_1.d.ts +98 -178
  18. package/dist-types/models/models_2.d.ts +180 -103
  19. package/dist-types/models/models_3.d.ts +124 -3
  20. package/dist-types/schemas/schemas_0.d.ts +5 -0
  21. package/dist-types/ts3.4/commands/DeleteAttachedFileCommand.d.ts +1 -1
  22. package/dist-types/ts3.4/commands/DeleteContactEvaluationCommand.d.ts +1 -1
  23. package/dist-types/ts3.4/commands/ListChildHoursOfOperationsCommand.d.ts +1 -1
  24. package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +4 -2
  25. package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +1 -1
  26. package/dist-types/ts3.4/commands/StartContactMediaProcessingCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +14 -10
  29. package/dist-types/ts3.4/models/models_1.d.ts +22 -39
  30. package/dist-types/ts3.4/models/models_2.d.ts +42 -27
  31. package/dist-types/ts3.4/models/models_3.d.ts +32 -1
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
  33. package/package.json +3 -3
@@ -741,6 +741,17 @@ export declare const EvaluationFormLanguageCode: {
741
741
  * @public
742
742
  */
743
743
  export type EvaluationFormLanguageCode = (typeof EvaluationFormLanguageCode)[keyof typeof EvaluationFormLanguageCode];
744
+ /**
745
+ * @public
746
+ * @enum
747
+ */
748
+ export declare const EvaluationReviewNotificationRecipientType: {
749
+ readonly USER_ID: "USER_ID";
750
+ };
751
+ /**
752
+ * @public
753
+ */
754
+ export type EvaluationReviewNotificationRecipientType = (typeof EvaluationReviewNotificationRecipientType)[keyof typeof EvaluationReviewNotificationRecipientType];
744
755
  /**
745
756
  * @public
746
757
  * @enum
@@ -1400,7 +1411,9 @@ export type ContactParticipantRole = (typeof ContactParticipantRole)[keyof typeo
1400
1411
  */
1401
1412
  export declare const EvaluationStatus: {
1402
1413
  readonly DRAFT: "DRAFT";
1414
+ readonly REVIEW_REQUESTED: "REVIEW_REQUESTED";
1403
1415
  readonly SUBMITTED: "SUBMITTED";
1416
+ readonly UNDER_REVIEW: "UNDER_REVIEW";
1404
1417
  };
1405
1418
  /**
1406
1419
  * @public
@@ -1,4 +1,4 @@
1
- import { AccessType, ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AiUseCase, AllowedUserAction, ApplicationType, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactState, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DeviceType, DirectoryType, EncryptionType, EndpointType, EntityType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormLanguageCode, EvaluationFormMultiSelectQuestionDisplayMode, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode, EventSourceName, FailureReasonCode, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowModuleType, HoursOfOperationDays, InstanceStorageResourceType, IntegrationType, ListFlowAssociationResourceType, MultiSelectQuestionRuleCategoryAutomationCondition, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, OverrideType, ParticipantRole, ParticipantState, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState, WorkspaceFontFamily } from "./enums";
1
+ import { AccessType, ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AiUseCase, AllowedUserAction, ApplicationType, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactState, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DeviceType, DirectoryType, EncryptionType, EndpointType, EntityType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormLanguageCode, EvaluationFormMultiSelectQuestionDisplayMode, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode, EvaluationReviewNotificationRecipientType, EventSourceName, FailureReasonCode, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowModuleType, HoursOfOperationDays, InstanceStorageResourceType, IntegrationType, ListFlowAssociationResourceType, MultiSelectQuestionRuleCategoryAutomationCondition, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, OverrideType, ParticipantRole, ParticipantState, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState, WorkspaceFontFamily } from "./enums";
2
2
  /**
3
3
  * <p>Information about an action.</p>
4
4
  * @public
@@ -4027,6 +4027,49 @@ export interface EvaluationFormLanguageConfiguration {
4027
4027
  */
4028
4028
  FormLanguage?: EvaluationFormLanguageCode | undefined;
4029
4029
  }
4030
+ /**
4031
+ * <p>The value information for an evaluation review notification recipient.</p>
4032
+ * @public
4033
+ */
4034
+ export interface EvaluationReviewNotificationRecipientValue {
4035
+ /**
4036
+ * <p>The user identifier for the notification recipient.</p>
4037
+ * @public
4038
+ */
4039
+ UserId?: string | undefined;
4040
+ }
4041
+ /**
4042
+ * <p>Information about a recipient who should be notified when an evaluation review is requested.</p>
4043
+ * @public
4044
+ */
4045
+ export interface EvaluationReviewNotificationRecipient {
4046
+ /**
4047
+ * <p>The type of notification recipient.</p>
4048
+ * @public
4049
+ */
4050
+ Type: EvaluationReviewNotificationRecipientType | undefined;
4051
+ /**
4052
+ * <p>The value associated with the notification recipient type.</p>
4053
+ * @public
4054
+ */
4055
+ Value: EvaluationReviewNotificationRecipientValue | undefined;
4056
+ }
4057
+ /**
4058
+ * <p>Configuration settings for evaluation reviews.</p>
4059
+ * @public
4060
+ */
4061
+ export interface EvaluationReviewConfiguration {
4062
+ /**
4063
+ * <p>List of recipients who should be notified when a review is requested.</p>
4064
+ * @public
4065
+ */
4066
+ ReviewNotificationRecipients: EvaluationReviewNotificationRecipient[] | undefined;
4067
+ /**
4068
+ * <p>Number of days during which a request for review can be submitted for evaluations created from this form.</p>
4069
+ * @public
4070
+ */
4071
+ EligibilityDays?: number | undefined;
4072
+ }
4030
4073
  /**
4031
4074
  * <p>Information about scoring strategy for an evaluation form.</p>
4032
4075
  * @public
@@ -6906,49 +6949,3 @@ export interface DeactivateEvaluationFormResponse {
6906
6949
  */
6907
6950
  EvaluationFormVersion: number | undefined;
6908
6951
  }
6909
- /**
6910
- * Request to DeleteAttachedFile API
6911
- * @public
6912
- */
6913
- export interface DeleteAttachedFileRequest {
6914
- /**
6915
- * <p>The unique identifier of the Connect instance.</p>
6916
- * @public
6917
- */
6918
- InstanceId: string | undefined;
6919
- /**
6920
- * <p>The unique identifier of the attached file resource.</p>
6921
- * @public
6922
- */
6923
- FileId: string | undefined;
6924
- /**
6925
- * <p>The resource to which the attached file is (being) uploaded to. <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateCase.html">Cases</a> are the only current supported
6926
- * resource.</p>
6927
- * <note>
6928
- * <p>This value must be a valid ARN.</p>
6929
- * </note>
6930
- * @public
6931
- */
6932
- AssociatedResourceArn: string | undefined;
6933
- }
6934
- /**
6935
- * Response from DeleteAttachedFile API
6936
- * @public
6937
- */
6938
- export interface DeleteAttachedFileResponse {
6939
- }
6940
- /**
6941
- * @public
6942
- */
6943
- export interface DeleteContactEvaluationRequest {
6944
- /**
6945
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
6946
- * @public
6947
- */
6948
- InstanceId: string | undefined;
6949
- /**
6950
- * <p>A unique identifier for the contact evaluation.</p>
6951
- * @public
6952
- */
6953
- EvaluationId: string | undefined;
6954
- }
@@ -1,5 +1,51 @@
1
1
  import { AgentAvailabilityTimer, AgentStatusType, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactMetricName, ContactParticipantRole, ContactState, CurrentMetricName, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DirectoryType, EndpointType, EntityType, EvaluationQuestionAnswerAnalysisType, EvaluationStatus, EvaluationSuggestedAnswerStatus, EvaluationTranscriptType, EvaluationType, FileStatusType, FileUseCaseType, FilterV2StringConditionComparisonOperator, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, IntervalPeriod, LexVersion, MediaStreamType, MediaType, NextContactType, OperationalStatus, OverrideType, ParticipantType, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QuestionRuleCategoryAutomationCondition, QueueStatus, QuickConnectType, RecordingStatus, RulePublishStatus, SortOrder, Statistic, Status, StorageType, TaskTemplateStatus, TrafficDistributionGroupStatus, Unit, Visibility, VocabularyLanguageCode, VocabularyState } from "./enums";
2
2
  import { type AgentConfig, type AgentQualityMetrics, type AgentsCriteria, type AgentStatus, type AgentStatusIdentifier, type AgentStatusReference, type AudioQualityMetricsInfo, type CreatedByInfo, type DataTableLockVersion, type DeviceInfo, type ExternalInvocationConfiguration, type GranularAccessControlConfiguration, type InstanceStorageConfig, type LexBot, type LexV2Bot, type OutboundCallerConfig, type OutboundEmailConfig, type OverrideTimeSlice, type ParticipantCapabilities, type PredefinedAttributeValues, type QueueReference, type QuickConnectConfig, type RecurrenceConfig, type RuleTriggerEventSource, type TaskTemplateConstraints, type TaskTemplateDefaults, type UserIdentityInfo, type UserPhoneConfig, type Validation, type View, type WorkspaceTheme, AgentContactReference, AgentStatusSummary, AiAgentInfo, AliasConfiguration, AnalyticsDataAssociationResult, Distribution, FailedBatchAssociationSummary, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PrimaryValue, RoutingProfileQueueReference, RuleAction, SecurityProfileItem, SuccessfulBatchAssociationSummary, TaskTemplateField } from "./models_0";
3
+ /**
4
+ * Request to DeleteAttachedFile API
5
+ * @public
6
+ */
7
+ export interface DeleteAttachedFileRequest {
8
+ /**
9
+ * <p>The unique identifier of the Connect instance.</p>
10
+ * @public
11
+ */
12
+ InstanceId: string | undefined;
13
+ /**
14
+ * <p>The unique identifier of the attached file resource.</p>
15
+ * @public
16
+ */
17
+ FileId: string | undefined;
18
+ /**
19
+ * <p>The resource to which the attached file is (being) uploaded to. <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateCase.html">Cases</a> are the only current supported
20
+ * resource.</p>
21
+ * <note>
22
+ * <p>This value must be a valid ARN.</p>
23
+ * </note>
24
+ * @public
25
+ */
26
+ AssociatedResourceArn: string | undefined;
27
+ }
28
+ /**
29
+ * Response from DeleteAttachedFile API
30
+ * @public
31
+ */
32
+ export interface DeleteAttachedFileResponse {
33
+ }
34
+ /**
35
+ * @public
36
+ */
37
+ export interface DeleteContactEvaluationRequest {
38
+ /**
39
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
40
+ * @public
41
+ */
42
+ InstanceId: string | undefined;
43
+ /**
44
+ * <p>A unique identifier for the contact evaluation.</p>
45
+ * @public
46
+ */
47
+ EvaluationId: string | undefined;
48
+ }
3
49
  /**
4
50
  * @public
5
51
  */
@@ -1736,6 +1782,53 @@ export interface EvaluationContactParticipant {
1736
1782
  */
1737
1783
  ContactParticipantId?: string | undefined;
1738
1784
  }
1785
+ /**
1786
+ * <p>A comment provided when requesting an evaluation review.</p>
1787
+ * @public
1788
+ */
1789
+ export interface EvaluationReviewRequestComment {
1790
+ /**
1791
+ * <p>The text content of the review request comment.</p>
1792
+ * @public
1793
+ */
1794
+ Comment?: string | undefined;
1795
+ /**
1796
+ * <p>The timestamp when the review request comment was created.</p>
1797
+ * @public
1798
+ */
1799
+ CreatedTime?: Date | undefined;
1800
+ /**
1801
+ * <p>The user who created the review request comment.</p>
1802
+ * @public
1803
+ */
1804
+ CreatedBy?: string | undefined;
1805
+ }
1806
+ /**
1807
+ * <p>Metadata information about an evaluation review.</p>
1808
+ * @public
1809
+ */
1810
+ export interface EvaluationReviewMetadata {
1811
+ /**
1812
+ * <p>The unique identifier for the evaluation review.</p>
1813
+ * @public
1814
+ */
1815
+ ReviewId?: string | undefined;
1816
+ /**
1817
+ * <p>The timestamp when the evaluation review was created.</p>
1818
+ * @public
1819
+ */
1820
+ CreatedTime: Date | undefined;
1821
+ /**
1822
+ * <p>The user who created the evaluation review.</p>
1823
+ * @public
1824
+ */
1825
+ CreatedBy: string | undefined;
1826
+ /**
1827
+ * <p>Comments provided when requesting the evaluation review.</p>
1828
+ * @public
1829
+ */
1830
+ ReviewRequestComments: EvaluationReviewRequestComment[] | undefined;
1831
+ }
1739
1832
  /**
1740
1833
  * <p>Information about scores of a contact evaluation item (section or question).</p>
1741
1834
  * @public
@@ -1803,6 +1896,11 @@ export interface EvaluationMetadata {
1803
1896
  * @public
1804
1897
  */
1805
1898
  Acknowledgement?: EvaluationAcknowledgement | undefined;
1899
+ /**
1900
+ * <p>Information about reviews of this evaluation.</p>
1901
+ * @public
1902
+ */
1903
+ Review?: EvaluationReviewMetadata | undefined;
1806
1904
  /**
1807
1905
  * <p>Information about a contact participant in this evaluation.</p>
1808
1906
  * @public
@@ -9061,181 +9159,3 @@ export interface ListBotsResponse {
9061
9159
  */
9062
9160
  NextToken?: string | undefined;
9063
9161
  }
9064
- /**
9065
- * @public
9066
- */
9067
- export interface ListChildHoursOfOperationsRequest {
9068
- /**
9069
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
9070
- * the Amazon Resource Name (ARN) of the instance.</p>
9071
- * @public
9072
- */
9073
- InstanceId: string | undefined;
9074
- /**
9075
- * <p>The identifier of the parent hours of operation.</p>
9076
- * @public
9077
- */
9078
- HoursOfOperationId: string | undefined;
9079
- /**
9080
- * <p>The token for the next set of results. Use the value returned in the previous
9081
- * response in the next request to retrieve the next set of results.</p>
9082
- * @public
9083
- */
9084
- NextToken?: string | undefined;
9085
- /**
9086
- * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
9087
- * @public
9088
- */
9089
- MaxResults?: number | undefined;
9090
- }
9091
- /**
9092
- * @public
9093
- */
9094
- export interface ListChildHoursOfOperationsResponse {
9095
- /**
9096
- * <p>If there are additional results, this is the token for the next set of results.</p>
9097
- * @public
9098
- */
9099
- NextToken?: string | undefined;
9100
- /**
9101
- * <p>Information about the hours of operation.</p>
9102
- * @public
9103
- */
9104
- ChildHoursOfOperationsSummaryList?: HoursOfOperationsIdentifier[] | undefined;
9105
- /**
9106
- * <p>The timestamp when this resource was last modified.</p>
9107
- * @public
9108
- */
9109
- LastModifiedTime?: Date | undefined;
9110
- /**
9111
- * <p>The Amazon Web Services Region where this resource was last modified.</p>
9112
- * @public
9113
- */
9114
- LastModifiedRegion?: string | undefined;
9115
- }
9116
- /**
9117
- * @public
9118
- */
9119
- export interface ListContactEvaluationsRequest {
9120
- /**
9121
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
9122
- * @public
9123
- */
9124
- InstanceId: string | undefined;
9125
- /**
9126
- * <p>The identifier of the contact in this instance of Amazon Connect. </p>
9127
- * @public
9128
- */
9129
- ContactId: string | undefined;
9130
- /**
9131
- * <p>The token for the next set of results. Use the value returned in the previous
9132
- * response in the next request to retrieve the next set of results.</p>
9133
- * <important>
9134
- * <p>This is not expected to be set because the value returned in the previous response is always null.</p>
9135
- * </important>
9136
- * @public
9137
- */
9138
- NextToken?: string | undefined;
9139
- }
9140
- /**
9141
- * <p>Summary information about an evaluation acknowledgement.</p>
9142
- * @public
9143
- */
9144
- export interface EvaluationAcknowledgementSummary {
9145
- /**
9146
- * <p>The time when an agent acknowledged the evaluation.</p>
9147
- * @public
9148
- */
9149
- AcknowledgedTime?: Date | undefined;
9150
- /**
9151
- * <p>The agent who acknowledged the evaluation.</p>
9152
- * @public
9153
- */
9154
- AcknowledgedBy?: string | undefined;
9155
- /**
9156
- * <p>A comment from the agent when they confirmed they acknowledged the evaluation.</p>
9157
- * @public
9158
- */
9159
- AcknowledgerComment?: string | undefined;
9160
- }
9161
- /**
9162
- * <p>Summary information about a contact evaluation.</p>
9163
- * @public
9164
- */
9165
- export interface EvaluationSummary {
9166
- /**
9167
- * <p>A unique identifier for the contact evaluation.</p>
9168
- * @public
9169
- */
9170
- EvaluationId: string | undefined;
9171
- /**
9172
- * <p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>
9173
- * @public
9174
- */
9175
- EvaluationArn: string | undefined;
9176
- /**
9177
- * <p>A title of the evaluation form.</p>
9178
- * @public
9179
- */
9180
- EvaluationFormTitle: string | undefined;
9181
- /**
9182
- * <p>The unique identifier for the evaluation form.</p>
9183
- * @public
9184
- */
9185
- EvaluationFormId: string | undefined;
9186
- /**
9187
- * <p>The calibration session ID that this evaluation belongs to.</p>
9188
- * @public
9189
- */
9190
- CalibrationSessionId?: string | undefined;
9191
- /**
9192
- * <p>The status of the contact evaluation.</p>
9193
- * @public
9194
- */
9195
- Status: EvaluationStatus | undefined;
9196
- /**
9197
- * <p>Whether automated evaluation is enabled.</p>
9198
- * @public
9199
- */
9200
- AutoEvaluationEnabled?: boolean | undefined;
9201
- /**
9202
- * <p>The status of the contact auto evaluation. </p>
9203
- * @public
9204
- */
9205
- AutoEvaluationStatus?: AutoEvaluationStatus | undefined;
9206
- /**
9207
- * <p>The Amazon Resource Name (ARN) of the user who last updated the evaluation.</p>
9208
- * @public
9209
- */
9210
- EvaluatorArn: string | undefined;
9211
- /**
9212
- * <p>The overall score of the contact evaluation.</p>
9213
- * @public
9214
- */
9215
- Score?: EvaluationScore | undefined;
9216
- /**
9217
- * <p>Information related to evaluation acknowledgement.</p>
9218
- * @public
9219
- */
9220
- Acknowledgement?: EvaluationAcknowledgementSummary | undefined;
9221
- /**
9222
- * <p>Type of the evaluation. </p>
9223
- * @public
9224
- */
9225
- EvaluationType?: EvaluationType | undefined;
9226
- /**
9227
- * <p>The timestamp for when the evaluation was created.</p>
9228
- * @public
9229
- */
9230
- CreatedTime: Date | undefined;
9231
- /**
9232
- * <p>The timestamp for when the evaluation was last updated.</p>
9233
- * @public
9234
- */
9235
- LastModifiedTime: Date | undefined;
9236
- /**
9237
- * <p>Information about a contact participant in the evaluation.</p>
9238
- * @public
9239
- */
9240
- ContactParticipant?: EvaluationContactParticipant | undefined;
9241
- }