aws-sdk-connect 1.199.0 → 1.201.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.
@@ -1770,10 +1770,12 @@ module Aws::Connect
1770
1770
  req.send_request(options)
1771
1771
  end
1772
1772
 
1773
- # Only the EMAIL channel is supported. The supported initiation methods
1774
- # are: OUTBOUND, AGENT\_REPLY, and FLOW.
1773
+ # Only the EMAIL and VOICE channels are supported. The supported
1774
+ # initiation methods for EMAIL are: OUTBOUND, AGENT\_REPLY, and FLOW.
1775
+ # For VOICE the supported initiation methods are TRANSFER and the
1776
+ # subtype connect:ExternalAudio.
1775
1777
  #
1776
- # Creates a new EMAIL contact.
1778
+ # Creates a new EMAIL or VOICE contact.
1777
1779
  #
1778
1780
  # @option params [required, String] :instance_id
1779
1781
  # The identifier of the Amazon Connect instance. You can [find the
@@ -1797,8 +1799,7 @@ module Aws::Connect
1797
1799
  # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
1798
1800
  #
1799
1801
  # @option params [String] :related_contact_id
1800
- # The unique identifier for an Amazon Connect contact. This identifier
1801
- # is related to the contact starting.
1802
+ # The identifier of the contact in this instance of Amazon Connect.
1802
1803
  #
1803
1804
  # @option params [Hash<String,String>] :attributes
1804
1805
  # A custom key-value pair using an attribute map. The attributes are
@@ -1817,17 +1818,21 @@ module Aws::Connect
1817
1818
  # @option params [required, String] :channel
1818
1819
  # The channel for the contact
1819
1820
  #
1820
- # CreateContact only supports the EMAIL channel. The following
1821
- # information that states other channels are supported is incorrect. We
1822
- # are working to update this topic.
1821
+ # CreateContact only supports the EMAIL and VOICE channels. The
1822
+ # following information that states other channels are supported is
1823
+ # incorrect. We are working to update this topic.
1823
1824
  #
1824
1825
  # @option params [required, String] :initiation_method
1825
1826
  # Indicates how the contact was initiated.
1826
1827
  #
1827
1828
  # CreateContact only supports the following initiation methods:
1828
- # OUTBOUND, AGENT\_REPLY, and FLOW. The following information that
1829
- # states other initiation methods are supported is incorrect. We are
1830
- # working to update this topic.
1829
+ #
1830
+ # * For EMAIL: OUTBOUND, AGENT\_REPLY, and FLOW.
1831
+ #
1832
+ # * For VOICE: TRANSFER and the subtype connect:ExternalAudio.
1833
+ #
1834
+ # The following information that states other initiation methods are
1835
+ # supported is incorrect. We are working to update this topic.
1831
1836
  #
1832
1837
  # @option params [Integer] :expiry_duration_in_minutes
1833
1838
  # Number of minutes the contact will be active for before expiring
@@ -3351,13 +3356,13 @@ module Aws::Connect
3351
3356
  # instance_id: "InstanceId", # required
3352
3357
  # name: "RuleName", # required
3353
3358
  # trigger_event_source: { # required
3354
- # event_source_name: "OnPostCallAnalysisAvailable", # required, accepts OnPostCallAnalysisAvailable, OnRealTimeCallAnalysisAvailable, OnRealTimeChatAnalysisAvailable, OnPostChatAnalysisAvailable, OnZendeskTicketCreate, OnZendeskTicketStatusUpdate, OnSalesforceCaseCreate, OnContactEvaluationSubmit, OnMetricDataUpdate, OnCaseCreate, OnCaseUpdate
3359
+ # event_source_name: "OnPostCallAnalysisAvailable", # required, accepts OnPostCallAnalysisAvailable, OnRealTimeCallAnalysisAvailable, OnRealTimeChatAnalysisAvailable, OnPostChatAnalysisAvailable, OnZendeskTicketCreate, OnZendeskTicketStatusUpdate, OnSalesforceCaseCreate, OnContactEvaluationSubmit, OnMetricDataUpdate, OnCaseCreate, OnCaseUpdate, OnSlaBreach
3355
3360
  # integration_association_id: "IntegrationAssociationId",
3356
3361
  # },
3357
3362
  # function: "RuleFunction", # required
3358
3363
  # actions: [ # required
3359
3364
  # {
3360
- # action_type: "CREATE_TASK", # required, accepts CREATE_TASK, ASSIGN_CONTACT_CATEGORY, GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION, CREATE_CASE, UPDATE_CASE, END_ASSOCIATED_TASKS, SUBMIT_AUTO_EVALUATION
3365
+ # action_type: "CREATE_TASK", # required, accepts CREATE_TASK, ASSIGN_CONTACT_CATEGORY, GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION, CREATE_CASE, UPDATE_CASE, ASSIGN_SLA, END_ASSOCIATED_TASKS, SUBMIT_AUTO_EVALUATION
3361
3366
  # task_action: {
3362
3367
  # name: "TaskNameExpression", # required
3363
3368
  # description: "TaskDescriptionExpression",
@@ -3418,6 +3423,24 @@ module Aws::Connect
3418
3423
  # },
3419
3424
  # ],
3420
3425
  # },
3426
+ # assign_sla_action: {
3427
+ # sla_assignment_type: "CASES", # required, accepts CASES
3428
+ # case_sla_configuration: {
3429
+ # name: "SlaName", # required
3430
+ # type: "CaseField", # required, accepts CaseField
3431
+ # field_id: "FieldValueId",
3432
+ # target_field_values: [
3433
+ # {
3434
+ # boolean_value: false,
3435
+ # double_value: 1.0,
3436
+ # empty_value: {
3437
+ # },
3438
+ # string_value: "FieldStringValue",
3439
+ # },
3440
+ # ],
3441
+ # target_sla_minutes: 1, # required
3442
+ # },
3443
+ # },
3421
3444
  # end_associated_tasks_action: {
3422
3445
  # },
3423
3446
  # submit_auto_evaluation_action: {
@@ -5337,8 +5360,8 @@ module Aws::Connect
5337
5360
  #
5338
5361
  # Describes the specified contact.
5339
5362
  #
5340
- # * `CustomerEndpoint` and `SystemEndpoint` are only populated for EMAIL
5341
- # contacts.
5363
+ # * `SystemEndpoint` is not populated for contacts with initiation
5364
+ # method of MONITOR, QUEUE\_TRANSFER, or CALLBACK
5342
5365
  #
5343
5366
  # * Contact information remains available in Amazon Connect for 24
5344
5367
  # months from the `InitiationTimestamp`, and then it is deleted. Only
@@ -5393,6 +5416,14 @@ module Aws::Connect
5393
5416
  # resp.contact.agent_info.device_info.operating_system #=> String
5394
5417
  # resp.contact.agent_info.capabilities.video #=> String, one of "SEND"
5395
5418
  # resp.contact.agent_info.capabilities.screen_share #=> String, one of "SEND"
5419
+ # resp.contact.agent_info.after_contact_work_duration #=> Integer
5420
+ # resp.contact.agent_info.after_contact_work_start_timestamp #=> Time
5421
+ # resp.contact.agent_info.after_contact_work_end_timestamp #=> Time
5422
+ # resp.contact.agent_info.agent_initiated_hold_duration #=> Integer
5423
+ # resp.contact.agent_info.state_transitions #=> Array
5424
+ # resp.contact.agent_info.state_transitions[0].state #=> String, one of "INITIAL", "CONNECTED", "DISCONNECTED", "MISSED"
5425
+ # resp.contact.agent_info.state_transitions[0].state_start_timestamp #=> Time
5426
+ # resp.contact.agent_info.state_transitions[0].state_end_timestamp #=> Time
5396
5427
  # resp.contact.initiation_timestamp #=> Time
