aws-sdk-connect 1.221.0 → 1.223.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.
@@ -1708,8 +1708,8 @@ module Aws::Connect
1708
1708
  end
1709
1709
 
1710
1710
  # This API is in preview release for Amazon Connect and is subject to
1711
- # change. To request access to this API, contact Amazon Web
1712
- # ServicesSupport.
1711
+ # change. To request access to this API, contact Amazon Web Services
1712
+ # Support.
1713
1713
  #
1714
1714
  # Information about an authentication profile. An authentication profile
1715
1715
  # is a resource that stores the authentication settings for users in
@@ -1802,6 +1802,15 @@ module Aws::Connect
1802
1802
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts
1803
1803
  # @return [Integer]
1804
1804
  #
1805
+ # @!attribute [rw] session_inactivity_duration
1806
+ # The period, in minutes, before an agent is automatically signed out
1807
+ # of the contact center when they go inactive.
1808
+ # @return [Integer]
1809
+ #
1810
+ # @!attribute [rw] session_inactivity_handling_enabled
1811
+ # Determines if automatic logout on user inactivity is enabled.
1812
+ # @return [Boolean]
1813
+ #
1805
1814
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AuthenticationProfile AWS API Documentation
1806
1815
  #
1807
1816
  class AuthenticationProfile < Struct.new(
@@ -1816,14 +1825,16 @@ module Aws::Connect
1816
1825
  :last_modified_time,
1817
1826
  :last_modified_region,
1818
1827
  :periodic_session_duration,
1819
- :max_session_duration)
1828
+ :max_session_duration,
1829
+ :session_inactivity_duration,
1830
+ :session_inactivity_handling_enabled)
1820
1831
  SENSITIVE = []
1821
1832
  include Aws::Structure
1822
1833
  end
1823
1834
 
1824
1835
  # This API is in preview release for Amazon Connect and is subject to
1825
- # change. To request access to this API, contact Amazon Web
1826
- # ServicesSupport.
1836
+ # change. To request access to this API, contact Amazon Web Services
1837
+ # Support.
1827
1838
  #
1828
1839
  # A summary of a given authentication profile.
1829
1840
  #
@@ -1870,6 +1881,53 @@ module Aws::Connect
1870
1881
  include Aws::Structure
1871
1882
  end
1872
1883
 
1884
+ # Configuration information about automated evaluations.
1885
+ #
1886
+ # @!attribute [rw] enabled
1887
+ # Whether automated evaluations are enabled.
1888
+ # @return [Boolean]
1889
+ #
1890
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AutoEvaluationConfiguration AWS API Documentation
1891
+ #
1892
+ class AutoEvaluationConfiguration < Struct.new(
1893
+ :enabled)
1894
+ SENSITIVE = []
1895
+ include Aws::Structure
1896
+ end
1897
+
1898
+ # Details about automated evaluations.
1899
+ #
1900
+ # @!attribute [rw] auto_evaluation_enabled
1901
+ # Whether automated evaluation is enabled.
1902
+ # @return [Boolean]
1903
+ #
1904
+ # @!attribute [rw] auto_evaluation_status
1905
+ # The status of the contact auto-evaluation.
1906
+ # @return [String]
1907
+ #
1908
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AutoEvaluationDetails AWS API Documentation
1909
+ #
1910
+ class AutoEvaluationDetails < Struct.new(
1911
+ :auto_evaluation_enabled,
1912
+ :auto_evaluation_status)
1913
+ SENSITIVE = []
1914
+ include Aws::Structure
1915
+ end
1916
+
1917
+ # Information about automatic fail configuration for an evaluation form.
1918
+ #
1919
+ # @!attribute [rw] target_section
1920
+ # The referenceId of the target section for auto failure.
1921
+ # @return [String]
1922
+ #
1923
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AutomaticFailConfiguration AWS API Documentation
1924
+ #
1925
+ class AutomaticFailConfiguration < Struct.new(
1926
+ :target_section)
1927
+ SENSITIVE = []
1928
+ include Aws::Structure
1929
+ end
1930
+
1873
1931
  # Information about available phone numbers.
1874
1932
  #
1875
1933
  # @!attribute [rw] phone_number
@@ -2140,6 +2198,25 @@ module Aws::Connect
2140
2198
  include Aws::Structure
2141
2199
  end
2142
2200
 
2201
+ # A boolean search condition for Search APIs.
2202
+ #
2203
+ # @!attribute [rw] field_name
2204
+ # A name of the property to be searched.
2205
+ # @return [String]
2206
+ #
2207
+ # @!attribute [rw] comparison_type
2208
+ # Boolean property comparison type.
2209
+ # @return [String]
2210
+ #
2211
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/BooleanCondition AWS API Documentation
2212
+ #
2213
+ class BooleanCondition < Struct.new(
2214
+ :field_name,
2215
+ :comparison_type)
2216
+ SENSITIVE = []
2217
+ include Aws::Structure
2218
+ end
2219
+
2143
2220
  # Information associated with a campaign.
2144
2221
  #
2145
2222
  # @!attribute [rw] campaign_id
@@ -4462,6 +4539,10 @@ module Aws::Connect
4462
4539
  # A scoring strategy of the evaluation form.
4463
4540
  # @return [Types::EvaluationFormScoringStrategy]
4464
4541
  #
4542
+ # @!attribute [rw] auto_evaluation_configuration
4543
+ # Configuration information about automated evaluations.
4544
+ # @return [Types::EvaluationFormAutoEvaluationConfiguration]
4545
+ #
4465
4546
  # @!attribute [rw] client_token
4466
4547
  # A unique, case-sensitive identifier that you provide to ensure the
4467
4548
  # idempotency of the request. If not provided, the Amazon Web Services
@@ -4476,6 +4557,12 @@ module Aws::Connect
4476
4557
  # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
4477
4558
  # @return [String]
4478
4559
  #
4560
+ # @!attribute [rw] tags
4561
+ # The tags used to organize, track, or control access for this
4562
+ # resource. For example, \{ "Tags": \{"key1":"value1",
4563
+ # "key2":"value2"} }.
4564
+ # @return [Hash<String,String>]
4565
+ #
4479
4566
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateEvaluationFormRequest AWS API Documentation
4480
4567
  #
4481
4568
  class CreateEvaluationFormRequest < Struct.new(
@@ -4484,7 +4571,9 @@ module Aws::Connect
4484
4571
  :description,
4485
4572
  :items,
4486
4573
  :scoring_strategy,
4487
- :client_token)
4574
+ :auto_evaluation_configuration,
4575
+ :client_token,
4576
+ :tags)
4488
4577
  SENSITIVE = []
4489
4578
  include Aws::Structure
4490
4579
  end
@@ -6363,6 +6452,35 @@ module Aws::Connect
6363
6452
  include Aws::Structure
6364
6453
  end
6365
6454
 
6455
+ # A datetime search condition for Search APIs.
6456
+ #
6457
+ # @!attribute [rw] field_name
6458
+ # A name of the datetime property to be searched
6459
+ # @return [String]
6460
+ #
6461
+ # @!attribute [rw] min_value
6462
+ # A minimum value of the property.
6463
+ # @return [String]
6464
+ #
6465
+ # @!attribute [rw] max_value
6466
+ # A maximum value of the property.
6467
+ # @return [String]
6468
+ #
6469
+ # @!attribute [rw] comparison_type
6470
+ # Datetime property comparison type.
6471
+ # @return [String]
6472
+ #
6473
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DateTimeCondition AWS API Documentation
6474
+ #
6475
+ class DateTimeCondition < Struct.new(
6476
+ :field_name,
6477
+ :min_value,
6478
+ :max_value,
6479
+ :comparison_type)
6480
+ SENSITIVE = []
6481
+ include Aws::Structure
6482
+ end
6483
+
6366
6484
  # @!attribute [rw] instance_id
6367
6485
  # The identifier of the Amazon Connect instance. You can [find the
6368
6486
  # instance ID][1] in the Amazon Resource Name (ARN) of the instance.
@@ -6413,6 +6531,36 @@ module Aws::Connect
6413
6531
  include Aws::Structure
6414
6532
  end
6415
6533
 
6534
+ # A decimal search condition for Search APIs.
6535
+ #
6536
+ # @!attribute [rw] field_name
6537
+ # A name of the decimal property to be searched.
6538
+ # @return [String]
6539
+ #
6540
+ # @!attribute [rw] min_value
6541
+ # A minimum value of the decimal property.
6542
+ # @return [Float]
6543
+ #
6544
+ # @!attribute [rw] max_value
6545
+ # A maximum value of the decimal property.
6546
+ # @return [Float]
6547
+ #
6548
+ # @!attribute [rw] comparison_type
6549
+ # The type of comparison to be made when evaluating the decimal
6550
+ # condition.
6551
+ # @return [String]
6552
+ #
6553
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DecimalCondition AWS API Documentation
6554
+ #
6555
+ class DecimalCondition < Struct.new(
6556
+ :field_name,
6557
+ :min_value,
6558
+ :max_value,
6559
+ :comparison_type)
6560
+ SENSITIVE = []
6561
+ include Aws::Structure
6562
+ end
6563
+
6416
6564
  # Contains information about a default vocabulary.
6417
6565
  #
6418
6566
  # @!attribute [rw] instance_id
