aws-sdk-connect 1.158.0 → 1.160.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +328 -186
- data/lib/aws-sdk-connect/client_api.rb +113 -0
- data/lib/aws-sdk-connect/types.rb +657 -161
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/types.rbs +107 -0
- metadata +2 -2
@@ -1420,20 +1420,20 @@ module Aws::Connect
|
|
1420
1420
|
# API to verify the status of a previous [ClaimPhoneNumber][5]
|
1421
1421
|
# operation.
|
1422
1422
|
#
|
1423
|
-
# If you plan to claim and release numbers frequently
|
1424
|
-
#
|
1425
|
-
#
|
1426
|
-
#
|
1423
|
+
# If you plan to claim and release numbers frequently, contact us for a
|
1424
|
+
# service quota exception. Otherwise, it is possible you will be blocked
|
1425
|
+
# from claiming and releasing any more numbers until up to 180 days past
|
1426
|
+
# the oldest number released has expired.
|
1427
1427
|
#
|
1428
1428
|
# By default you can claim and release up to 200% of your maximum number
|
1429
|
-
# of active phone numbers
|
1430
|
-
#
|
1431
|
-
#
|
1432
|
-
#
|
1433
|
-
#
|
1429
|
+
# of active phone numbers. If you claim and release phone numbers using
|
1430
|
+
# the UI or API during a rolling 180 day cycle that exceeds 200% of your
|
1431
|
+
# phone number service level quota, you will be blocked from claiming
|
1432
|
+
# any more numbers until 180 days past the oldest number released has
|
1433
|
+
# expired.
|
1434
1434
|
#
|
1435
1435
|
# For example, if you already have 99 claimed numbers and a service
|
1436
|
-
# level quota of 99 phone numbers, and in any
|
1436
|
+
# level quota of 99 phone numbers, and in any 180 day period you release
|
1437
1437
|
# 99, claim 99, and then release 99, you will have exceeded the 200%
|
1438
1438
|
# limit. At that point you are blocked from claiming any more numbers
|
1439
1439
|
# until you open an Amazon Web Services support ticket.
|
@@ -2362,7 +2362,7 @@ module Aws::Connect
|
|
2362
2362
|
|
2363
2363
|
# Creates a prompt. For more information about prompts, such as
|
2364
2364
|
# supported file types and maximum length, see [Create prompts][1] in
|
2365
|
-
# the *Amazon Connect Administrator
|
2365
|
+
# the *Amazon Connect Administrator Guide*.
|
2366
2366
|
#
|
2367
2367
|
#
|
2368
2368
|
#
|
@@ -4552,6 +4552,15 @@ module Aws::Connect
|
|
4552
4552
|
# resp.contact.agent_info.id #=> String
|
4553
4553
|
# resp.contact.agent_info.connected_to_agent_timestamp #=> Time
|
4554
4554
|
# resp.contact.agent_info.agent_pause_duration_in_seconds #=> Integer
|
4555
|
+
# resp.contact.agent_info.hierarchy_groups.level_1.arn #=> String
|
4556
|
+
# resp.contact.agent_info.hierarchy_groups.level_2.arn #=> String
|
4557
|
+
# resp.contact.agent_info.hierarchy_groups.level_3.arn #=> String
|
4558
|
+
# resp.contact.agent_info.hierarchy_groups.level_4.arn #=> String
|
4559
|
+
# resp.contact.agent_info.hierarchy_groups.level_5.arn #=> String
|
4560
|
+
# resp.contact.agent_info.device_info.platform_name #=> String
|
4561
|
+
# resp.contact.agent_info.device_info.platform_version #=> String
|
4562
|
+
# resp.contact.agent_info.device_info.operating_system #=> String
|
4563
|
+
# resp.contact.agent_info.capabilities.video #=> String, one of "SEND"
|
4555
4564
|
# resp.contact.initiation_timestamp #=> Time
|
4556
4565
|
# resp.contact.disconnect_timestamp #=> Time
|
4557
4566
|
# resp.contact.last_update_timestamp #=> Time
|
@@ -4566,6 +4575,38 @@ module Aws::Connect
|
|
4566
4575
|
# resp.contact.queue_priority #=> Integer
|
4567
4576
|
# resp.contact.tags #=> Hash
|
4568
4577
|
# resp.contact.tags["ContactTagKey"] #=> String
|
4578
|
+
# resp.contact.connected_to_system_timestamp #=> Time
|
4579
|
+
# resp.contact.routing_criteria.steps #=> Array
|
4580
|
+
# resp.contact.routing_criteria.steps[0].expiry.duration_in_seconds #=> Integer
|
4581
|
+
# resp.contact.routing_criteria.steps[0].expiry.expiry_timestamp #=> Time
|
4582
|
+
# resp.contact.routing_criteria.steps[0].expression.attribute_condition.name #=> String
|
4583
|
+
# resp.contact.routing_criteria.steps[0].expression.attribute_condition.value #=> String
|
4584
|
+
# resp.contact.routing_criteria.steps[0].expression.attribute_condition.proficiency_level #=> Float
|
4585
|
+
# resp.contact.routing_criteria.steps[0].expression.attribute_condition.comparison_operator #=> String
|
4586
|
+
# resp.contact.routing_criteria.steps[0].expression.and_expression #=> Array
|
4587
|
+
# resp.contact.routing_criteria.steps[0].expression.and_expression[0] #=> Types::Expression
|
4588
|
+
# resp.contact.routing_criteria.steps[0].expression.or_expression #=> Array
|
4589
|
+
# resp.contact.routing_criteria.steps[0].expression.or_expression[0] #=> Types::Expression
|
4590
|
+
# resp.contact.routing_criteria.steps[0].status #=> String, one of "ACTIVE", "INACTIVE", "JOINED", "EXPIRED"
|
4591
|
+
# resp.contact.routing_criteria.activation_timestamp #=> Time
|
4592
|
+
# resp.contact.routing_criteria.index #=> Integer
|
4593
|
+
# resp.contact.customer.device_info.platform_name #=> String
|
4594
|
+
# resp.contact.customer.device_info.platform_version #=> String
|
4595
|
+
# resp.contact.customer.device_info.operating_system #=> String
|
4596
|
+
# resp.contact.customer.capabilities.video #=> String, one of "SEND"
|
4597
|
+
# resp.contact.campaign.campaign_id #=> String
|
4598
|
+
# resp.contact.answering_machine_detection_status #=> String, one of "ANSWERED", "UNDETECTED", "ERROR", "HUMAN_ANSWERED", "SIT_TONE_DETECTED", "SIT_TONE_BUSY", "SIT_TONE_INVALID_NUMBER", "FAX_MACHINE_DETECTED", "VOICEMAIL_BEEP", "VOICEMAIL_NO_BEEP", "AMD_UNRESOLVED", "AMD_UNANSWERED", "AMD_ERROR", "AMD_NOT_APPLICABLE"
|
4599
|
+
# resp.contact.customer_voice_activity.greeting_start_timestamp #=> Time
|
4600
|
+
# resp.contact.customer_voice_activity.greeting_end_timestamp #=> Time
|
4601
|
+
# resp.contact.quality_metrics.agent.audio.quality_score #=> Float
|
4602
|
+
# resp.contact.quality_metrics.agent.audio.potential_quality_issues #=> Array
|
4603
|
+
# resp.contact.quality_metrics.agent.audio.potential_quality_issues[0] #=> String
|
4604
|
+
# resp.contact.quality_metrics.customer.audio.quality_score #=> Float
|
4605
|
+
# resp.contact.quality_metrics.customer.audio.potential_quality_issues #=> Array
|
4606
|
+
# resp.contact.quality_metrics.customer.audio.potential_quality_issues[0] #=> String
|
4607
|
+
# resp.contact.disconnect_details.potential_disconnect_issue #=> String
|
4608
|
+
# resp.contact.segment_attributes #=> Hash
|
4609
|
+
# resp.contact.segment_attributes["SegmentAttributeName"].value_string #=> String
|
4569
4610
|
#
|
4570
4611
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContact AWS API Documentation
|
4571
4612
|
#
|
@@ -7298,7 +7339,7 @@ module Aws::Connect
|
|
7298
7339
|
#
|
7299
7340
|
# For a description of the historical metrics that are supported by
|
7300
7341
|
# `GetMetricDataV2` and `GetMetricData`, see [Historical metrics
|
7301
|
-
# definitions][2] in the *Amazon Connect Administrator
|
7342
|
+
# definitions][2] in the *Amazon Connect Administrator Guide*.
|
7302
7343
|
#
|
7303
7344
|
#
|
7304
7345
|
#
|
@@ -7363,36 +7404,39 @@ module Aws::Connect
|
|
7363
7404
|
# The filters to apply to returned metrics. You can filter on the
|
7364
7405
|
# following resources:
|
7365
7406
|
#
|
7366
|
-
# * Queues
|
7367
|
-
#
|
7368
|
-
# * Routing profiles
|
7369
|
-
#
|
7370
7407
|
# * Agents
|
7371
7408
|
#
|
7372
7409
|
# * Channels
|
7373
7410
|
#
|
7374
|
-
# * User hierarchy groups
|
7375
|
-
#
|
7376
7411
|
# * Feature
|
7377
7412
|
#
|
7413
|
+
# * Queues
|
7414
|
+
#
|
7415
|
+
# * Routing profiles
|
7416
|
+
#
|
7378
7417
|
# * Routing step expression
|
7379
7418
|
#
|
7419
|
+
# * User hierarchy groups
|
7420
|
+
#
|
7380
7421
|
# At least one filter must be passed from queues, routing profiles,
|
7381
7422
|
# agents, or user hierarchy groups.
|
7382
7423
|
#
|
7383
7424
|
# To filter by phone number, see [Create a historical metrics report][1]
|
7384
|
-
# in the *Amazon Connect Administrator
|
7425
|
+
# in the *Amazon Connect Administrator Guide*.
|
7385
7426
|
#
|
7386
7427
|
# Note the following limits:
|
7387
7428
|
#
|
7388
7429
|
# * **Filter keys**: A maximum of 5 filter keys are supported in a
|
7389
|
-
# single request. Valid filter keys: `
|
7390
|
-
# `
|
7391
|
-
# `
|
7392
|
-
# `
|
7393
|
-
#
|
7394
|
-
# `
|
7395
|
-
# `
|
7430
|
+
# single request. Valid filter keys: `AGENT` \|
|
7431
|
+
# `AGENT_HIERARCHY_LEVEL_ONE` \| `AGENT_HIERARCHY_LEVEL_TWO` \|
|
7432
|
+
# `AGENT_HIERARCHY_LEVEL_THREE` \| `AGENT_HIERARCHY_LEVEL_FOUR` \|
|
7433
|
+
# `AGENT_HIERARCHY_LEVEL_FIVE` \| `CASE_TEMPLATE_ARN` \| `CASE_STATUS`
|
7434
|
+
# \| `CHANNEL` \| `contact/segmentAttributes/connect:Subtype` \|
|
7435
|
+
# `FEATURE` \| `FLOW_TYPE` \| `FLOWS_NEXT_RESOURCE_ID` \|
|
7436
|
+
# `FLOWS_NEXT_RESOURCE_QUEUE_ID` \| `FLOWS_OUTCOME_TYPE` \|
|
7437
|
+
# `FLOWS_RESOURCE_ID` \| `INITIATION_METHOD` \|
|
7438
|
+
# `RESOURCE_PUBLISHED_TIMESTAMP` \| `ROUTING_PROFILE` \|
|
7439
|
+
# `ROUTING_STEP_EXPRESSION` \| `QUEUE` \| `Q_CONNECT_ENABLED` \|
|
7396
7440
|
#
|
7397
7441
|
# * **Filter values**: A maximum of 100 filter values are supported in a
|
7398
7442
|
# single request. VOICE, CHAT, and TASK are valid `filterValue` for
|
@@ -7437,19 +7481,21 @@ module Aws::Connect
|
|
7437
7481
|
#
|
7438
7482
|
# If no grouping is specified, a summary of all metrics is returned.
|
7439
7483
|
#
|
7440
|
-
# Valid grouping keys: `
|
7441
|
-
# `CHANNEL` \| `AGENT_HIERARCHY_LEVEL_ONE` \|
|
7484
|
+
# Valid grouping keys: `AGENT` \| `AGENT_HIERARCHY_LEVEL_ONE` \|
|
7442
7485
|
# `AGENT_HIERARCHY_LEVEL_TWO` \| `AGENT_HIERARCHY_LEVEL_THREE` \|
|
7443
7486
|
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE` \|
|
7444
|
-
# `CASE_TEMPLATE_ARN` \| `CASE_STATUS` \|
|
7445
|
-
# `contact/segmentAttributes/connect:Subtype` \|
|
7446
|
-
# `
|
7487
|
+
# `CASE_TEMPLATE_ARN` \| `CASE_STATUS` \| `CHANNEL` \|
|
7488
|
+
# `contact/segmentAttributes/connect:Subtype` \| `FLOWS_RESOURCE_ID` \|
|
7489
|
+
# `FLOWS_MODULE_RESOURCE_ID` \| `FLOW_TYPE` \| `FLOWS_OUTCOME_TYPE` \|
|
7490
|
+
# `INITIATION_METHOD` \| `Q_CONNECT_ENABLED` \| `QUEUE` \|
|
7491
|
+
# `RESOURCE_PUBLISHED_TIMESTAMP` \| `ROUTING_PROFILE` \|
|
7492
|
+
# `ROUTING_STEP_EXPRESSION`
|
7447
7493
|
#
|
7448
7494
|
# @option params [required, Array<Types::MetricV2>] :metrics
|
7449
7495
|
# The metrics to retrieve. Specify the name, groupings, and filters for
|
7450
7496
|
# each metric. The following historical metrics are available. For a
|
7451
7497
|
# description of each metric, see [Historical metrics definitions][1] in
|
7452
|
-
# the *Amazon Connect Administrator
|
7498
|
+
# the *Amazon Connect Administrator Guide*.
|
7453
7499
|
#
|
7454
7500
|
# ABANDONMENT\_RATE
|
7455
7501
|
#
|
@@ -7650,6 +7696,18 @@ module Aws::Connect
|
|
7650
7696
|
#
|
7651
7697
|
# UI name: [Average conversation duration][20]
|
7652
7698
|
#
|
7699
|
+
# AVG\_FLOW\_TIME
|
7700
|
+
#
|
7701
|
+
# : Unit: Seconds
|
7702
|
+
#
|
7703
|
+
# Valid groupings and filters: Channel,
|
7704
|
+
# contact/segmentAttributes/connect:Subtype, Flow type, Flows module
|
7705
|
+
# resource ID, Flows next resource ID, Flows next resource queue ID,
|
7706
|
+
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
7707
|
+
# published timestamp
|
7708
|
+
#
|
7709
|
+
# UI name: [Average flow time][21]
|
7710
|
+
#
|
7653
7711
|
# AVG\_GREETING\_TIME\_AGENT
|
7654
7712
|
#
|
7655
7713
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -7661,7 +7719,7 @@ module Aws::Connect
|
|
7661
7719
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
7662
7720
|
# Connect
|
7663
7721
|
#
|
7664
|
-
# UI name: [Average agent greeting time][
|
7722
|
+
# UI name: [Average agent greeting time][22]
|
7665
7723
|
#
|
7666
7724
|
# AVG\_HANDLE\_TIME
|
7667
7725
|
#
|
@@ -7671,7 +7729,7 @@ module Aws::Connect
|
|
7671
7729
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
7672
7730
|
# RoutingStepExpression
|
7673
7731
|
#
|
7674
|
-
# UI name: [Average handle time][
|
7732
|
+
# UI name: [Average handle time][23]
|
7675
7733
|
#
|
7676
7734
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7677
7735
|
#
|
@@ -7685,7 +7743,7 @@ module Aws::Connect
|
|
7685
7743
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
7686
7744
|
# Q in Connect
|
7687
7745
|
#
|
7688
|
-
# UI name: [Average customer hold time][
|
7746
|
+
# UI name: [Average customer hold time][24]
|
7689
7747
|
#
|
7690
7748
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7691
7749
|
#
|
@@ -7699,7 +7757,7 @@ module Aws::Connect
|
|
7699
7757
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
7700
7758
|
# Connect
|
7701
7759
|
#
|
7702
|
-
# UI name: [Average customer hold time all contacts][
|
7760
|
+
# UI name: [Average customer hold time all contacts][25]
|
7703
7761
|
#
|
7704
7762
|
# AVG\_HOLDS
|
7705
7763
|
#
|
@@ -7709,7 +7767,7 @@ module Aws::Connect
|
|
7709
7767
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
7710
7768
|
# Q in Connect
|
7711
7769
|
#
|
7712
|
-
# UI name: [Average holds][
|
7770
|
+
# UI name: [Average holds][26]
|
7713
7771
|
#
|
7714
7772
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7715
7773
|
#
|
@@ -7723,7 +7781,7 @@ module Aws::Connect
|
|
7723
7781
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
7724
7782
|
# Connect
|
7725
7783
|
#
|
7726
|
-
# UI name: [Average agent interaction and customer hold time][
|
7784
|
+
# UI name: [Average agent interaction and customer hold time][27]
|
7727
7785
|
#
|
7728
7786
|
# AVG\_INTERACTION\_TIME
|
7729
7787
|
#
|
@@ -7734,7 +7792,7 @@ module Aws::Connect
|
|
7734
7792
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
7735
7793
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
7736
7794
|
#
|
7737
|
-
# UI name: [Average agent interaction time][
|
7795
|
+
# UI name: [Average agent interaction time][28]
|
7738
7796
|
#
|
7739
7797
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7740
7798
|
#
|
@@ -7751,7 +7809,7 @@ module Aws::Connect
|
|
7751
7809
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
7752
7810
|
# Connect
|
7753
7811
|
#
|
7754
|
-
# UI name: [Average agent interruptions][
|
7812
|
+
# UI name: [Average agent interruptions][29]
|
7755
7813
|
#
|
7756
7814
|
# AVG\_INTERRUPTION\_TIME\_AGENT
|
7757
7815
|
#
|
@@ -7764,7 +7822,7 @@ module Aws::Connect
|
|
7764
7822
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
7765
7823
|
# Connect
|
7766
7824
|
#
|
7767
|
-
# UI name: [Average agent interruption time][
|
7825
|
+
# UI name: [Average agent interruption time][30]
|
7768
7826
|
#
|
7769
7827
|
# AVG\_NON\_TALK\_TIME
|
7770
7828
|
#
|
@@ -7777,7 +7835,7 @@ module Aws::Connect
|
|
7777
7835
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
7778
7836
|
# Connect
|
7779
7837
|
#
|
7780
|
-
# UI name: [Average non-talk time][
|
7838
|
+
# UI name: [Average non-talk time][31]
|
7781
7839
|
#
|
7782
7840
|
# AVG\_QUEUE\_ANSWER\_TIME
|
7783
7841
|
#
|
@@ -7786,7 +7844,7 @@ module Aws::Connect
|
|
7786
7844
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
7787
7845
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
7788
7846
|
#
|
7789
|
-
# UI name: [Average queue answer time][
|
7847
|
+
# UI name: [Average queue answer time][32]
|
7790
7848
|
#
|
7791
7849
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7792
7850
|
#
|
@@ -7799,7 +7857,7 @@ module Aws::Connect
|
|
7799
7857
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
7800
7858
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
7801
7859
|
#
|
7802
|
-
# UI name: [Average resolution time][
|
7860
|
+
# UI name: [Average resolution time][33]
|
7803
7861
|
#
|
7804
7862
|
# AVG\_TALK\_TIME
|
7805
7863
|
#
|
@@ -7812,7 +7870,7 @@ module Aws::Connect
|
|
7812
7870
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
7813
7871
|
# Connect
|
7814
7872
|
#
|
7815
|
-
# UI name: [Average talk time][
|
7873
|
+
# UI name: [Average talk time][34]
|
7816
7874
|
#
|
7817
7875
|
# AVG\_TALK\_TIME\_AGENT
|
7818
7876
|
#
|
@@ -7825,7 +7883,7 @@ module Aws::Connect
|
|
7825
7883
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
7826
7884
|
# Connect
|
7827
7885
|
#
|
7828
|
-
# UI name: [Average agent talk time][
|
7886
|
+
# UI name: [Average agent talk time][35]
|
7829
7887
|
#
|
7830
7888
|
# AVG\_TALK\_TIME\_CUSTOMER
|
7831
7889
|
#
|
@@ -7838,7 +7896,7 @@ module Aws::Connect
|
|
7838
7896
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
7839
7897
|
# Connect
|
7840
7898
|
#
|
7841
|
-
# UI name: [Average customer talk time][
|
7899
|
+
# UI name: [Average customer talk time][36]
|
7842
7900
|
#
|
7843
7901
|
# CASES\_CREATED
|
7844
7902
|
#
|
@@ -7848,17 +7906,50 @@ module Aws::Connect
|
|
7848
7906
|
#
|
7849
7907
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
7850
7908
|
#
|
7851
|
-
# UI name: [Cases created][
|
7909
|
+
# UI name: [Cases created][37]
|
7852
7910
|
#
|
7853
7911
|
# CONTACTS\_ABANDONED
|
7854
7912
|
#
|
7855
7913
|
# : Unit: Count
|
7856
7914
|
#
|
7915
|
+
# Metric filter:
|
7916
|
+
#
|
7917
|
+
# * Valid values: `API`\| `Incoming` \| `Outbound` \| `Transfer` \|
|
7918
|
+
# `Callback` \| `Queue_Transfer`\| `Disconnect`
|
7919
|
+
#
|
7920
|
+
# ^
|
7921
|
+
#
|
7857
7922
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7858
7923
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
7859
7924
|
# RoutingStepExpression, Q in Connect
|
7860
7925
|
#
|
7861
|
-
# UI name: [Contact abandoned][
|
7926
|
+
# UI name: [Contact abandoned][38]
|
7927
|
+
#
|
7928
|
+
# CONTACTS\_ABANDONED\_IN\_X
|
7929
|
+
#
|
7930
|
+
# : Unit: Count
|
7931
|
+
#
|
7932
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
7933
|
+
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
7934
|
+
#
|
7935
|
+
# Threshold: For `ThresholdValue`, enter any whole number from 1 to
|
7936
|
+
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
7937
|
+
# `LT` (for "Less than").
|
7938
|
+
#
|
7939
|
+
# UI name: [Contacts abandoned in X seconds][39]
|
7940
|
+
#
|
7941
|
+
# CONTACTS\_ANSWERED\_IN\_X
|
7942
|
+
#
|
7943
|
+
# : Unit: Count
|
7944
|
+
#
|
7945
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
7946
|
+
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
7947
|
+
#
|
7948
|
+
# Threshold: For `ThresholdValue`, enter any whole number from 1 to
|
7949
|
+
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
7950
|
+
# `LT` (for "Less than").
|
7951
|
+
#
|
7952
|
+
# UI name: [Contacts answered in X seconds][40]
|
7862
7953
|
#
|
7863
7954
|
# CONTACTS\_CREATED
|
7864
7955
|
#
|
@@ -7869,7 +7960,7 @@ module Aws::Connect
|
|
7869
7960
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
7870
7961
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
7871
7962
|
#
|
7872
|
-
# UI name: [Contacts created][
|
7963
|
+
# UI name: [Contacts created][41]
|
7873
7964
|
#
|
7874
7965
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7875
7966
|
#
|
@@ -7885,7 +7976,7 @@ module Aws::Connect
|
|
7885
7976
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
7886
7977
|
# RoutingStepExpression, Q in Connect
|
7887
7978
|
#
|
7888
|
-
# UI name: [API contacts handled][
|
7979
|
+
# UI name: [API contacts handled][42]
|
7889
7980
|
#
|
7890
7981
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7891
7982
|
#
|
@@ -7900,7 +7991,7 @@ module Aws::Connect
|
|
7900
7991
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
7901
7992
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
7902
7993
|
#
|
7903
|
-
# UI name: [Contacts handled (connected to agent timestamp)][
|
7994
|
+
# UI name: [Contacts handled (connected to agent timestamp)][43]
|
7904
7995
|
#
|
7905
7996
|
# CONTACTS\_HOLD\_ABANDONS
|
7906
7997
|
#
|
@@ -7910,7 +8001,7 @@ module Aws::Connect
|
|
7910
8001
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
7911
8002
|
# Connect
|
7912
8003
|
#
|
7913
|
-
# UI name: [Contacts hold disconnect][
|
8004
|
+
# UI name: [Contacts hold disconnect][43]
|
7914
8005
|
#
|
7915
8006
|
# CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
|
7916
8007
|
#
|
@@ -7919,7 +8010,7 @@ module Aws::Connect
|
|
7919
8010
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7920
8011
|
# Agent Hierarchy, Q in Connect
|
7921
8012
|
#
|
7922
|
-
# UI name: [Contacts hold agent disconnect][
|
8013
|
+
# UI name: [Contacts hold agent disconnect][44]
|
7923
8014
|
#
|
7924
8015
|
# CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
|
7925
8016
|
#
|
@@ -7928,7 +8019,7 @@ module Aws::Connect
|
|
7928
8019
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7929
8020
|
# Agent Hierarchy, Q in Connect
|
7930
8021
|
#
|
7931
|
-
# UI name: [Contacts hold customer disconnect][
|
8022
|
+
# UI name: [Contacts hold customer disconnect][45]
|
7932
8023
|
#
|
7933
8024
|
# CONTACTS\_PUT\_ON\_HOLD
|
7934
8025
|
#
|
@@ -7937,7 +8028,7 @@ module Aws::Connect
|
|
7937
8028
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7938
8029
|
# Agent Hierarchy, Q in Connect
|
7939
8030
|
#
|
7940
|
-
# UI name: [Contacts put on hold][
|
8031
|
+
# UI name: [Contacts put on hold][45]
|
7941
8032
|
#
|
7942
8033
|
# CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
|
7943
8034
|
#
|
@@ -7946,7 +8037,7 @@ module Aws::Connect
|
|
7946
8037
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7947
8038
|
# Agent Hierarchy, Q in Connect
|
7948
8039
|
#
|
7949
|
-
# UI name: [Contacts transferred out external][
|
8040
|
+
# UI name: [Contacts transferred out external][46]
|
7950
8041
|
#
|
7951
8042
|
# CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
|
7952
8043
|
#
|
@@ -7955,7 +8046,7 @@ module Aws::Connect
|
|
7955
8046
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7956
8047
|
# Agent Hierarchy, Q in Connect
|
7957
8048
|
#
|
7958
|
-
# UI name: [Contacts transferred out internal][
|
8049
|
+
# UI name: [Contacts transferred out internal][47]
|
7959
8050
|
#
|
7960
8051
|
# CONTACTS\_QUEUED
|
7961
8052
|
#
|
@@ -7965,7 +8056,7 @@ module Aws::Connect
|
|
7965
8056
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
7966
8057
|
# Connect
|
7967
8058
|
#
|
7968
|
-
# UI name: [Contacts queued][
|
8059
|
+
# UI name: [Contacts queued][48]
|
7969
8060
|
#
|
7970
8061
|
# CONTACTS\_QUEUED\_BY\_ENQUEUE
|
7971
8062
|
#
|
@@ -7974,7 +8065,7 @@ module Aws::Connect
|
|
7974
8065
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
7975
8066
|
# contact/segmentAttributes/connect:Subtype
|
7976
8067
|
#
|
7977
|
-
# UI name: [Contacts queued (enqueue timestamp)][
|
8068
|
+
# UI name: [Contacts queued (enqueue timestamp)][49]
|
7978
8069
|
#
|
7979
8070
|
# CONTACTS\_RESOLVED\_IN\_X
|
7980
8071
|
#
|
@@ -7987,7 +8078,7 @@ module Aws::Connect
|
|
7987
8078
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
7988
8079
|
# `LT` (for "Less than").
|
7989
8080
|
#
|
7990
|
-
# UI name: [Contacts resolved in X][
|
8081
|
+
# UI name: [Contacts resolved in X][50]
|
7991
8082
|
#
|
7992
8083
|
# CONTACTS\_TRANSFERRED\_OUT
|
7993
8084
|
#
|
@@ -7997,7 +8088,7 @@ module Aws::Connect
|
|
7997
8088
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
7998
8089
|
# Q in Connect
|
7999
8090
|
#
|
8000
|
-
# UI name: [Contacts transferred out][
|
8091
|
+
# UI name: [Contacts transferred out][51]
|
8001
8092
|
#
|
8002
8093
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
8003
8094
|
#
|
@@ -8011,7 +8102,7 @@ module Aws::Connect
|
|
8011
8102
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8012
8103
|
# Connect
|
8013
8104
|
#
|
8014
|
-
# UI name: [Contacts transferred out by agent][
|
8105
|
+
# UI name: [Contacts transferred out by agent][52]
|
8015
8106
|
#
|
8016
8107
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
8017
8108
|
#
|
@@ -8021,7 +8112,7 @@ module Aws::Connect
|
|
8021
8112
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8022
8113
|
# Connect
|
8023
8114
|
#
|
8024
|
-
# UI name: [Contacts transferred out queue][
|
8115
|
+
# UI name: [Contacts transferred out queue][52]
|
8025
8116
|
#
|
8026
8117
|
# CURRENT\_CASES
|
8027
8118
|
#
|
@@ -8031,7 +8122,42 @@ module Aws::Connect
|
|
8031
8122
|
#
|
8032
8123
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8033
8124
|
#
|
8034
|
-
# UI name: [Current cases][
|
8125
|
+
# UI name: [Current cases][53]
|
8126
|
+
#
|
8127
|
+
# FLOWS\_OUTCOME
|
8128
|
+
#
|
8129
|
+
# : Unit: Count
|
8130
|
+
#
|
8131
|
+
# Valid groupings and filters: Channel,
|
8132
|
+
# contact/segmentAttributes/connect:Subtype, Flow type, Flows module
|
8133
|
+
# resource ID, Flows next resource ID, Flows next resource queue ID,
|
8134
|
+
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8135
|
+
# published timestamp
|
8136
|
+
#
|
8137
|
+
# UI name: [Flows outcome][54]
|
8138
|
+
#
|
8139
|
+
# FLOWS\_STARTED
|
8140
|
+
#
|
8141
|
+
# : Unit: Count
|
8142
|
+
#
|
8143
|
+
# Valid groupings and filters: Channel,
|
8144
|
+
# contact/segmentAttributes/connect:Subtype, Flow type, Flows module
|
8145
|
+
# resource ID, Flows resource ID, Initiation method, Resource
|
8146
|
+
# published timestamp
|
8147
|
+
#
|
8148
|
+
# UI name: [Flows started][55]
|
8149
|
+
#
|
8150
|
+
# MAX\_FLOW\_TIME
|
8151
|
+
#
|
8152
|
+
# : Unit: Seconds
|
8153
|
+
#
|
8154
|
+
# Valid groupings and filters: Channel,
|
8155
|
+
# contact/segmentAttributes/connect:Subtype, Flow type, Flows module
|
8156
|
+
# resource ID, Flows next resource ID, Flows next resource queue ID,
|
8157
|
+
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8158
|
+
# published timestamp
|
8159
|
+
#
|
8160
|
+
# UI name: [Maximum flow time][56]
|
8035
8161
|
#
|
8036
8162
|
# MAX\_QUEUED\_TIME
|
8037
8163
|
#
|
@@ -8041,7 +8167,19 @@ module Aws::Connect
|
|
8041
8167
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8042
8168
|
# Connect
|
8043
8169
|
#
|
8044
|
-
# UI name: [Maximum queued time][
|
8170
|
+
# UI name: [Maximum queued time][57]
|
8171
|
+
#
|
8172
|
+
# MIN\_FLOW\_TIME
|
8173
|
+
#
|
8174
|
+
# : Unit: Seconds
|
8175
|
+
#
|
8176
|
+
# Valid groupings and filters: Channel,
|
8177
|
+
# contact/segmentAttributes/connect:Subtype, Flow type, Flows module
|
8178
|
+
# resource ID, Flows next resource ID, Flows next resource queue ID,
|
8179
|
+
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8180
|
+
# published timestamp
|
8181
|
+
#
|
8182
|
+
# UI name: [Minimum flow time][58]
|
8045
8183
|
#
|
8046
8184
|
# PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
|
8047
8185
|
#
|
@@ -8051,7 +8189,7 @@ module Aws::Connect
|
|
8051
8189
|
#
|
8052
8190
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8053
8191
|
#
|
8054
|
-
# UI name: [Cases resolved on first contact][
|
8192
|
+
# UI name: [Cases resolved on first contact][59]
|
8055
8193
|
#
|
8056
8194
|
# PERCENT\_CONTACTS\_STEP\_EXPIRED
|
8057
8195
|
#
|
@@ -8069,6 +8207,24 @@ module Aws::Connect
|
|
8069
8207
|
#
|
8070
8208
|
# UI name: Not available
|
8071
8209
|
#
|
8210
|
+
# PERCENT\_FLOWS\_OUTCOME
|
8211
|
+
#
|
8212
|
+
# : Unit: Percent
|
8213
|
+
#
|
8214
|
+
# Valid metric filter key: `FLOWS_OUTCOME_TYPE`
|
8215
|
+
#
|
8216
|
+
# Valid groupings and filters: Channel,
|
8217
|
+
# contact/segmentAttributes/connect:Subtype, Flow type, Flows module
|
8218
|
+
# resource ID, Flows next resource ID, Flows next resource queue ID,
|
8219
|
+
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8220
|
+
# published timestamp
|
8221
|
+
#
|
8222
|
+
# UI name: [Flows outcome percentage][60].
|
8223
|
+
#
|
8224
|
+
# <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
|
8225
|
+
#
|
8226
|
+
# </note>
|
8227
|
+
#
|
8072
8228
|
# PERCENT\_NON\_TALK\_TIME
|
8073
8229
|
#
|
8074
8230
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -8080,7 +8236,7 @@ module Aws::Connect
|
|
8080
8236
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8081
8237
|
# Connect
|
8082
8238
|
#
|
8083
|
-
# UI name: [Non-talk time percent][
|
8239
|
+
# UI name: [Non-talk time percent][61]
|
8084
8240
|
#
|
8085
8241
|
# PERCENT\_TALK\_TIME
|
8086
8242
|
#
|
@@ -8093,7 +8249,7 @@ module Aws::Connect
|
|
8093
8249
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8094
8250
|
# Connect
|
8095
8251
|
#
|
8096
|
-
# UI name: [Talk time percent][
|
8252
|
+
# UI name: [Talk time percent][62]
|
8097
8253
|
#
|
8098
8254
|
# PERCENT\_TALK\_TIME\_AGENT
|
8099
8255
|
#
|
@@ -8106,7 +8262,7 @@ module Aws::Connect
|
|
8106
8262
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8107
8263
|
# Connect
|
8108
8264
|
#
|
8109
|
-
# UI name: [Agent talk time percent][
|
8265
|
+
# UI name: [Agent talk time percent][63]
|
8110
8266
|
#
|
8111
8267
|
# PERCENT\_TALK\_TIME\_CUSTOMER
|
8112
8268
|
#
|
@@ -8119,7 +8275,7 @@ module Aws::Connect
|
|
8119
8275
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8120
8276
|
# Connect
|
8121
8277
|
#
|
8122
|
-
# UI name: [Customer talk time percent][
|
8278
|
+
# UI name: [Customer talk time percent][64]
|
8123
8279
|
#
|
8124
8280
|
# REOPENED\_CASE\_ACTIONS
|
8125
8281
|
#
|
@@ -8129,7 +8285,7 @@ module Aws::Connect
|
|
8129
8285
|
#
|
8130
8286
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8131
8287
|
#
|
8132
|
-
# UI name: [Cases reopened][
|
8288
|
+
# UI name: [Cases reopened][65]
|
8133
8289
|
#
|
8134
8290
|
# RESOLVED\_CASE\_ACTIONS
|
8135
8291
|
#
|
@@ -8139,7 +8295,7 @@ module Aws::Connect
|
|
8139
8295
|
#
|
8140
8296
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8141
8297
|
#
|
8142
|
-
# UI name: [Cases resolved][
|
8298
|
+
# UI name: [Cases resolved][66]
|
8143
8299
|
#
|
8144
8300
|
# SERVICE\_LEVEL
|
8145
8301
|
#
|
@@ -8154,7 +8310,7 @@ module Aws::Connect
|
|
8154
8310
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8155
8311
|
# `LT` (for "Less than").
|
8156
8312
|
#
|
8157
|
-
# UI name: [Service level X][
|
8313
|
+
# UI name: [Service level X][67]
|
8158
8314
|
#
|
8159
8315
|
# STEP\_CONTACTS\_QUEUED
|
8160
8316
|
#
|
@@ -8171,7 +8327,7 @@ module Aws::Connect
|
|
8171
8327
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8172
8328
|
# Agent Hierarchy, Q in Connect
|
8173
8329
|
#
|
8174
|
-
# UI name: [After contact work time][
|
8330
|
+
# UI name: [After contact work time][68]
|
8175
8331
|
#
|
8176
8332
|
# SUM\_CONNECTING\_TIME\_AGENT
|
8177
8333
|
#
|
@@ -8184,7 +8340,7 @@ module Aws::Connect
|
|
8184
8340
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8185
8341
|
# Agent Hierarchy
|
8186
8342
|
#
|
8187
|
-
# UI name: [Agent API connecting time][
|
8343
|
+
# UI name: [Agent API connecting time][69]
|
8188
8344
|
#
|
8189
8345
|
# <note markdown="1"> The `Negate` key in Metric Level Filters is not applicable for this
|
8190
8346
|
# metric.
|
@@ -8198,7 +8354,7 @@ module Aws::Connect
|
|
8198
8354
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8199
8355
|
# Agent Hierarchy, Q in Connect
|
8200
8356
|
#
|
8201
|
-
# UI name: [Contact flow time][
|
8357
|
+
# UI name: [Contact flow time][70]
|
8202
8358
|
#
|
8203
8359
|
# SUM\_CONTACT\_TIME\_AGENT
|
8204
8360
|
#
|
@@ -8207,33 +8363,7 @@ module Aws::Connect
|
|
8207
8363
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8208
8364
|
# Agent Hierarchy
|
8209
8365
|
#
|
8210
|
-
# UI name: [Agent on contact time][
|
8211
|
-
#
|
8212
|
-
# SUM\_CONTACTS\_ANSWERED\_IN\_X
|
8213
|
-
#
|
8214
|
-
# : Unit: Count
|
8215
|
-
#
|
8216
|
-
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
8217
|
-
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
8218
|
-
#
|
8219
|
-
# Threshold: For `ThresholdValue`, enter any whole number from 1 to
|
8220
|
-
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8221
|
-
# `LT` (for "Less than").
|
8222
|
-
#
|
8223
|
-
# UI name: [Contacts answered in X seconds][64]
|
8224
|
-
#
|
8225
|
-
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
8226
|
-
#
|
8227
|
-
# : Unit: Count
|
8228
|
-
#
|
8229
|
-
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
8230
|
-
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
8231
|
-
#
|
8232
|
-
# Threshold: For `ThresholdValue`, enter any whole number from 1 to
|
8233
|
-
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8234
|
-
# `LT` (for "Less than").
|
8235
|
-
#
|
8236
|
-
# UI name: [Contacts abandoned in X seconds][65]
|
8366
|
+
# UI name: [Agent on contact time][71]
|
8237
8367
|
#
|
8238
8368
|
# SUM\_CONTACTS\_DISCONNECTED
|
8239
8369
|
#
|
@@ -8245,7 +8375,7 @@ module Aws::Connect
|
|
8245
8375
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8246
8376
|
# Connect
|
8247
8377
|
#
|
8248
|
-
# UI name: [Contact disconnected][
|
8378
|
+
# UI name: [Contact disconnected][72]
|
8249
8379
|
#
|
8250
8380
|
# SUM\_ERROR\_STATUS\_TIME\_AGENT
|
8251
8381
|
#
|
@@ -8254,7 +8384,7 @@ module Aws::Connect
|
|
8254
8384
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8255
8385
|
# Agent Hierarchy
|
8256
8386
|
#
|
8257
|
-
# UI name: [Error status time][
|
8387
|
+
# UI name: [Error status time][73]
|
8258
8388
|
#
|
8259
8389
|
# SUM\_HANDLE\_TIME
|
8260
8390
|
#
|
@@ -8263,7 +8393,7 @@ module Aws::Connect
|
|
8263
8393
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8264
8394
|
# Agent Hierarchy, Q in Connect
|
8265
8395
|
#
|
8266
|
-
# UI name: [Contact handle time][
|
8396
|
+
# UI name: [Contact handle time][74]
|
8267
8397
|
#
|
8268
8398
|
# SUM\_HOLD\_TIME
|
8269
8399
|
#
|
@@ -8272,7 +8402,7 @@ module Aws::Connect
|
|
8272
8402
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8273
8403
|
# Agent Hierarchy, Q in Connect
|
8274
8404
|
#
|
8275
|
-
# UI name: [Customer hold time][
|
8405
|
+
# UI name: [Customer hold time][75]
|
8276
8406
|
#
|
8277
8407
|
# SUM\_IDLE\_TIME\_AGENT
|
8278
8408
|
#
|
@@ -8280,7 +8410,7 @@ module Aws::Connect
|
|
8280
8410
|
#
|
8281
8411
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8282
8412
|
#
|
8283
|
-
# UI name: [Agent idle time][
|
8413
|
+
# UI name: [Agent idle time][76]
|
8284
8414
|
#
|
8285
8415
|
# SUM\_INTERACTION\_AND\_HOLD\_TIME
|
8286
8416
|
#
|
@@ -8289,7 +8419,7 @@ module Aws::Connect
|
|
8289
8419
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8290
8420
|
# Agent Hierarchy, Q in Connect
|
8291
8421
|
#
|
8292
|
-
# UI name: [Agent interaction and hold time][
|
8422
|
+
# UI name: [Agent interaction and hold time][77]
|
8293
8423
|
#
|
8294
8424
|
# SUM\_INTERACTION\_TIME
|
8295
8425
|
#
|
@@ -8298,7 +8428,7 @@ module Aws::Connect
|
|
8298
8428
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8299
8429
|
# Agent Hierarchy
|
8300
8430
|
#
|
8301
|
-
# UI name: [Agent interaction time][
|
8431
|
+
# UI name: [Agent interaction time][78]
|
8302
8432
|
#
|
8303
8433
|
# SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
|
8304
8434
|
#
|
@@ -8306,7 +8436,7 @@ module Aws::Connect
|
|
8306
8436
|
#
|
8307
8437
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8308
8438
|
#
|
8309
|
-
# UI name: [Non-Productive Time][
|
8439
|
+
# UI name: [Non-Productive Time][79]
|
8310
8440
|
#
|
8311
8441
|
# SUM\_ONLINE\_TIME\_AGENT
|
8312
8442
|
#
|
@@ -8314,7 +8444,7 @@ module Aws::Connect
|
|
8314
8444
|
#
|
8315
8445
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8316
8446
|
#
|
8317
|
-
# UI name: [Online time][
|
8447
|
+
# UI name: [Online time][80]
|
8318
8448
|
#
|
8319
8449
|
# SUM\_RETRY\_CALLBACK\_ATTEMPTS
|
8320
8450
|
#
|
@@ -8323,7 +8453,7 @@ module Aws::Connect
|
|
8323
8453
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
8324
8454
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
8325
8455
|
#
|
8326
|
-
# UI name: [Callback attempts][
|
8456
|
+
# UI name: [Callback attempts][81]
|
8327
8457
|
#
|
8328
8458
|
#
|
8329
8459
|
#
|
@@ -8347,61 +8477,67 @@ module Aws::Connect
|
|
8347
8477
|
# [18]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-case-resolution-time-historical
|
8348
8478
|
# [19]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-contact-duration-historical
|
8349
8479
|
# [20]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-conversation-duration-historical
|
8350
|
-
# [21]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-
|
8351
|
-
# [22]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-
|
8352
|
-
# [23]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-
|
8353
|
-
# [24]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8354
|
-
# [25]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8355
|
-
# [26]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-
|
8356
|
-
# [27]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-interaction-time-historical
|
8357
|
-
# [28]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-
|
8358
|
-
# [29]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-interruptions-
|
8359
|
-
# [30]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
|
8360
|
-
# [31]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
|
8361
|
-
# [32]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-
|
8362
|
-
# [33]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-
|
8363
|
-
# [34]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-
|
8364
|
-
# [35]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-
|
8365
|
-
# [36]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
|
8366
|
-
# [37]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
|
8367
|
-
# [38]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8368
|
-
# [39]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8369
|
-
# [40]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8370
|
-
# [41]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8371
|
-
# [42]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8372
|
-
# [43]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8373
|
-
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8374
|
-
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8375
|
-
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8376
|
-
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8377
|
-
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8378
|
-
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8379
|
-
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8380
|
-
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8381
|
-
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8382
|
-
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8383
|
-
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8384
|
-
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8385
|
-
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8386
|
-
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8387
|
-
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8388
|
-
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8389
|
-
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8390
|
-
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8391
|
-
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8392
|
-
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8393
|
-
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8394
|
-
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8395
|
-
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8396
|
-
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8397
|
-
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8398
|
-
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8399
|
-
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8400
|
-
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-
|
8401
|
-
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8402
|
-
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8403
|
-
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8404
|
-
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8480
|
+
# [21]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-flow-time-historical
|
8481
|
+
# [22]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-greeting-time-agent-historical
|
8482
|
+
# [23]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-handle-time-historical
|
8483
|
+
# [24]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-customer-hold-time-historical
|
8484
|
+
# [25]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#avg-customer-hold-time-all-contacts-historical
|
8485
|
+
# [26]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-holds-historical
|
8486
|
+
# [27]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-interaction-customer-hold-time-historical
|
8487
|
+
# [28]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-interaction-time-historical
|
8488
|
+
# [29]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-interruptions-agent-historical
|
8489
|
+
# [30]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-interruptions-time-agent-historical
|
8490
|
+
# [31]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##average-non-talk-time-historical
|
8491
|
+
# [32]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-queue-answer-time-historical
|
8492
|
+
# [33]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-resolution-time-historical
|
8493
|
+
# [34]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-historical
|
8494
|
+
# [35]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-agent-historical
|
8495
|
+
# [36]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-customer-historical
|
8496
|
+
# [37]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##cases-created-historical
|
8497
|
+
# [38]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-historical
|
8498
|
+
# [39]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-x-historical
|
8499
|
+
# [40]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-answered-x-historical
|
8500
|
+
# [41]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-created-historical
|
8501
|
+
# [42]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#api-contacts-handled-historical
|
8502
|
+
# [43]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-handled-by-connected-to-agent-historical
|
8503
|
+
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-agent-disconnect-historical
|
8504
|
+
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-customer-disconnect-historical
|
8505
|
+
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-external-historical
|
8506
|
+
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-internal-historical
|
8507
|
+
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-historical
|
8508
|
+
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-by-enqueue-historical
|
8509
|
+
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-resolved-historical
|
8510
|
+
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-historical
|
8511
|
+
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-by-agent-historical
|
8512
|
+
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical
|
8513
|
+
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-historical
|
8514
|
+
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical
|
8515
|
+
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-flow-time-historical
|
8516
|
+
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-queued-time-historical
|
8517
|
+
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#minimum-flow-time-historical
|
8518
|
+
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-first-contact-historical
|
8519
|
+
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-percentage-historical
|
8520
|
+
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ntt-historical
|
8521
|
+
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#tt-historical
|
8522
|
+
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttagent-historical
|
8523
|
+
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttcustomer-historical
|
8524
|
+
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-reopened-historical
|
8525
|
+
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-historicall
|
8526
|
+
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#service-level-historical
|
8527
|
+
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#acw-historical
|
8528
|
+
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-agent-api-connecting-time
|
8529
|
+
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-flow-time-historical
|
8530
|
+
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-on-contact-time-historical
|
8531
|
+
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-disconnected-historical
|
8532
|
+
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#error-status-time-historical
|
8533
|
+
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-handle-time-historical
|
8534
|
+
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#customer-hold-time-historical
|
8535
|
+
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-idle-time-historica
|
8536
|
+
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-hold-time-historical
|
8537
|
+
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-time-historical
|
8538
|
+
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#npt-historical
|
8539
|
+
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#online-time-historical
|
8540
|
+
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#callback-attempts-historical
|
8405
8541
|
#
|
8406
8542
|
# @option params [String] :next_token
|
8407
8543
|
# The token for the next set of results. Use the value returned in the
|
@@ -11565,24 +11701,24 @@ module Aws::Connect
|
|
11565
11701
|
# `ReleasePhoneNumber` API, not the Amazon Connect admin website.
|
11566
11702
|
#
|
11567
11703
|
# After releasing a phone number, the phone number enters into a
|
11568
|
-
# cooldown period
|
11569
|
-
# until the period has ended. If you accidentally release
|
11570
|
-
# number, contact Amazon Web Services Support.
|
11704
|
+
# cooldown period for up to 180 days. It cannot be searched for or
|
11705
|
+
# claimed again until the period has ended. If you accidentally release
|
11706
|
+
# a phone number, contact Amazon Web Services Support.
|
11571
11707
|
#
|
11572
|
-
# If you plan to claim and release numbers frequently
|
11573
|
-
#
|
11574
|
-
#
|
11575
|
-
#
|
11708
|
+
# If you plan to claim and release numbers frequently, contact us for a
|
11709
|
+
# service quota exception. Otherwise, it is possible you will be blocked
|
11710
|
+
# from claiming and releasing any more numbers until up to 180 days past
|
11711
|
+
# the oldest number released has expired.
|
11576
11712
|
#
|
11577
11713
|
# By default you can claim and release up to 200% of your maximum number
|
11578
|
-
# of active phone numbers
|
11579
|
-
#
|
11580
|
-
#
|
11581
|
-
#
|
11582
|
-
#
|
11714
|
+
# of active phone numbers. If you claim and release phone numbers using
|
11715
|
+
# the UI or API during a rolling 180 day cycle that exceeds 200% of your
|
11716
|
+
# phone number service level quota, you will be blocked from claiming
|
11717
|
+
# any more numbers until 180 days past the oldest number released has
|
11718
|
+
# expired.
|
11583
11719
|
#
|
11584
11720
|
# For example, if you already have 99 claimed numbers and a service
|
11585
|
-
# level quota of 99 phone numbers, and in any
|
11721
|
+
# level quota of 99 phone numbers, and in any 180 day period you release
|
11586
11722
|
# 99, claim 99, and then release 99, you will have exceeded the 200%
|
11587
11723
|
# limit. At that point you are blocked from claiming any more numbers
|
11588
11724
|
# until you open an Amazon Web Services support ticket.
|
@@ -14290,6 +14426,10 @@ module Aws::Connect
|
|
14290
14426
|
#
|
14291
14427
|
# * QUEUE\_TRANSFER
|
14292
14428
|
#
|
14429
|
+
# * EXTERNAL\_OUTBOUND
|
14430
|
+
#
|
14431
|
+
# * MONITOR
|
14432
|
+
#
|
14293
14433
|
# Chat and task contacts can be terminated in any state, regardless of
|
14294
14434
|
# initiation method.
|
14295
14435
|
#
|
@@ -15248,9 +15388,6 @@ module Aws::Connect
|
|
15248
15388
|
req.send_request(options)
|
15249
15389
|
end
|
15250
15390
|
|
15251
|
-
# This API is in preview release for Amazon Connect and is subject to
|
15252
|
-
# change.
|
15253
|
-
#
|
15254
15391
|
# Updates routing priority and age on the contact (**QueuePriority** and
|
15255
15392
|
# **QueueTimeAdjustmentInSeconds**). These properties can be used to
|
15256
15393
|
# change a customer's position in the queue. For example, you can move
|
@@ -15263,6 +15400,11 @@ module Aws::Connect
|
|
15263
15400
|
# queue wait time as reported through metrics. These properties can also
|
15264
15401
|
# be updated by using [the Set routing priority / age flow block][1].
|
15265
15402
|
#
|
15403
|
+
# <note markdown="1"> Either **QueuePriority** or **QueueTimeAdjustmentInSeconds** should be
|
15404
|
+
# provided within the request body, but not both.
|
15405
|
+
#
|
15406
|
+
# </note>
|
15407
|
+
#
|
15266
15408
|
#
|
15267
15409
|
#
|
15268
15410
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/change-routing-priority.html
|
@@ -17344,7 +17486,7 @@ module Aws::Connect
|
|
17344
17486
|
params: params,
|
17345
17487
|
config: config)
|
17346
17488
|
context[:gem_name] = 'aws-sdk-connect'
|
17347
|
-
context[:gem_version] = '1.
|
17489
|
+
context[:gem_version] = '1.160.0'
|
17348
17490
|
Seahorse::Client::Request.new(handlers, context)
|
17349
17491
|
end
|
17350
17492
|
|