5397
5428
  # resp.contact.disconnect_timestamp #=> Time
5398
5429
  # resp.contact.last_update_timestamp #=> Time
@@ -5468,6 +5499,30 @@ module Aws::Connect
5468
5499
  # resp.contact.segment_attributes["SegmentAttributeName"].value_map #=> Hash
5469
5500
  # resp.contact.segment_attributes["SegmentAttributeName"].value_map["SegmentAttributeName"] #=> Types::SegmentAttributeValue
5470
5501
  # resp.contact.segment_attributes["SegmentAttributeName"].value_integer #=> Integer
5502
+ # resp.contact.recordings #=> Array
5503
+ # resp.contact.recordings[0].storage_type #=> String, one of "S3", "KINESIS_VIDEO_STREAM", "KINESIS_STREAM", "KINESIS_FIREHOSE"
5504
+ # resp.contact.recordings[0].location #=> String
5505
+ # resp.contact.recordings[0].media_stream_type #=> String, one of "AUDIO", "VIDEO"
5506
+ # resp.contact.recordings[0].participant_type #=> String, one of "ALL", "MANAGER", "AGENT", "CUSTOMER", "THIRDPARTY"
5507
+ # resp.contact.recordings[0].fragment_start_number #=> String
5508
+ # resp.contact.recordings[0].fragment_stop_number #=> String
5509
+ # resp.contact.recordings[0].start_timestamp #=> Time
5510
+ # resp.contact.recordings[0].stop_timestamp #=> Time
5511
+ # resp.contact.recordings[0].status #=> String, one of "AVAILABLE", "DELETED"
5512
+ # resp.contact.recordings[0].deletion_reason #=> String
5513
+ # resp.contact.disconnect_reason #=> String
5514
+ # resp.contact.contact_evaluations #=> Hash
5515
+ # resp.contact.contact_evaluations["EvaluationId"].form_id #=> String
5516
+ # resp.contact.contact_evaluations["EvaluationId"].evaluation_arn #=> String
5517
+ # resp.contact.contact_evaluations["EvaluationId"].status #=> String, one of "COMPLETE", "IN_PROGRESS", "DELETED"
5518
+ # resp.contact.contact_evaluations["EvaluationId"].start_timestamp #=> Time
5519
+ # resp.contact.contact_evaluations["EvaluationId"].end_timestamp #=> Time
5520
+ # resp.contact.contact_evaluations["EvaluationId"].delete_timestamp #=> Time
5521
+ # resp.contact.contact_evaluations["EvaluationId"].export_location #=> String
5522
+ # resp.contact.contact_details.name #=> String
5523
+ # resp.contact.contact_details.description #=> String
5524
+ # resp.contact.attributes #=> Hash
5525
+ # resp.contact.attributes["AttributeName"] #=> <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
5471
5526
  #
5472
5527
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContact AWS API Documentation
5473
5528
  #
@@ -6427,11 +6482,11 @@ module Aws::Connect
6427
6482
  # resp.rule.name #=> String
6428
6483
  # resp.rule.rule_id #=> String
6429
6484
  # resp.rule.rule_arn #=> String
6430
- # resp.rule.trigger_event_source.event_source_name #=> String, one of "OnPostCallAnalysisAvailable", "OnRealTimeCallAnalysisAvailable", "OnRealTimeChatAnalysisAvailable", "OnPostChatAnalysisAvailable", "OnZendeskTicketCreate", "OnZendeskTicketStatusUpdate", "OnSalesforceCaseCreate", "OnContactEvaluationSubmit", "OnMetricDataUpdate", "OnCaseCreate", "OnCaseUpdate"
6485
+ # resp.rule.trigger_event_source.event_source_name #=> String, one of "OnPostCallAnalysisAvailable", "OnRealTimeCallAnalysisAvailable", "OnRealTimeChatAnalysisAvailable", "OnPostChatAnalysisAvailable", "OnZendeskTicketCreate", "OnZendeskTicketStatusUpdate", "OnSalesforceCaseCreate", "OnContactEvaluationSubmit", "OnMetricDataUpdate", "OnCaseCreate", "OnCaseUpdate", "OnSlaBreach"
6431
6486
  # resp.rule.trigger_event_source.integration_association_id #=> String
6432
6487
  # resp.rule.function #=> String
6433
6488
  # resp.rule.actions #=> Array
6434
- # resp.rule.actions[0].action_type #=> String, one of "CREATE_TASK", "ASSIGN_CONTACT_CATEGORY", "GENERATE_EVENTBRIDGE_EVENT", "SEND_NOTIFICATION", "CREATE_CASE", "UPDATE_CASE", "END_ASSOCIATED_TASKS", "SUBMIT_AUTO_EVALUATION"
6489
+ # resp.rule.actions[0].action_type #=> String, one of "CREATE_TASK", "ASSIGN_CONTACT_CATEGORY", "GENERATE_EVENTBRIDGE_EVENT", "SEND_NOTIFICATION", "CREATE_CASE", "UPDATE_CASE", "ASSIGN_SLA", "END_ASSOCIATED_TASKS", "SUBMIT_AUTO_EVALUATION"
6435
6490
  # resp.rule.actions[0].task_action.name #=> String
6436
6491
  # resp.rule.actions[0].task_action.description #=> String
6437
6492
  # resp.rule.actions[0].task_action.contact_flow_id #=> String
@@ -6461,6 +6516,15 @@ module Aws::Connect
6461
6516
  # resp.rule.actions[0].update_case_action.fields[0].value.boolean_value #=> Boolean
6462
6517
  # resp.rule.actions[0].update_case_action.fields[0].value.double_value #=> Float
6463
6518
  # resp.rule.actions[0].update_case_action.fields[0].value.string_value #=> String
6519
+ # resp.rule.actions[0].assign_sla_action.sla_assignment_type #=> String, one of "CASES"
6520
+ # resp.rule.actions[0].assign_sla_action.case_sla_configuration.name #=> String
6521
+ # resp.rule.actions[0].assign_sla_action.case_sla_configuration.type #=> String, one of "CaseField"
6522
+ # resp.rule.actions[0].assign_sla_action.case_sla_configuration.field_id #=> String
6523
+ # resp.rule.actions[0].assign_sla_action.case_sla_configuration.target_field_values #=> Array
6524
+ # resp.rule.actions[0].assign_sla_action.case_sla_configuration.target_field_values[0].boolean_value #=> Boolean
6525
+ # resp.rule.actions[0].assign_sla_action.case_sla_configuration.target_field_values[0].double_value #=> Float
6526
+ # resp.rule.actions[0].assign_sla_action.case_sla_configuration.target_field_values[0].string_value #=> String
6527
+ # resp.rule.actions[0].assign_sla_action.case_sla_configuration.target_sla_minutes #=> Integer
6464
6528
  # resp.rule.actions[0].submit_auto_evaluation_action.evaluation_form_id #=> String
6465
6529
  # resp.rule.publish_status #=> String, one of "DRAFT", "PUBLISHED"
6466
6530
  # resp.rule.created_time #=> Time
@@ -7617,12 +7681,12 @@ module Aws::Connect
7617
7681
  # Gets the real-time metric data from the specified Amazon Connect
7618
7682
  # instance.
7619
7683
  #