@@ -9133,6 +9281,10 @@ module Aws::Connect
9133
9281
  # The timestamp for when the evaluation was last updated.
9134
9282
  # @return [Time]
9135
9283
  #
9284
+ # @!attribute [rw] evaluation_type
9285
+ # Type of the evaluation.
9286
+ # @return [String]
9287
+ #
9136
9288
  # @!attribute [rw] tags
9137
9289
  # The tags used to organize, track, or control access for this
9138
9290
  # resource. For example, \{ "Tags": \{"key1":"value1",
@@ -9151,11 +9303,62 @@ module Aws::Connect
9151
9303
  :scores,
9152
9304
  :created_time,
9153
9305
  :last_modified_time,
9306
+ :evaluation_type,
9154
9307
  :tags)
9155
9308
  SENSITIVE = []
9156
9309
  include Aws::Structure
9157
9310
  end
9158
9311
 
9312
+ # Information about the evaluation acknowledgement.
9313
+ #
9314
+ # @!attribute [rw] acknowledged_time
9315
+ # When the agent acknowledged the evaluation.
9316
+ # @return [Time]
9317
+ #
9318
+ # @!attribute [rw] acknowledged_by
9319
+ # The agent who acknowledged the evaluation.
9320
+ # @return [String]
9321
+ #
9322
+ # @!attribute [rw] acknowledger_comment
9323
+ # A comment from the agent when they confirmed they acknowledged the
9324
+ # evaluation.
9325
+ # @return [String]
9326
+ #
9327
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationAcknowledgement AWS API Documentation
9328
+ #
9329
+ class EvaluationAcknowledgement < Struct.new(
9330
+ :acknowledged_time,
9331
+ :acknowledged_by,
9332
+ :acknowledger_comment)
9333
+ SENSITIVE = []
9334
+ include Aws::Structure
9335
+ end
9336
+
9337
+ # Summary information about an evaluation acknowledgement.
9338
+ #
9339
+ # @!attribute [rw] acknowledged_time
9340
+ # The time when an agent acknowledged the evaluation.
9341
+ # @return [Time]
9342
+ #
9343
+ # @!attribute [rw] acknowledged_by
9344
+ # The agent who acknowledged the evaluation.
9345
+ # @return [String]
9346
+ #
9347
+ # @!attribute [rw] acknowledger_comment
9348
+ # A comment from the agent when they confirmed they acknowledged the
9349
+ # evaluation.
9350
+ # @return [String]
9351
+ #
9352
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationAcknowledgementSummary AWS API Documentation
9353
+ #
9354
+ class EvaluationAcknowledgementSummary < Struct.new(
9355
+ :acknowledged_time,
9356
+ :acknowledged_by,
9357
+ :acknowledger_comment)
9358
+ SENSITIVE = []
9359
+ include Aws::Structure
9360
+ end
9361
+
9159
9362
  # Information about answer data for a contact evaluation. Answer data
9160
9363
  # must be either string, numeric, or not applicable.
9161
9364
  #
@@ -9216,11 +9419,56 @@ module Aws::Connect
9216
9419
  # The system suggested value for an answer in a contact evaluation.
9217
9420
  # @return [Types::EvaluationAnswerData]
9218
9421
  #
9422
+ # @!attribute [rw] suggested_answers
9423
+ # Automation suggested answers for the questions.
9424
+ # @return [Array<Types::EvaluationSuggestedAnswer>]
9425
+ #
9219
9426
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationAnswerOutput AWS API Documentation
9220
9427
  #
9221
9428
  class EvaluationAnswerOutput < Struct.new(
9222
9429
  :value,
9223
- :system_suggested_value)
9430
+ :system_suggested_value,
9431
+ :suggested_answers)
9432
+ SENSITIVE = []
9433
+ include Aws::Structure
9434
+ end
9435
+
9436
+ # The Contact Lens category used by evaluation automation.
9437
+ #
9438
+ # @!attribute [rw] category
9439
+ # A category label.
9440
+ # @return [String]
9441
+ #
9442
+ # @!attribute [rw] condition
9443
+ # An automation condition for a Contact Lens category.
9444
+ # @return [String]
9445
+ #
9446
+ # @!attribute [rw] points_of_interest
9447
+ # A point of interest in a contact transcript that indicates match of
9448
+ # condition.
9449
+ # @return [Array<Types::EvaluationTranscriptPointOfInterest>]
9450
+ #
9451
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationAutomationRuleCategory AWS API Documentation
9452
+ #
9453
+ class EvaluationAutomationRuleCategory < Struct.new(
9454
+ :category,
9455
+ :condition,
9456
+ :points_of_interest)
9457
+ SENSITIVE = []
9458
+ include Aws::Structure
9459
+ end
9460
+
9461
+ # Analysis details providing explanation for Contact Lens automation
9462
+ # decision.
9463
+ #
9464
+ # @!attribute [rw] matched_rule_categories
9465
+ # A list of match rule categories.
9466
+ # @return [Array<Types::EvaluationAutomationRuleCategory>]
9467
+ #
9468
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationContactLensAnswerAnalysisDetails AWS API Documentation
9469
+ #
9470
+ class EvaluationContactLensAnswerAnalysisDetails < Struct.new(
9471
+ :matched_rule_categories)
9224
9472
  SENSITIVE = []
9225
9473
  include Aws::Structure
9226
9474
  end
@@ -9284,6 +9532,10 @@ module Aws::Connect
9284
9532
  # evaluation form.
9285
9533
  # @return [String]
9286
9534
  #
9535
+ # @!attribute [rw] auto_evaluation_configuration
9536
+ # The automatic evaluation configuration of an evaluation form.
9537
+ # @return [Types::EvaluationFormAutoEvaluationConfiguration]
9538
+ #
9287
9539
  # @!attribute [rw] tags
9288
9540
  # The tags used to organize, track, or control access for this
9289
9541
  # resource. For example, \{ "Tags": \{"key1":"value1",
@@ -9306,11 +9558,26 @@ module Aws::Connect
9306
9558
  :created_by,
9307
9559
  :last_modified_time,
9308
9560
  :last_modified_by,
9561
+ :auto_evaluation_configuration,
9309
9562
  :tags)
9310
9563
  SENSITIVE = []
9311
9564
  include Aws::Structure
9312
9565
  end
9313
9566
 
9567
+ # The automatic evaluation configuration of an evaluation form.
9568
+ #
9569
+ # @!attribute [rw] enabled
9570
+ # When automated evaluation is enabled.
9571
+ # @return [Boolean]
9572
+ #
9573
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormAutoEvaluationConfiguration AWS API Documentation
9574
+ #
9575
+ class EvaluationFormAutoEvaluationConfiguration < Struct.new(
9576
+ :enabled)
9577
+ SENSITIVE = []
9578
+ include Aws::Structure
9579
+ end
9580
+
9314
9581
  # Information about an evaluation form used in a contact evaluation.
9315
9582
  #
9316
9583
  # @!attribute [rw] evaluation_form_version
@@ -9343,6 +9610,10 @@ module Aws::Connect
9343
9610
  # A scoring strategy of the evaluation form.
9344
9611
  # @return [Types::EvaluationFormScoringStrategy]
9345
9612
  #
9613
+ # @!attribute [rw] auto_evaluation_configuration
9614
+ # The configuration of the automated evaluation.
9615
+ # @return [Types::EvaluationFormAutoEvaluationConfiguration]
9616
+ #
9346
9617
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormContent AWS API Documentation
9347
9618
  #
9348
9619
  class EvaluationFormContent < Struct.new(
@@ -9352,7 +9623,8 @@ module Aws::Connect
9352
9623
  :title,
9353
9624
  :description,
9354
9625
  :items,
9355
- :scoring_strategy)
9626
+ :scoring_strategy,
9627
+ :auto_evaluation_configuration)
9356
9628
  SENSITIVE = []
9357
9629
  include Aws::Structure
9358
9630
  end
@@ -9387,6 +9659,142 @@ module Aws::Connect
9387
9659
  class Unknown < EvaluationFormItem; end
9388
9660
  end
9389
9661
 
