aws-sdk-connect 1.221.0 → 1.222.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +545 -18
- data/lib/aws-sdk-connect/client_api.rb +352 -1
- data/lib/aws-sdk-connect/types.rb +1274 -97
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +263 -14
- data/sig/types.rbs +328 -1
- metadata +1 -1
|
@@ -142,6 +142,10 @@ module Aws::Connect
|
|
|
142
142
|
AuthenticationProfileSummaryList = Shapes::ListShape.new(name: 'AuthenticationProfileSummaryList')
|
|
143
143
|
AuthorizationCode = Shapes::StringShape.new(name: 'AuthorizationCode')
|
|
144
144
|
AutoAccept = Shapes::BooleanShape.new(name: 'AutoAccept')
|
|
145
|
+
AutoEvaluationConfiguration = Shapes::StructureShape.new(name: 'AutoEvaluationConfiguration')
|
|
146
|
+
AutoEvaluationDetails = Shapes::StructureShape.new(name: 'AutoEvaluationDetails')
|
|
147
|
+
AutoEvaluationStatus = Shapes::StringShape.new(name: 'AutoEvaluationStatus')
|
|
148
|
+
AutomaticFailConfiguration = Shapes::StructureShape.new(name: 'AutomaticFailConfiguration')
|
|
145
149
|
AvailableNumberSummary = Shapes::StructureShape.new(name: 'AvailableNumberSummary')
|
|
146
150
|
AvailableNumbersList = Shapes::ListShape.new(name: 'AvailableNumbersList')
|
|
147
151
|
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
|
@@ -158,6 +162,8 @@ module Aws::Connect
|
|
|
158
162
|
BehaviorType = Shapes::StringShape.new(name: 'BehaviorType')
|
|
159
163
|
Body = Shapes::StringShape.new(name: 'Body')
|
|
160
164
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
165
|
+
BooleanComparisonType = Shapes::StringShape.new(name: 'BooleanComparisonType')
|
|
166
|
+
BooleanCondition = Shapes::StructureShape.new(name: 'BooleanCondition')
|
|
161
167
|
BotName = Shapes::StringShape.new(name: 'BotName')
|
|
162
168
|
BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
|
|
163
169
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
|
@@ -351,9 +357,14 @@ module Aws::Connect
|
|
|
351
357
|
DateComparisonType = Shapes::StringShape.new(name: 'DateComparisonType')
|
|
352
358
|
DateCondition = Shapes::StructureShape.new(name: 'DateCondition')
|
|
353
359
|
DateReference = Shapes::StructureShape.new(name: 'DateReference')
|
|
360
|
+
DateTimeComparisonType = Shapes::StringShape.new(name: 'DateTimeComparisonType')
|
|
361
|
+
DateTimeCondition = Shapes::StructureShape.new(name: 'DateTimeCondition')
|
|
362
|
+
DateTimeFormat = Shapes::StringShape.new(name: 'DateTimeFormat')
|
|
354
363
|
DateYearMonthDayFormat = Shapes::StringShape.new(name: 'DateYearMonthDayFormat')
|
|
355
364
|
DeactivateEvaluationFormRequest = Shapes::StructureShape.new(name: 'DeactivateEvaluationFormRequest')
|
|
356
365
|
DeactivateEvaluationFormResponse = Shapes::StructureShape.new(name: 'DeactivateEvaluationFormResponse')
|
|
366
|
+
DecimalComparisonType = Shapes::StringShape.new(name: 'DecimalComparisonType')
|
|
367
|
+
DecimalCondition = Shapes::StructureShape.new(name: 'DecimalCondition')
|
|
357
368
|
DefaultVocabulary = Shapes::StructureShape.new(name: 'DefaultVocabulary')
|
|
358
369
|
DefaultVocabularyList = Shapes::ListShape.new(name: 'DefaultVocabularyList')
|
|
359
370
|
Delay = Shapes::IntegerShape.new(name: 'Delay')
|
|
@@ -534,6 +545,9 @@ module Aws::Connect
|
|
|
534
545
|
ErrorResult = Shapes::StructureShape.new(name: 'ErrorResult')
|
|
535
546
|
ErrorResults = Shapes::ListShape.new(name: 'ErrorResults')
|
|
536
547
|
Evaluation = Shapes::StructureShape.new(name: 'Evaluation')
|
|
548
|
+
EvaluationAcknowledgement = Shapes::StructureShape.new(name: 'EvaluationAcknowledgement')
|
|
549
|
+
EvaluationAcknowledgementSummary = Shapes::StructureShape.new(name: 'EvaluationAcknowledgementSummary')
|
|
550
|
+
EvaluationAcknowledgerCommentString = Shapes::StringShape.new(name: 'EvaluationAcknowledgerCommentString')
|
|
537
551
|
EvaluationAnswerData = Shapes::UnionShape.new(name: 'EvaluationAnswerData')
|
|
538
552
|
EvaluationAnswerDataNumericValue = Shapes::FloatShape.new(name: 'EvaluationAnswerDataNumericValue')
|
|
539
553
|
EvaluationAnswerDataStringValue = Shapes::StringShape.new(name: 'EvaluationAnswerDataStringValue')
|
|
@@ -542,11 +556,28 @@ module Aws::Connect
|
|
|
542
556
|
EvaluationAnswersInputMap = Shapes::MapShape.new(name: 'EvaluationAnswersInputMap')
|
|
543
557
|
EvaluationAnswersOutputMap = Shapes::MapShape.new(name: 'EvaluationAnswersOutputMap')
|
|
544
558
|
EvaluationArn = Shapes::StringShape.new(name: 'EvaluationArn')
|
|
559
|
+
EvaluationAutomationRuleCategory = Shapes::StructureShape.new(name: 'EvaluationAutomationRuleCategory')
|
|
560
|
+
EvaluationAutomationRuleCategoryList = Shapes::ListShape.new(name: 'EvaluationAutomationRuleCategoryList')
|
|
561
|
+
EvaluationContactLensAnswerAnalysisDetails = Shapes::StructureShape.new(name: 'EvaluationContactLensAnswerAnalysisDetails')
|
|
545
562
|
EvaluationForm = Shapes::StructureShape.new(name: 'EvaluationForm')
|
|
563
|
+
EvaluationFormAutoEvaluationConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormAutoEvaluationConfiguration')
|
|
546
564
|
EvaluationFormContent = Shapes::StructureShape.new(name: 'EvaluationFormContent')
|
|
547
565
|
EvaluationFormDescription = Shapes::StringShape.new(name: 'EvaluationFormDescription')
|
|
548
566
|
EvaluationFormId = Shapes::StringShape.new(name: 'EvaluationFormId')
|
|
549
567
|
EvaluationFormItem = Shapes::UnionShape.new(name: 'EvaluationFormItem')
|
|
568
|
+
EvaluationFormItemEnablementAction = Shapes::StringShape.new(name: 'EvaluationFormItemEnablementAction')
|
|
569
|
+
EvaluationFormItemEnablementCondition = Shapes::StructureShape.new(name: 'EvaluationFormItemEnablementCondition')
|
|
570
|
+
EvaluationFormItemEnablementConditionOperand = Shapes::UnionShape.new(name: 'EvaluationFormItemEnablementConditionOperand')
|
|
571
|
+
EvaluationFormItemEnablementConditionOperandList = Shapes::ListShape.new(name: 'EvaluationFormItemEnablementConditionOperandList')
|
|
572
|
+
EvaluationFormItemEnablementConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormItemEnablementConfiguration')
|
|
573
|
+
EvaluationFormItemEnablementExpression = Shapes::StructureShape.new(name: 'EvaluationFormItemEnablementExpression')
|
|
574
|
+
EvaluationFormItemEnablementOperator = Shapes::StringShape.new(name: 'EvaluationFormItemEnablementOperator')
|
|
575
|
+
EvaluationFormItemEnablementSource = Shapes::StructureShape.new(name: 'EvaluationFormItemEnablementSource')
|
|
576
|
+
EvaluationFormItemEnablementSourceType = Shapes::StringShape.new(name: 'EvaluationFormItemEnablementSourceType')
|
|
577
|
+
EvaluationFormItemEnablementSourceValue = Shapes::StructureShape.new(name: 'EvaluationFormItemEnablementSourceValue')
|
|
578
|
+
EvaluationFormItemEnablementSourceValueList = Shapes::ListShape.new(name: 'EvaluationFormItemEnablementSourceValueList')
|
|
579
|
+
EvaluationFormItemEnablementSourceValueType = Shapes::StringShape.new(name: 'EvaluationFormItemEnablementSourceValueType')
|
|
580
|
+
EvaluationFormItemSourceValuesComparator = Shapes::StringShape.new(name: 'EvaluationFormItemSourceValuesComparator')
|
|
550
581
|
EvaluationFormItemWeight = Shapes::FloatShape.new(name: 'EvaluationFormItemWeight')
|
|
551
582
|
EvaluationFormItemsList = Shapes::ListShape.new(name: 'EvaluationFormItemsList')
|
|
552
583
|
EvaluationFormNumericQuestionAutomation = Shapes::UnionShape.new(name: 'EvaluationFormNumericQuestionAutomation')
|
|
@@ -555,6 +586,8 @@ module Aws::Connect
|
|
|
555
586
|
EvaluationFormNumericQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormNumericQuestionProperties')
|
|
556
587
|
EvaluationFormQuestion = Shapes::StructureShape.new(name: 'EvaluationFormQuestion')
|
|
557
588
|
EvaluationFormQuestionAnswerScore = Shapes::IntegerShape.new(name: 'EvaluationFormQuestionAnswerScore')
|
|
589
|
+
EvaluationFormQuestionAutomationAnswerSource = Shapes::StructureShape.new(name: 'EvaluationFormQuestionAutomationAnswerSource')
|
|
590
|
+
EvaluationFormQuestionAutomationAnswerSourceType = Shapes::StringShape.new(name: 'EvaluationFormQuestionAutomationAnswerSourceType')
|
|
558
591
|
EvaluationFormQuestionInstructions = Shapes::StringShape.new(name: 'EvaluationFormQuestionInstructions')
|
|
559
592
|
EvaluationFormQuestionTitle = Shapes::StringShape.new(name: 'EvaluationFormQuestionTitle')
|
|
560
593
|
EvaluationFormQuestionType = Shapes::StringShape.new(name: 'EvaluationFormQuestionType')
|
|
@@ -562,6 +595,11 @@ module Aws::Connect
|
|
|
562
595
|
EvaluationFormScoringMode = Shapes::StringShape.new(name: 'EvaluationFormScoringMode')
|
|
563
596
|
EvaluationFormScoringStatus = Shapes::StringShape.new(name: 'EvaluationFormScoringStatus')
|
|
564
597
|
EvaluationFormScoringStrategy = Shapes::StructureShape.new(name: 'EvaluationFormScoringStrategy')
|
|
598
|
+
EvaluationFormSearchConditionList = Shapes::ListShape.new(name: 'EvaluationFormSearchConditionList')
|
|
599
|
+
EvaluationFormSearchCriteria = Shapes::StructureShape.new(name: 'EvaluationFormSearchCriteria')
|
|
600
|
+
EvaluationFormSearchFilter = Shapes::StructureShape.new(name: 'EvaluationFormSearchFilter')
|
|
601
|
+
EvaluationFormSearchSummary = Shapes::StructureShape.new(name: 'EvaluationFormSearchSummary')
|
|
602
|
+
EvaluationFormSearchSummaryList = Shapes::ListShape.new(name: 'EvaluationFormSearchSummaryList')
|
|
565
603
|
EvaluationFormSection = Shapes::StructureShape.new(name: 'EvaluationFormSection')
|
|
566
604
|
EvaluationFormSectionTitle = Shapes::StringShape.new(name: 'EvaluationFormSectionTitle')
|
|
567
605
|
EvaluationFormSingleSelectQuestionAutomation = Shapes::StructureShape.new(name: 'EvaluationFormSingleSelectQuestionAutomation')
|
|
@@ -574,22 +612,46 @@ module Aws::Connect
|
|
|
574
612
|
EvaluationFormSingleSelectQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormSingleSelectQuestionProperties')
|
|
575
613
|
EvaluationFormSummary = Shapes::StructureShape.new(name: 'EvaluationFormSummary')
|
|
576
614
|
EvaluationFormSummaryList = Shapes::ListShape.new(name: 'EvaluationFormSummaryList')
|
|
615
|
+
EvaluationFormTextQuestionAutomation = Shapes::StructureShape.new(name: 'EvaluationFormTextQuestionAutomation')
|
|
616
|
+
EvaluationFormTextQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormTextQuestionProperties')
|
|
577
617
|
EvaluationFormTitle = Shapes::StringShape.new(name: 'EvaluationFormTitle')
|
|
578
618
|
EvaluationFormVersionIsLocked = Shapes::BooleanShape.new(name: 'EvaluationFormVersionIsLocked')
|
|
579
619
|
EvaluationFormVersionStatus = Shapes::StringShape.new(name: 'EvaluationFormVersionStatus')
|
|
580
620
|
EvaluationFormVersionSummary = Shapes::StructureShape.new(name: 'EvaluationFormVersionSummary')
|
|
581
621
|
EvaluationFormVersionSummaryList = Shapes::ListShape.new(name: 'EvaluationFormVersionSummaryList')
|
|
622
|
+
EvaluationGenAIAnswerAnalysisDetails = Shapes::StructureShape.new(name: 'EvaluationGenAIAnswerAnalysisDetails')
|
|
582
623
|
EvaluationId = Shapes::StringShape.new(name: 'EvaluationId')
|
|
583
624
|
EvaluationMetadata = Shapes::StructureShape.new(name: 'EvaluationMetadata')
|
|
584
625
|
EvaluationNote = Shapes::StructureShape.new(name: 'EvaluationNote')
|
|
585
626
|
EvaluationNoteString = Shapes::StringShape.new(name: 'EvaluationNoteString')
|
|
586
627
|
EvaluationNotesMap = Shapes::MapShape.new(name: 'EvaluationNotesMap')
|
|
628
|
+
EvaluationQuestionAnswerAnalysisDetails = Shapes::UnionShape.new(name: 'EvaluationQuestionAnswerAnalysisDetails')
|
|
629
|
+
EvaluationQuestionAnswerAnalysisType = Shapes::StringShape.new(name: 'EvaluationQuestionAnswerAnalysisType')
|
|
630
|
+
EvaluationQuestionInputDetails = Shapes::StructureShape.new(name: 'EvaluationQuestionInputDetails')
|
|
587
631
|
EvaluationScore = Shapes::StructureShape.new(name: 'EvaluationScore')
|
|
588
632
|
EvaluationScorePercentage = Shapes::FloatShape.new(name: 'EvaluationScorePercentage')
|
|
589
633
|
EvaluationScoresMap = Shapes::MapShape.new(name: 'EvaluationScoresMap')
|
|
634
|
+
EvaluationSearchConditionList = Shapes::ListShape.new(name: 'EvaluationSearchConditionList')
|
|
635
|
+
EvaluationSearchCriteria = Shapes::StructureShape.new(name: 'EvaluationSearchCriteria')
|
|
636
|
+
EvaluationSearchFilter = Shapes::StructureShape.new(name: 'EvaluationSearchFilter')
|
|
637
|
+
EvaluationSearchMetadata = Shapes::StructureShape.new(name: 'EvaluationSearchMetadata')
|
|
638
|
+
EvaluationSearchSummary = Shapes::StructureShape.new(name: 'EvaluationSearchSummary')
|
|
639
|
+
EvaluationSearchSummaryList = Shapes::ListShape.new(name: 'EvaluationSearchSummaryList')
|
|
590
640
|
EvaluationStatus = Shapes::StringShape.new(name: 'EvaluationStatus')
|
|
641
|
+
EvaluationSuggestedAnswer = Shapes::StructureShape.new(name: 'EvaluationSuggestedAnswer')
|
|
642
|
+
EvaluationSuggestedAnswerJustification = Shapes::StringShape.new(name: 'EvaluationSuggestedAnswerJustification')
|
|
643
|
+
EvaluationSuggestedAnswerStatus = Shapes::StringShape.new(name: 'EvaluationSuggestedAnswerStatus')
|
|
644
|
+
EvaluationSuggestedAnswerTranscriptMillisOffset = Shapes::IntegerShape.new(name: 'EvaluationSuggestedAnswerTranscriptMillisOffset')
|
|
645
|
+
EvaluationSuggestedAnswerTranscriptMillisecondOffsets = Shapes::StructureShape.new(name: 'EvaluationSuggestedAnswerTranscriptMillisecondOffsets')
|
|
646
|
+
EvaluationSuggestedAnswerTranscriptSegment = Shapes::StringShape.new(name: 'EvaluationSuggestedAnswerTranscriptSegment')
|
|
647
|
+
EvaluationSuggestedAnswersList = Shapes::ListShape.new(name: 'EvaluationSuggestedAnswersList')
|
|
591
648
|
EvaluationSummary = Shapes::StructureShape.new(name: 'EvaluationSummary')
|
|
592
649
|
EvaluationSummaryList = Shapes::ListShape.new(name: 'EvaluationSummaryList')
|
|
650
|
+
EvaluationTranscriptPointOfInterest = Shapes::StructureShape.new(name: 'EvaluationTranscriptPointOfInterest')
|
|
651
|
+
EvaluationTranscriptPointsOfInterest = Shapes::ListShape.new(name: 'EvaluationTranscriptPointsOfInterest')
|
|
652
|
+
EvaluationTranscriptType = Shapes::StringShape.new(name: 'EvaluationTranscriptType')
|
|
653
|
+
EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
|
|
654
|
+
EvaluatorUserUnion = Shapes::UnionShape.new(name: 'EvaluatorUserUnion')
|
|
593
655
|
EventBridgeActionDefinition = Shapes::StructureShape.new(name: 'EventBridgeActionDefinition')
|
|
594
656
|
EventBridgeActionName = Shapes::StringShape.new(name: 'EventBridgeActionName')
|
|
595
657
|
EventSourceName = Shapes::StringShape.new(name: 'EventSourceName')
|
|
@@ -926,6 +988,7 @@ module Aws::Connect
|
|
|
926
988
|
NotificationDeliveryType = Shapes::StringShape.new(name: 'NotificationDeliveryType')
|
|
927
989
|
NotificationRecipientType = Shapes::StructureShape.new(name: 'NotificationRecipientType')
|
|
928
990
|
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
|
991
|
+
NullableDouble = Shapes::FloatShape.new(name: 'NullableDouble')
|
|
929
992
|
NullableProficiencyLevel = Shapes::FloatShape.new(name: 'NullableProficiencyLevel')
|
|
930
993
|
NullableProficiencyLimitValue = Shapes::IntegerShape.new(name: 'NullableProficiencyLimitValue')
|
|
931
994
|
NumberComparisonType = Shapes::StringShape.new(name: 'NumberComparisonType')
|
|
@@ -1042,6 +1105,8 @@ module Aws::Connect
|
|
|
1042
1105
|
PutUserStatusRequest = Shapes::StructureShape.new(name: 'PutUserStatusRequest')
|
|
1043
1106
|
PutUserStatusResponse = Shapes::StructureShape.new(name: 'PutUserStatusResponse')
|
|
1044
1107
|
QualityMetrics = Shapes::StructureShape.new(name: 'QualityMetrics')
|
|
1108
|
+
QuestionRuleCategoryAutomationCondition = Shapes::StringShape.new(name: 'QuestionRuleCategoryAutomationCondition')
|
|
1109
|
+
QuestionRuleCategoryAutomationLabel = Shapes::StringShape.new(name: 'QuestionRuleCategoryAutomationLabel')
|
|
1045
1110
|
Queue = Shapes::StructureShape.new(name: 'Queue')
|
|
1046
1111
|
QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
|
|
1047
1112
|
QueueId = Shapes::StringShape.new(name: 'QueueId')
|
|
@@ -1212,6 +1277,8 @@ module Aws::Connect
|
|
|
1212
1277
|
SearchAgentStatusesResponse = Shapes::StructureShape.new(name: 'SearchAgentStatusesResponse')
|
|
1213
1278
|
SearchAvailablePhoneNumbersRequest = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersRequest')
|
|
1214
1279
|
SearchAvailablePhoneNumbersResponse = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersResponse')
|
|
1280
|
+
SearchContactEvaluationsRequest = Shapes::StructureShape.new(name: 'SearchContactEvaluationsRequest')
|
|
1281
|
+
SearchContactEvaluationsResponse = Shapes::StructureShape.new(name: 'SearchContactEvaluationsResponse')
|
|
1215
1282
|
SearchContactFlowModulesRequest = Shapes::StructureShape.new(name: 'SearchContactFlowModulesRequest')
|
|
1216
1283
|
SearchContactFlowModulesResponse = Shapes::StructureShape.new(name: 'SearchContactFlowModulesResponse')
|
|
1217
1284
|
SearchContactFlowsRequest = Shapes::StructureShape.new(name: 'SearchContactFlowsRequest')
|
|
@@ -1229,6 +1296,8 @@ module Aws::Connect
|
|
|
1229
1296
|
SearchCriteria = Shapes::StructureShape.new(name: 'SearchCriteria')
|
|
1230
1297
|
SearchEmailAddressesRequest = Shapes::StructureShape.new(name: 'SearchEmailAddressesRequest')
|
|
1231
1298
|
SearchEmailAddressesResponse = Shapes::StructureShape.new(name: 'SearchEmailAddressesResponse')
|
|
1299
|
+
SearchEvaluationFormsRequest = Shapes::StructureShape.new(name: 'SearchEvaluationFormsRequest')
|
|
1300
|
+
SearchEvaluationFormsResponse = Shapes::StructureShape.new(name: 'SearchEvaluationFormsResponse')
|
|
1232
1301
|
SearchHoursOfOperationOverridesRequest = Shapes::StructureShape.new(name: 'SearchHoursOfOperationOverridesRequest')
|
|
1233
1302
|
SearchHoursOfOperationOverridesResponse = Shapes::StructureShape.new(name: 'SearchHoursOfOperationOverridesResponse')
|
|
1234
1303
|
SearchHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsRequest')
|
|
@@ -1991,6 +2060,16 @@ module Aws::Connect
|
|
|
1991
2060
|
|
|
1992
2061
|
AuthenticationProfileSummaryList.member = Shapes::ShapeRef.new(shape: AuthenticationProfileSummary)
|
|
1993
2062
|
|
|
2063
|
+
AutoEvaluationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
|
2064
|
+
AutoEvaluationConfiguration.struct_class = Types::AutoEvaluationConfiguration
|
|
2065
|
+
|
|
2066
|
+
AutoEvaluationDetails.add_member(:auto_evaluation_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "AutoEvaluationEnabled"))
|
|
2067
|
+
AutoEvaluationDetails.add_member(:auto_evaluation_status, Shapes::ShapeRef.new(shape: AutoEvaluationStatus, location_name: "AutoEvaluationStatus"))
|
|
2068
|
+
AutoEvaluationDetails.struct_class = Types::AutoEvaluationDetails
|
|
2069
|
+
|
|
2070
|
+
AutomaticFailConfiguration.add_member(:target_section, Shapes::ShapeRef.new(shape: ReferenceId, location_name: "TargetSection"))
|
|
2071
|
+
AutomaticFailConfiguration.struct_class = Types::AutomaticFailConfiguration
|
|
2072
|
+
|
|
1994
2073
|
AvailableNumberSummary.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "PhoneNumber"))
|
|
1995
2074
|
AvailableNumberSummary.add_member(:phone_number_country_code, Shapes::ShapeRef.new(shape: PhoneNumberCountryCode, location_name: "PhoneNumberCountryCode"))
|
|
1996
2075
|
AvailableNumberSummary.add_member(:phone_number_type, Shapes::ShapeRef.new(shape: PhoneNumberType, location_name: "PhoneNumberType"))
|
|
@@ -2042,6 +2121,10 @@ module Aws::Connect
|
|
|
2042
2121
|
BatchPutContactResponse.add_member(:failed_request_list, Shapes::ShapeRef.new(shape: FailedRequestList, location_name: "FailedRequestList"))
|
|
2043
2122
|
BatchPutContactResponse.struct_class = Types::BatchPutContactResponse
|
|
2044
2123
|
|
|
2124
|
+
BooleanCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
|
|
2125
|
+
BooleanCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: BooleanComparisonType, location_name: "ComparisonType"))
|
|
2126
|
+
BooleanCondition.struct_class = Types::BooleanCondition
|
|
2127
|
+
|
|
2045
2128
|
Campaign.add_member(:campaign_id, Shapes::ShapeRef.new(shape: CampaignId, location_name: "CampaignId"))
|
|
2046
2129
|
Campaign.struct_class = Types::Campaign
|
|
2047
2130
|
|
|
@@ -2483,7 +2566,9 @@ module Aws::Connect
|
|
|
2483
2566
|
CreateEvaluationFormRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationFormDescription, location_name: "Description"))
|
|
2484
2567
|
CreateEvaluationFormRequest.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
|
|
2485
2568
|
CreateEvaluationFormRequest.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
|
|
2569
|
+
CreateEvaluationFormRequest.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
|
|
2486
2570
|
CreateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
2571
|
+
CreateEvaluationFormRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
2487
2572
|
CreateEvaluationFormRequest.struct_class = Types::CreateEvaluationFormRequest
|
|
2488
2573
|
|
|
2489
2574
|
CreateEvaluationFormResponse.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
@@ -2819,6 +2904,12 @@ module Aws::Connect
|
|
|
2819
2904
|
DateReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
|
2820
2905
|
DateReference.struct_class = Types::DateReference
|
|
2821
2906
|
|
|
2907
|
+
DateTimeCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
|
|
2908
|
+
DateTimeCondition.add_member(:min_value, Shapes::ShapeRef.new(shape: DateTimeFormat, location_name: "MinValue"))
|
|
2909
|
+
DateTimeCondition.add_member(:max_value, Shapes::ShapeRef.new(shape: DateTimeFormat, location_name: "MaxValue"))
|
|
2910
|
+
DateTimeCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: DateTimeComparisonType, location_name: "ComparisonType"))
|
|
2911
|
+
DateTimeCondition.struct_class = Types::DateTimeCondition
|
|
2912
|
+
|
|
2822
2913
|
DeactivateEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2823
2914
|
DeactivateEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
|
2824
2915
|
DeactivateEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
|
@@ -2829,6 +2920,12 @@ module Aws::Connect
|
|
|
2829
2920
|
DeactivateEvaluationFormResponse.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
|
2830
2921
|
DeactivateEvaluationFormResponse.struct_class = Types::DeactivateEvaluationFormResponse
|
|
2831
2922
|
|
|
2923
|
+
DecimalCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
|
|
2924
|
+
DecimalCondition.add_member(:min_value, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MinValue"))
|
|
2925
|
+
DecimalCondition.add_member(:max_value, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxValue"))
|
|
2926
|
+
DecimalCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: DecimalComparisonType, location_name: "ComparisonType"))
|
|
2927
|
+
DecimalCondition.struct_class = Types::DecimalCondition
|
|
2928
|
+
|
|
2832
2929
|
DefaultVocabulary.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
2833
2930
|
DefaultVocabulary.add_member(:language_code, Shapes::ShapeRef.new(shape: VocabularyLanguageCode, required: true, location_name: "LanguageCode"))
|
|
2834
2931
|
DefaultVocabulary.add_member(:vocabulary_id, Shapes::ShapeRef.new(shape: VocabularyId, required: true, location_name: "VocabularyId"))
|
|
@@ -3385,9 +3482,20 @@ module Aws::Connect
|
|
|
3385
3482
|
Evaluation.add_member(:scores, Shapes::ShapeRef.new(shape: EvaluationScoresMap, location_name: "Scores"))
|
|
3386
3483
|
Evaluation.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
|
|
3387
3484
|
Evaluation.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
|
3485
|
+
Evaluation.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
|
|
3388
3486
|
Evaluation.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3389
3487
|
Evaluation.struct_class = Types::Evaluation
|
|
3390
3488
|
|
|
3489
|
+
EvaluationAcknowledgement.add_member(:acknowledged_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "AcknowledgedTime"))
|
|
3490
|
+
EvaluationAcknowledgement.add_member(:acknowledged_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "AcknowledgedBy"))
|
|
3491
|
+
EvaluationAcknowledgement.add_member(:acknowledger_comment, Shapes::ShapeRef.new(shape: EvaluationAcknowledgerCommentString, location_name: "AcknowledgerComment"))
|
|
3492
|
+
EvaluationAcknowledgement.struct_class = Types::EvaluationAcknowledgement
|
|
3493
|
+
|
|
3494
|
+
EvaluationAcknowledgementSummary.add_member(:acknowledged_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "AcknowledgedTime"))
|
|
3495
|
+
EvaluationAcknowledgementSummary.add_member(:acknowledged_by, Shapes::ShapeRef.new(shape: ARN, location_name: "AcknowledgedBy"))
|
|
3496
|
+
EvaluationAcknowledgementSummary.add_member(:acknowledger_comment, Shapes::ShapeRef.new(shape: EvaluationAcknowledgerCommentString, location_name: "AcknowledgerComment"))
|
|
3497
|
+
EvaluationAcknowledgementSummary.struct_class = Types::EvaluationAcknowledgementSummary
|
|
3498
|
+
|
|
3391
3499
|
EvaluationAnswerData.add_member(:string_value, Shapes::ShapeRef.new(shape: EvaluationAnswerDataStringValue, location_name: "StringValue"))
|
|
3392
3500
|
EvaluationAnswerData.add_member(:numeric_value, Shapes::ShapeRef.new(shape: EvaluationAnswerDataNumericValue, location_name: "NumericValue"))
|
|
3393
3501
|
EvaluationAnswerData.add_member(:not_applicable, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotApplicable"))
|
|
@@ -3403,6 +3511,7 @@ module Aws::Connect
|
|
|
3403
3511
|
|
|
3404
3512
|
EvaluationAnswerOutput.add_member(:value, Shapes::ShapeRef.new(shape: EvaluationAnswerData, location_name: "Value"))
|
|
3405
3513
|
EvaluationAnswerOutput.add_member(:system_suggested_value, Shapes::ShapeRef.new(shape: EvaluationAnswerData, location_name: "SystemSuggestedValue"))
|
|
3514
|
+
EvaluationAnswerOutput.add_member(:suggested_answers, Shapes::ShapeRef.new(shape: EvaluationSuggestedAnswersList, location_name: "SuggestedAnswers"))
|
|
3406
3515
|
EvaluationAnswerOutput.struct_class = Types::EvaluationAnswerOutput
|
|
3407
3516
|
|
|
3408
3517
|
EvaluationAnswersInputMap.key = Shapes::ShapeRef.new(shape: ResourceId)
|
|
@@ -3411,6 +3520,16 @@ module Aws::Connect
|
|
|
3411
3520
|
EvaluationAnswersOutputMap.key = Shapes::ShapeRef.new(shape: ResourceId)
|
|
3412
3521
|
EvaluationAnswersOutputMap.value = Shapes::ShapeRef.new(shape: EvaluationAnswerOutput)
|
|
3413
3522
|
|
|
3523
|
+
EvaluationAutomationRuleCategory.add_member(:category, Shapes::ShapeRef.new(shape: QuestionRuleCategoryAutomationLabel, required: true, location_name: "Category"))
|
|
3524
|
+
EvaluationAutomationRuleCategory.add_member(:condition, Shapes::ShapeRef.new(shape: QuestionRuleCategoryAutomationCondition, required: true, location_name: "Condition"))
|
|
3525
|
+
EvaluationAutomationRuleCategory.add_member(:points_of_interest, Shapes::ShapeRef.new(shape: EvaluationTranscriptPointsOfInterest, location_name: "PointsOfInterest"))
|
|
3526
|
+
EvaluationAutomationRuleCategory.struct_class = Types::EvaluationAutomationRuleCategory
|
|
3527
|
+
|
|
3528
|
+
EvaluationAutomationRuleCategoryList.member = Shapes::ShapeRef.new(shape: EvaluationAutomationRuleCategory)
|
|
3529
|
+
|
|
3530
|
+
EvaluationContactLensAnswerAnalysisDetails.add_member(:matched_rule_categories, Shapes::ShapeRef.new(shape: EvaluationAutomationRuleCategoryList, location_name: "MatchedRuleCategories"))
|
|
3531
|
+
EvaluationContactLensAnswerAnalysisDetails.struct_class = Types::EvaluationContactLensAnswerAnalysisDetails
|
|
3532
|
+
|
|
3414
3533
|
EvaluationForm.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
3415
3534
|
EvaluationForm.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
|
3416
3535
|
EvaluationForm.add_member(:locked, Shapes::ShapeRef.new(shape: EvaluationFormVersionIsLocked, required: true, location_name: "Locked"))
|
|
@@ -3424,9 +3543,13 @@ module Aws::Connect
|
|
|
3424
3543
|
EvaluationForm.add_member(:created_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "CreatedBy"))
|
|
3425
3544
|
EvaluationForm.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
|
3426
3545
|
EvaluationForm.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "LastModifiedBy"))
|
|
3546
|
+
EvaluationForm.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
|
|
3427
3547
|
EvaluationForm.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3428
3548
|
EvaluationForm.struct_class = Types::EvaluationForm
|
|
3429
3549
|
|
|
3550
|
+
EvaluationFormAutoEvaluationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
|
3551
|
+
EvaluationFormAutoEvaluationConfiguration.struct_class = Types::EvaluationFormAutoEvaluationConfiguration
|
|
3552
|
+
|
|
3430
3553
|
EvaluationFormContent.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
|
3431
3554
|
EvaluationFormContent.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
3432
3555
|
EvaluationFormContent.add_member(:evaluation_form_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationFormArn"))
|
|
@@ -3434,6 +3557,7 @@ module Aws::Connect
|
|
|
3434
3557
|
EvaluationFormContent.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationFormDescription, location_name: "Description"))
|
|
3435
3558
|
EvaluationFormContent.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
|
|
3436
3559
|
EvaluationFormContent.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
|
|
3560
|
+
EvaluationFormContent.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
|
|
3437
3561
|
EvaluationFormContent.struct_class = Types::EvaluationFormContent
|
|
3438
3562
|
|
|
3439
3563
|
EvaluationFormItem.add_member(:section, Shapes::ShapeRef.new(shape: EvaluationFormSection, location_name: "Section"))
|
|
@@ -3444,11 +3568,47 @@ module Aws::Connect
|
|
|
3444
3568
|
EvaluationFormItem.add_member_subclass(:unknown, Types::EvaluationFormItem::Unknown)
|
|
3445
3569
|
EvaluationFormItem.struct_class = Types::EvaluationFormItem
|
|
3446
3570
|
|
|
3571
|
+
EvaluationFormItemEnablementCondition.add_member(:operands, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementConditionOperandList, required: true, location_name: "Operands"))
|
|
3572
|
+
EvaluationFormItemEnablementCondition.add_member(:operator, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementOperator, location_name: "Operator"))
|
|
3573
|
+
EvaluationFormItemEnablementCondition.struct_class = Types::EvaluationFormItemEnablementCondition
|
|
3574
|
+
|
|
3575
|
+
EvaluationFormItemEnablementConditionOperand.add_member(:expression, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementExpression, location_name: "Expression"))
|
|
3576
|
+
EvaluationFormItemEnablementConditionOperand.add_member(:condition, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementCondition, location_name: "Condition"))
|
|
3577
|
+
EvaluationFormItemEnablementConditionOperand.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3578
|
+
EvaluationFormItemEnablementConditionOperand.add_member_subclass(:expression, Types::EvaluationFormItemEnablementConditionOperand::Expression)
|
|
3579
|
+
EvaluationFormItemEnablementConditionOperand.add_member_subclass(:condition, Types::EvaluationFormItemEnablementConditionOperand::Condition)
|
|
3580
|
+
EvaluationFormItemEnablementConditionOperand.add_member_subclass(:unknown, Types::EvaluationFormItemEnablementConditionOperand::Unknown)
|
|
3581
|
+
EvaluationFormItemEnablementConditionOperand.struct_class = Types::EvaluationFormItemEnablementConditionOperand
|
|
3582
|
+
|
|
3583
|
+
EvaluationFormItemEnablementConditionOperandList.member = Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementConditionOperand)
|
|
3584
|
+
|
|
3585
|
+
EvaluationFormItemEnablementConfiguration.add_member(:condition, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementCondition, required: true, location_name: "Condition"))
|
|
3586
|
+
EvaluationFormItemEnablementConfiguration.add_member(:action, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementAction, required: true, location_name: "Action"))
|
|
3587
|
+
EvaluationFormItemEnablementConfiguration.add_member(:default_action, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementAction, location_name: "DefaultAction"))
|
|
3588
|
+
EvaluationFormItemEnablementConfiguration.struct_class = Types::EvaluationFormItemEnablementConfiguration
|
|
3589
|
+
|
|
3590
|
+
EvaluationFormItemEnablementExpression.add_member(:source, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementSource, required: true, location_name: "Source"))
|
|
3591
|
+
EvaluationFormItemEnablementExpression.add_member(:values, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementSourceValueList, required: true, location_name: "Values"))
|
|
3592
|
+
EvaluationFormItemEnablementExpression.add_member(:comparator, Shapes::ShapeRef.new(shape: EvaluationFormItemSourceValuesComparator, required: true, location_name: "Comparator"))
|
|
3593
|
+
EvaluationFormItemEnablementExpression.struct_class = Types::EvaluationFormItemEnablementExpression
|
|
3594
|
+
|
|
3595
|
+
EvaluationFormItemEnablementSource.add_member(:type, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementSourceType, required: true, location_name: "Type"))
|
|
3596
|
+
EvaluationFormItemEnablementSource.add_member(:ref_id, Shapes::ShapeRef.new(shape: ReferenceId, location_name: "RefId"))
|
|
3597
|
+
EvaluationFormItemEnablementSource.struct_class = Types::EvaluationFormItemEnablementSource
|
|
3598
|
+
|
|
3599
|
+
EvaluationFormItemEnablementSourceValue.add_member(:type, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementSourceValueType, required: true, location_name: "Type"))
|
|
3600
|
+
EvaluationFormItemEnablementSourceValue.add_member(:ref_id, Shapes::ShapeRef.new(shape: ReferenceId, location_name: "RefId"))
|
|
3601
|
+
EvaluationFormItemEnablementSourceValue.struct_class = Types::EvaluationFormItemEnablementSourceValue
|
|
3602
|
+
|
|
3603
|
+
EvaluationFormItemEnablementSourceValueList.member = Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementSourceValue)
|
|
3604
|
+
|
|
3447
3605
|
EvaluationFormItemsList.member = Shapes::ShapeRef.new(shape: EvaluationFormItem)
|
|
3448
3606
|
|
|
3449
3607
|
EvaluationFormNumericQuestionAutomation.add_member(:property_value, Shapes::ShapeRef.new(shape: NumericQuestionPropertyValueAutomation, location_name: "PropertyValue"))
|
|
3608
|
+
EvaluationFormNumericQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
|
|
3450
3609
|
EvaluationFormNumericQuestionAutomation.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3451
3610
|
EvaluationFormNumericQuestionAutomation.add_member_subclass(:property_value, Types::EvaluationFormNumericQuestionAutomation::PropertyValue)
|
|
3611
|
+
EvaluationFormNumericQuestionAutomation.add_member_subclass(:answer_source, Types::EvaluationFormNumericQuestionAutomation::AnswerSource)
|
|
3452
3612
|
EvaluationFormNumericQuestionAutomation.add_member_subclass(:unknown, Types::EvaluationFormNumericQuestionAutomation::Unknown)
|
|
3453
3613
|
EvaluationFormNumericQuestionAutomation.struct_class = Types::EvaluationFormNumericQuestionAutomation
|
|
3454
3614
|
|
|
@@ -3456,6 +3616,7 @@ module Aws::Connect
|
|
|
3456
3616
|
EvaluationFormNumericQuestionOption.add_member(:max_value, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MaxValue"))
|
|
3457
3617
|
EvaluationFormNumericQuestionOption.add_member(:score, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAnswerScore, location_name: "Score"))
|
|
3458
3618
|
EvaluationFormNumericQuestionOption.add_member(:automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticFail"))
|
|
3619
|
+
EvaluationFormNumericQuestionOption.add_member(:automatic_fail_configuration, Shapes::ShapeRef.new(shape: AutomaticFailConfiguration, location_name: "AutomaticFailConfiguration"))
|
|
3459
3620
|
EvaluationFormNumericQuestionOption.struct_class = Types::EvaluationFormNumericQuestionOption
|
|
3460
3621
|
|
|
3461
3622
|
EvaluationFormNumericQuestionOptionList.member = Shapes::ShapeRef.new(shape: EvaluationFormNumericQuestionOption)
|
|
@@ -3472,14 +3633,20 @@ module Aws::Connect
|
|
|
3472
3633
|
EvaluationFormQuestion.add_member(:not_applicable_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotApplicableEnabled"))
|
|
3473
3634
|
EvaluationFormQuestion.add_member(:question_type, Shapes::ShapeRef.new(shape: EvaluationFormQuestionType, required: true, location_name: "QuestionType"))
|
|
3474
3635
|
EvaluationFormQuestion.add_member(:question_type_properties, Shapes::ShapeRef.new(shape: EvaluationFormQuestionTypeProperties, location_name: "QuestionTypeProperties"))
|
|
3636
|
+
EvaluationFormQuestion.add_member(:enablement, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementConfiguration, location_name: "Enablement"))
|
|
3475
3637
|
EvaluationFormQuestion.add_member(:weight, Shapes::ShapeRef.new(shape: EvaluationFormItemWeight, location_name: "Weight"))
|
|
3476
3638
|
EvaluationFormQuestion.struct_class = Types::EvaluationFormQuestion
|
|
3477
3639
|
|
|
3640
|
+
EvaluationFormQuestionAutomationAnswerSource.add_member(:source_type, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSourceType, required: true, location_name: "SourceType"))
|
|
3641
|
+
EvaluationFormQuestionAutomationAnswerSource.struct_class = Types::EvaluationFormQuestionAutomationAnswerSource
|
|
3642
|
+
|
|
3478
3643
|
EvaluationFormQuestionTypeProperties.add_member(:numeric, Shapes::ShapeRef.new(shape: EvaluationFormNumericQuestionProperties, location_name: "Numeric"))
|
|
3479
3644
|
EvaluationFormQuestionTypeProperties.add_member(:single_select, Shapes::ShapeRef.new(shape: EvaluationFormSingleSelectQuestionProperties, location_name: "SingleSelect"))
|
|
3645
|
+
EvaluationFormQuestionTypeProperties.add_member(:text, Shapes::ShapeRef.new(shape: EvaluationFormTextQuestionProperties, location_name: "Text"))
|
|
3480
3646
|
EvaluationFormQuestionTypeProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3481
3647
|
EvaluationFormQuestionTypeProperties.add_member_subclass(:numeric, Types::EvaluationFormQuestionTypeProperties::Numeric)
|
|
3482
3648
|
EvaluationFormQuestionTypeProperties.add_member_subclass(:single_select, Types::EvaluationFormQuestionTypeProperties::SingleSelect)
|
|
3649
|
+
EvaluationFormQuestionTypeProperties.add_member_subclass(:text, Types::EvaluationFormQuestionTypeProperties::Text)
|
|
3483
3650
|
EvaluationFormQuestionTypeProperties.add_member_subclass(:unknown, Types::EvaluationFormQuestionTypeProperties::Unknown)
|
|
3484
3651
|
EvaluationFormQuestionTypeProperties.struct_class = Types::EvaluationFormQuestionTypeProperties
|
|
3485
3652
|
|
|
@@ -3487,6 +3654,38 @@ module Aws::Connect
|
|
|
3487
3654
|
EvaluationFormScoringStrategy.add_member(:status, Shapes::ShapeRef.new(shape: EvaluationFormScoringStatus, required: true, location_name: "Status"))
|
|
3488
3655
|
EvaluationFormScoringStrategy.struct_class = Types::EvaluationFormScoringStrategy
|
|
3489
3656
|
|
|
3657
|
+
EvaluationFormSearchConditionList.member = Shapes::ShapeRef.new(shape: EvaluationFormSearchCriteria)
|
|
3658
|
+
|
|
3659
|
+
EvaluationFormSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: EvaluationFormSearchConditionList, location_name: "OrConditions"))
|
|
3660
|
+
EvaluationFormSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: EvaluationFormSearchConditionList, location_name: "AndConditions"))
|
|
3661
|
+
EvaluationFormSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
|
|
3662
|
+
EvaluationFormSearchCriteria.add_member(:number_condition, Shapes::ShapeRef.new(shape: NumberCondition, location_name: "NumberCondition"))
|
|
3663
|
+
EvaluationFormSearchCriteria.add_member(:boolean_condition, Shapes::ShapeRef.new(shape: BooleanCondition, location_name: "BooleanCondition"))
|
|
3664
|
+
EvaluationFormSearchCriteria.add_member(:date_time_condition, Shapes::ShapeRef.new(shape: DateTimeCondition, location_name: "DateTimeCondition"))
|
|
3665
|
+
EvaluationFormSearchCriteria.struct_class = Types::EvaluationFormSearchCriteria
|
|
3666
|
+
|
|
3667
|
+
EvaluationFormSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
|
|
3668
|
+
EvaluationFormSearchFilter.struct_class = Types::EvaluationFormSearchFilter
|
|
3669
|
+
|
|
3670
|
+
EvaluationFormSearchSummary.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
3671
|
+
EvaluationFormSearchSummary.add_member(:evaluation_form_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationFormArn"))
|
|
3672
|
+
EvaluationFormSearchSummary.add_member(:title, Shapes::ShapeRef.new(shape: EvaluationFormTitle, required: true, location_name: "Title"))
|
|
3673
|
+
EvaluationFormSearchSummary.add_member(:status, Shapes::ShapeRef.new(shape: EvaluationFormVersionStatus, required: true, location_name: "Status"))
|
|
3674
|
+
EvaluationFormSearchSummary.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationFormDescription, location_name: "Description"))
|
|
3675
|
+
EvaluationFormSearchSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
|
|
3676
|
+
EvaluationFormSearchSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "CreatedBy"))
|
|
3677
|
+
EvaluationFormSearchSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
|
3678
|
+
EvaluationFormSearchSummary.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "LastModifiedBy"))
|
|
3679
|
+
EvaluationFormSearchSummary.add_member(:last_activated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastActivatedTime"))
|
|
3680
|
+
EvaluationFormSearchSummary.add_member(:last_activated_by, Shapes::ShapeRef.new(shape: ARN, location_name: "LastActivatedBy"))
|
|
3681
|
+
EvaluationFormSearchSummary.add_member(:latest_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "LatestVersion", metadata: {"box" => true}))
|
|
3682
|
+
EvaluationFormSearchSummary.add_member(:active_version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "ActiveVersion", metadata: {"box" => true}))
|
|
3683
|
+
EvaluationFormSearchSummary.add_member(:auto_evaluation_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEvaluationEnabled"))
|
|
3684
|
+
EvaluationFormSearchSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3685
|
+
EvaluationFormSearchSummary.struct_class = Types::EvaluationFormSearchSummary
|
|
3686
|
+
|
|
3687
|
+
EvaluationFormSearchSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationFormSearchSummary)
|
|
3688
|
+
|
|
3490
3689
|
EvaluationFormSection.add_member(:title, Shapes::ShapeRef.new(shape: EvaluationFormSectionTitle, required: true, location_name: "Title"))
|
|
3491
3690
|
EvaluationFormSection.add_member(:ref_id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "RefId"))
|
|
3492
3691
|
EvaluationFormSection.add_member(:instructions, Shapes::ShapeRef.new(shape: EvaluationFormQuestionInstructions, location_name: "Instructions"))
|
|
@@ -3494,8 +3693,9 @@ module Aws::Connect
|
|
|
3494
3693
|
EvaluationFormSection.add_member(:weight, Shapes::ShapeRef.new(shape: EvaluationFormItemWeight, location_name: "Weight"))
|
|
3495
3694
|
EvaluationFormSection.struct_class = Types::EvaluationFormSection
|
|
3496
3695
|
|
|
3497
|
-
EvaluationFormSingleSelectQuestionAutomation.add_member(:options, Shapes::ShapeRef.new(shape: EvaluationFormSingleSelectQuestionAutomationOptionList,
|
|
3696
|
+
EvaluationFormSingleSelectQuestionAutomation.add_member(:options, Shapes::ShapeRef.new(shape: EvaluationFormSingleSelectQuestionAutomationOptionList, location_name: "Options"))
|
|
3498
3697
|
EvaluationFormSingleSelectQuestionAutomation.add_member(:default_option_ref_id, Shapes::ShapeRef.new(shape: ReferenceId, location_name: "DefaultOptionRefId"))
|
|
3698
|
+
EvaluationFormSingleSelectQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
|
|
3499
3699
|
EvaluationFormSingleSelectQuestionAutomation.struct_class = Types::EvaluationFormSingleSelectQuestionAutomation
|
|
3500
3700
|
|
|
3501
3701
|
EvaluationFormSingleSelectQuestionAutomationOption.add_member(:rule_category, Shapes::ShapeRef.new(shape: SingleSelectQuestionRuleCategoryAutomation, location_name: "RuleCategory"))
|
|
@@ -3510,6 +3710,7 @@ module Aws::Connect
|
|
|
3510
3710
|
EvaluationFormSingleSelectQuestionOption.add_member(:text, Shapes::ShapeRef.new(shape: EvaluationFormSingleSelectQuestionOptionText, required: true, location_name: "Text"))
|
|
3511
3711
|
EvaluationFormSingleSelectQuestionOption.add_member(:score, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAnswerScore, location_name: "Score"))
|
|
3512
3712
|
EvaluationFormSingleSelectQuestionOption.add_member(:automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticFail"))
|
|
3713
|
+
EvaluationFormSingleSelectQuestionOption.add_member(:automatic_fail_configuration, Shapes::ShapeRef.new(shape: AutomaticFailConfiguration, location_name: "AutomaticFailConfiguration"))
|
|
3513
3714
|
EvaluationFormSingleSelectQuestionOption.struct_class = Types::EvaluationFormSingleSelectQuestionOption
|
|
3514
3715
|
|
|
3515
3716
|
EvaluationFormSingleSelectQuestionOptionList.member = Shapes::ShapeRef.new(shape: EvaluationFormSingleSelectQuestionOption)
|
|
@@ -3534,6 +3735,12 @@ module Aws::Connect
|
|
|
3534
3735
|
|
|
3535
3736
|
EvaluationFormSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationFormSummary)
|
|
3536
3737
|
|
|
3738
|
+
EvaluationFormTextQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
|
|
3739
|
+
EvaluationFormTextQuestionAutomation.struct_class = Types::EvaluationFormTextQuestionAutomation
|
|
3740
|
+
|
|
3741
|
+
EvaluationFormTextQuestionProperties.add_member(:automation, Shapes::ShapeRef.new(shape: EvaluationFormTextQuestionAutomation, location_name: "Automation"))
|
|
3742
|
+
EvaluationFormTextQuestionProperties.struct_class = Types::EvaluationFormTextQuestionProperties
|
|
3743
|
+
|
|
3537
3744
|
EvaluationFormVersionSummary.add_member(:evaluation_form_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationFormArn"))
|
|
3538
3745
|
EvaluationFormVersionSummary.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
3539
3746
|
EvaluationFormVersionSummary.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
|
@@ -3547,10 +3754,17 @@ module Aws::Connect
|
|
|
3547
3754
|
|
|
3548
3755
|
EvaluationFormVersionSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationFormVersionSummary)
|
|
3549
3756
|
|
|
3757
|
+
EvaluationGenAIAnswerAnalysisDetails.add_member(:justification, Shapes::ShapeRef.new(shape: EvaluationSuggestedAnswerJustification, location_name: "Justification"))
|
|
3758
|
+
EvaluationGenAIAnswerAnalysisDetails.add_member(:points_of_interest, Shapes::ShapeRef.new(shape: EvaluationTranscriptPointsOfInterest, location_name: "PointsOfInterest"))
|
|
3759
|
+
EvaluationGenAIAnswerAnalysisDetails.struct_class = Types::EvaluationGenAIAnswerAnalysisDetails
|
|
3760
|
+
|
|
3550
3761
|
EvaluationMetadata.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
|
3551
3762
|
EvaluationMetadata.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluatorArn"))
|
|
3552
3763
|
EvaluationMetadata.add_member(:contact_agent_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ContactAgentId"))
|
|
3764
|
+
EvaluationMetadata.add_member(:calibration_session_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CalibrationSessionId"))
|
|
3553
3765
|
EvaluationMetadata.add_member(:score, Shapes::ShapeRef.new(shape: EvaluationScore, location_name: "Score"))
|
|
3766
|
+
EvaluationMetadata.add_member(:auto_evaluation, Shapes::ShapeRef.new(shape: AutoEvaluationDetails, location_name: "AutoEvaluation"))
|
|
3767
|
+
EvaluationMetadata.add_member(:acknowledgement, Shapes::ShapeRef.new(shape: EvaluationAcknowledgement, location_name: "Acknowledgement"))
|
|
3554
3768
|
EvaluationMetadata.struct_class = Types::EvaluationMetadata
|
|
3555
3769
|
|
|
3556
3770
|
EvaluationNote.add_member(:value, Shapes::ShapeRef.new(shape: EvaluationNoteString, location_name: "Value"))
|
|
@@ -3559,6 +3773,17 @@ module Aws::Connect
|
|
|
3559
3773
|
EvaluationNotesMap.key = Shapes::ShapeRef.new(shape: ResourceId)
|
|
3560
3774
|
EvaluationNotesMap.value = Shapes::ShapeRef.new(shape: EvaluationNote)
|
|
3561
3775
|
|
|
3776
|
+
EvaluationQuestionAnswerAnalysisDetails.add_member(:gen_ai, Shapes::ShapeRef.new(shape: EvaluationGenAIAnswerAnalysisDetails, location_name: "GenAI"))
|
|
3777
|
+
EvaluationQuestionAnswerAnalysisDetails.add_member(:contact_lens, Shapes::ShapeRef.new(shape: EvaluationContactLensAnswerAnalysisDetails, location_name: "ContactLens"))
|
|
3778
|
+
EvaluationQuestionAnswerAnalysisDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3779
|
+
EvaluationQuestionAnswerAnalysisDetails.add_member_subclass(:gen_ai, Types::EvaluationQuestionAnswerAnalysisDetails::GenAi)
|
|
3780
|
+
EvaluationQuestionAnswerAnalysisDetails.add_member_subclass(:contact_lens, Types::EvaluationQuestionAnswerAnalysisDetails::ContactLens)
|
|
3781
|
+
EvaluationQuestionAnswerAnalysisDetails.add_member_subclass(:unknown, Types::EvaluationQuestionAnswerAnalysisDetails::Unknown)
|
|
3782
|
+
EvaluationQuestionAnswerAnalysisDetails.struct_class = Types::EvaluationQuestionAnswerAnalysisDetails
|
|
3783
|
+
|
|
3784
|
+
EvaluationQuestionInputDetails.add_member(:transcript_type, Shapes::ShapeRef.new(shape: EvaluationTranscriptType, location_name: "TranscriptType"))
|
|
3785
|
+
EvaluationQuestionInputDetails.struct_class = Types::EvaluationQuestionInputDetails
|
|
3786
|
+
|
|
3562
3787
|
EvaluationScore.add_member(:percentage, Shapes::ShapeRef.new(shape: EvaluationScorePercentage, location_name: "Percentage"))
|
|
3563
3788
|
EvaluationScore.add_member(:not_applicable, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotApplicable"))
|
|
3564
3789
|
EvaluationScore.add_member(:automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticFail"))
|
|
@@ -3567,19 +3792,90 @@ module Aws::Connect
|
|
|
3567
3792
|
EvaluationScoresMap.key = Shapes::ShapeRef.new(shape: ResourceId)
|
|
3568
3793
|
EvaluationScoresMap.value = Shapes::ShapeRef.new(shape: EvaluationScore)
|
|
3569
3794
|
|
|
3795
|
+
EvaluationSearchConditionList.member = Shapes::ShapeRef.new(shape: EvaluationSearchCriteria)
|
|
3796
|
+
|
|
3797
|
+
EvaluationSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: EvaluationSearchConditionList, location_name: "OrConditions"))
|
|
3798
|
+
EvaluationSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: EvaluationSearchConditionList, location_name: "AndConditions"))
|
|
3799
|
+
EvaluationSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
|
|
3800
|
+
EvaluationSearchCriteria.add_member(:number_condition, Shapes::ShapeRef.new(shape: NumberCondition, location_name: "NumberCondition"))
|
|
3801
|
+
EvaluationSearchCriteria.add_member(:boolean_condition, Shapes::ShapeRef.new(shape: BooleanCondition, location_name: "BooleanCondition"))
|
|
3802
|
+
EvaluationSearchCriteria.add_member(:date_time_condition, Shapes::ShapeRef.new(shape: DateTimeCondition, location_name: "DateTimeCondition"))
|
|
3803
|
+
EvaluationSearchCriteria.add_member(:decimal_condition, Shapes::ShapeRef.new(shape: DecimalCondition, location_name: "DecimalCondition"))
|
|
3804
|
+
EvaluationSearchCriteria.struct_class = Types::EvaluationSearchCriteria
|
|
3805
|
+
|
|
3806
|
+
EvaluationSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
|
|
3807
|
+
EvaluationSearchFilter.struct_class = Types::EvaluationSearchFilter
|
|
3808
|
+
|
|
3809
|
+
EvaluationSearchMetadata.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
|
3810
|
+
EvaluationSearchMetadata.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluatorArn"))
|
|
3811
|
+
EvaluationSearchMetadata.add_member(:contact_agent_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ContactAgentId"))
|
|
3812
|
+
EvaluationSearchMetadata.add_member(:calibration_session_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CalibrationSessionId"))
|
|
3813
|
+
EvaluationSearchMetadata.add_member(:score_percentage, Shapes::ShapeRef.new(shape: EvaluationScorePercentage, location_name: "ScorePercentage"))
|
|
3814
|
+
EvaluationSearchMetadata.add_member(:score_automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "ScoreAutomaticFail"))
|
|
3815
|
+
EvaluationSearchMetadata.add_member(:score_not_applicable, Shapes::ShapeRef.new(shape: Boolean, location_name: "ScoreNotApplicable"))
|
|
3816
|
+
EvaluationSearchMetadata.add_member(:auto_evaluation_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEvaluationEnabled"))
|
|
3817
|
+
EvaluationSearchMetadata.add_member(:auto_evaluation_status, Shapes::ShapeRef.new(shape: AutoEvaluationStatus, location_name: "AutoEvaluationStatus"))
|
|
3818
|
+
EvaluationSearchMetadata.add_member(:acknowledged_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "AcknowledgedTime"))
|
|
3819
|
+
EvaluationSearchMetadata.add_member(:acknowledged_by, Shapes::ShapeRef.new(shape: ARN, location_name: "AcknowledgedBy"))
|
|
3820
|
+
EvaluationSearchMetadata.add_member(:acknowledger_comment, Shapes::ShapeRef.new(shape: EvaluationAcknowledgerCommentString, location_name: "AcknowledgerComment"))
|
|
3821
|
+
EvaluationSearchMetadata.struct_class = Types::EvaluationSearchMetadata
|
|
3822
|
+
|
|
3823
|
+
EvaluationSearchSummary.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
|
|
3824
|
+
EvaluationSearchSummary.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
|
|
3825
|
+
EvaluationSearchSummary.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "EvaluationFormId"))
|
|
3826
|
+
EvaluationSearchSummary.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion", metadata: {"box" => true}))
|
|
3827
|
+
EvaluationSearchSummary.add_member(:metadata, Shapes::ShapeRef.new(shape: EvaluationSearchMetadata, required: true, location_name: "Metadata"))
|
|
3828
|
+
EvaluationSearchSummary.add_member(:status, Shapes::ShapeRef.new(shape: EvaluationStatus, required: true, location_name: "Status"))
|
|
3829
|
+
EvaluationSearchSummary.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
|
|
3830
|
+
EvaluationSearchSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
|
|
3831
|
+
EvaluationSearchSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
|
3832
|
+
EvaluationSearchSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3833
|
+
EvaluationSearchSummary.struct_class = Types::EvaluationSearchSummary
|
|
3834
|
+
|
|
3835
|
+
EvaluationSearchSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationSearchSummary)
|
|
3836
|
+
|
|
3837
|
+
EvaluationSuggestedAnswer.add_member(:value, Shapes::ShapeRef.new(shape: EvaluationAnswerData, location_name: "Value"))
|
|
3838
|
+
EvaluationSuggestedAnswer.add_member(:status, Shapes::ShapeRef.new(shape: EvaluationSuggestedAnswerStatus, required: true, location_name: "Status"))
|
|
3839
|
+
EvaluationSuggestedAnswer.add_member(:input, Shapes::ShapeRef.new(shape: EvaluationQuestionInputDetails, location_name: "Input"))
|
|
3840
|
+
EvaluationSuggestedAnswer.add_member(:analysis_type, Shapes::ShapeRef.new(shape: EvaluationQuestionAnswerAnalysisType, required: true, location_name: "AnalysisType"))
|
|
3841
|
+
EvaluationSuggestedAnswer.add_member(:analysis_details, Shapes::ShapeRef.new(shape: EvaluationQuestionAnswerAnalysisDetails, location_name: "AnalysisDetails"))
|
|
3842
|
+
EvaluationSuggestedAnswer.struct_class = Types::EvaluationSuggestedAnswer
|
|
3843
|
+
|
|
3844
|
+
EvaluationSuggestedAnswerTranscriptMillisecondOffsets.add_member(:begin_offset_millis, Shapes::ShapeRef.new(shape: EvaluationSuggestedAnswerTranscriptMillisOffset, required: true, location_name: "BeginOffsetMillis"))
|
|
3845
|
+
EvaluationSuggestedAnswerTranscriptMillisecondOffsets.struct_class = Types::EvaluationSuggestedAnswerTranscriptMillisecondOffsets
|
|
3846
|
+
|
|
3847
|
+
EvaluationSuggestedAnswersList.member = Shapes::ShapeRef.new(shape: EvaluationSuggestedAnswer)
|
|
3848
|
+
|
|
3570
3849
|
EvaluationSummary.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
|
|
3571
3850
|
EvaluationSummary.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
|
|
3572
3851
|
EvaluationSummary.add_member(:evaluation_form_title, Shapes::ShapeRef.new(shape: EvaluationFormTitle, required: true, location_name: "EvaluationFormTitle"))
|
|
3573
3852
|
EvaluationSummary.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
3853
|
+
EvaluationSummary.add_member(:calibration_session_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CalibrationSessionId"))
|
|
3574
3854
|
EvaluationSummary.add_member(:status, Shapes::ShapeRef.new(shape: EvaluationStatus, required: true, location_name: "Status"))
|
|
3855
|
+
EvaluationSummary.add_member(:auto_evaluation_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEvaluationEnabled"))
|
|
3856
|
+
EvaluationSummary.add_member(:auto_evaluation_status, Shapes::ShapeRef.new(shape: AutoEvaluationStatus, location_name: "AutoEvaluationStatus"))
|
|
3575
3857
|
EvaluationSummary.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluatorArn"))
|
|
3576
3858
|
EvaluationSummary.add_member(:score, Shapes::ShapeRef.new(shape: EvaluationScore, location_name: "Score"))
|
|
3859
|
+
EvaluationSummary.add_member(:acknowledgement, Shapes::ShapeRef.new(shape: EvaluationAcknowledgementSummary, location_name: "Acknowledgement"))
|
|
3860
|
+
EvaluationSummary.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
|
|
3577
3861
|
EvaluationSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
|
|
3578
3862
|
EvaluationSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
|
3579
3863
|
EvaluationSummary.struct_class = Types::EvaluationSummary
|
|
3580
3864
|
|
|
3581
3865
|
EvaluationSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationSummary)
|
|
3582
3866
|
|
|
3867
|
+
EvaluationTranscriptPointOfInterest.add_member(:millisecond_offsets, Shapes::ShapeRef.new(shape: EvaluationSuggestedAnswerTranscriptMillisecondOffsets, location_name: "MillisecondOffsets"))
|
|
3868
|
+
EvaluationTranscriptPointOfInterest.add_member(:transcript_segment, Shapes::ShapeRef.new(shape: EvaluationSuggestedAnswerTranscriptSegment, location_name: "TranscriptSegment"))
|
|
3869
|
+
EvaluationTranscriptPointOfInterest.struct_class = Types::EvaluationTranscriptPointOfInterest
|
|
3870
|
+
|
|
3871
|
+
EvaluationTranscriptPointsOfInterest.member = Shapes::ShapeRef.new(shape: EvaluationTranscriptPointOfInterest)
|
|
3872
|
+
|
|
3873
|
+
EvaluatorUserUnion.add_member(:connect_user_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ConnectUserArn"))
|
|
3874
|
+
EvaluatorUserUnion.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3875
|
+
EvaluatorUserUnion.add_member_subclass(:connect_user_arn, Types::EvaluatorUserUnion::ConnectUserArn)
|
|
3876
|
+
EvaluatorUserUnion.add_member_subclass(:unknown, Types::EvaluatorUserUnion::Unknown)
|
|
3877
|
+
EvaluatorUserUnion.struct_class = Types::EvaluatorUserUnion
|
|
3878
|
+
|
|
3583
3879
|
EventBridgeActionDefinition.add_member(:name, Shapes::ShapeRef.new(shape: EventBridgeActionName, required: true, location_name: "Name"))
|
|
3584
3880
|
EventBridgeActionDefinition.struct_class = Types::EventBridgeActionDefinition
|
|
3585
3881
|
|
|
@@ -5463,6 +5759,18 @@ module Aws::Connect
|
|
|
5463
5759
|
SearchAvailablePhoneNumbersResponse.add_member(:available_numbers_list, Shapes::ShapeRef.new(shape: AvailableNumbersList, location_name: "AvailableNumbersList"))
|
|
5464
5760
|
SearchAvailablePhoneNumbersResponse.struct_class = Types::SearchAvailablePhoneNumbersResponse
|
|
5465
5761
|
|
|
5762
|
+
SearchContactEvaluationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
5763
|
+
SearchContactEvaluationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5764
|
+
SearchContactEvaluationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
|
5765
|
+
SearchContactEvaluationsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: EvaluationSearchCriteria, location_name: "SearchCriteria"))
|
|
5766
|
+
SearchContactEvaluationsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: EvaluationSearchFilter, location_name: "SearchFilter"))
|
|
5767
|
+
SearchContactEvaluationsRequest.struct_class = Types::SearchContactEvaluationsRequest
|
|
5768
|
+
|
|
5769
|
+
SearchContactEvaluationsResponse.add_member(:evaluation_search_summary_list, Shapes::ShapeRef.new(shape: EvaluationSearchSummaryList, location_name: "EvaluationSearchSummaryList"))
|
|
5770
|
+
SearchContactEvaluationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5771
|
+
SearchContactEvaluationsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
|
5772
|
+
SearchContactEvaluationsResponse.struct_class = Types::SearchContactEvaluationsResponse
|
|
5773
|
+
|
|
5466
5774
|
SearchContactFlowModulesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
5467
5775
|
SearchContactFlowModulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
|
5468
5776
|
SearchContactFlowModulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
|
@@ -5544,6 +5852,18 @@ module Aws::Connect
|
|
|
5544
5852
|
SearchEmailAddressesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
|
5545
5853
|
SearchEmailAddressesResponse.struct_class = Types::SearchEmailAddressesResponse
|
|
5546
5854
|
|
|
5855
|
+
SearchEvaluationFormsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
5856
|
+
SearchEvaluationFormsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5857
|
+
SearchEvaluationFormsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
|
5858
|
+
SearchEvaluationFormsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: EvaluationFormSearchCriteria, location_name: "SearchCriteria"))
|
|
5859
|
+
SearchEvaluationFormsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: EvaluationFormSearchFilter, location_name: "SearchFilter"))
|
|
5860
|
+
SearchEvaluationFormsRequest.struct_class = Types::SearchEvaluationFormsRequest
|
|
5861
|
+
|
|
5862
|
+
SearchEvaluationFormsResponse.add_member(:evaluation_form_search_summary_list, Shapes::ShapeRef.new(shape: EvaluationFormSearchSummaryList, location_name: "EvaluationFormSearchSummaryList"))
|
|
5863
|
+
SearchEvaluationFormsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5864
|
+
SearchEvaluationFormsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
|
5865
|
+
SearchEvaluationFormsResponse.struct_class = Types::SearchEvaluationFormsResponse
|
|
5866
|
+
|
|
5547
5867
|
SearchHoursOfOperationOverridesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
5548
5868
|
SearchHoursOfOperationOverridesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
|
5549
5869
|
SearchHoursOfOperationOverridesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
|
@@ -5899,7 +6219,9 @@ module Aws::Connect
|
|
|
5899
6219
|
StartContactEvaluationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5900
6220
|
StartContactEvaluationRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
|
5901
6221
|
StartContactEvaluationRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
6222
|
+
StartContactEvaluationRequest.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: AutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
|
|
5902
6223
|
StartContactEvaluationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
6224
|
+
StartContactEvaluationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
5903
6225
|
StartContactEvaluationRequest.struct_class = Types::StartContactEvaluationRequest
|
|
5904
6226
|
|
|
5905
6227
|
StartContactEvaluationResponse.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
|
|
@@ -6085,6 +6407,7 @@ module Aws::Connect
|
|
|
6085
6407
|
SubmitContactEvaluationRequest.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationId"))
|
|
6086
6408
|
SubmitContactEvaluationRequest.add_member(:answers, Shapes::ShapeRef.new(shape: EvaluationAnswersInputMap, location_name: "Answers"))
|
|
6087
6409
|
SubmitContactEvaluationRequest.add_member(:notes, Shapes::ShapeRef.new(shape: EvaluationNotesMap, location_name: "Notes"))
|
|
6410
|
+
SubmitContactEvaluationRequest.add_member(:submitted_by, Shapes::ShapeRef.new(shape: EvaluatorUserUnion, location_name: "SubmittedBy"))
|
|
6088
6411
|
SubmitContactEvaluationRequest.struct_class = Types::SubmitContactEvaluationRequest
|
|
6089
6412
|
|
|
6090
6413
|
SubmitContactEvaluationResponse.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
|
|
@@ -6310,6 +6633,7 @@ module Aws::Connect
|
|
|
6310
6633
|
UpdateContactEvaluationRequest.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationId"))
|
|
6311
6634
|
UpdateContactEvaluationRequest.add_member(:answers, Shapes::ShapeRef.new(shape: EvaluationAnswersInputMap, location_name: "Answers"))
|
|
6312
6635
|
UpdateContactEvaluationRequest.add_member(:notes, Shapes::ShapeRef.new(shape: EvaluationNotesMap, location_name: "Notes"))
|
|
6636
|
+
UpdateContactEvaluationRequest.add_member(:updated_by, Shapes::ShapeRef.new(shape: EvaluatorUserUnion, location_name: "UpdatedBy"))
|
|
6313
6637
|
UpdateContactEvaluationRequest.struct_class = Types::UpdateContactEvaluationRequest
|
|
6314
6638
|
|
|
6315
6639
|
UpdateContactEvaluationResponse.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
|
|
@@ -6405,6 +6729,7 @@ module Aws::Connect
|
|
|
6405
6729
|
UpdateEvaluationFormRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationFormDescription, location_name: "Description"))
|
|
6406
6730
|
UpdateEvaluationFormRequest.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
|
|
6407
6731
|
UpdateEvaluationFormRequest.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
|
|
6732
|
+
UpdateEvaluationFormRequest.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
|
|
6408
6733
|
UpdateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
6409
6734
|
UpdateEvaluationFormRequest.struct_class = Types::UpdateEvaluationFormRequest
|
|
6410
6735
|
|
|
@@ -9890,6 +10215,19 @@ module Aws::Connect
|
|
|
9890
10215
|
)
|
|
9891
10216
|
end)
|
|
9892
10217
|
|
|
10218
|
+
api.add_operation(:search_contact_evaluations, Seahorse::Model::Operation.new.tap do |o|
|
|
10219
|
+
o.name = "SearchContactEvaluations"
|
|
10220
|
+
o.http_method = "POST"
|
|
10221
|
+
o.http_request_uri = "/search-contact-evaluations"
|
|
10222
|
+
o.input = Shapes::ShapeRef.new(shape: SearchContactEvaluationsRequest)
|
|
10223
|
+
o.output = Shapes::ShapeRef.new(shape: SearchContactEvaluationsResponse)
|
|
10224
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10225
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10226
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10227
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10228
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10229
|
+
end)
|
|
10230
|
+
|
|
9893
10231
|
api.add_operation(:search_contact_flow_modules, Seahorse::Model::Operation.new.tap do |o|
|
|
9894
10232
|
o.name = "SearchContactFlowModules"
|
|
9895
10233
|
o.http_method = "POST"
|
|
@@ -9961,6 +10299,19 @@ module Aws::Connect
|
|
|
9961
10299
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9962
10300
|
end)
|
|
9963
10301
|
|
|
10302
|
+
api.add_operation(:search_evaluation_forms, Seahorse::Model::Operation.new.tap do |o|
|
|
10303
|
+
o.name = "SearchEvaluationForms"
|
|
10304
|
+
o.http_method = "POST"
|
|
10305
|
+
o.http_request_uri = "/search-evaluation-forms"
|
|
10306
|
+
o.input = Shapes::ShapeRef.new(shape: SearchEvaluationFormsRequest)
|
|
10307
|
+
o.output = Shapes::ShapeRef.new(shape: SearchEvaluationFormsResponse)
|
|
10308
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10309
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10310
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10311
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10312
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10313
|
+
end)
|
|
10314
|
+
|
|
9964
10315
|
api.add_operation(:search_hours_of_operation_overrides, Seahorse::Model::Operation.new.tap do |o|
|
|
9965
10316
|
o.name = "SearchHoursOfOperationOverrides"
|
|
9966
10317
|
o.http_method = "POST"
|