7620
- # For a description of each metric, see [Real-time Metrics
7621
- # Definitions][1] in the *Amazon Connect Administrator Guide*.
7684
+ # For a description of each metric, see [Metrics definitions][1] in the
7685
+ # *Amazon Connect Administrator Guide*.
7622
7686
  #
7623
7687
  #
7624
7688
  #
7625
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html
7689
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
7626
7690
  #
7627
7691
  # @option params [required, String] :instance_id
7628
7692
  # The identifier of the Amazon Connect instance. You can [find the
@@ -7679,7 +7743,7 @@ module Aws::Connect
7679
7743
  # @option params [required, Array<Types::CurrentMetric>] :current_metrics
7680
7744
  # The metrics to retrieve. Specify the name and unit for each metric.
7681
7745
  # The following metrics are available. For a description of all the
7682
- # metrics, see [Real-time Metrics Definitions][1] in the *Amazon Connect
7746
+ # metrics, see [Metrics definitions][1] in the *Amazon Connect
7683
7747
  # Administrator Guide*.
7684
7748
  #
7685
7749
  # AGENTS\_AFTER\_CONTACT\_WORK
@@ -7780,19 +7844,19 @@ module Aws::Connect
7780
7844
  #
7781
7845
  #
7782
7846
  #
7783
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html
7784
- # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#aftercallwork-real-time
7785
- # [3]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#available-real-time
7786
- # [4]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#error-real-time
7787
- # [5]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#non-productive-time-real-time
7788
- # [6]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#on-call-real-time
7789
- # [7]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#online-real-time
7790
- # [8]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#staffed-real-time
7791
- # [9]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#in-queue-real-time
7792
- # [10]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#scheduled-real-time
7793
- # [11]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#oldest-real-time
7794
- # [12]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#active-real-time
7795
- # [13]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#availability-real-time
7847
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
7848
+ # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#aftercallwork-real-time
7849
+ # [3]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#available-real-time
7850
+ # [4]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#error-real-time
7851
+ # [5]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-productive-time-real-time
7852
+ # [6]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#on-call-real-time
7853
+ # [7]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#online-real-time
7854
+ # [8]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#staffed-real-time
7855
+ # [9]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#in-queue-real-time
7856
+ # [10]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#scheduled-real-time
7857
+ # [11]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#oldest-real-time
7858
+ # [12]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#active-real-time
7859
+ # [13]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#availability-real-time
7796
7860
  #
7797
7861
  # @option params [String] :next_token
7798
7862
  # The token for the next set of results. Use the value returned in the
@@ -8156,8 +8220,8 @@ module Aws::Connect
8156
8220
  # Gets historical metric data from the specified Amazon Connect
8157
8221
  # instance.
8158
8222
  #
8159
- # For a description of each historical metric, see [Historical Metrics
8160
- # Definitions][1] in the *Amazon Connect Administrator Guide*.
8223
+ # For a description of each historical metric, see [Metrics
8224
+ # definitions][1] in the *Amazon Connect Administrator Guide*.
8161
8225
  #
8162
8226
  # <note markdown="1"> We recommend using the [GetMetricDataV2][2] API. It provides more
8163
8227
  # flexibility, features, and the ability to query longer time ranges
@@ -8172,7 +8236,7 @@ module Aws::Connect
8172
8236
  #
8173
8237
  #
8174
8238
  #
8175
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
8239
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
8176
8240
  # [2]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricDataV2.html
8177
8241
  #
8178
8242
  # @option params [required, String] :instance_id
@@ -8231,8 +8295,8 @@ module Aws::Connect
8231
8295
  # @option params [required, Array<Types::HistoricalMetric>] :historical_metrics
8232
8296
  # The metrics to retrieve. Specify the name, unit, and statistic for
8233
8297
  # each metric. The following historical metrics are available. For a
8234
- # description of each metric, see [Historical Metrics Definitions][1] in
8235
- # the *Amazon Connect Administrator Guide*.
8298
+ # description of each metric, see [Metrics definition][1] in the *Amazon
8299
+ # Connect Administrator Guide*.
8236
8300
  #
8237
8301
  # <note markdown="1"> This API does not support a contacts incoming metric (there's no
8238
8302
  # CONTACTS\_INCOMING metric missing from the documented list).
@@ -8397,7 +8461,7 @@ module Aws::Connect
8397
8461
  #
8398
8462
  #
8399
8463
  #
8400
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
8464
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
8401
8465
  #
8402
8466
  # @option params [String] :next_token
8403
8467
  # The token for the next set of results. Use the value returned in the
@@ -8479,13 +8543,13 @@ module Aws::Connect
8479
8543
  # varying intervals. It does not support agent queues.
8480
8544
  #
8481
8545
  # For a description of the historical metrics that are supported by
8482
- # `GetMetricDataV2` and `GetMetricData`, see [Historical metrics
8483
- # definitions][2] in the *Amazon Connect Administrator Guide*.
8546
+ # `GetMetricDataV2` and `GetMetricData`, see [Metrics definitions][2] in
8547
+ # the *Amazon Connect Administrator Guide*.
8484
8548
  #
8485
8549
  #
8486
8550
  #
8487
8551
  # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html
8488
- # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
8552
+ # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
8489
8553
  #
8490
8554
  # @option params [required, String] :resource_arn
8491
8555
  # The Amazon Resource Name (ARN) of the resource. This includes the
@@ -8661,8 +8725,8 @@ module Aws::Connect
8661
8725
  # @option params [required, Array<Types::MetricV2>] :metrics
8662
8726
  # The metrics to retrieve. Specify the name, groupings, and filters for
8663
8727
  # each metric. The following historical metrics are available. For a
8664
- # description of each metric, see [Historical metrics definitions][1] in
8665
- # the *Amazon Connect Administrator Guide*.
8728
+ # description of each metric, see [Metrics definition][1] in the *Amazon
8729
+ # Connect Administrator Guide*.
8666
8730
  #
8667
8731
  # ABANDONMENT\_RATE
8668
8732
  #
@@ -8906,7 +8970,7 @@ module Aws::Connect
8906
8970
  # Evaluation Form ID, Evaluation Section ID, Evaluation Question ID,
8907
8971
  # Evaluation Source, Form Version, Queue, Routing Profile
8908
8972
  #
8909
- # UI name: [Average agent evaluation score][24]
8973
+ # UI name: [Average evaluation score][24]
8910
8974
  #
8911
8975
  # AVG\_FLOW\_TIME
8912
8976
  #
@@ -9129,7 +9193,7 @@ module Aws::Connect
9129
9193
  # Evaluation Form Id, Evaluation Section ID, Evaluation Question ID,
9130
9194
  # Evaluation Source, Form Version, Queue, Routing Profile
9131
9195
  #
9132
- # UI name: [Average weighted agent evaluation score][42]
9196
+ # UI name: [Average weighted evaluation score][42]
9133
9197
  #
9134
9198
  # BOT\_CONVERSATIONS\_COMPLETED
9135
9199
  #
@@ -9141,7 +9205,7 @@ module Aws::Connect
9141
9205
  # Flow type, Flow action ID, Invoking resource published timestamp,
9142
9206
  # Initiation method, Invoking resource type, Parent flows resource ID
9143
9207
  #
9144
- # UI name: [Bot conversations][43]
9208
+ # UI name: [Bot conversations completed][43]
9145
9209
  #
9146
9210
  # BOT\_INTENTS\_COMPLETED
9147
9211
  #
@@ -9270,7 +9334,7 @@ module Aws::Connect
9270
9334
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9271
9335
  # Connect