9662
+ # A condition for item enablement.
9663
+ #
9664
+ # @!attribute [rw] operands
9665
+ # Operands of the enablement condition.
9666
+ # @return [Array<Types::EvaluationFormItemEnablementConditionOperand>]
9667
+ #
9668
+ # @!attribute [rw] operator
9669
+ # The operator to be used to be applied to operands if more than one
9670
+ # provided.
9671
+ # @return [String]
9672
+ #
9673
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormItemEnablementCondition AWS API Documentation
9674
+ #
9675
+ class EvaluationFormItemEnablementCondition < Struct.new(
9676
+ :operands,
9677
+ :operator)
9678
+ SENSITIVE = []
9679
+ include Aws::Structure
9680
+ end
9681
+
9682
+ # An operand of the enablement condition.
9683
+ #
9684
+ # @note EvaluationFormItemEnablementConditionOperand is a union - when making an API calls you must set exactly one of the members.
9685
+ #
9686
+ # @note EvaluationFormItemEnablementConditionOperand is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of EvaluationFormItemEnablementConditionOperand corresponding to the set member.
9687
+ #
9688
+ # @!attribute [rw] expression
9689
+ # An expression of the enablement condition.
9690
+ # @return [Types::EvaluationFormItemEnablementExpression]
9691
+ #
9692
+ # @!attribute [rw] condition
9693
+ # A condition for item enablement.
9694
+ # @return [Types::EvaluationFormItemEnablementCondition]
9695
+ #
9696
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormItemEnablementConditionOperand AWS API Documentation
9697
+ #
9698
+ class EvaluationFormItemEnablementConditionOperand < Struct.new(
9699
+ :expression,
9700
+ :condition,
9701
+ :unknown)
9702
+ SENSITIVE = []
9703
+ include Aws::Structure
9704
+ include Aws::Structure::Union
9705
+
9706
+ class Expression < EvaluationFormItemEnablementConditionOperand; end
9707
+ class Condition < EvaluationFormItemEnablementConditionOperand; end
9708
+ class Unknown < EvaluationFormItemEnablementConditionOperand; end
9709
+ end
9710
+
9711
+ # An item enablement configuration.
9712
+ #
9713
+ # @!attribute [rw] condition
9714
+ # A condition for item enablement configuration.
9715
+ # @return [Types::EvaluationFormItemEnablementCondition]
9716
+ #
9717
+ # @!attribute [rw] action
9718
+ # An enablement action that if condition is satisfied.
9719
+ # @return [String]
9720
+ #
9721
+ # @!attribute [rw] default_action
9722
+ # An enablement action that if condition is not satisfied.
9723
+ # @return [String]
9724
+ #
9725
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormItemEnablementConfiguration AWS API Documentation
9726
+ #
9727
+ class EvaluationFormItemEnablementConfiguration < Struct.new(
9728
+ :condition,
9729
+ :action,
9730
+ :default_action)
9731
+ SENSITIVE = []
9732
+ include Aws::Structure
9733
+ end
9734
+
9735
+ # An expression that defines a basic building block of conditional
9736
+ # enablement.
9737
+ #
9738
+ # @!attribute [rw] source
9739
+ # A source item of enablement expression.
9740
+ # @return [Types::EvaluationFormItemEnablementSource]
9741
+ #
9742
+ # @!attribute [rw] values
9743
+ # A list of values from source item.
9744
+ # @return [Array<Types::EvaluationFormItemEnablementSourceValue>]
9745
+ #
9746
+ # @!attribute [rw] comparator
9747
+ # A comparator to be used against list of values.
9748
+ # @return [String]
9749
+ #
9750
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormItemEnablementExpression AWS API Documentation
9751
+ #
9752
+ class EvaluationFormItemEnablementExpression < Struct.new(
9753
+ :source,
9754
+ :values,
9755
+ :comparator)
9756
+ SENSITIVE = []
9757
+ include Aws::Structure
9758
+ end
9759
+
9760
+ # An enablement expression source item.
9761
+ #
9762
+ # @!attribute [rw] type
9763
+ # A type of source item.
9764
+ # @return [String]
9765
+ #
9766
+ # @!attribute [rw] ref_id
9767
+ # A referenceId of the source item.
9768
+ # @return [String]
9769
+ #
9770
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormItemEnablementSource AWS API Documentation
9771
+ #
9772
+ class EvaluationFormItemEnablementSource < Struct.new(
9773
+ :type,
9774
+ :ref_id)
9775
+ SENSITIVE = []
9776
+ include Aws::Structure
9777
+ end
9778
+
9779
+ # An enablement expression source value.
9780
+ #
9781
+ # @!attribute [rw] type
9782
+ # A type of source item value.
9783
+ # @return [String]
9784
+ #
9785
+ # @!attribute [rw] ref_id
9786
+ # A referenceId of the source value.
9787
+ # @return [String]
9788
+ #
9789
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormItemEnablementSourceValue AWS API Documentation
9790
+ #
9791
+ class EvaluationFormItemEnablementSourceValue < Struct.new(
9792
+ :type,
9793
+ :ref_id)
9794
+ SENSITIVE = []
9795
+ include Aws::Structure
9796
+ end
9797
+
9390
9798
  # Information about the automation configuration in numeric questions.
9391
9799
  #
9392
9800
  # @note EvaluationFormNumericQuestionAutomation is a union - when making an API calls you must set exactly one of the members.
@@ -9397,16 +9805,22 @@ module Aws::Connect
9397
9805
  # The property value of the automation.
9398
9806
  # @return [Types::NumericQuestionPropertyValueAutomation]
9399
9807
  #
9808
+ # @!attribute [rw] answer_source
9809
+ # A source of automation answer for numeric question.
9810
+ # @return [Types::EvaluationFormQuestionAutomationAnswerSource]
9811
+ #
9400
9812
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormNumericQuestionAutomation AWS API Documentation
9401
9813
  #
9402
9814
  class EvaluationFormNumericQuestionAutomation < Struct.new(
9403
9815
  :property_value,
9816
+ :answer_source,
9404
9817
  :unknown)
9405
9818
  SENSITIVE = []
9406
9819
  include Aws::Structure
9407
9820
  include Aws::Structure::Union
9408
9821
 
9409
9822
  class PropertyValue < EvaluationFormNumericQuestionAutomation; end
9823
+ class AnswerSource < EvaluationFormNumericQuestionAutomation; end
9410
9824
  class Unknown < EvaluationFormNumericQuestionAutomation; end
9411
9825
  end
9412
9826
 
@@ -9430,13 +9844,18 @@ module Aws::Connect
9430
9844
  # answer is provided, the overall evaluation gets a score of 0.
9431
9845
  # @return [Boolean]
9432
9846
  #
9847
+ # @!attribute [rw] automatic_fail_configuration
9848
+ # A configuration for automatic fail.
9849
+ # @return [Types::AutomaticFailConfiguration]
9850
+ #
9433
9851
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormNumericQuestionOption AWS API Documentation
9434
9852
  #
9435
9853
  class EvaluationFormNumericQuestionOption < Struct.new(
9436
9854
  :min_value,
9437
9855
  :max_value,
9438
9856
  :score,
9439
- :automatic_fail)
9857
+ :automatic_fail,
9858
+ :automatic_fail_configuration)
9440
9859
  SENSITIVE = []
9441
9860
  include Aws::Structure
9442
9861
  end
@@ -9499,6 +9918,10 @@ module Aws::Connect
9499
9918
  # to define question type properties.
9500
9919
  # @return [Types::EvaluationFormQuestionTypeProperties]
9501
9920
  #
9921
+ # @!attribute [rw] enablement
9922
+ # A question conditional enablement.
9923
+ # @return [Types::EvaluationFormItemEnablementConfiguration]
9924
+ #
9502
9925
  # @!attribute [rw] weight
9503
9926
  # The scoring weight of the section.
9504
9927
  # @return [Float]
@@ -9512,16 +9935,31 @@ module Aws::Connect
9512
9935
  :not_applicable_enabled,
9513
9936
  :question_type,
9514
9937
  :question_type_properties,
9938
+ :enablement,
9515
9939
  :weight)
9516
9940
  SENSITIVE = []
9517
9941
  include Aws::Structure
9518
9942
  end
9519
9943
 
9520
- # Information about properties for a question in an evaluation form. The
9521
- # question type properties must be either for a numeric question or a
9522
- # single select question.
9944
+ # A question automation answer.
9523
9945
  #
9524
- # @note EvaluationFormQuestionTypeProperties is a union - when making an API calls you must set exactly one of the members.
9946
+ # @!attribute [rw] source_type
9947
+ # The automation answer source type.
9948
+ # @return [String]
9949
+ #
9950
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormQuestionAutomationAnswerSource AWS API Documentation
9951
+ #
9952
+ class EvaluationFormQuestionAutomationAnswerSource < Struct.new(
9953
+ :source_type)
9954
+ SENSITIVE = []
9955
+ include Aws::Structure
9956
+ end
9957
+
9958
+ # Information about properties for a question in an evaluation form. The
9959
+ # question type properties must be either for a numeric question or a
9960
+ # single select question.
9961
+ #
9962
+ # @note EvaluationFormQuestionTypeProperties is a union - when making an API calls you must set exactly one of the members.
9525
9963
  #
9526
9964
  # @note EvaluationFormQuestionTypeProperties is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of EvaluationFormQuestionTypeProperties corresponding to the set member.
9527
9965
  #
@@ -9533,11 +9971,16 @@ module Aws::Connect
9533
9971
  # The properties of the numeric question.
9534
9972
  # @return [Types::EvaluationFormSingleSelectQuestionProperties]
9535
9973
  #
9974
+ # @!attribute [rw] text
9975
+ # The properties of the text question.
9976
+ # @return [Types::EvaluationFormTextQuestionProperties]
9977
+ #
9536
9978
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormQuestionTypeProperties AWS API Documentation
9537
9979
  #
9538
9980
  class EvaluationFormQuestionTypeProperties < Struct.new(
9539
9981
  :numeric,
9540
9982
  :single_select,
9983
+ :text,
9541
9984
  :unknown)
9542
9985
  SENSITIVE = []
9543
9986
  include Aws::Structure
@@ -9545,6 +9988,7 @@ module Aws::Connect
9545
9988
 
9546
9989
  class Numeric < EvaluationFormQuestionTypeProperties; end
9547
9990
  class SingleSelect < EvaluationFormQuestionTypeProperties; end
9991
+ class Text < EvaluationFormQuestionTypeProperties; end
9548
9992
  class Unknown < EvaluationFormQuestionTypeProperties; end
