|
10818 | 10818 | "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" |
10819 | 10819 | } |
10820 | 10820 | }, |
| 10821 | + "ReviewConfiguration": { |
| 10822 | + "target": "com.amazonaws.connect#EvaluationReviewConfiguration", |
| 10823 | + "traits": { |
| 10824 | + "smithy.api#documentation": "<p>Configuration information about evaluation reviews.</p>" |
| 10825 | + } |
| 10826 | + }, |
10821 | 10827 | "TargetConfiguration": { |
10822 | 10828 | "target": "com.amazonaws.connect#EvaluationFormTargetConfiguration", |
10823 | 10829 | "traits": { |
|
22388 | 22394 | "smithy.api#documentation": "<p>The automatic evaluation configuration of an evaluation form.</p>" |
22389 | 22395 | } |
22390 | 22396 | }, |
| 22397 | + "ReviewConfiguration": { |
| 22398 | + "target": "com.amazonaws.connect#EvaluationReviewConfiguration", |
| 22399 | + "traits": { |
| 22400 | + "smithy.api#documentation": "<p>Configuration for evaluation review settings of this evaluation form.</p>" |
| 22401 | + } |
| 22402 | + }, |
22391 | 22403 | "Tags": { |
22392 | 22404 | "target": "com.amazonaws.connect#TagMap", |
22393 | 22405 | "traits": { |
|
22495 | 22507 | "traits": { |
22496 | 22508 | "smithy.api#documentation": "<p>Configuration for language settings of this evaluation form content.</p>" |
22497 | 22509 | } |
| 22510 | + }, |
| 22511 | + "ReviewConfiguration": { |
| 22512 | + "target": "com.amazonaws.connect#EvaluationReviewConfiguration", |
| 22513 | + "traits": { |
| 22514 | + "smithy.api#documentation": "<p>Configuration for evaluation review settings of this evaluation form content.</p>" |
| 22515 | + } |
22498 | 22516 | } |
22499 | 22517 | }, |
22500 | 22518 | "traits": { |
|
23974 | 23992 | "smithy.api#documentation": "<p>Information related to evaluation acknowledgement.</p>" |
23975 | 23993 | } |
23976 | 23994 | }, |
| 23995 | + "Review": { |
| 23996 | + "target": "com.amazonaws.connect#EvaluationReviewMetadata", |
| 23997 | + "traits": { |
| 23998 | + "smithy.api#documentation": "<p>Information about reviews of this evaluation.</p>" |
| 23999 | + } |
| 24000 | + }, |
23977 | 24001 | "ContactParticipant": { |
23978 | 24002 | "target": "com.amazonaws.connect#EvaluationContactParticipant", |
23979 | 24003 | "traits": { |
@@ -24080,6 +24104,168 @@ |
24080 | 24104 | "smithy.api#documentation": "<p>Details of the input data used for automated question processing.</p>" |
24081 | 24105 | } |
24082 | 24106 | }, |
| 24107 | + "com.amazonaws.connect#EvaluationReviewConfiguration": { |
| 24108 | + "type": "structure", |
| 24109 | + "members": { |
| 24110 | + "ReviewNotificationRecipients": { |
| 24111 | + "target": "com.amazonaws.connect#EvaluationReviewNotificationRecipientList", |
| 24112 | + "traits": { |
| 24113 | + "smithy.api#documentation": "<p>List of recipients who should be notified when a review is requested.</p>", |
| 24114 | + "smithy.api#required": {} |
| 24115 | + } |
| 24116 | + }, |
| 24117 | + "EligibilityDays": { |
| 24118 | + "target": "com.amazonaws.connect#Integer", |
| 24119 | + "traits": { |
| 24120 | + "smithy.api#default": 0, |
| 24121 | + "smithy.api#documentation": "<p>Number of days during which a request for review can be submitted for evaluations created from this form.</p>" |
| 24122 | + } |
| 24123 | + } |
| 24124 | + }, |
| 24125 | + "traits": { |
| 24126 | + "smithy.api#documentation": "<p>Configuration settings for evaluation reviews.</p>" |
| 24127 | + } |
| 24128 | + }, |
| 24129 | + "com.amazonaws.connect#EvaluationReviewMetadata": { |
| 24130 | + "type": "structure", |
| 24131 | + "members": { |
| 24132 | + "ReviewId": { |
| 24133 | + "target": "com.amazonaws.connect#ResourceId", |
| 24134 | + "traits": { |
| 24135 | + "smithy.api#documentation": "<p>The unique identifier for the evaluation review.</p>" |
| 24136 | + } |
| 24137 | + }, |
| 24138 | + "CreatedTime": { |
| 24139 | + "target": "com.amazonaws.connect#Timestamp", |
| 24140 | + "traits": { |
| 24141 | + "smithy.api#documentation": "<p>The timestamp when the evaluation review was created.</p>", |
| 24142 | + "smithy.api#required": {} |
| 24143 | + } |
| 24144 | + }, |
| 24145 | + "CreatedBy": { |
| 24146 | + "target": "com.amazonaws.connect#ARN", |
| 24147 | + "traits": { |
| 24148 | + "smithy.api#documentation": "<p>The user who created the evaluation review.</p>", |
| 24149 | + "smithy.api#required": {} |
| 24150 | + } |
| 24151 | + }, |
| 24152 | + "ReviewRequestComments": { |
| 24153 | + "target": "com.amazonaws.connect#EvaluationReviewRequestCommentList", |
| 24154 | + "traits": { |
| 24155 | + "smithy.api#documentation": "<p>Comments provided when requesting the evaluation review.</p>", |
| 24156 | + "smithy.api#required": {} |
| 24157 | + } |
| 24158 | + } |
| 24159 | + }, |
| 24160 | + "traits": { |
| 24161 | + "smithy.api#documentation": "<p>Metadata information about an evaluation review.</p>" |
| 24162 | + } |
| 24163 | + }, |
| 24164 | + "com.amazonaws.connect#EvaluationReviewNotificationRecipient": { |
| 24165 | + "type": "structure", |
| 24166 | + "members": { |
| 24167 | + "Type": { |
| 24168 | + "target": "com.amazonaws.connect#EvaluationReviewNotificationRecipientType", |
| 24169 | + "traits": { |
| 24170 | + "smithy.api#documentation": "<p>The type of notification recipient.</p>", |
| 24171 | + "smithy.api#required": {} |
| 24172 | + } |
| 24173 | + }, |
| 24174 | + "Value": { |
| 24175 | + "target": "com.amazonaws.connect#EvaluationReviewNotificationRecipientValue", |
| 24176 | + "traits": { |
| 24177 | + "smithy.api#documentation": "<p>The value associated with the notification recipient type.</p>", |
| 24178 | + "smithy.api#required": {} |
| 24179 | + } |
| 24180 | + } |
| 24181 | + }, |
| 24182 | + "traits": { |
| 24183 | + "smithy.api#documentation": "<p>Information about a recipient who should be notified when an evaluation review is requested.</p>" |
| 24184 | + } |
| 24185 | + }, |
| 24186 | + "com.amazonaws.connect#EvaluationReviewNotificationRecipientList": { |
| 24187 | + "type": "list", |
| 24188 | + "member": { |
| 24189 | + "target": "com.amazonaws.connect#EvaluationReviewNotificationRecipient" |
| 24190 | + }, |
| 24191 | + "traits": { |
| 24192 | + "smithy.api#length": { |
| 24193 | + "min": 1 |
| 24194 | + } |
| 24195 | + } |
| 24196 | + }, |
| 24197 | + "com.amazonaws.connect#EvaluationReviewNotificationRecipientType": { |
| 24198 | + "type": "enum", |
| 24199 | + "members": { |
| 24200 | + "USER_ID": { |
| 24201 | + "target": "smithy.api#Unit", |
| 24202 | + "traits": { |
| 24203 | + "smithy.api#enumValue": "USER_ID" |
| 24204 | + } |
| 24205 | + } |
| 24206 | + } |
| 24207 | + }, |
| 24208 | + "com.amazonaws.connect#EvaluationReviewNotificationRecipientValue": { |
| 24209 | + "type": "structure", |
| 24210 | + "members": { |
| 24211 | + "UserId": { |
| 24212 | + "target": "com.amazonaws.connect#ResourceId", |
| 24213 | + "traits": { |
| 24214 | + "smithy.api#documentation": "<p>The user identifier for the notification recipient.</p>" |
| 24215 | + } |
| 24216 | + } |
| 24217 | + }, |
| 24218 | + "traits": { |
| 24219 | + "smithy.api#documentation": "<p>The value information for an evaluation review notification recipient.</p>" |
| 24220 | + } |
| 24221 | + }, |
| 24222 | + "com.amazonaws.connect#EvaluationReviewRequestComment": { |
| 24223 | + "type": "structure", |
| 24224 | + "members": { |
| 24225 | + "Comment": { |
| 24226 | + "target": "com.amazonaws.connect#EvaluationReviewRequestCommentContent", |
| 24227 | + "traits": { |
| 24228 | + "smithy.api#documentation": "<p>The text content of the review request comment.</p>" |
| 24229 | + } |
| 24230 | + }, |
| 24231 | + "CreatedTime": { |
| 24232 | + "target": "com.amazonaws.connect#Timestamp", |
| 24233 | + "traits": { |
| 24234 | + "smithy.api#documentation": "<p>The timestamp when the review request comment was created.</p>" |
| 24235 | + } |
| 24236 | + }, |
| 24237 | + "CreatedBy": { |
| 24238 | + "target": "com.amazonaws.connect#ARN", |
| 24239 | + "traits": { |
| 24240 | + "smithy.api#documentation": "<p>The user who created the review request comment.</p>" |
| 24241 | + } |
| 24242 | + } |
| 24243 | + }, |
| 24244 | + "traits": { |
| 24245 | + "smithy.api#documentation": "<p>A comment provided when requesting an evaluation review.</p>" |
| 24246 | + } |
| 24247 | + }, |
| 24248 | + "com.amazonaws.connect#EvaluationReviewRequestCommentContent": { |
| 24249 | + "type": "string", |
| 24250 | + "traits": { |
| 24251 | + "smithy.api#length": { |
| 24252 | + "min": 0, |
| 24253 | + "max": 500 |
| 24254 | + } |
| 24255 | + } |
| 24256 | + }, |
| 24257 | + "com.amazonaws.connect#EvaluationReviewRequestCommentList": { |
| 24258 | + "type": "list", |
| 24259 | + "member": { |
| 24260 | + "target": "com.amazonaws.connect#EvaluationReviewRequestComment" |
| 24261 | + }, |
| 24262 | + "traits": { |
| 24263 | + "smithy.api#length": { |
| 24264 | + "min": 0, |
| 24265 | + "max": 1 |
| 24266 | + } |
| 24267 | + } |
| 24268 | + }, |
24083 | 24269 | "com.amazonaws.connect#EvaluationScore": { |
24084 | 24270 | "type": "structure", |
24085 | 24271 | "members": { |
|
24413 | 24599 | "traits": { |
24414 | 24600 | "smithy.api#enumValue": "SUBMITTED" |
24415 | 24601 | } |
| 24602 | + }, |
| 24603 | + "REVIEW_REQUESTED": { |
| 24604 | + "target": "smithy.api#Unit", |
| 24605 | + "traits": { |
| 24606 | + "smithy.api#enumValue": "REVIEW_REQUESTED" |
| 24607 | + } |
| 24608 | + }, |
| 24609 | + "UNDER_REVIEW": { |
| 24610 | + "target": "smithy.api#Unit", |
| 24611 | + "traits": { |
| 24612 | + "smithy.api#enumValue": "UNDER_REVIEW" |
| 24613 | + } |
24416 | 24614 | } |
24417 | 24615 | } |
24418 | 24616 | }, |
|
53949 | 54147 | "smithy.api#documentation": "<p>Whether automated evaluations are enabled.</p>" |
53950 | 54148 | } |
53951 | 54149 | }, |
| 54150 | + "ReviewConfiguration": { |
| 54151 | + "target": "com.amazonaws.connect#EvaluationReviewConfiguration", |
| 54152 | + "traits": { |
| 54153 | + "smithy.api#documentation": "<p>Configuration for evaluation review settings of the evaluation form.</p>" |
| 54154 | + } |
| 54155 | + }, |
53952 | 54156 | "AsDraft": { |
53953 | 54157 | "target": "com.amazonaws.connect#BoxedBoolean", |
53954 | 54158 | "traits": { |
|
0 commit comments