9272
9336
  #
9273
- # UI name: [Contacts hold disconnect][52]
9337
+ # UI name: [Contacts hold disconnect][53]
9274
9338
  #
9275
9339
  # CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
9276
9340
  #
@@ -9279,7 +9343,7 @@ module Aws::Connect
9279
9343
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9280
9344
  # Agent Hierarchy, Q in Connect
9281
9345
  #
9282
- # UI name: [Contacts hold agent disconnect][53]
9346
+ # UI name: [Contacts hold agent disconnect][54]
9283
9347
  #
9284
9348
  # CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
9285
9349
  #
@@ -9288,7 +9352,7 @@ module Aws::Connect
9288
9352
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9289
9353
  # Agent Hierarchy, Q in Connect
9290
9354
  #
9291
- # UI name: [Contacts hold customer disconnect][54]
9355
+ # UI name: [Contacts hold customer disconnect][55]
9292
9356
  #
9293
9357
  # CONTACTS\_PUT\_ON\_HOLD
9294
9358
  #
@@ -9297,7 +9361,7 @@ module Aws::Connect
9297
9361
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9298
9362
  # Agent Hierarchy, Q in Connect
9299
9363
  #
9300
- # UI name: [Contacts put on hold][54]
9364
+ # UI name: [Contacts put on hold][56]
9301
9365
  #
9302
9366
  # CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
9303
9367
  #
@@ -9306,7 +9370,7 @@ module Aws::Connect
9306
9370
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9307
9371
  # Agent Hierarchy, Q in Connect
9308
9372
  #
9309
- # UI name: [Contacts transferred out external][55]
9373
+ # UI name: [Contacts transferred out external][57]
9310
9374
  #
9311
9375
  # CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
9312
9376
  #
@@ -9315,7 +9379,7 @@ module Aws::Connect
9315
9379
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9316
9380
  # Agent Hierarchy, Q in Connect
9317
9381
  #
9318
- # UI name: [Contacts transferred out internal][56]
9382
+ # UI name: [Contacts transferred out internal][58]
9319
9383
  #
9320
9384
  # CONTACTS\_QUEUED
9321
9385
  #
@@ -9325,7 +9389,7 @@ module Aws::Connect
9325
9389
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9326
9390
  # Connect
9327
9391
  #
9328
- # UI name: [Contacts queued][57]
9392
+ # UI name: [Contacts queued][59]
9329
9393
  #
9330
9394
  # CONTACTS\_QUEUED\_BY\_ENQUEUE
9331
9395
  #
@@ -9334,7 +9398,7 @@ module Aws::Connect
9334
9398
  # Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
9335
9399
  # contact/segmentAttributes/connect:Subtype
9336
9400
  #
9337
- # UI name: [Contacts queued (enqueue timestamp)][58]
9401
+ # UI name: [Contacts queued (enqueue timestamp)][60]
9338
9402
  #
9339
9403
  # CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
9340
9404
  #
@@ -9347,7 +9411,7 @@ module Aws::Connect
9347
9411
  # 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
9348
9412
  # (for "Less than") or `LTE` (for "Less than equal").
9349
9413
  #
9350
- # UI name: [Contacts removed from queue in X seconds][59]
9414
+ # UI name: [Contacts removed from queue in X seconds][61]
9351
9415
  #
9352
9416
  # CONTACTS\_RESOLVED\_IN\_X
9353
9417
  #
@@ -9360,7 +9424,7 @@ module Aws::Connect
9360
9424
  # 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
9361
9425
  # (for "Less than") or `LTE` (for "Less than equal").
9362
9426
  #
9363
- # UI name: [Contacts resolved in X][60]
9427
+ # UI name: [Contacts resolved in X][62]
9364
9428
  #
9365
9429
  # CONTACTS\_TRANSFERRED\_OUT
9366
9430
  #
@@ -9370,7 +9434,7 @@ module Aws::Connect
9370
9434
  # Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
9371
9435
  # Q in Connect
9372
9436
  #
9373
- # UI name: [Contacts transferred out][61]
9437
+ # UI name: [Contacts transferred out][63]
9374
9438
  #
9375
9439
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
9376
9440
  #
@@ -9384,7 +9448,7 @@ module Aws::Connect
9384
9448
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9385
9449
  # Connect
9386
9450
  #
9387
- # UI name: [Contacts transferred out by agent][62]
9451
+ # UI name: [Contacts transferred out by agent][64]
9388
9452
  #
9389
9453
  # CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
9390
9454
  #
@@ -9394,7 +9458,7 @@ module Aws::Connect
9394
9458
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9395
9459
  # Connect
9396
9460
  #
9397
- # UI name: [Contacts transferred out queue][62]
9461
+ # UI name: [Contacts transferred out queue][65]
9398
9462
  #
9399
9463
  # CURRENT\_CASES
9400
9464
  #
@@ -9404,7 +9468,7 @@ module Aws::Connect
9404
9468
  #
9405
9469
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9406
9470
  #
9407
- # UI name: [Current cases][63]
9471
+ # UI name: [Current cases][66]
9408
9472
  #
9409
9473
  # DELIVERY\_ATTEMPTS
9410
9474
  #
@@ -9420,7 +9484,7 @@ module Aws::Connect
9420
9484
  # contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
9421
9485
  # Routing Profile
9422
9486
  #
9423
- # UI name: [Delivery attempts][64]
9487
+ # UI name: [Delivery attempts][67]
9424
9488
  #
9425
9489
  # <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
9426
9490
  # for SMS and Email campaign delivery modes. Agent, Queue, Routing
@@ -9446,7 +9510,7 @@ module Aws::Connect
9446
9510
  # contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
9447
9511
  # Routing Profile
9448
9512
  #
9449
- # UI name: [Delivery attempt disposition rate][65]
9513
+ # UI name: [Delivery attempt disposition rate][68]
9450
9514
  #
9451
9515
  # <note markdown="1"> Campaign Delivery Event Type filter and grouping are only available
9452
9516
  # for SMS and Email campaign delivery modes. Agent, Queue, Routing
@@ -9464,7 +9528,7 @@ module Aws::Connect
9464
9528
  # Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
9465
9529
  # Profile
9466
9530
  #
9467
- # UI name: [Evaluations performed][66]
9531
+ # UI name: [Evaluations performed][69]
9468
9532
  #
9469
9533
  # FLOWS\_OUTCOME
9470
9534
  #
@@ -9476,7 +9540,7 @@ module Aws::Connect
9476
9540
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9477
9541
  # published timestamp
9478
9542
  #
9479
- # UI name: [Flows outcome][67]
9543
+ # UI name: [Flows outcome][70]
9480
9544
  #
9481
9545
  # FLOWS\_STARTED
9482
9546
  #
@@ -9487,7 +9551,7 @@ module Aws::Connect
9487
9551
  # resource ID, Flows resource ID, Initiation method, Resource
9488
9552
  # published timestamp
9489
9553
  #
9490
- # UI name: [Flows started][68]
9554
+ # UI name: [Flows started][71]
9491
9555
  #
9492
9556
  # HUMAN\_ANSWERED\_CALLS
9493
9557
  #
@@ -9499,7 +9563,7 @@ module Aws::Connect
9499
9563
  #
9500
9564
  # Valid groupings and filters: Agent, Campaign
9501
9565
  #
9502
- # UI name: [Human answered][69]
9566
+ # UI name: [Human answered][72]
9503
9567
  #
9504
9568
  # MAX\_FLOW\_TIME