9549
9993
  end
9550
9994
 
@@ -9567,6 +10011,161 @@ module Aws::Connect
9567
10011
  include Aws::Structure
9568
10012
  end
9569
10013
 
10014
+ # The search criteria to be used to return evaluation forms.
10015
+ #
10016
+ # @!attribute [rw] or_conditions
10017
+ # A list of conditions which would be applied together with an OR
10018
+ # condition.
10019
+ # @return [Array<Types::EvaluationFormSearchCriteria>]
10020
+ #
10021
+ # @!attribute [rw] and_conditions
10022
+ # A list of conditions which would be applied together with an AND
10023
+ # condition.
10024
+ # @return [Array<Types::EvaluationFormSearchCriteria>]
10025
+ #
10026
+ # @!attribute [rw] string_condition
10027
+ # A leaf node condition which can be used to specify a string
10028
+ # condition.
10029
+ # @return [Types::StringCondition]
10030
+ #
10031
+ # @!attribute [rw] number_condition
10032
+ # A leaf node condition which can be used to specify a numeric
10033
+ # condition.
10034
+ #
10035
+ # <note markdown="1"> The currently supported value for `FieldName` is `limit`.
10036
+ #
10037
+ # </note>
10038
+ # @return [Types::NumberCondition]
10039
+ #
10040
+ # @!attribute [rw] boolean_condition
10041
+ # Boolean search condition.
10042
+ # @return [Types::BooleanCondition]
10043
+ #
10044
+ # @!attribute [rw] date_time_condition
10045
+ # Datetime search condition.
10046
+ # @return [Types::DateTimeCondition]
10047
+ #
10048
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormSearchCriteria AWS API Documentation
10049
+ #
10050
+ class EvaluationFormSearchCriteria < Struct.new(
10051
+ :or_conditions,
10052
+ :and_conditions,
10053
+ :string_condition,
10054
+ :number_condition,
10055
+ :boolean_condition,
10056
+ :date_time_condition)
10057
+ SENSITIVE = []
10058
+ include Aws::Structure
10059
+ end
10060
+
10061
+ # Filters to be applied to search results.
10062
+ #
10063
+ # @!attribute [rw] attribute_filter
10064
+ # An object that can be used to specify Tag conditions inside the
10065
+ # `SearchFilter`. This accepts an `OR` or `AND` (List of List) input
10066
+ # where:
10067
+ #
10068
+ # * The top level list specifies conditions that need to be applied
10069
+ # with `OR` operator.
10070
+ #
10071
+ # * The inner list specifies conditions that need to be applied with
10072
+ # `AND` operator.
10073
+ # @return [Types::ControlPlaneAttributeFilter]
10074
+ #
10075
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormSearchFilter AWS API Documentation
10076
+ #
10077
+ class EvaluationFormSearchFilter < Struct.new(
10078
+ :attribute_filter)
10079
+ SENSITIVE = []
10080
+ include Aws::Structure
10081
+ end
10082
+
10083
+ # Information about the returned evaluation forms.
10084
+ #
10085
+ # @!attribute [rw] evaluation_form_id
10086
+ # The unique identifier for the evaluation form.
10087
+ # @return [String]
10088
+ #
10089
+ # @!attribute [rw] evaluation_form_arn
10090
+ # The Amazon Resource Name (ARN) for the evaluation form resource.
10091
+ # @return [String]
10092
+ #
10093
+ # @!attribute [rw] title
10094
+ # The title of the evaluation form.
10095
+ # @return [String]
10096
+ #
10097
+ # @!attribute [rw] status
10098
+ # The status of the evaluation form.
10099
+ # @return [String]
10100
+ #
10101
+ # @!attribute [rw] description
10102
+ # The description of the evaluation form.
10103
+ # @return [String]
10104
+ #
10105
+ # @!attribute [rw] created_time
10106
+ # When the evaluation form was created.
10107
+ # @return [Time]
10108
+ #
10109
+ # @!attribute [rw] created_by
10110
+ # Who created the evaluation form.
10111
+ # @return [String]
10112
+ #
10113
+ # @!attribute [rw] last_modified_time
10114
+ # When the evaluation form was last changed.
10115
+ # @return [Time]
10116
+ #
10117
+ # @!attribute [rw] last_modified_by
10118
+ # Who changed the evaluation form.
10119
+ # @return [String]
10120
+ #
10121
+ # @!attribute [rw] last_activated_time
10122
+ # When the evaluation format was last activated.
10123
+ # @return [Time]
10124
+ #
10125
+ # @!attribute [rw] last_activated_by
10126
+ # The ID of user who last activated evaluation form.
10127
+ # @return [String]
10128
+ #
10129
+ # @!attribute [rw] latest_version
10130
+ # Latest version of the evaluation form.
10131
+ # @return [Integer]
10132
+ #
10133
+ # @!attribute [rw] active_version
10134
+ # Active version of the evaluation form.
10135
+ # @return [Integer]
10136
+ #
10137
+ # @!attribute [rw] auto_evaluation_enabled
10138
+ # Whether automated evaluation is enabled.
10139
+ # @return [Boolean]
10140
+ #
10141
+ # @!attribute [rw] tags
10142
+ # The tags used to organize, track, or control access for this
10143
+ # resource. For example, \{ "Tags": \{"key1":"value1",
10144
+ # "key2":"value2"} }.
10145
+ # @return [Hash<String,String>]
10146
+ #
10147
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormSearchSummary AWS API Documentation
10148
+ #
10149
+ class EvaluationFormSearchSummary < Struct.new(
10150
+ :evaluation_form_id,
10151
+ :evaluation_form_arn,
10152
+ :title,
10153
+ :status,
10154
+ :description,
10155
+ :created_time,
10156
+ :created_by,
10157
+ :last_modified_time,
10158
+ :last_modified_by,
10159
+ :last_activated_time,
10160
+ :last_activated_by,
10161
+ :latest_version,
10162
+ :active_version,
10163
+ :auto_evaluation_enabled,
10164
+ :tags)
10165
+ SENSITIVE = []
10166
+ include Aws::Structure
10167
+ end
10168
+
9570
10169
  # Information about a section from an evaluation form. A section can
9571
10170
  # contain sections and/or questions. Evaluation forms can only contain
9572
10171
  # sections and subsections (two level nesting).
@@ -9618,11 +10217,16 @@ module Aws::Connect
9618
10217
  # automation options match the criteria.
9619
10218
  # @return [String]
9620
10219
  #
10220
+ # @!attribute [rw] answer_source
10221
+ # Automation answer source.
10222
+ # @return [Types::EvaluationFormQuestionAutomationAnswerSource]
10223
+ #
9621
10224
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormSingleSelectQuestionAutomation AWS API Documentation
9622
10225
  #
9623
10226
  class EvaluationFormSingleSelectQuestionAutomation < Struct.new(
9624
10227
  :options,
9625
- :default_option_ref_id)
10228
+ :default_option_ref_id,
10229
+ :answer_source)
9626
10230
  SENSITIVE = []
9627
10231
  include Aws::Structure
9628
10232
  end
@@ -9672,13 +10276,18 @@ module Aws::Connect
9672
10276
  # answer is provided, the overall evaluation gets a score of 0.
9673
10277
  # @return [Boolean]
9674
10278
  #
10279
+ # @!attribute [rw] automatic_fail_configuration
10280
+ # Whether automatic fail is configured on a single select question.
10281
+ # @return [Types::AutomaticFailConfiguration]
10282
+ #
9675
10283
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormSingleSelectQuestionOption AWS API Documentation
9676
10284
  #
9677
10285
  class EvaluationFormSingleSelectQuestionOption < Struct.new(
9678
10286
  :ref_id,
9679
10287
  :text,
9680
10288
  :score,
9681
- :automatic_fail)
10289
+ :automatic_fail,
10290
+ :automatic_fail_configuration)
9682
10291
  SENSITIVE = []
9683
10292
  include Aws::Structure
9684
10293
  end
@@ -9774,6 +10383,35 @@ module Aws::Connect
9774
10383
  include Aws::Structure
9775
10384
  end
9776
10385
 
10386
+ # Information about the automation configuration in text questions.
10387
+ #
10388
+ # @!attribute [rw] answer_source
10389
+ # Automation answer source.
10390
+ # @return [Types::EvaluationFormQuestionAutomationAnswerSource]
10391
+ #
10392
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormTextQuestionAutomation AWS API Documentation
10393
+ #
10394
+ class EvaluationFormTextQuestionAutomation < Struct.new(
10395
+ :answer_source)
10396
+ SENSITIVE = []
10397
+ include Aws::Structure
10398
+ end
10399
+
10400
+ # Information about properties for a text question in an evaluation
10401
+ # form.
10402
+ #
10403
+ # @!attribute [rw] automation
10404
+ # The automation properties of the text question.
10405
+ # @return [Types::EvaluationFormTextQuestionAutomation]
10406
+ #
10407
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormTextQuestionProperties AWS API Documentation
10408
+ #
10409
+ class EvaluationFormTextQuestionProperties < Struct.new(
10410
+ :automation)
10411
+ SENSITIVE = []
10412
+ include Aws::Structure
10413
+ end
10414
+
9777
10415
  # Summary information about an evaluation form.
9778
10416
  #
9779
10417
  # @!attribute [rw] evaluation_form_arn
@@ -9788,123 +10426,455 @@ module Aws::Connect
9788
10426
  # A version of the evaluation form.
9789
10427
  # @return [Integer]
9790
10428
  #
9791
- # @!attribute [rw] locked
9792
- # The flag indicating whether the evaluation form is locked for
9793
- # changes.
9794
- # @return [Boolean]
10429
+ # @!attribute [rw] locked
10430
+ # The flag indicating whether the evaluation form is locked for
10431
+ # changes.
10432
+ # @return [Boolean]
10433
+ #
10434
+ # @!attribute [rw] status
10435
+ # The status of the evaluation form.
10436
+ # @return [String]
10437
+ #
10438
+ # @!attribute [rw] created_time
10439
+ # The timestamp for when the evaluation form was created.
10440
+ # @return [Time]
10441
+ #
10442
+ # @!attribute [rw] created_by
10443
+ # The Amazon Resource Name (ARN) of the user who created the
10444
+ # evaluation form.
10445
+ # @return [String]
10446
+ #
10447
+ # @!attribute [rw] last_modified_time
10448
+ # The timestamp for when the evaluation form was last updated.
10449
+ # @return [Time]
10450
+ #
10451
+ # @!attribute [rw] last_modified_by
10452
+ # The Amazon Resource Name (ARN) of the user who last updated the
10453
+ # evaluation form.
10454
+ # @return [String]
10455
+ #
10456
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormVersionSummary AWS API Documentation
10457
+ #
10458
+ class EvaluationFormVersionSummary < Struct.new(
10459
+ :evaluation_form_arn,
10460
+ :evaluation_form_id,
10461
+ :evaluation_form_version,
10462
+ :locked,
10463
+ :status,
10464
+ :created_time,
10465
+ :created_by,
10466
+ :last_modified_time,
10467
+ :last_modified_by)
10468
+ SENSITIVE = []
10469
+ include Aws::Structure
10470
+ end
10471
+
10472
+ # An analysis for a generative AI answer to the question.
10473
+ #
10474
+ # @!attribute [rw] justification
10475
+ # Generative AI automation answer justification.
10476
+ # @return [String]
10477
+ #
10478
+ # @!attribute [rw] points_of_interest
10479
+ # Generative AI automation answer analysis points of interest.
10480
+ # @return [Array<Types::EvaluationTranscriptPointOfInterest>]
10481
+ #
10482
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationGenAIAnswerAnalysisDetails AWS API Documentation
10483
+ #
10484
+ class EvaluationGenAIAnswerAnalysisDetails < Struct.new(
10485
+ :justification,
10486
+ :points_of_interest)
10487
+ SENSITIVE = []
10488
+ include Aws::Structure
10489
+ end
10490
+
10491
+ # Metadata information about a contact evaluation.
10492
+ #
10493
+ # @!attribute [rw] contact_id
10494
+ # The identifier of the contact in this instance of Amazon Connect.
10495
+ # @return [String]
10496
+ #
10497
+ # @!attribute [rw] evaluator_arn
10498
+ # The Amazon Resource Name (ARN) of the user who last updated the
10499
+ # evaluation.
10500
+ # @return [String]
10501
+ #
10502
+ # @!attribute [rw] contact_agent_id
10503
+ # The identifier of the agent who performed the contact.
10504
+ # @return [String]
10505
+ #
10506
+ # @!attribute [rw] calibration_session_id
10507
+ # The calibration session ID that this evaluation belongs to.
10508
+ # @return [String]
10509
+ #
10510
+ # @!attribute [rw] score
10511
+ # The overall score of the contact evaluation.
10512
+ # @return [Types::EvaluationScore]
10513
+ #
10514
+ # @!attribute [rw] auto_evaluation
10515
+ # Information related to automated evaluation.
10516
+ # @return [Types::AutoEvaluationDetails]
10517
+ #
10518
+ # @!attribute [rw] acknowledgement
10519
+ # Information related to evaluation acknowledgement.
10520
+ # @return [Types::EvaluationAcknowledgement]
10521
+ #
10522
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationMetadata AWS API Documentation
10523
+ #
10524
+ class EvaluationMetadata < Struct.new(
10525
+ :contact_id,
10526
+ :evaluator_arn,
10527
+ :contact_agent_id,
10528
+ :calibration_session_id,
10529
+ :score,
10530
+ :auto_evaluation,
10531
+ :acknowledgement)
10532
+ SENSITIVE = []
10533
+ include Aws::Structure
10534
+ end
10535
+
10536
+ # Information about notes for a contact evaluation.
10537
+ #
10538
+ # @!attribute [rw] value
10539
+ # The note for an item (section or question) in a contact evaluation.
10540
+ #
10541
+ # <note markdown="1"> Even though a note in an evaluation can have up to 3072 chars, there
10542
+ # is also a limit on the total number of chars for all the notes in
10543
+ # the evaluation combined. Assuming there are N questions in the
10544
+ # evaluation being submitted, then the max char limit for all notes
10545
+ # combined is N x 1024.
10546
+ #
10547
+ # </note>
10548
+ # @return [String]
10549
+ #
10550
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationNote AWS API Documentation
10551
+ #
10552
+ class EvaluationNote < Struct.new(
10553
+ :value)
10554
+ SENSITIVE = []
10555
+ include Aws::Structure
10556
+ end
10557
+
10558
+ # Detailed analysis results of the automated answer to the evaluation
10559
+ # question.
10560
+ #
10561
+ # @note EvaluationQuestionAnswerAnalysisDetails is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of EvaluationQuestionAnswerAnalysisDetails corresponding to the set member.
10562
+ #
10563
+ # @!attribute [rw] gen_ai
10564
+ # Analysis results from the generative AI automation for the question.
10565
+ # @return [Types::EvaluationGenAIAnswerAnalysisDetails]
10566
+ #
10567
+ # @!attribute [rw] contact_lens
10568
+ # Analysis results from the Contact Lens automation for the question.
10569
+ # @return [Types::EvaluationContactLensAnswerAnalysisDetails]
10570
+ #
10571
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationQuestionAnswerAnalysisDetails AWS API Documentation
10572
+ #
10573
+ class EvaluationQuestionAnswerAnalysisDetails < Struct.new(
10574
+ :gen_ai,
10575
+ :contact_lens,
10576
+ :unknown)
10577
+ SENSITIVE = []
10578
+ include Aws::Structure
10579
+ include Aws::Structure::Union
10580
+
10581
+ class GenAi < EvaluationQuestionAnswerAnalysisDetails; end
10582
+ class ContactLens < EvaluationQuestionAnswerAnalysisDetails; end
10583
+ class Unknown < EvaluationQuestionAnswerAnalysisDetails; end
10584
+ end
10585
+
10586
+ # Details of the input data used for automated question processing.
10587
+ #
10588
+ # @!attribute [rw] transcript_type
10589
+ # Transcript type.
10590
+ # @return [String]
10591
+ #
10592
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationQuestionInputDetails AWS API Documentation
10593
+ #
10594
+ class EvaluationQuestionInputDetails < Struct.new(
10595
+ :transcript_type)
10596
+ SENSITIVE = []
10597
+ include Aws::Structure
10598
+ end
10599
+
10600
+ # Information about scores of a contact evaluation item (section or
10601
+ # question).
10602
+ #
10603
+ # @!attribute [rw] percentage
10604
+ # The score percentage for an item in a contact evaluation.
10605
+ # @return [Float]
10606
+ #
10607
+ # @!attribute [rw] not_applicable
10608
+ # The flag to mark the item as not applicable for scoring.
10609
+ # @return [Boolean]
10610
+ #
10611
+ # @!attribute [rw] automatic_fail
10612
+ # The flag that marks the item as automatic fail. If the item or a
10613
+ # child item gets an automatic fail answer, this flag will be true.
10614
+ # @return [Boolean]
10615
+ #
10616
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationScore AWS API Documentation
10617
+ #
10618
+ class EvaluationScore < Struct.new(
10619
+ :percentage,
10620
+ :not_applicable,
10621
+ :automatic_fail)
10622
+ SENSITIVE = []
10623
+ include Aws::Structure
10624
+ end
10625
+
10626
+ # The search criteria to be used to return evaluations.
10627
+ #
10628
+ # @!attribute [rw] or_conditions
10629
+ # A list of conditions which would be applied together with an OR
10630
+ # condition.
10631
+ # @return [Array<Types::EvaluationSearchCriteria>]
10632
+ #
10633
+ # @!attribute [rw] and_conditions
10634
+ # A list of conditions which would be applied together with an AND
10635
+ # condition.
10636
+ # @return [Array<Types::EvaluationSearchCriteria>]
10637
+ #
10638
+ # @!attribute [rw] string_condition
10639
+ # A leaf node condition which can be used to specify a string
10640
+ # condition.
10641
+ # @return [Types::StringCondition]
10642
+ #
10643
+ # @!attribute [rw] number_condition
10644
+ # A leaf node condition which can be used to specify a numeric
10645
+ # condition.
10646
+ #
10647
+ # <note markdown="1"> The currently supported value for `FieldName` is `limit`.
10648
+ #
10649
+ # </note>
10650
+ # @return [Types::NumberCondition]
10651
+ #
10652
+ # @!attribute [rw] boolean_condition
10653
+ # The boolean condition search criteria for searching evaluations.
10654
+ # @return [Types::BooleanCondition]
10655
+ #
10656
+ # @!attribute [rw] date_time_condition
10657
+ # The datetime condition search criteria for searching evaluations.
10658
+ # @return [Types::DateTimeCondition]
10659
+ #
10660
+ # @!attribute [rw] decimal_condition
10661
+ # The decimal condition search criteria for searching evaluations.
10662
+ # @return [Types::DecimalCondition]
10663
+ #
10664
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationSearchCriteria AWS API Documentation
10665
+ #
10666
+ class EvaluationSearchCriteria < Struct.new(
10667
+ :or_conditions,
10668
+ :and_conditions,
10669
+ :string_condition,
10670
+ :number_condition,
10671
+ :boolean_condition,
10672
+ :date_time_condition,
10673
+ :decimal_condition)
10674
+ SENSITIVE = []
10675
+ include Aws::Structure
10676
+ end
10677
+
10678
+ # Filters to be applied to search results.
10679
+ #
10680
+ # @!attribute [rw] attribute_filter
10681
+ # An object that can be used to specify Tag conditions inside the
10682
+ # `SearchFilter`. This accepts an `OR` or `AND` (List of List) input
10683
+ # where:
10684
+ #
10685
+ # * The top level list specifies conditions that need to be applied
10686
+ # with `OR` operator.
10687
+ #
10688
+ # * The inner list specifies conditions that need to be applied with
10689
+ # `AND` operator.
10690
+ # @return [Types::ControlPlaneAttributeFilter]
10691
+ #
10692
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationSearchFilter AWS API Documentation
10693
+ #
10694
+ class EvaluationSearchFilter < Struct.new(
10695
+ :attribute_filter)
10696
+ SENSITIVE = []
10697
+ include Aws::Structure
10698
+ end
10699
+
10700
+ # Metadata information about an evaluation search.
10701
+ #
10702
+ # @!attribute [rw] contact_id
10703
+ # The identifier of the contact in this instance of Amazon Connect.
10704
+ # @return [String]
10705
+ #
10706
+ # @!attribute [rw] evaluator_arn
10707
+ # The Amazon Resource Name (ARN) of the person who evaluated the
10708
+ # contact.
10709
+ # @return [String]
10710
+ #
10711
+ # @!attribute [rw] contact_agent_id
10712
+ # The unique ID of the agent who handled the contact.
10713
+ # @return [String]
10714
+ #
10715
+ # @!attribute [rw] calibration_session_id
10716
+ # The calibration session ID that this evaluation belongs to.
10717
+ # @return [String]
10718
+ #
10719
+ # @!attribute [rw] score_percentage
10720
+ # The total evaluation score expressed as a percentage.
10721
+ # @return [Float]
10722
+ #
10723
+ # @!attribute [rw] score_automatic_fail
10724
+ # The flag that marks the item as automatic fail. If the item or a
10725
+ # child item gets an automatic fail answer, this flag is true.
10726
+ # @return [Boolean]
10727
+ #
10728
+ # @!attribute [rw] score_not_applicable
10729
+ # The flag to mark the item as not applicable for scoring.
10730
+ # @return [Boolean]
10731
+ #
10732
+ # @!attribute [rw] auto_evaluation_enabled
10733
+ # Whether auto-evaluation is enabled.
10734
+ # @return [Boolean]
10735
+ #
10736
+ # @!attribute [rw] auto_evaluation_status
10737
+ # The status of the contact auto evaluation.
10738
+ # @return [String]
10739
+ #
10740
+ # @!attribute [rw] acknowledged_time
10741
+ # When the evaluation was acknowledged by the agent.
10742
+ # @return [Time]
10743
+ #
10744
+ # @!attribute [rw] acknowledged_by
10745
+ # The agent who acknowledged the evaluation.
10746
+ # @return [String]
10747
+ #
10748
+ # @!attribute [rw] acknowledger_comment
10749
+ # The comment from the agent when they acknowledged the evaluation.
10750
+ # @return [String]
10751
+ #
10752
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationSearchMetadata AWS API Documentation
10753
+ #
10754
+ class EvaluationSearchMetadata < Struct.new(
10755
+ :contact_id,
10756
+ :evaluator_arn,
10757
+ :contact_agent_id,
10758
+ :calibration_session_id,
10759
+ :score_percentage,
10760
+ :score_automatic_fail,
10761
+ :score_not_applicable,
10762
+ :auto_evaluation_enabled,
10763
+ :auto_evaluation_status,
10764
+ :acknowledged_time,
10765
+ :acknowledged_by,
10766
+ :acknowledger_comment)
10767
+ SENSITIVE = []
10768
+ include Aws::Structure
10769
+ end
10770
+
10771
+ # Summary of evaluation obtained from the search operation.
10772
+ #
10773
+ # @!attribute [rw] evaluation_id
10774
+ # A unique identifier for the contact evaluation.
10775
+ # @return [String]
10776
+ #
10777
+ # @!attribute [rw] evaluation_arn
10778
+ # The Amazon Resource Name (ARN) for the contact evaluation resource.
10779
+ # @return [String]
10780
+ #
10781
+ # @!attribute [rw] evaluation_form_id
10782
+ # The unique identifier for the evaluation form.
10783
+ # @return [String]
10784
+ #
10785
+ # @!attribute [rw] evaluation_form_version
10786
+ # A version of the evaluation form.
10787
+ # @return [Integer]
10788
+ #
10789
+ # @!attribute [rw] metadata
10790
+ # Summary information about the evaluation search.
10791
+ # @return [Types::EvaluationSearchMetadata]
9795
10792
  #