9505
9569
  #
@@ -9511,7 +9575,7 @@ module Aws::Connect
9511
9575
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9512
9576
  # published timestamp
9513
9577
  #
9514
- # UI name: [Maximum flow time][70]
9578
+ # UI name: [Maximum flow time][73]
9515
9579
  #
9516
9580
  # MAX\_QUEUED\_TIME
9517
9581
  #
@@ -9521,7 +9585,7 @@ module Aws::Connect
9521
9585
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9522
9586
  # Connect
9523
9587
  #
9524
- # UI name: [Maximum queued time][71]
9588
+ # UI name: [Maximum queued time][74]
9525
9589
  #
9526
9590
  # MIN\_FLOW\_TIME
9527
9591
  #
@@ -9533,7 +9597,7 @@ module Aws::Connect
9533
9597
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9534
9598
  # published timestamp
9535
9599
  #
9536
- # UI name: [Minimum flow time][72]
9600
+ # UI name: [Minimum flow time][75]
9537
9601
  #
9538
9602
  # PERCENT\_AUTOMATIC\_FAILS
9539
9603
  #
@@ -9543,7 +9607,7 @@ module Aws::Connect
9543
9607
  # Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
9544
9608
  # Profile
9545
9609
  #
9546
- # UI name: [Automatic fails percent][73]
9610
+ # UI name: [Automatic fails percent][76]
9547
9611
  #
9548
9612
  # PERCENT\_BOT\_CONVERSATIONS\_OUTCOME
9549
9613
  #
@@ -9555,7 +9619,7 @@ module Aws::Connect
9555
9619
  # Flow type, Flow action ID, Invoking resource published timestamp,
9556
9620
  # Initiation method, Invoking resource type, Parent flows resource ID
9557
9621
  #
9558
- # UI name: [Percent bot conversations outcome][74]
9622
+ # UI name: [Percent bot conversations outcome][77]
9559
9623
  #
9560
9624
  # PERCENT\_BOT\_INTENTS\_OUTCOME
9561
9625
  #
@@ -9568,7 +9632,7 @@ module Aws::Connect
9568
9632
  # published timestamp, Initiation method, Invoking resource type,
9569
9633
  # Parent flows resource ID
9570
9634
  #
9571
- # UI name: [Percent bot intents outcome][75]
9635
+ # UI name: [Percent bot intents outcome][78]
9572
9636
  #
9573
9637
  # PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
9574
9638
  #
@@ -9578,7 +9642,7 @@ module Aws::Connect
9578
9642
  #
9579
9643
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9580
9644
  #
9581
- # UI name: [Cases resolved on first contact][76]
9645
+ # UI name: [Cases resolved on first contact][79]
9582
9646
  #
9583
9647
  # PERCENT\_CONTACTS\_STEP\_EXPIRED
9584
9648
  #
@@ -9610,7 +9674,7 @@ module Aws::Connect
9610
9674
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9611
9675
  # published timestamp
9612
9676
  #
9613
- # UI name: [Flows outcome percentage][77].
9677
+ # UI name: [Flows outcome percentage][80].
9614
9678
  #
9615
9679
  # <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
9616
9680
  #
@@ -9627,7 +9691,7 @@ module Aws::Connect
9627
9691
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9628
9692
  # Connect
9629
9693
  #
9630
- # UI name: [Non-talk time percent][78]
9694
+ # UI name: [Non-talk time percent][81]
9631
9695
  #
9632
9696
  # PERCENT\_TALK\_TIME
9633
9697
  #
@@ -9640,7 +9704,7 @@ module Aws::Connect
9640
9704
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9641
9705
  # Connect
9642
9706
  #
9643
- # UI name: [Talk time percent][79]
9707
+ # UI name: [Talk time percent][82]
9644
9708
  #
9645
9709
  # PERCENT\_TALK\_TIME\_AGENT
9646
9710
  #
@@ -9653,7 +9717,7 @@ module Aws::Connect
9653
9717
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9654
9718
  # Connect
9655
9719
  #
9656
- # UI name: [Agent talk time percent][80]
9720
+ # UI name: [Agent talk time percent][83]
9657
9721
  #
9658
9722
  # PERCENT\_TALK\_TIME\_CUSTOMER
9659
9723
  #
@@ -9666,7 +9730,7 @@ module Aws::Connect
9666
9730
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9667
9731
  # Connect
9668
9732
  #
9669
- # UI name: [Customer talk time percent][81]
9733
+ # UI name: [Customer talk time percent][84]
9670
9734
  #
9671
9735
  # REOPENED\_CASE\_ACTIONS
9672
9736
  #
@@ -9676,7 +9740,7 @@ module Aws::Connect
9676
9740
  #
9677
9741
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9678
9742
  #
9679
- # UI name: [Cases reopened][82]
9743
+ # UI name: [Cases reopened][85]
9680
9744
  #
9681
9745
  # RESOLVED\_CASE\_ACTIONS
9682
9746
  #
@@ -9686,7 +9750,7 @@ module Aws::Connect
9686
9750
  #
9687
9751
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9688
9752
  #
9689
- # UI name: [Cases resolved][83]
9753
+ # UI name: [Cases resolved][86]
9690
9754
  #
9691
9755
  # SERVICE\_LEVEL
9692
9756
  #
@@ -9701,7 +9765,7 @@ module Aws::Connect
9701
9765
  # 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
9702
9766
  # (for "Less than") or `LTE` (for "Less than equal").
9703
9767
  #
9704
- # UI name: [Service level X][84]
9768
+ # UI name: [Service level X][87]
9705
9769
  #
9706
9770
  # STEP\_CONTACTS\_QUEUED
9707
9771
  #
@@ -9719,7 +9783,7 @@ module Aws::Connect
9719
9783
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9720
9784
  # Agent Hierarchy, Q in Connect
9721
9785
  #
9722
- # UI name: [After contact work time][85]
9786
+ # UI name: [After contact work time][14]
9723
9787
  #
9724
9788
  # SUM\_CONNECTING\_TIME\_AGENT
9725
9789
  #
@@ -9732,7 +9796,7 @@ module Aws::Connect
9732
9796
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9733
9797
  # Agent Hierarchy
9734
9798
  #
9735
- # UI name: [Agent API connecting time][86]
9799
+ # UI name: [Agent API connecting time][88]
9736
9800
  #
9737
9801
  # <note markdown="1"> The `Negate` key in metric-level filters is not applicable for this
9738
9802
  # metric.
@@ -9754,7 +9818,7 @@ module Aws::Connect
9754
9818
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9755
9819
  # RoutingStepExpression, Q in Connect
9756
9820
  #
9757
- # UI name: [Contact abandoned][87]
9821
+ # UI name: [Contact abandoned][89]
9758
9822
  #
9759
9823
  # SUM\_CONTACTS\_ABANDONED\_IN\_X
9760
9824
  #
@@ -9767,7 +9831,7 @@ module Aws::Connect
9767
9831
  # 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
9768
9832
  # (for "Less than") or `LTE` (for "Less than equal").
9769
9833
  #
9770
- # UI name: [Contacts abandoned in X seconds][88]
9834
+ # UI name: [Contacts abandoned in X seconds][90]
9771
9835
  #
9772
9836
  # SUM\_CONTACTS\_ANSWERED\_IN\_X
9773
9837
  #
@@ -9780,7 +9844,7 @@ module Aws::Connect
9780
9844
  # 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
9781
9845
  # (for "Less than") or `LTE` (for "Less than equal").
9782
9846
  #