9796
10793
  # @!attribute [rw] status
9797
- # The status of the evaluation form.
10794
+ # The status of the evaluation.
10795
+ # @return [String]
10796
+ #
10797
+ # @!attribute [rw] evaluation_type
10798
+ # Type of the evaluation.
9798
10799
  # @return [String]
9799
10800
  #
9800
10801
  # @!attribute [rw] created_time
9801
- # The timestamp for when the evaluation form was created.
10802
+ # The date and time when the evaluation was created, in UTC time.
9802
10803
  # @return [Time]
9803
10804
  #
9804
- # @!attribute [rw] created_by
9805
- # The Amazon Resource Name (ARN) of the user who created the
9806
- # evaluation form.
9807
- # @return [String]
9808
- #
9809
10805
  # @!attribute [rw] last_modified_time
9810
- # The timestamp for when the evaluation form was last updated.
10806
+ # The date and time when the evaluation was modified last time, in UTC
10807
+ # time.
9811
10808
  # @return [Time]
9812
10809
  #
9813
- # @!attribute [rw] last_modified_by
9814
- # The Amazon Resource Name (ARN) of the user who last updated the
9815
- # evaluation form.
9816
- # @return [String]
10810
+ # @!attribute [rw] tags
10811
+ # The tags used to organize, track, or control access for this
10812
+ # resource. For example, \{ "Tags": \{"key1":"value1",
10813
+ # "key2":"value2"} }.
10814
+ # @return [Hash<String,String>]
9817
10815
  #
9818
- # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationFormVersionSummary AWS API Documentation
10816
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationSearchSummary AWS API Documentation
9819
10817
  #
9820
- class EvaluationFormVersionSummary < Struct.new(
9821
- :evaluation_form_arn,
10818
+ class EvaluationSearchSummary < Struct.new(
10819
+ :evaluation_id,
10820
+ :evaluation_arn,
9822
10821
  :evaluation_form_id,
9823
10822
  :evaluation_form_version,
9824
- :locked,
10823
+ :metadata,
9825
10824
  :status,
10825
+ :evaluation_type,
9826
10826
  :created_time,
9827
- :created_by,
9828
10827
  :last_modified_time,
9829
- :last_modified_by)
10828
+ :tags)
9830
10829
  SENSITIVE = []
9831
10830
  include Aws::Structure
9832
10831
  end
9833
10832
 
9834
- # Metadata information about a contact evaluation.
9835
- #
9836
- # @!attribute [rw] contact_id
9837
- # The identifier of the contact in this instance of Amazon Connect.
9838
- # @return [String]
10833
+ # The information about the suggested answer for the question.
9839
10834
  #
9840
- # @!attribute [rw] evaluator_arn
9841
- # The Amazon Resource Name (ARN) of the user who last updated the
9842
- # evaluation.
9843
- # @return [String]
10835
+ # @!attribute [rw] value
10836
+ # Information about answer data for a contact evaluation. Answer data
10837
+ # must be either string, numeric, or not applicable.
10838
+ # @return [Types::EvaluationAnswerData]
9844
10839
  #
9845
- # @!attribute [rw] contact_agent_id
9846
- # The identifier of the agent who performed the contact.
10840
+ # @!attribute [rw] status
10841
+ # The status of the suggested answer. D
9847
10842
  # @return [String]
9848
10843
  #
9849
- # @!attribute [rw] score
9850
- # The overall score of the contact evaluation.
9851
- # @return [Types::EvaluationScore]
9852
- #
9853
- # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationMetadata AWS API Documentation
9854
- #
9855
- class EvaluationMetadata < Struct.new(
9856
- :contact_id,
9857
- :evaluator_arn,
9858
- :contact_agent_id,
9859
- :score)
9860
- SENSITIVE = []
9861
- include Aws::Structure
9862
- end
9863
-
9864
- # Information about notes for a contact evaluation.
9865
- #
9866
- # @!attribute [rw] value
9867
- # The note for an item (section or question) in a contact evaluation.
9868
- #
9869
- # <note markdown="1"> Even though a note in an evaluation can have up to 3072 chars, there
9870
- # is also a limit on the total number of chars for all the notes in
9871
- # the evaluation combined. Assuming there are N questions in the
9872
- # evaluation being submitted, then the max char limit for all notes
9873
- # combined is N x 1024.
10844
+ # @!attribute [rw] input
10845
+ # Details about the input used to question automation.
10846
+ # @return [Types::EvaluationQuestionInputDetails]
9874
10847
  #
9875
- # </note>
10848
+ # @!attribute [rw] analysis_type
10849
+ # Type of analysis used to provide suggested answer.
9876
10850
  # @return [String]
9877
10851
  #
9878
- # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationNote AWS API Documentation
10852
+ # @!attribute [rw] analysis_details
10853
+ # Detailed analysis results.
10854
+ # @return [Types::EvaluationQuestionAnswerAnalysisDetails]
9879
10855
  #
9880
- class EvaluationNote < Struct.new(
9881
- :value)
10856
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationSuggestedAnswer AWS API Documentation
10857
+ #
10858
+ class EvaluationSuggestedAnswer < Struct.new(
10859
+ :value,
10860
+ :status,
10861
+ :input,
10862
+ :analysis_type,
10863
+ :analysis_details)
9882
10864
  SENSITIVE = []
9883
10865
  include Aws::Structure
9884
10866
  end
9885
10867
 
9886
- # Information about scores of a contact evaluation item (section or
9887
- # question).
9888
- #
9889
- # @!attribute [rw] percentage
9890
- # The score percentage for an item in a contact evaluation.
9891
- # @return [Float]
9892
- #
9893
- # @!attribute [rw] not_applicable
9894
- # The flag to mark the item as not applicable for scoring.
9895
- # @return [Boolean]
10868
+ # The milliseconds offset for transcript reference in suggested answer.
9896
10869
  #
9897
- # @!attribute [rw] automatic_fail
9898
- # The flag that marks the item as automatic fail. If the item or a
9899
- # child item gets an automatic fail answer, this flag will be true.
9900
- # @return [Boolean]
10870
+ # @!attribute [rw] begin_offset_millis
10871
+ # Offset in milliseconds from the beginning of the transcript.
10872
+ # @return [Integer]
9901
10873
  #
9902
- # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationScore AWS API Documentation
10874
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationSuggestedAnswerTranscriptMillisecondOffsets AWS API Documentation
9903
10875
  #
9904
- class EvaluationScore < Struct.new(
9905
- :percentage,
9906
- :not_applicable,
9907
- :automatic_fail)
10876
+ class EvaluationSuggestedAnswerTranscriptMillisecondOffsets < Struct.new(
10877
+ :begin_offset_millis)
9908
10878
  SENSITIVE = []
9909
10879
  include Aws::Structure
9910
10880
  end
@@ -9927,10 +10897,22 @@ module Aws::Connect
9927
10897
  # The unique identifier for the evaluation form.
9928
10898
  # @return [String]
9929
10899
  #
10900
+ # @!attribute [rw] calibration_session_id
10901
+ # The calibration session ID that this evaluation belongs to.
10902
+ # @return [String]
10903
+ #
9930
10904
  # @!attribute [rw] status
9931
10905
  # The status of the contact evaluation.
9932
10906
  # @return [String]
9933
10907
  #
10908
+ # @!attribute [rw] auto_evaluation_enabled
10909
+ # Whether automated evaluation is enabled.
10910
+ # @return [Boolean]
10911
+ #
10912
+ # @!attribute [rw] auto_evaluation_status
10913
+ # The status of the contact auto evaluation.
10914
+ # @return [String]
10915
+ #
9934
10916
  # @!attribute [rw] evaluator_arn
9935
10917
  # The Amazon Resource Name (ARN) of the user who last updated the
9936
10918
  # evaluation.
@@ -9940,6 +10922,14 @@ module Aws::Connect
9940
10922
  # The overall score of the contact evaluation.
9941
10923
  # @return [Types::EvaluationScore]
9942
10924
  #
10925
+ # @!attribute [rw] acknowledgement
10926
+ # Information related to evaluation acknowledgement.
10927
+ # @return [Types::EvaluationAcknowledgementSummary]
10928
+ #
10929
+ # @!attribute [rw] evaluation_type
10930
+ # Type of the evaluation.
10931
+ # @return [String]
10932
+ #
9943
10933
  # @!attribute [rw] created_time
9944
10934
  # The timestamp for when the evaluation was created.
9945
10935
  # @return [Time]
@@ -9955,15 +10945,61 @@ module Aws::Connect
9955
10945
  :evaluation_arn,
9956
10946
  :evaluation_form_title,
9957
10947
  :evaluation_form_id,
10948
+ :calibration_session_id,
9958
10949
  :status,
10950
+ :auto_evaluation_enabled,
10951
+ :auto_evaluation_status,
9959
10952
  :evaluator_arn,
9960
10953
  :score,
10954
+ :acknowledgement,
10955
+ :evaluation_type,
9961
10956
  :created_time,
9962
10957
  :last_modified_time)
9963
10958
  SENSITIVE = []
9964
10959
  include Aws::Structure
9965
10960
  end
9966
10961
 
10962
+ # Information about the point of interest in transcript provided to
10963
+ # evaluation.
10964
+ #
10965
+ # @!attribute [rw] millisecond_offsets
10966
+ # Offset in milliseconds from the beginning of transcript.
10967
+ # @return [Types::EvaluationSuggestedAnswerTranscriptMillisecondOffsets]
10968
+ #
10969
+ # @!attribute [rw] transcript_segment
10970
+ # Segment of transcript.
10971
+ # @return [String]
10972
+ #
10973
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationTranscriptPointOfInterest AWS API Documentation
10974
+ #
10975
+ class EvaluationTranscriptPointOfInterest < Struct.new(
10976
+ :millisecond_offsets,
10977
+ :transcript_segment)
10978
+ SENSITIVE = []
10979
+ include Aws::Structure
10980
+ end
10981
+
10982
+ # Represents the entity that performed the action on the evaluation.
10983
+ #
10984
+ # @note EvaluatorUserUnion is a union - when making an API calls you must set exactly one of the members.
10985
+ #
10986
+ # @!attribute [rw] connect_user_arn
10987
+ # Represents the Amazon Connect ARN of the user.
10988
+ # @return [String]
10989
+ #
10990
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluatorUserUnion AWS API Documentation
10991
+ #
10992
+ class EvaluatorUserUnion < Struct.new(
10993
+ :connect_user_arn,
10994
+ :unknown)
10995
+ SENSITIVE = []
10996
+ include Aws::Structure
10997
+ include Aws::Structure::Union
10998
+
10999
+ class ConnectUserArn < EvaluatorUserUnion; end
11000
+ class Unknown < EvaluatorUserUnion; end
11001
+ end
11002
+
9967
11003
  # The EventBridge action definition.
9968
11004
  #
9969
11005
  # @!attribute [rw] name
@@ -21549,6 +22585,69 @@ module Aws::Connect
21549
22585
  include Aws::Structure
21550
22586
  end
21551
22587
 
22588
+ # @!attribute [rw] instance_id
22589
+ # The identifier of the Amazon Connect instance. You can [find the
22590
+ # instance ID][1] in the Amazon Resource Name (ARN) of the instance.
22591
+ #
22592
+ #
22593
+ #
22594
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
22595
+ # @return [String]
22596
+ #
22597
+ # @!attribute [rw] next_token
22598
+ # The token for the next set of results. Use the value returned in the
22599
+ # previous response in the next request to retrieve the next set of
22600
+ # results.
22601
+ # @return [String]
22602
+ #
22603
+ # @!attribute [rw] max_results
22604
+ # The maximum number of results to return per page.
22605
+ # @return [Integer]
22606
+ #
22607
+ # @!attribute [rw] search_criteria
22608
+ # The search criteria to be used to return contact evaluations.
22609
+ # @return [Types::EvaluationSearchCriteria]
22610
+ #
22611
+ # @!attribute [rw] search_filter
22612
+ # Filters to be applied to search results.
22613
+ # @return [Types::EvaluationSearchFilter]
22614
+ #
22615
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchContactEvaluationsRequest AWS API Documentation
22616
+ #
22617
+ class SearchContactEvaluationsRequest < Struct.new(
22618
+ :instance_id,
22619
+ :next_token,
22620
+ :max_results,
22621
+ :search_criteria,
22622
+ :search_filter)
22623
+ SENSITIVE = []
22624
+ include Aws::Structure
22625
+ end
22626
+
22627
+ # @!attribute [rw] evaluation_search_summary_list
22628
+ # Contains information about contact evaluations.
22629
+ # @return [Array<Types::EvaluationSearchSummary>]
22630
+ #
22631
+ # @!attribute [rw] next_token
22632
+ # If there are additional results, this is the token for the next set
22633
+ # of results.
22634
+ # @return [String]
22635
+ #
22636
+ # @!attribute [rw] approximate_total_count
22637
+ # The total number of contact evaluations that matched your search
22638
+ # query.
22639
+ # @return [Integer]
22640
+ #
22641
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchContactEvaluationsResponse AWS API Documentation
22642
+ #
22643
+ class SearchContactEvaluationsResponse < Struct.new(
22644
+ :evaluation_search_summary_list,
22645
+ :next_token,
22646
+ :approximate_total_count)
22647
+ SENSITIVE = []
22648
+ include Aws::Structure
22649
+ end
22650
+
21552
22651
  # @!attribute [rw] instance_id