9783
- # UI name: [Contacts answered in X seconds][89]
9847
+ # UI name: [Contacts answered in X seconds][91]
9784
9848
  #
9785
9849
  # SUM\_CONTACT\_FLOW\_TIME
9786
9850
  #
@@ -9789,7 +9853,7 @@ module Aws::Connect
9789
9853
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9790
9854
  # Agent Hierarchy, Q in Connect
9791
9855
  #
9792
- # UI name: [Contact flow time][90]
9856
+ # UI name: [Contact flow time][92]
9793
9857
  #
9794
9858
  # SUM\_CONTACT\_TIME\_AGENT
9795
9859
  #
@@ -9797,7 +9861,7 @@ module Aws::Connect
9797
9861
  #
9798
9862
  # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
9799
9863
  #
9800
- # UI name: [Agent on contact time][91]
9864
+ # UI name: [Agent on contact time][93]
9801
9865
  #
9802
9866
  # SUM\_CONTACTS\_DISCONNECTED
9803
9867
  #
@@ -9809,7 +9873,7 @@ module Aws::Connect
9809
9873
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9810
9874
  # Connect
9811
9875
  #
9812
- # UI name: [Contact disconnected][92]
9876
+ # UI name: [Contact disconnected][94]
9813
9877
  #
9814
9878
  # SUM\_ERROR\_STATUS\_TIME\_AGENT
9815
9879
  #
@@ -9817,7 +9881,7 @@ module Aws::Connect
9817
9881
  #
9818
9882
  # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
9819
9883
  #
9820
- # UI name: [Error status time][93]
9884
+ # UI name: [Error status time][95]
9821
9885
  #
9822
9886
  # SUM\_HANDLE\_TIME
9823
9887
  #
@@ -9826,7 +9890,7 @@ module Aws::Connect
9826
9890
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9827
9891
  # Agent Hierarchy, Q in Connect
9828
9892
  #
9829
- # UI name: [Contact handle time][94]
9893
+ # UI name: [Contact handle time][96]
9830
9894
  #
9831
9895
  # SUM\_HOLD\_TIME
9832
9896
  #
@@ -9835,7 +9899,7 @@ module Aws::Connect
9835
9899
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9836
9900
  # Agent Hierarchy, Q in Connect
9837
9901
  #
9838
- # UI name: [Customer hold time][95]
9902
+ # UI name: [Customer hold time][97]
9839
9903
  #
9840
9904
  # SUM\_IDLE\_TIME\_AGENT
9841
9905
  #
@@ -9843,7 +9907,7 @@ module Aws::Connect
9843
9907
  #
9844
9908
  # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
9845
9909
  #
9846
- # UI name: [Agent idle time][96]
9910
+ # UI name: [Agent idle time][98]
9847
9911
  #
9848
9912
  # SUM\_INTERACTION\_AND\_HOLD\_TIME
9849
9913
  #
@@ -9852,7 +9916,7 @@ module Aws::Connect
9852
9916
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9853
9917
  # Agent Hierarchy, Q in Connect
9854
9918
  #
9855
- # UI name: [Agent interaction and hold time][97]
9919
+ # UI name: [Agent interaction and hold time][99]
9856
9920
  #
9857
9921
  # SUM\_INTERACTION\_TIME
9858
9922
  #
@@ -9861,7 +9925,7 @@ module Aws::Connect
9861
9925
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9862
9926
  # Agent Hierarchy
9863
9927
  #
9864
- # UI name: [Agent interaction time][98]
9928
+ # UI name: [Agent interaction time][100]
9865
9929
  #
9866
9930
  # SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
9867
9931
  #
@@ -9869,7 +9933,7 @@ module Aws::Connect
9869
9933
  #
9870
9934
  # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
9871
9935
  #
9872
- # UI name: [Non-Productive Time][99]
9936
+ # UI name: [Agent non-productive time][101]
9873
9937
  #
9874
9938
  # SUM\_ONLINE\_TIME\_AGENT
9875
9939
  #
@@ -9877,7 +9941,7 @@ module Aws::Connect
9877
9941
  #
9878
9942
  # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
9879
9943
  #
9880
- # UI name: [Online time][100]
9944
+ # UI name: [Online time][102]
9881
9945
  #
9882
9946
  # SUM\_RETRY\_CALLBACK\_ATTEMPTS
9883
9947
  #
@@ -9886,111 +9950,113 @@ module Aws::Connect
9886
9950
  # Valid groupings and filters: Queue, Channel, Routing Profile,
9887
9951
  # contact/segmentAttributes/connect:Subtype, Q in Connect
9888
9952
  #
9889
- # UI name: [Callback attempts][101]
9953
+ # UI name: [Callback attempts][103]
9890
9954
  #
9891
9955
  #
9892
9956
  #
9893
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
9894
- # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#abandonment-rate-historical
9957
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
9958
+ # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#abandonment-rate
9895
9959
  # [3]: https://docs.aws.amazon.com/connect/latest/adminguide/regions.html#optimization_region