21553
22652
  # The identifier of the Amazon Connect instance. You can find the
21554
22653
  # instance ID in the Amazon Resource Name (ARN) of the instance.
@@ -21976,6 +23075,68 @@ module Aws::Connect
21976
23075
  include Aws::Structure
21977
23076
  end
21978
23077
 
23078
+ # @!attribute [rw] instance_id
23079
+ # The identifier of the Amazon Connect instance. You can [find the
23080
+ # instance ID][1] in the Amazon Resource Name (ARN) of the instance.
23081
+ #
23082
+ #
23083
+ #
23084
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
23085
+ # @return [String]
23086
+ #
23087
+ # @!attribute [rw] next_token
23088
+ # The token for the next set of results. Use the value returned in the
23089
+ # previous response in the next request to retrieve the next set of
23090
+ # results.
23091
+ # @return [String]
23092
+ #
23093
+ # @!attribute [rw] max_results
23094
+ # The maximum number of results to return per page.
23095
+ # @return [Integer]
23096
+ #
23097
+ # @!attribute [rw] search_criteria
23098
+ # The search criteria to be used to return evaluation forms.
23099
+ # @return [Types::EvaluationFormSearchCriteria]
23100
+ #
23101
+ # @!attribute [rw] search_filter
23102
+ # Filters to be applied to search results.
23103
+ # @return [Types::EvaluationFormSearchFilter]
23104
+ #
23105
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchEvaluationFormsRequest AWS API Documentation
23106
+ #
23107
+ class SearchEvaluationFormsRequest < Struct.new(
23108
+ :instance_id,
23109
+ :next_token,
23110
+ :max_results,
23111
+ :search_criteria,
23112
+ :search_filter)
23113
+ SENSITIVE = []
23114
+ include Aws::Structure
23115
+ end
23116
+
23117
+ # @!attribute [rw] evaluation_form_search_summary_list
23118
+ # Information about the returned evaluation forms.
23119
+ # @return [Array<Types::EvaluationFormSearchSummary>]
23120
+ #
23121
+ # @!attribute [rw] next_token
23122
+ # If there are additional results, this is the token for the next set
23123
+ # of results.
23124
+ # @return [String]
23125
+ #
23126
+ # @!attribute [rw] approximate_total_count
23127
+ # The total number of evaluation forms that matched your search query.
23128
+ # @return [Integer]
23129
+ #
23130
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchEvaluationFormsResponse AWS API Documentation
23131
+ #
23132
+ class SearchEvaluationFormsResponse < Struct.new(
23133
+ :evaluation_form_search_summary_list,
23134
+ :next_token,
23135
+ :approximate_total_count)
23136
+ SENSITIVE = []
23137
+ include Aws::Structure
23138
+ end
23139
+
21979
23140
  # @!attribute [rw] instance_id
21980
23141
  # The identifier of the Amazon Connect instance.
21981
23142
  # @return [String]
@@ -23803,6 +24964,10 @@ module Aws::Connect
23803
24964
  # The unique identifier for the evaluation form.
23804
24965
  # @return [String]
23805
24966
  #
24967
+ # @!attribute [rw] auto_evaluation_configuration
24968
+ # Whether automated evaluations are enabled.
24969
+ # @return [Types::AutoEvaluationConfiguration]
24970
+ #
23806
24971
  # @!attribute [rw] client_token
23807
24972
  # A unique, case-sensitive identifier that you provide to ensure the
23808
24973
  # idempotency of the request. If not provided, the Amazon Web Services
@@ -23817,13 +24982,21 @@ module Aws::Connect
23817
24982
  # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
23818
24983
  # @return [String]
23819
24984
  #
24985
+ # @!attribute [rw] tags
24986
+ # The tags used to organize, track, or control access for this
24987
+ # resource. For example, \{ "Tags": \{"key1":"value1",
24988
+ # "key2":"value2"} }.
24989
+ # @return [Hash<String,String>]
24990
+ #
23820
24991
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartContactEvaluationRequest AWS API Documentation
23821
24992
  #
23822
24993
  class StartContactEvaluationRequest < Struct.new(
23823
24994
  :instance_id,
23824
24995
  :contact_id,
23825
24996
  :evaluation_form_id,
23826
- :client_token)
24997
+ :auto_evaluation_configuration,
24998
+ :client_token,
24999
+ :tags)
23827
25000
  SENSITIVE = []
23828
25001
  include Aws::Structure
23829
25002
  end
@@ -25003,13 +26176,18 @@ module Aws::Connect
25003
26176
  # A map of question identifiers to note value.
25004
26177
  # @return [Hash<String,Types::EvaluationNote>]
25005
26178
  #
26179
+ # @!attribute [rw] submitted_by
26180
+ # The ID of the user who submitted the contact evaluation.
26181
+ # @return [Types::EvaluatorUserUnion]
26182
+ #
25006
26183
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SubmitContactEvaluationRequest AWS API Documentation
25007
26184
  #
25008
26185
  class SubmitContactEvaluationRequest < Struct.new(
25009
26186
  :instance_id,
25010
26187
  :evaluation_id,
25011
26188
  :answers,
25012
- :notes)
26189
+ :notes,
26190
+ :submitted_by)
25013
26191
  SENSITIVE = []
25014
26192
  include Aws::Structure
25015
26193
  end
@@ -26011,6 +27189,15 @@ module Aws::Connect
26011
27189
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts
26012
27190
  # @return [Integer]
26013
27191
  #
27192
+ # @!attribute [rw] session_inactivity_duration
27193
+ # The period, in minutes, before an agent is automatically signed out
27194
+ # of the contact center when they go inactive.
27195
+ # @return [Integer]
27196
+ #
27197
+ # @!attribute [rw] session_inactivity_handling_enabled
27198
+ # Determines if automatic logout on user inactivity is enabled.
27199
+ # @return [Boolean]
27200
+ #
26014
27201
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateAuthenticationProfileRequest AWS API Documentation
26015
27202
  #
26016
27203
  class UpdateAuthenticationProfileRequest < Struct.new(
@@ -26020,7 +27207,9 @@ module Aws::Connect
26020
27207
  :description,
26021
27208
  :allowed_ips,
26022
27209
  :blocked_ips,
26023
- :periodic_session_duration)
27210
+ :periodic_session_duration,
27211
+ :session_inactivity_duration,
27212
+ :session_inactivity_handling_enabled)
26024
27213
  SENSITIVE = []
26025
27214
  include Aws::Structure
26026
27215
  end
@@ -26114,13 +27303,18 @@ module Aws::Connect
26114
27303
  # A map of question identifiers to note value.
26115
27304
  # @return [Hash<String,Types::EvaluationNote>]
26116
27305
  #
27306
+ # @!attribute [rw] updated_by
27307
+ # The ID of the user who updated the contact evaluation.
27308
+ # @return [Types::EvaluatorUserUnion]
27309
+ #
26117
27310
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactEvaluationRequest AWS API Documentation
26118
27311
  #
26119
27312
  class UpdateContactEvaluationRequest < Struct.new(
26120
27313
  :instance_id,
26121
27314
  :evaluation_id,
26122
27315
  :answers,
26123
- :notes)
27316
+ :notes,
27317
+ :updated_by)
26124
27318
  SENSITIVE = []
26125
27319
  include Aws::Structure
26126
27320
  end
@@ -26617,6 +27811,10 @@ module Aws::Connect
26617
27811
  # A scoring strategy of the evaluation form.
26618
27812
  # @return [Types::EvaluationFormScoringStrategy]
26619
27813
  #
27814
+ # @!attribute [rw] auto_evaluation_configuration
27815
+ # Whether automated evaluations are enabled.
27816
+ # @return [Types::EvaluationFormAutoEvaluationConfiguration]
27817
+ #
26620
27818
  # @!attribute [rw] client_token
26621
27819
  # A unique, case-sensitive identifier that you provide to ensure the
26622
27820
  # idempotency of the request. If not provided, the Amazon Web Services
@@ -26642,6 +27840,7 @@ module Aws::Connect
26642
27840
  :description,
26643
27841
  :items,
26644
27842
  :scoring_strategy,
27843
+ :auto_evaluation_configuration,
26645
27844
  :client_token)
26646
27845
  SENSITIVE = []
26647
27846
  include Aws::Structure
@@ -26773,7 +27972,7 @@ module Aws::Connect
26773
27972
  # The type of attribute.
26774
27973
  #
26775
27974
  # <note markdown="1"> Only allowlisted customers can consume USE\_CUSTOM\_TTS\_VOICES. To
26776
- # access this feature, contact Amazon Web ServicesSupport for
27975
+ # access this feature, contact Amazon Web Services Support for
26777
27976
  # allowlisting.
26778
27977
  #
26779
27978
  # </note>