9896
- # [4]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#adherent-time-historical
9897
- # [5]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-answer-rate-historical
9898
- # [6]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#non-adherent-time
9899
- # [7]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-non-response
9900
- # [8]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-nonresponse-no-abandon-historical
9901
- # [9]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#occupancy-historical
9902
- # [10]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#adherence-historical
9903
- # [11]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#scheduled-time-historical
9904
- # [12]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-queue-abandon-time-historical
9905
- # [13]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-active-time-historical
9906
- # [14]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-acw-time-historical
9907
- # [15]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-avg-agent-api-connecting-time
9908
- # [16]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-pause-time-historical
9909
- # [17]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-time-metric
9910
- # [18]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-turns-metric
9911
- # [19]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-contacts-case-historical
9912
- # [20]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-case-resolution-time-historical
9913
- # [21]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-contact-duration-historical
9914
- # [22]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-conversation-duration-historical
9915
- # [23]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-dials-historical
9916
- # [24]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-evaluation-score-historical
9917
- # [25]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-flow-time-historical
9918
- # [26]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-greeting-time-agent-historical
9919
- # [27]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-handle-time-historical
9920
- # [28]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-customer-hold-time-historical
9921
- # [29]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#avg-customer-hold-time-all-contacts-historical
9922
- # [30]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-holds-historical
9923
- # [31]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-interaction-customer-hold-time-historical
9924
- # [32]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-interaction-time-historical
9925
- # [33]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-interruptions-agent-historical
9926
- # [34]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-interruptions-time-agent-historical
9927
- # [35]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##average-non-talk-time-historical
9928
- # [36]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-queue-answer-time-historical
9929
- # [37]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-resolution-time-historical
9930
- # [38]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-historical
9931
- # [39]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-agent-historical
9932
- # [40]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-customer-historical
9933
- # [41]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-wait-time-historical
9934
- # [42]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-weighted-agent-evaluation-score-historical
9935
- # [43]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed-metric
9936
- # [44]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed-metric
9937
- # [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-historical
9938
- # [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-rate-historical
9939
- # [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-interactions-historical
9940
- # [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-send-attempts-historical
9941
- # [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-created-historical
9942
- # [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-created-historical
9943
- # [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#api-contacts-handled-historical
9944
- # [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-handled-by-connected-to-agent-historical
9945
- # [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-agent-disconnect-historical
9946
- # [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-customer-disconnect-historical
9947
- # [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-external-historical
9948
- # [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-internal-historical
9949
- # [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-historical
9950
- # [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-by-enqueue-historical
9951
- # [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-removed-historical
9952
- # [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-resolved-historical
9953
- # [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-historical
9954
- # [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-by-agent-historical
9955
- # [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical
9956
- # [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempts-historical
9957
- # [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempt-disposition-rate-historical
9958
- # [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#evaluations-performed-historical
9959
- # [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-historical
9960
- # [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical
9961
- # [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#human-answered-historical
9962
- # [70]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-flow-time-historical
9963
- # [71]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-queued-time-historical
9964
- # [72]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#minimum-flow-time-historical
9965
- # [73]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#percent-evaluation-automatic-failures-historical
9966
- # [74]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome-metric
9967
- # [75]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome-metric
9968
- # [76]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-first-contact-historical
9969
- # [77]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-percentage-historical
9970
- # [78]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ntt-historical
9971
- # [79]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#tt-historical
9972
- # [80]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttagent-historical
9973
- # [81]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttcustomer-historical
9974
- # [82]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-reopened-historical
9975
- # [83]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-historical
9976
- # [84]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#service-level-historical
9977
- # [85]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#acw-historical
9978
- # [86]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-agent-api-connecting-time
9979
- # [87]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-historical
9980
- # [88]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-x-historical
9981
- # [89]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-answered-x-historical
9982
- # [90]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-flow-time-historical
9983
- # [91]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-on-contact-time-historical
9984
- # [92]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-disconnected-historical
9985
- # [93]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#error-status-time-historical
9986
- # [94]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-handle-time-historical
9987
- # [95]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#customer-hold-time-historical
9988
- # [96]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-idle-time-historica
9989
- # [97]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-hold-time-historical
9990
- # [98]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-time-historical
9991
- # [99]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#npt-historical
9992
- # [100]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#online-time-historical
9993
- # [101]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#callback-attempts-historical
9960
+ # [4]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#adherent-time
9961
+ # [5]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-answer-rate
9962
+ # [6]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-adherent-time
9963
+ # [7]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-response
9964
+ # [8]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-response-without-customer-abandons
9965
+ # [9]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#occupancy
9966
+ # [10]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#adherence
9967
+ # [11]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#scheduled-time
9968
+ # [12]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-abandon-time
9969
+ # [13]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-active-time
9970
+ # [14]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#after-contact-work-time
9971
+ # [15]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-api-connecting-time
9972
+ # [16]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-pause-time
9973
+ # [17]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-time
9974
+ # [18]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-turns
9975
+ # [19]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-contacts-per-case
9976
+ # [20]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-case-resolution-time
9977
+ # [21]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-contact-duration
9978
+ # [22]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-conversation-duration
9979
+ # [23]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-dials-per-minute
9980
+ # [24]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-evaluation-score
9981
+ # [25]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-flow-time
9982
+ # [26]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-greeting-time
9983
+ # [27]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-handle-time
9984
+ # [28]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time
9985
+ # [29]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time-all-contacts
9986
+ # [30]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-holds
9987
+ # [31]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-and-customer-hold-time
9988
+ # [32]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-time
9989
+ # [33]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interruptions
9990
+ # [34]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interruption-time
9991
+ # [35]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-non-talk-time
9992
+ # [36]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-answer-time
9993
+ # [37]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-resolution-time
9994
+ # [38]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-talk-time
9995
+ # [39]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-talk-time
9996
+ # [40]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-talk-time
9997
+ # [41]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-wait-time-after-customer-connection
9998
+ # [42]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-weighted-evaluation-score
9999
+ # [43]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed
10000
+ # [44]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed
10001
+ # [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x
10002
+ # [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x-rate
10003
+ # [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-interactions
10004
+ # [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-attempts
10005
+ # [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-created
10006
+ # [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-created
10007
+ # [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#api-contacts-handled
10008
+ # [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-by-connected-to-agent-timestamp
10009
+ # [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-disconnect
10010
+ # [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-agent-disconnect
10011
+ # [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-customer-disconnect
10012
+ # [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-put-on-hold
10013
+ # [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-external
10014
+ # [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-internal
10015
+ # [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued
10016
+ # [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued-by-enqueue
10017
+ # [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-removed-from-queue
10018
+ # [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-resolved
10019
+ # [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
10020
+ # [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-by-agent
10021
+ # [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue
10022
+ # [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#current-cases
10023
+ # [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempts
10024
+ # [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempt-disposition-rate
10025
+ # [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#evaluations-performed
10026
+ # [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome
10027
+ # [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-started
10028
+ # [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#human-answered
10029
+ # [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-flow-time
10030
+ # [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-queued-time
10031
+ # [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#minimum-flow-time
10032
+ # [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#automatic-fails-percent
10033
+ # [77]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome
10034
+ # [78]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome
10035
+ # [79]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved-on-first-contact
10036
+ # [80]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome-percentage
10037
+ # [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-talk-time-percent
10038
+ # [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#talk-time-percent
10039
+ # [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-talk-time-percent
10040
+ # [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-talk-time-percent
10041
+ # [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-reopened
10042
+ # [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved
10043
+ # [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#service-level
10044
+ # [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-api-connecting-time
10045
+ # [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned
10046
+ # [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned-in-x-seconds
10047
+ # [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-answered-in-x-seconds
10048
+ # [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-flow-time
10049
+ # [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-on-contact-time
10050
+ # [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-disconnected
10051
+ # [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#error-status-time
10052
+ # [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-handle-time
10053
+ # [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-hold-time
10054
+ # [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-idle-time
10055
+ # [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-and-hold-time
10056
+ # [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-time
10057
+ # [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-productive-time
10058
+ # [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#online-time
10059
+ # [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#callback-attempts
9994
10060
  #
9995
10061
  # @option params [String] :next_token
9996
10062
  # The token for the next set of results. Use the value returned in the
@@ -12532,7 +12598,7 @@ module Aws::Connect
12532
12598
  # resp = client.list_rules({
12533
12599
  # instance_id: "InstanceId", # required
12534
12600
  # publish_status: "DRAFT", # accepts DRAFT, PUBLISHED
12535
- # event_source_name: "OnPostCallAnalysisAvailable", # accepts OnPostCallAnalysisAvailable, OnRealTimeCallAnalysisAvailable, OnRealTimeChatAnalysisAvailable, OnPostChatAnalysisAvailable, OnZendeskTicketCreate, OnZendeskTicketStatusUpdate, OnSalesforceCaseCreate, OnContactEvaluationSubmit, OnMetricDataUpdate, OnCaseCreate, OnCaseUpdate
12601
+ # event_source_name: "OnPostCallAnalysisAvailable", # accepts OnPostCallAnalysisAvailable, OnRealTimeCallAnalysisAvailable, OnRealTimeChatAnalysisAvailable, OnPostChatAnalysisAvailable, OnZendeskTicketCreate, OnZendeskTicketStatusUpdate, OnSalesforceCaseCreate, OnContactEvaluationSubmit, OnMetricDataUpdate, OnCaseCreate, OnCaseUpdate, OnSlaBreach
12536
12602
  # max_results: 1,
12537
12603
  # next_token: "NextToken",
12538
12604
  # })
@@ -12543,10 +12609,10 @@ module Aws::Connect
12543
12609
  # resp.rule_summary_list[0].name #=> String
12544
12610
  # resp.rule_summary_list[0].rule_id #=> String
12545
12611
  # resp.rule_summary_list[0].rule_arn #=> String
12546
- # resp.rule_summary_list[0].event_source_name #=> String, one of "OnPostCallAnalysisAvailable", "OnRealTimeCallAnalysisAvailable", "OnRealTimeChatAnalysisAvailable", "OnPostChatAnalysisAvailable", "OnZendeskTicketCreate", "OnZendeskTicketStatusUpdate", "OnSalesforceCaseCreate", "OnContactEvaluationSubmit", "OnMetricDataUpdate", "OnCaseCreate", "OnCaseUpdate"
12612
+ # resp.rule_summary_list[0].event_source_name #=> String, one of "OnPostCallAnalysisAvailable", "OnRealTimeCallAnalysisAvailable", "OnRealTimeChatAnalysisAvailable", "OnPostChatAnalysisAvailable", "OnZendeskTicketCreate", "OnZendeskTicketStatusUpdate", "OnSalesforceCaseCreate", "OnContactEvaluationSubmit", "OnMetricDataUpdate", "OnCaseCreate", "OnCaseUpdate", "OnSlaBreach"
12547
12613
  # resp.rule_summary_list[0].publish_status #=> String, one of "DRAFT", "PUBLISHED"
12548
12614
  # resp.rule_summary_list[0].action_summaries #=> Array
12549
- # resp.rule_summary_list[0].action_summaries[0].action_type #=> String, one of "CREATE_TASK", "ASSIGN_CONTACT_CATEGORY", "GENERATE_EVENTBRIDGE_EVENT", "SEND_NOTIFICATION", "CREATE_CASE", "UPDATE_CASE", "END_ASSOCIATED_TASKS", "SUBMIT_AUTO_EVALUATION"
12615
+ # resp.rule_summary_list[0].action_summaries[0].action_type #=> String, one of "CREATE_TASK", "ASSIGN_CONTACT_CATEGORY", "GENERATE_EVENTBRIDGE_EVENT", "SEND_NOTIFICATION", "CREATE_CASE", "UPDATE_CASE", "ASSIGN_SLA", "END_ASSOCIATED_TASKS", "SUBMIT_AUTO_EVALUATION"
12550
12616
  # resp.rule_summary_list[0].created_time #=> Time
12551
12617
  # resp.rule_summary_list[0].last_updated_time #=> Time
12552
12618
  # resp.next_token #=> String
@@ -15786,6 +15852,10 @@ module Aws::Connect
15786
15852
  # @option params [required, String] :traffic_type
15787
15853
  # Denotes the class of traffic.
15788
15854
  #
15855
+ # <note markdown="1"> Only the CAMPAIGN traffic type is supported.
15856
+ #
15857
+ # </note>
15858
+ #
15789
15859
  # @option params [Types::SourceCampaign] :source_campaign
15790
15860
  # A Campaign object need for Campaign traffic type.
15791
15861
  #
@@ -16885,8 +16955,14 @@ module Aws::Connect
16885
16955
  # Control Panel (CCP).
16886
16956
  #
16887
16957
  # @option params [String] :description
16888
- # A description of the voice contact that is shown to an agent in the
16889
- # Contact Control Panel (CCP).
16958
+ # A description of the voice contact that appears in the agent's
16959
+ # snapshot in the CCP logs. For more information about CCP logs, see
16960
+ # [Download and review CCP logs][1] in the *Amazon Connect Administrator
16961
+ # Guide*.
16962
+ #
16963
+ #
16964
+ #
16965
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/download-ccp-logs.html
16890
16966
  #
16891
16967
  # @option params [Hash<String,Types::Reference>] :references
16892
16968
  # A formatted URL that is shown to an agent in the Contact Control Panel
@@ -17637,16 +17713,21 @@ module Aws::Connect
17637
17713
  end
17638
17714
 
17639
17715
  # When a contact is being recorded, this API suspends recording whatever
17640
- # is selected in the flow configuration: call, screen, or both. If only
17641
- # call recording or only screen recording is enabled, then it would be
17642
- # suspended. For example, you might suspend the screen recording while
17643
- # collecting sensitive information, such as a credit card number. Then
17644
- # use ResumeContactRecording to restart recording the screen.
17716
+ # is selected in the flow configuration: call (IVR or agent), screen, or
17717
+ # both. If only call recording or only screen recording is enabled, then
17718
+ # it would be suspended. For example, you might suspend the screen
17719
+ # recording while collecting sensitive information, such as a credit
17720
+ # card number. Then use [ResumeContactRecording][1] to restart recording
17721
+ # the screen.
17645
17722
  #
17646
17723
  # The period of time that the recording is suspended is filled with
17647
17724
  # silence in the final recording.
17648
17725
  #
17649
- # Voice and screen recordings are supported.
17726
+ # Voice (IVR, agent) and screen recordings are supported.
17727
+ #
17728
+ #
17729
+ #
17730
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_ResumeContactRecording.html
17650
17731
  #
17651
17732
  # @option params [required, String] :instance_id
17652
17733
  # The identifier of the Amazon Connect instance. You can [find the
@@ -17786,7 +17867,7 @@ module Aws::Connect
17786
17867
  #
17787
17868
  # Note the following requirements:
17788
17869
  #
17789
- # * Transfer is supported for only `TASK` and `EMAIL` contacts.
17870
+ # * Transfer is only supported for `TASK` and `EMAIL` contacts.
17790
17871
  #
17791
17872
  # * Do not use both `QueueId` and `UserId` in the same call.
17792
17873
  #
@@ -20168,7 +20249,7 @@ module Aws::Connect
20168
20249
  # function: "RuleFunction", # required
20169
20250
  # actions: [ # required
20170
20251
  # {
20171
- # action_type: "CREATE_TASK", # required, accepts CREATE_TASK, ASSIGN_CONTACT_CATEGORY, GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION, CREATE_CASE, UPDATE_CASE, END_ASSOCIATED_TASKS, SUBMIT_AUTO_EVALUATION
20252
+ # action_type: "CREATE_TASK", # required, accepts CREATE_TASK, ASSIGN_CONTACT_CATEGORY, GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION, CREATE_CASE, UPDATE_CASE, ASSIGN_SLA, END_ASSOCIATED_TASKS, SUBMIT_AUTO_EVALUATION
20172
20253
  # task_action: {
20173
20254
  # name: "TaskNameExpression", # required
20174
20255
  # description: "TaskDescriptionExpression",
@@ -20229,6 +20310,24 @@ module Aws::Connect
20229
20310
  # },
20230
20311
  # ],
20231
20312
  # },
20313
+ # assign_sla_action: {
20314
+ # sla_assignment_type: "CASES", # required, accepts CASES
20315
+ # case_sla_configuration: {
20316
+ # name: "SlaName", # required
20317
+ # type: "CaseField", # required, accepts CaseField
20318
+ # field_id: "FieldValueId",
20319
+ # target_field_values: [
20320
+ # {
20321
+ # boolean_value: false,
20322
+ # double_value: 1.0,
20323
+ # empty_value: {
20324
+ # },
20325
+ # string_value: "FieldStringValue",
20326
+ # },
20327
+ # ],
20328
+ # target_sla_minutes: 1, # required
20329
+ # },
20330
+ # },
20232
20331
  # end_associated_tasks_action: {
20233
20332
  # },
20234
20333
  # submit_auto_evaluation_action: {
@@ -21016,7 +21115,7 @@ module Aws::Connect
21016
21115
  tracer: tracer
21017
21116
  )
21018
21117
  context[:gem_name] = 'aws-sdk-connect'
21019
- context[:gem_version] = '1.199.0'
21118
+ context[:gem_version] = '1.201.0'
21020
21119
  Seahorse::Client::Request.new(handlers, context)
21021
21120
  end
21022
21121