aws-sdk-connect 1.223.0 → 1.224.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +255 -232
- data/lib/aws-sdk-connect/client_api.rb +3 -0
- data/lib/aws-sdk-connect/types.rb +248 -225
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +2 -0
- metadata +1 -1
|
@@ -2869,6 +2869,10 @@ module Aws::Connect
|
|
|
2869
2869
|
# The timestamp when the contact was last resumed.
|
|
2870
2870
|
# @return [Time]
|
|
2871
2871
|
#
|
|
2872
|
+
# @!attribute [rw] ring_start_timestamp
|
|
2873
|
+
# The timestamp when ringing started for a campaign call.
|
|
2874
|
+
# @return [Time]
|
|
2875
|
+
#
|
|
2872
2876
|
# @!attribute [rw] total_pause_count
|
|
2873
2877
|
# Total pause count for a contact.
|
|
2874
2878
|
# @return [Integer]
|
|
@@ -3049,6 +3053,7 @@ module Aws::Connect
|
|
|
3049
3053
|
:last_update_timestamp,
|
|
3050
3054
|
:last_paused_timestamp,
|
|
3051
3055
|
:last_resumed_timestamp,
|
|
3056
|
+
:ring_start_timestamp,
|
|
3052
3057
|
:total_pause_count,
|
|
3053
3058
|
:total_pause_duration_in_seconds,
|
|
3054
3059
|
:scheduled_timestamp,
|
|
@@ -12354,11 +12359,12 @@ module Aws::Connect
|
|
|
12354
12359
|
# `CASE_STATUS` \| `CHANNEL` \|
|
|
12355
12360
|
# `contact/segmentAttributes/connect:Subtype` \| `DISCONNECT_REASON`
|
|
12356
12361
|
# \| `EVALUATION_FORM` \| `EVALUATION_SECTION` \|
|
|
12357
|
-
# `EVALUATION_QUESTION` \| `EVALUATION_SOURCE` \| `
|
|
12358
|
-
# `
|
|
12359
|
-
# `
|
|
12360
|
-
# `
|
|
12361
|
-
# `
|
|
12362
|
+
# `EVALUATION_QUESTION` \| `EVALUATION_SOURCE` \| `EVALUATOR_ID` \|
|
|
12363
|
+
# `FEATURE` \| `FLOW_ACTION_ID` \| `FLOW_TYPE` \|
|
|
12364
|
+
# `FLOWS_MODULE_RESOURCE_ID` \| `FLOWS_NEXT_RESOURCE_ID` \|
|
|
12365
|
+
# `FLOWS_NEXT_RESOURCE_QUEUE_ID` \| `FLOWS_OUTCOME_TYPE` \|
|
|
12366
|
+
# `FLOWS_RESOURCE_ID` \| `FORM_VERSION` \| `INITIATION_METHOD` \|
|
|
12367
|
+
# `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \|
|
|
12362
12368
|
# `INVOKING_RESOURCE_TYPE` \| `PARENT_FLOWS_RESOURCE_ID` \|
|
|
12363
12369
|
# `RESOURCE_PUBLISHED_TIMESTAMP` \| `ROUTING_PROFILE` \|
|
|
12364
12370
|
# `ROUTING_STEP_EXPRESSION` \| `QUEUE` \| `Q_CONNECT_ENABLED` \|
|
|
@@ -12420,9 +12426,10 @@ module Aws::Connect
|
|
|
12420
12426
|
# `CASE_STATUS` \| `CHANNEL` \|
|
|
12421
12427
|
# `contact/segmentAttributes/connect:Subtype` \| `DISCONNECT_REASON`
|
|
12422
12428
|
# \| `EVALUATION_FORM` \| `EVALUATION_SECTION` \|
|
|
12423
|
-
# `EVALUATION_QUESTION` \| `EVALUATION_SOURCE` \| `
|
|
12424
|
-
#
|
|
12425
|
-
# `
|
|
12429
|
+
# `EVALUATION_QUESTION` \| `EVALUATION_SOURCE` \| `EVALUATOR_ID` \|
|
|
12430
|
+
# `FLOWS_RESOURCE_ID` \| `FLOWS_MODULE_RESOURCE_ID` \|
|
|
12431
|
+
# `FLOW_ACTION_ID` \| `FLOW_TYPE` \| `FLOWS_OUTCOME_TYPE` \|
|
|
12432
|
+
# `FORM_VERSION` \| `INITIATION_METHOD` \|
|
|
12426
12433
|
# `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \| `INVOKING_RESOURCE_TYPE`
|
|
12427
12434
|
# \| `PARENT_FLOWS_RESOURCE_ID` \| `Q_CONNECT_ENABLED` \| `QUEUE` \|
|
|
12428
12435
|
# `RESOURCE_PUBLISHED_TIMESTAMP` \| `ROUTING_PROFILE` \|
|
|
@@ -12572,6 +12579,15 @@ module Aws::Connect
|
|
|
12572
12579
|
#
|
|
12573
12580
|
# </note>
|
|
12574
12581
|
#
|
|
12582
|
+
# AVG\_AGENT\_CONCURRENCY
|
|
12583
|
+
#
|
|
12584
|
+
# : Unit: Count
|
|
12585
|
+
#
|
|
12586
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
12587
|
+
# Agent, Agent Hierarchy, Q in Connect
|
|
12588
|
+
#
|
|
12589
|
+
# UI name: [Average agent concurrency][15]
|
|
12590
|
+
#
|
|
12575
12591
|
# AVG\_AGENT\_CONNECTING\_TIME
|
|
12576
12592
|
#
|
|
12577
12593
|
# : Unit: Seconds
|
|
@@ -12583,7 +12599,7 @@ module Aws::Connect
|
|
|
12583
12599
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
12584
12600
|
# Agent, Agent Hierarchy
|
|
12585
12601
|
#
|
|
12586
|
-
# UI name: [Average agent API connecting time][
|
|
12602
|
+
# UI name: [Average agent API connecting time][16]
|
|
12587
12603
|
#
|
|
12588
12604
|
# <note markdown="1"> The `Negate` key in metric-level filters is not applicable for
|
|
12589
12605
|
# this metric.
|
|
@@ -12597,7 +12613,7 @@ module Aws::Connect
|
|
|
12597
12613
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
12598
12614
|
# Agent, Agent Hierarchy, Q in Connect
|
|
12599
12615
|
#
|
|
12600
|
-
# UI name: [Average agent pause time][
|
|
12616
|
+
# UI name: [Average agent pause time][17]
|
|
12601
12617
|
#
|
|
12602
12618
|
# AVG\_BOT\_CONVERSATION\_TIME
|
|
12603
12619
|
#
|
|
@@ -12610,7 +12626,7 @@ module Aws::Connect
|
|
|
12610
12626
|
# Initiation method, Invoking resource type, Parent flows resource
|
|
12611
12627
|
# ID
|
|
12612
12628
|
#
|
|
12613
|
-
# UI name: [Average bot conversation time][
|
|
12629
|
+
# UI name: [Average bot conversation time][18]
|
|
12614
12630
|
#
|
|
12615
12631
|
# AVG\_BOT\_CONVERSATION\_TURNS
|
|
12616
12632
|
#
|
|
@@ -12623,7 +12639,7 @@ module Aws::Connect
|
|
|
12623
12639
|
# Initiation method, Invoking resource type, Parent flows resource
|
|
12624
12640
|
# ID
|
|
12625
12641
|
#
|
|
12626
|
-
# UI name: [Average bot conversation turns][
|
|
12642
|
+
# UI name: [Average bot conversation turns][19]
|
|
12627
12643
|
#
|
|
12628
12644
|
# AVG\_CASE\_RELATED\_CONTACTS
|
|
12629
12645
|
#
|
|
@@ -12633,7 +12649,7 @@ module Aws::Connect
|
|
|
12633
12649
|
#
|
|
12634
12650
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
12635
12651
|
#
|
|
12636
|
-
# UI name: [Average contacts per case][
|
|
12652
|
+
# UI name: [Average contacts per case][20]
|
|
12637
12653
|
#
|
|
12638
12654
|
# AVG\_CASE\_RESOLUTION\_TIME
|
|
12639
12655
|
#
|
|
@@ -12643,7 +12659,7 @@ module Aws::Connect
|
|
|
12643
12659
|
#
|
|
12644
12660
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
12645
12661
|
#
|
|
12646
|
-
# UI name: [Average case resolution time][
|
|
12662
|
+
# UI name: [Average case resolution time][21]
|
|
12647
12663
|
#
|
|
12648
12664
|
# AVG\_CONTACT\_DURATION
|
|
12649
12665
|
#
|
|
@@ -12653,7 +12669,7 @@ module Aws::Connect
|
|
|
12653
12669
|
# Agent, Agent Hierarchy, Feature,
|
|
12654
12670
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
12655
12671
|
#
|
|
12656
|
-
# UI name: [Average contact duration][
|
|
12672
|
+
# UI name: [Average contact duration][22]
|
|
12657
12673
|
#
|
|
12658
12674
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
12659
12675
|
#
|
|
@@ -12668,7 +12684,7 @@ module Aws::Connect
|
|
|
12668
12684
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
12669
12685
|
# Profile, Queue, Q in Connect
|
|
12670
12686
|
#
|
|
12671
|
-
# UI name: [Agent average contact first response wait time][
|
|
12687
|
+
# UI name: [Agent average contact first response wait time][23]
|
|
12672
12688
|
#
|
|
12673
12689
|
# AVG\_CONVERSATION\_CLOSE\_TIME
|
|
12674
12690
|
#
|
|
@@ -12679,7 +12695,7 @@ module Aws::Connect
|
|
|
12679
12695
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
12680
12696
|
# Profile, Queue, Q in Connect
|
|
12681
12697
|
#
|
|
12682
|
-
# UI name: [Average conversation close time][
|
|
12698
|
+
# UI name: [Average conversation close time][24]
|
|
12683
12699
|
#
|
|
12684
12700
|
# AVG\_CONVERSATION\_DURATION
|
|
12685
12701
|
#
|
|
@@ -12689,7 +12705,7 @@ module Aws::Connect
|
|
|
12689
12705
|
# Agent, Agent Hierarchy, Feature,
|
|
12690
12706
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
12691
12707
|
#
|
|
12692
|
-
# UI name: [Average conversation duration][
|
|
12708
|
+
# UI name: [Average conversation duration][25]
|
|
12693
12709
|
#
|
|
12694
12710
|
# AVG\_DIALS\_PER\_MINUTE
|
|
12695
12711
|
#
|
|
@@ -12701,7 +12717,7 @@ module Aws::Connect
|
|
|
12701
12717
|
# Valid groupings and filters: Agent, Campaign, Queue, Routing
|
|
12702
12718
|
# Profile
|
|
12703
12719
|
#
|
|
12704
|
-
# UI name: [Average dials per minute][
|
|
12720
|
+
# UI name: [Average dials per minute][26]
|
|
12705
12721
|
#
|
|
12706
12722
|
# AVG\_EVALUATION\_SCORE
|
|
12707
12723
|
#
|
|
@@ -12711,7 +12727,7 @@ module Aws::Connect
|
|
|
12711
12727
|
# Evaluation Form ID, Evaluation Section ID, Evaluation Question ID,
|
|
12712
12728
|
# Evaluation Source, Form Version, Queue, Routing Profile
|
|
12713
12729
|
#
|
|
12714
|
-
# UI name: [Average evaluation score][
|
|
12730
|
+
# UI name: [Average evaluation score][27]
|
|
12715
12731
|
#
|
|
12716
12732
|
# AVG\_FIRST\_RESPONSE\_TIME\_AGENT
|
|
12717
12733
|
#
|
|
@@ -12722,7 +12738,7 @@ module Aws::Connect
|
|
|
12722
12738
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
12723
12739
|
# Profile, Queue, Q in Connect
|
|
12724
12740
|
#
|
|
12725
|
-
# UI name: [Average agent first response time][
|
|
12741
|
+
# UI name: [Average agent first response time][28]
|
|
12726
12742
|
#
|
|
12727
12743
|
# AVG\_FLOW\_TIME
|
|
12728
12744
|
#
|
|
@@ -12734,7 +12750,7 @@ module Aws::Connect
|
|
|
12734
12750
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
|
12735
12751
|
# published timestamp
|
|
12736
12752
|
#
|
|
12737
|
-
# UI name: [Average flow time][
|
|
12753
|
+
# UI name: [Average flow time][29]
|
|
12738
12754
|
#
|
|
12739
12755
|
# AVG\_GREETING\_TIME\_AGENT
|
|
12740
12756
|
#
|
|
@@ -12747,7 +12763,7 @@ module Aws::Connect
|
|
|
12747
12763
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
12748
12764
|
# Q in Connect
|
|
12749
12765
|
#
|
|
12750
|
-
# UI name: [Average agent greeting time][
|
|
12766
|
+
# UI name: [Average agent greeting time][30]
|
|
12751
12767
|
#
|
|
12752
12768
|
# AVG\_HANDLE\_TIME
|
|
12753
12769
|
#
|
|
@@ -12757,7 +12773,7 @@ module Aws::Connect
|
|
|
12757
12773
|
# Agent, Agent Hierarchy, Feature,
|
|
12758
12774
|
# contact/segmentAttributes/connect:Subtype, RoutingStepExpression
|
|
12759
12775
|
#
|
|
12760
|
-
# UI name: [Average handle time][
|
|
12776
|
+
# UI name: [Average handle time][31]
|
|
12761
12777
|
#
|
|
12762
12778
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
12763
12779
|
#
|
|
@@ -12771,7 +12787,7 @@ module Aws::Connect
|
|
|
12771
12787
|
# Agent, Agent Hierarchy, Feature,
|
|
12772
12788
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
12773
12789
|
#
|
|
12774
|
-
# UI name: [Average customer hold time][
|
|
12790
|
+
# UI name: [Average customer hold time][32]
|
|
12775
12791
|
#
|
|
12776
12792
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
12777
12793
|
#
|
|
@@ -12785,7 +12801,7 @@ module Aws::Connect
|
|
|
12785
12801
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
12786
12802
|
# Q in Connect
|
|
12787
12803
|
#
|
|
12788
|
-
# UI name: [Average customer hold time all contacts][
|
|
12804
|
+
# UI name: [Average customer hold time all contacts][33]
|
|
12789
12805
|
#
|
|
12790
12806
|
# AVG\_HOLDS
|
|
12791
12807
|
#
|
|
@@ -12795,7 +12811,7 @@ module Aws::Connect
|
|
|
12795
12811
|
# Agent, Agent Hierarchy, Feature,
|
|
12796
12812
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
12797
12813
|
#
|
|
12798
|
-
# UI name: [Average holds][
|
|
12814
|
+
# UI name: [Average holds][34]
|
|
12799
12815
|
#
|
|
12800
12816
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
12801
12817
|
#
|
|
@@ -12809,7 +12825,7 @@ module Aws::Connect
|
|
|
12809
12825
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
12810
12826
|
# Q in Connect
|
|
12811
12827
|
#
|
|
12812
|
-
# UI name: [Average agent interaction and customer hold time][
|
|
12828
|
+
# UI name: [Average agent interaction and customer hold time][35]
|
|
12813
12829
|
#
|
|
12814
12830
|
# AVG\_INTERACTION\_TIME
|
|
12815
12831
|
#
|
|
@@ -12820,7 +12836,7 @@ module Aws::Connect
|
|
|
12820
12836
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
12821
12837
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
12822
12838
|
#
|
|
12823
|
-
# UI name: [Average agent interaction time][
|
|
12839
|
+
# UI name: [Average agent interaction time][36]
|
|
12824
12840
|
#
|
|
12825
12841
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
12826
12842
|
#
|
|
@@ -12837,7 +12853,7 @@ module Aws::Connect
|
|
|
12837
12853
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
12838
12854
|
# Q in Connect
|
|
12839
12855
|
#
|
|
12840
|
-
# UI name: [Average agent interruptions][
|
|
12856
|
+
# UI name: [Average agent interruptions][37]
|
|
12841
12857
|
#
|
|
12842
12858
|
# AVG\_INTERRUPTION\_TIME\_AGENT
|
|
12843
12859
|
#
|
|
@@ -12850,7 +12866,7 @@ module Aws::Connect
|
|
|
12850
12866
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
12851
12867
|
# Q in Connect
|
|
12852
12868
|
#
|
|
12853
|
-
# UI name: [Average agent interruption time][
|
|
12869
|
+
# UI name: [Average agent interruption time][38]
|
|
12854
12870
|
#
|
|
12855
12871
|
# AVG\_MESSAGE\_LENGTH\_AGENT
|
|
12856
12872
|
#
|
|
@@ -12861,7 +12877,7 @@ module Aws::Connect
|
|
|
12861
12877
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
12862
12878
|
# Profile, Queue, Q in Connect
|
|
12863
12879
|
#
|
|
12864
|
-
# UI name: [Average agent message length][
|
|
12880
|
+
# UI name: [Average agent message length][39]
|
|
12865
12881
|
#
|
|
12866
12882
|
# AVG\_MESSAGE\_LENGTH\_CUSTOMER
|
|
12867
12883
|
#
|
|
@@ -12872,7 +12888,7 @@ module Aws::Connect
|
|
|
12872
12888
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
12873
12889
|
# Profile, Queue, Q in Connect
|
|
12874
12890
|
#
|
|
12875
|
-
# UI name: [Average customer message length][
|
|
12891
|
+
# UI name: [Average customer message length][40]
|
|
12876
12892
|
#
|
|
12877
12893
|
# AVG\_MESSAGES
|
|
12878
12894
|
#
|
|
@@ -12883,7 +12899,7 @@ module Aws::Connect
|
|
|
12883
12899
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
12884
12900
|
# Profile, Queue, Q in Connect
|
|
12885
12901
|
#
|
|
12886
|
-
# UI name: [Average messages][
|
|
12902
|
+
# UI name: [Average messages][41]
|
|
12887
12903
|
#
|
|
12888
12904
|
# AVG\_MESSAGES\_AGENT
|
|
12889
12905
|
#
|
|
@@ -12894,7 +12910,7 @@ module Aws::Connect
|
|
|
12894
12910
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
12895
12911
|
# Profile, Queue, Q in Connect
|
|
12896
12912
|
#
|
|
12897
|
-
# UI name: [Average agent messages][
|
|
12913
|
+
# UI name: [Average agent messages][42]
|
|
12898
12914
|
#
|
|
12899
12915
|
# AVG\_MESSAGES\_BOT
|
|
12900
12916
|
#
|
|
@@ -12905,7 +12921,7 @@ module Aws::Connect
|
|
|
12905
12921
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
12906
12922
|
# Profile, Queue, Q in Connect
|
|
12907
12923
|
#
|
|
12908
|
-
# UI name: [Average bot messages][
|
|
12924
|
+
# UI name: [Average bot messages][43]
|
|
12909
12925
|
#
|
|
12910
12926
|
# AVG\_MESSAGES\_CUSTOMER
|
|
12911
12927
|
#
|
|
@@ -12916,7 +12932,7 @@ module Aws::Connect
|
|
|
12916
12932
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
12917
12933
|
# Profile, Queue, Q in Connect
|
|
12918
12934
|
#
|
|
12919
|
-
# UI name: [Average customer messages][
|
|
12935
|
+
# UI name: [Average customer messages][44]
|
|
12920
12936
|
#
|
|
12921
12937
|
# AVG\_NON\_TALK\_TIME
|
|
12922
12938
|
#
|
|
@@ -12929,7 +12945,7 @@ module Aws::Connect
|
|
|
12929
12945
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
12930
12946
|
# Q in Connect
|
|
12931
12947
|
#
|
|
12932
|
-
# UI name: [Average non-talk time][
|
|
12948
|
+
# UI name: [Average non-talk time][45]
|
|
12933
12949
|
#
|
|
12934
12950
|
# AVG\_QUEUE\_ANSWER\_TIME
|
|
12935
12951
|
#
|
|
@@ -12938,7 +12954,7 @@ module Aws::Connect
|
|
|
12938
12954
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
12939
12955
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
12940
12956
|
#
|
|
12941
|
-
# UI name: [Average queue answer time][
|
|
12957
|
+
# UI name: [Average queue answer time][46]
|
|
12942
12958
|
#
|
|
12943
12959
|
# Valid metric level filters: `INITIATION_METHOD`, `FEATURE`,
|
|
12944
12960
|
# `DISCONNECT_REASON`
|
|
@@ -12955,7 +12971,7 @@ module Aws::Connect
|
|
|
12955
12971
|
# Agent, Feature, contact/segmentAttributes/connect:Subtype, Q in
|
|
12956
12972
|
# Connect, Agent Hierarchy
|
|
12957
12973
|
#
|
|
12958
|
-
# UI name: [Avg. queue answer time - customer first callback][
|
|
12974
|
+
# UI name: [Avg. queue answer time - customer first callback][47]
|
|
12959
12975
|
#
|
|
12960
12976
|
# AVG\_RESPONSE\_TIME\_AGENT
|
|
12961
12977
|
#
|
|
@@ -12966,7 +12982,7 @@ module Aws::Connect
|
|
|
12966
12982
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
12967
12983
|
# Profile, Queue, Q in Connect
|
|
12968
12984
|
#
|
|
12969
|
-
# UI name: [Average agent response time][
|
|
12985
|
+
# UI name: [Average agent response time][48]
|
|
12970
12986
|
#
|
|
12971
12987
|
# AVG\_RESPONSE\_TIME\_CUSTOMER
|
|
12972
12988
|
#
|
|
@@ -12977,7 +12993,7 @@ module Aws::Connect
|
|
|
12977
12993
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
12978
12994
|
# Profile, Queue, Q in Connect
|
|
12979
12995
|
#
|
|
12980
|
-
# UI name: [Average customer response time][
|
|
12996
|
+
# UI name: [Average customer response time][49]
|
|
12981
12997
|
#
|
|
12982
12998
|
# AVG\_RESOLUTION\_TIME
|
|
12983
12999
|
#
|
|
@@ -12986,7 +13002,7 @@ module Aws::Connect
|
|
|
12986
13002
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
12987
13003
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
12988
13004
|
#
|
|
12989
|
-
# UI name: [Average resolution time][
|
|
13005
|
+
# UI name: [Average resolution time][50]
|
|
12990
13006
|
#
|
|
12991
13007
|
# AVG\_TALK\_TIME
|
|
12992
13008
|
#
|
|
@@ -12999,7 +13015,7 @@ module Aws::Connect
|
|
|
12999
13015
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13000
13016
|
# Q in Connect
|
|
13001
13017
|
#
|
|
13002
|
-
# UI name: [Average talk time][
|
|
13018
|
+
# UI name: [Average talk time][51]
|
|
13003
13019
|
#
|
|
13004
13020
|
# AVG\_TALK\_TIME\_AGENT
|
|
13005
13021
|
#
|
|
@@ -13012,7 +13028,7 @@ module Aws::Connect
|
|
|
13012
13028
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13013
13029
|
# Q in Connect
|
|
13014
13030
|
#
|
|
13015
|
-
# UI name: [Average agent talk time][
|
|
13031
|
+
# UI name: [Average agent talk time][52]
|
|
13016
13032
|
#
|
|
13017
13033
|
# AVG\_TALK\_TIME\_CUSTOMER
|
|
13018
13034
|
#
|
|
@@ -13025,7 +13041,7 @@ module Aws::Connect
|
|
|
13025
13041
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13026
13042
|
# Q in Connect
|
|
13027
13043
|
#
|
|
13028
|
-
# UI name: [Average customer talk time][
|
|
13044
|
+
# UI name: [Average customer talk time][53]
|
|
13029
13045
|
#
|
|
13030
13046
|
# AVG\_WAIT\_TIME\_AFTER\_CUSTOMER\_CONNECTION
|
|
13031
13047
|
#
|
|
@@ -13036,7 +13052,7 @@ module Aws::Connect
|
|
|
13036
13052
|
#
|
|
13037
13053
|
# Valid groupings and filters: Campaign
|
|
13038
13054
|
#
|
|
13039
|
-
# UI name: [Average wait time after customer connection][
|
|
13055
|
+
# UI name: [Average wait time after customer connection][54]
|
|
13040
13056
|
#
|
|
13041
13057
|
# AVG\_WAIT\_TIME\_AFTER\_CUSTOMER\_FIRST\_CALLBACK\_CONNECTION
|
|
13042
13058
|
#
|
|
@@ -13047,7 +13063,7 @@ module Aws::Connect
|
|
|
13047
13063
|
# Connect, Agent Hierarchy
|
|
13048
13064
|
#
|
|
13049
13065
|
# UI name: [Avg. wait time after customer connection - customer
|
|
13050
|
-
# first callback][
|
|
13066
|
+
# first callback][55]
|
|
13051
13067
|
#
|
|
13052
13068
|
# AVG\_WEIGHTED\_EVALUATION\_SCORE
|
|
13053
13069
|
#
|
|
@@ -13057,7 +13073,7 @@ module Aws::Connect
|
|
|
13057
13073
|
# Evaluation Form Id, Evaluation Section ID, Evaluation Question ID,
|
|
13058
13074
|
# Evaluation Source, Form Version, Queue, Routing Profile
|
|
13059
13075
|
#
|
|
13060
|
-
# UI name: [Average weighted evaluation score][
|
|
13076
|
+
# UI name: [Average weighted evaluation score][56]
|
|
13061
13077
|
#
|
|
13062
13078
|
# BOT\_CONVERSATIONS\_COMPLETED
|
|
13063
13079
|
#
|
|
@@ -13070,7 +13086,7 @@ module Aws::Connect
|
|
|
13070
13086
|
# Initiation method, Invoking resource type, Parent flows resource
|
|
13071
13087
|
# ID
|
|
13072
13088
|
#
|
|
13073
|
-
# UI name: [Bot conversations completed][
|
|
13089
|
+
# UI name: [Bot conversations completed][57]
|
|
13074
13090
|
#
|
|
13075
13091
|
# BOT\_INTENTS\_COMPLETED
|
|
13076
13092
|
#
|
|
@@ -13083,7 +13099,7 @@ module Aws::Connect
|
|
|
13083
13099
|
# published timestamp, Initiation method, Invoking resource type,
|
|
13084
13100
|
# Parent flows resource ID
|
|
13085
13101
|
#
|
|
13086
|
-
# UI name: [Bot intents completed][
|
|
13102
|
+
# UI name: [Bot intents completed][58]
|
|
13087
13103
|
#
|
|
13088
13104
|
# CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X
|
|
13089
13105
|
#
|
|
@@ -13098,7 +13114,7 @@ module Aws::Connect
|
|
|
13098
13114
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
|
13099
13115
|
# `GT` (for *Greater than*).
|
|
13100
13116
|
#
|
|
13101
|
-
# UI name: [Campaign contacts abandoned after X][
|
|
13117
|
+
# UI name: [Campaign contacts abandoned after X][59]
|
|
13102
13118
|
#
|
|
13103
13119
|
# CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X\_RATE
|
|
13104
13120
|
#
|
|
@@ -13113,7 +13129,7 @@ module Aws::Connect
|
|
|
13113
13129
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
|
13114
13130
|
# `GT` (for *Greater than*).
|
|
13115
13131
|
#
|
|
13116
|
-
# UI name: [Campaign contacts abandoned after X rate][
|
|
13132
|
+
# UI name: [Campaign contacts abandoned after X rate][60]
|
|
13117
13133
|
#
|
|
13118
13134
|
# CAMPAIGN\_INTERACTIONS
|
|
13119
13135
|
#
|
|
@@ -13126,7 +13142,7 @@ module Aws::Connect
|
|
|
13126
13142
|
#
|
|
13127
13143
|
# Valid groupings and filters: Campaign
|
|
13128
13144
|
#
|
|
13129
|
-
# UI name: [Campaign interactions][
|
|
13145
|
+
# UI name: [Campaign interactions][61]
|
|
13130
13146
|
#
|
|
13131
13147
|
# CAMPAIGN\_PROGRESS\_RATE
|
|
13132
13148
|
#
|
|
@@ -13139,7 +13155,7 @@ module Aws::Connect
|
|
|
13139
13155
|
# Valid groupings and filters: Campaign, Campaign Execution
|
|
13140
13156
|
# Timestamp
|
|
13141
13157
|
#
|
|
13142
|
-
# UI name: [Campaign progress rate][
|
|
13158
|
+
# UI name: [Campaign progress rate][62]
|
|
13143
13159
|
#
|
|
13144
13160
|
# CAMPAIGN\_SEND\_ATTEMPTS
|
|
13145
13161
|
#
|
|
@@ -13150,7 +13166,7 @@ module Aws::Connect
|
|
|
13150
13166
|
# Valid groupings and filters: Campaign, Channel,
|
|
13151
13167
|
# contact/segmentAttributes/connect:Subtype
|
|
13152
13168
|
#
|
|
13153
|
-
# UI name: [Campaign send attempts][
|
|
13169
|
+
# UI name: [Campaign send attempts][63]
|
|
13154
13170
|
#
|
|
13155
13171
|
# CAMPAIGN\_SEND\_EXCLUSIONS
|
|
13156
13172
|
#
|
|
@@ -13163,7 +13179,7 @@ module Aws::Connect
|
|
|
13163
13179
|
# Valid groupings and filters: Campaign, Campaign Excluded Event
|
|
13164
13180
|
# Type, Campaign Execution Timestamp
|
|
13165
13181
|
#
|
|
13166
|
-
# UI name: [Campaign send exclusions][
|
|
13182
|
+
# UI name: [Campaign send exclusions][64]
|
|
13167
13183
|
#
|
|
13168
13184
|
# CASES\_CREATED
|
|
13169
13185
|
#
|
|
@@ -13173,7 +13189,7 @@ module Aws::Connect
|
|
|
13173
13189
|
#
|
|
13174
13190
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
13175
13191
|
#
|
|
13176
|
-
# UI name: [Cases created][
|
|
13192
|
+
# UI name: [Cases created][65]
|
|
13177
13193
|
#
|
|
13178
13194
|
# CONTACTS\_CREATED
|
|
13179
13195
|
#
|
|
@@ -13184,7 +13200,7 @@ module Aws::Connect
|
|
|
13184
13200
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13185
13201
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
13186
13202
|
#
|
|
13187
|
-
# UI name: [Contacts created][
|
|
13203
|
+
# UI name: [Contacts created][66]
|
|
13188
13204
|
#
|
|
13189
13205
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
13190
13206
|
#
|
|
@@ -13201,7 +13217,7 @@ module Aws::Connect
|
|
|
13201
13217
|
# contact/segmentAttributes/connect:Subtype, RoutingStepExpression,
|
|
13202
13218
|
# Q in Connect
|
|
13203
13219
|
#
|
|
13204
|
-
# UI name: [Contacts handled][
|
|
13220
|
+
# UI name: [Contacts handled][67]
|
|
13205
13221
|
#
|
|
13206
13222
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
13207
13223
|
#
|
|
@@ -13216,7 +13232,7 @@ module Aws::Connect
|
|
|
13216
13232
|
# Valid groupings and filters: Queue, Channel, Agent, Agent
|
|
13217
13233
|
# Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
13218
13234
|
#
|
|
13219
|
-
# UI name: [Contacts handled (connected to agent timestamp)][
|
|
13235
|
+
# UI name: [Contacts handled (connected to agent timestamp)][68]
|
|
13220
13236
|
#
|
|
13221
13237
|
# CONTACTS\_HOLD\_ABANDONS
|
|
13222
13238
|
#
|
|
@@ -13226,7 +13242,7 @@ module Aws::Connect
|
|
|
13226
13242
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13227
13243
|
# Q in Connect
|
|
13228
13244
|
#
|
|
13229
|
-
# UI name: [Contacts hold disconnect][
|
|
13245
|
+
# UI name: [Contacts hold disconnect][69]
|
|
13230
13246
|
#
|
|
13231
13247
|
# CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
|
|
13232
13248
|
#
|
|
@@ -13235,7 +13251,7 @@ module Aws::Connect
|
|
|
13235
13251
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13236
13252
|
# Agent, Agent Hierarchy, Q in Connect
|
|
13237
13253
|
#
|
|
13238
|
-
# UI name: [Contacts hold agent disconnect][
|
|
13254
|
+
# UI name: [Contacts hold agent disconnect][70]
|
|
13239
13255
|
#
|
|
13240
13256
|
# CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
|
|
13241
13257
|
#
|
|
@@ -13244,7 +13260,7 @@ module Aws::Connect
|
|
|
13244
13260
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13245
13261
|
# Agent, Agent Hierarchy, Q in Connect
|
|
13246
13262
|
#
|
|
13247
|
-
# UI name: [Contacts hold customer disconnect][
|
|
13263
|
+
# UI name: [Contacts hold customer disconnect][71]
|
|
13248
13264
|
#
|
|
13249
13265
|
# CONTACTS\_PUT\_ON\_HOLD
|
|
13250
13266
|
#
|
|
@@ -13253,7 +13269,7 @@ module Aws::Connect
|
|
|
13253
13269
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13254
13270
|
# Agent, Agent Hierarchy, Q in Connect
|
|
13255
13271
|
#
|
|
13256
|
-
# UI name: [Contacts put on hold][
|
|
13272
|
+
# UI name: [Contacts put on hold][72]
|
|
13257
13273
|
#
|
|
13258
13274
|
# CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
|
|
13259
13275
|
#
|
|
@@ -13262,7 +13278,7 @@ module Aws::Connect
|
|
|
13262
13278
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13263
13279
|
# Agent, Agent Hierarchy, Q in Connect
|
|
13264
13280
|
#
|
|
13265
|
-
# UI name: [Contacts transferred out external][
|
|
13281
|
+
# UI name: [Contacts transferred out external][73]
|
|
13266
13282
|
#
|
|
13267
13283
|
# CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
|
|
13268
13284
|
#
|
|
@@ -13271,7 +13287,7 @@ module Aws::Connect
|
|
|
13271
13287
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13272
13288
|
# Agent, Agent Hierarchy, Q in Connect
|
|
13273
13289
|
#
|
|
13274
|
-
# UI name: [Contacts transferred out internal][
|
|
13290
|
+
# UI name: [Contacts transferred out internal][74]
|
|
13275
13291
|
#
|
|
13276
13292
|
# CONTACTS\_QUEUED
|
|
13277
13293
|
#
|
|
@@ -13281,7 +13297,7 @@ module Aws::Connect
|
|
|
13281
13297
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13282
13298
|
# Q in Connect
|
|
13283
13299
|
#
|
|
13284
|
-
# UI name: [Contacts queued][
|
|
13300
|
+
# UI name: [Contacts queued][75]
|
|
13285
13301
|
#
|
|
13286
13302
|
# CONTACTS\_QUEUED\_BY\_ENQUEUE
|
|
13287
13303
|
#
|
|
@@ -13290,7 +13306,7 @@ module Aws::Connect
|
|
|
13290
13306
|
# Valid groupings and filters: Queue, Channel, Agent, Agent
|
|
13291
13307
|
# Hierarchy, contact/segmentAttributes/connect:Subtype
|
|
13292
13308
|
#
|
|
13293
|
-
# UI name: [Contacts queued (enqueue timestamp)][
|
|
13309
|
+
# UI name: [Contacts queued (enqueue timestamp)][76]
|
|
13294
13310
|
#
|
|
13295
13311
|
# CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
|
|
13296
13312
|
#
|
|
@@ -13303,7 +13319,7 @@ module Aws::Connect
|
|
|
13303
13319
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
|
13304
13320
|
# (for "Less than") or `LTE` (for "Less than equal").
|
|
13305
13321
|
#
|
|
13306
|
-
# UI name: [Contacts removed from queue in X seconds][
|
|
13322
|
+
# UI name: [Contacts removed from queue in X seconds][77]
|
|
13307
13323
|
#
|
|
13308
13324
|
# CONTACTS\_RESOLVED\_IN\_X
|
|
13309
13325
|
#
|
|
@@ -13316,7 +13332,7 @@ module Aws::Connect
|
|
|
13316
13332
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
|
13317
13333
|
# (for "Less than") or `LTE` (for "Less than equal").
|
|
13318
13334
|
#
|
|
13319
|
-
# UI name: [Contacts resolved in X][
|
|
13335
|
+
# UI name: [Contacts resolved in X][78]
|
|
13320
13336
|
#
|
|
13321
13337
|
# CONTACTS\_TRANSFERRED\_OUT
|
|
13322
13338
|
#
|
|
@@ -13326,7 +13342,7 @@ module Aws::Connect
|
|
|
13326
13342
|
# Agent, Agent Hierarchy, Feature,
|
|
13327
13343
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
13328
13344
|
#
|
|
13329
|
-
# UI name: [Contacts transferred out][
|
|
13345
|
+
# UI name: [Contacts transferred out][79]
|
|
13330
13346
|
#
|
|
13331
13347
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
13332
13348
|
#
|
|
@@ -13340,7 +13356,7 @@ module Aws::Connect
|
|
|
13340
13356
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13341
13357
|
# Q in Connect
|
|
13342
13358
|
#
|
|
13343
|
-
# UI name: [Contacts transferred out by agent][
|
|
13359
|
+
# UI name: [Contacts transferred out by agent][80]
|
|
13344
13360
|
#
|
|
13345
13361
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
|
13346
13362
|
#
|
|
@@ -13350,7 +13366,7 @@ module Aws::Connect
|
|
|
13350
13366
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13351
13367
|
# Q in Connect
|
|
13352
13368
|
#
|
|
13353
|
-
# UI name: [Contacts transferred out queue][
|
|
13369
|
+
# UI name: [Contacts transferred out queue][81]
|
|
13354
13370
|
#
|
|
13355
13371
|
# CURRENT\_CASES
|
|
13356
13372
|
#
|
|
@@ -13360,7 +13376,7 @@ module Aws::Connect
|
|
|
13360
13376
|
#
|
|
13361
13377
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
13362
13378
|
#
|
|
13363
|
-
# UI name: [Current cases][
|
|
13379
|
+
# UI name: [Current cases][82]
|
|
13364
13380
|
#
|
|
13365
13381
|
# CONVERSATIONS\_ABANDONED
|
|
13366
13382
|
#
|
|
@@ -13371,7 +13387,7 @@ module Aws::Connect
|
|
|
13371
13387
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
|
13372
13388
|
# Profile, Queue, Q in Connect
|
|
13373
13389
|
#
|
|
13374
|
-
# UI name: [Conversations abandoned][
|
|
13390
|
+
# UI name: [Conversations abandoned][83]
|
|
13375
13391
|
#
|
|
13376
13392
|
# DELIVERY\_ATTEMPTS
|
|
13377
13393
|
#
|
|
@@ -13387,7 +13403,7 @@ module Aws::Connect
|
|
|
13387
13403
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
|
13388
13404
|
# Queue, Routing Profile
|
|
13389
13405
|
#
|
|
13390
|
-
# UI name: [Delivery attempts][
|
|
13406
|
+
# UI name: [Delivery attempts][84]
|
|
13391
13407
|
#
|
|
13392
13408
|
# <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
|
|
13393
13409
|
# for SMS and Email campaign delivery modes. Agent, Queue, Routing
|
|
@@ -13413,7 +13429,7 @@ module Aws::Connect
|
|
|
13413
13429
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
|
13414
13430
|
# Queue, Routing Profile
|
|
13415
13431
|
#
|
|
13416
|
-
# UI name: [Delivery attempt disposition rate][
|
|
13432
|
+
# UI name: [Delivery attempt disposition rate][85]
|
|
13417
13433
|
#
|
|
13418
13434
|
# <note markdown="1"> Campaign Delivery Event Type filter and grouping are only
|
|
13419
13435
|
# available for SMS and Email campaign delivery modes. Agent, Queue,
|
|
@@ -13431,7 +13447,7 @@ module Aws::Connect
|
|
|
13431
13447
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue,
|
|
13432
13448
|
# Routing Profile
|
|
13433
13449
|
#
|
|
13434
|
-
# UI name: [Evaluations performed][
|
|
13450
|
+
# UI name: [Evaluations performed][86]
|
|
13435
13451
|
#
|
|
13436
13452
|
# FLOWS\_OUTCOME
|
|
13437
13453
|
#
|
|
@@ -13443,7 +13459,7 @@ module Aws::Connect
|
|
|
13443
13459
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
|
13444
13460
|
# published timestamp
|
|
13445
13461
|
#
|
|
13446
|
-
# UI name: [Flows outcome][
|
|
13462
|
+
# UI name: [Flows outcome][87]
|
|
13447
13463
|
#
|
|
13448
13464
|
# FLOWS\_STARTED
|
|
13449
13465
|
#
|
|
@@ -13454,7 +13470,7 @@ module Aws::Connect
|
|
|
13454
13470
|
# resource ID, Flows resource ID, Initiation method, Resource
|
|
13455
13471
|
# published timestamp
|
|
13456
13472
|
#
|
|
13457
|
-
# UI name: [Flows started][
|
|
13473
|
+
# UI name: [Flows started][88]
|
|
13458
13474
|
#
|
|
13459
13475
|
# HUMAN\_ANSWERED\_CALLS
|
|
13460
13476
|
#
|
|
@@ -13466,7 +13482,7 @@ module Aws::Connect
|
|
|
13466
13482
|
#
|
|
13467
13483
|
# Valid groupings and filters: Agent, Campaign
|
|
13468
13484
|
#
|
|
13469
|
-
# UI name: [Human answered][
|
|
13485
|
+
# UI name: [Human answered][89]
|
|
13470
13486
|
#
|
|
13471
13487
|
# MAX\_FLOW\_TIME
|
|
13472
13488
|
#
|
|
@@ -13478,7 +13494,7 @@ module Aws::Connect
|
|
|
13478
13494
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
|
13479
13495
|
# published timestamp
|
|
13480
13496
|
#
|
|
13481
|
-
# UI name: [Maximum flow time][
|
|
13497
|
+
# UI name: [Maximum flow time][90]
|
|
13482
13498
|
#
|
|
13483
13499
|
# MAX\_QUEUED\_TIME
|
|
13484
13500
|
#
|
|
@@ -13488,7 +13504,7 @@ module Aws::Connect
|
|
|
13488
13504
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13489
13505
|
# Q in Connect
|
|
13490
13506
|
#
|
|
13491
|
-
# UI name: [Maximum queued time][
|
|
13507
|
+
# UI name: [Maximum queued time][91]
|
|
13492
13508
|
#
|
|
13493
13509
|
# MIN\_FLOW\_TIME
|
|
13494
13510
|
#
|
|
@@ -13500,7 +13516,7 @@ module Aws::Connect
|
|
|
13500
13516
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
|
13501
13517
|
# published timestamp
|
|
13502
13518
|
#
|
|
13503
|
-
# UI name: [Minimum flow time][
|
|
13519
|
+
# UI name: [Minimum flow time][92]
|
|
13504
13520
|
#
|
|
13505
13521
|
# PERCENT\_AUTOMATIC\_FAILS
|
|
13506
13522
|
#
|
|
@@ -13510,7 +13526,7 @@ module Aws::Connect
|
|
|
13510
13526
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue,
|
|
13511
13527
|
# Routing Profile
|
|
13512
13528
|
#
|
|
13513
|
-
# UI name: [Automatic fails percent][
|
|
13529
|
+
# UI name: [Automatic fails percent][93]
|
|
13514
13530
|
#
|
|
13515
13531
|
# PERCENT\_BOT\_CONVERSATIONS\_OUTCOME
|
|
13516
13532
|
#
|
|
@@ -13523,7 +13539,7 @@ module Aws::Connect
|
|
|
13523
13539
|
# Initiation method, Invoking resource type, Parent flows resource
|
|
13524
13540
|
# ID
|
|
13525
13541
|
#
|
|
13526
|
-
# UI name: [Percent bot conversations outcome][
|
|
13542
|
+
# UI name: [Percent bot conversations outcome][94]
|
|
13527
13543
|
#
|
|
13528
13544
|
# PERCENT\_BOT\_INTENTS\_OUTCOME
|
|
13529
13545
|
#
|
|
@@ -13536,7 +13552,7 @@ module Aws::Connect
|
|
|
13536
13552
|
# published timestamp, Initiation method, Invoking resource type,
|
|
13537
13553
|
# Parent flows resource ID
|
|
13538
13554
|
#
|
|
13539
|
-
# UI name: [Percent bot intents outcome][
|
|
13555
|
+
# UI name: [Percent bot intents outcome][95]
|
|
13540
13556
|
#
|
|
13541
13557
|
# PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
|
|
13542
13558
|
#
|
|
@@ -13546,7 +13562,7 @@ module Aws::Connect
|
|
|
13546
13562
|
#
|
|
13547
13563
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
13548
13564
|
#
|
|
13549
|
-
# UI name: [Cases resolved on first contact][
|
|
13565
|
+
# UI name: [Cases resolved on first contact][96]
|
|
13550
13566
|
#
|
|
13551
13567
|
# PERCENT\_CONTACTS\_STEP\_EXPIRED
|
|
13552
13568
|
#
|
|
@@ -13578,7 +13594,7 @@ module Aws::Connect
|
|
|
13578
13594
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
|
13579
13595
|
# published timestamp
|
|
13580
13596
|
#
|
|
13581
|
-
# UI name: [Flows outcome percentage][
|
|
13597
|
+
# UI name: [Flows outcome percentage][97].
|
|
13582
13598
|
#
|
|
13583
13599
|
# <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
|
|
13584
13600
|
#
|
|
@@ -13595,7 +13611,7 @@ module Aws::Connect
|
|
|
13595
13611
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13596
13612
|
# Q in Connect
|
|
13597
13613
|
#
|
|
13598
|
-
# UI name: [Non-talk time percent][
|
|
13614
|
+
# UI name: [Non-talk time percent][98]
|
|
13599
13615
|
#
|
|
13600
13616
|
# PERCENT\_TALK\_TIME
|
|
13601
13617
|
#
|
|
@@ -13608,7 +13624,7 @@ module Aws::Connect
|
|
|
13608
13624
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13609
13625
|
# Q in Connect
|
|
13610
13626
|
#
|
|
13611
|
-
# UI name: [Talk time percent][
|
|
13627
|
+
# UI name: [Talk time percent][99]
|
|
13612
13628
|
#
|
|
13613
13629
|
# PERCENT\_TALK\_TIME\_AGENT
|
|
13614
13630
|
#
|
|
@@ -13621,7 +13637,7 @@ module Aws::Connect
|
|
|
13621
13637
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13622
13638
|
# Q in Connect
|
|
13623
13639
|
#
|
|
13624
|
-
# UI name: [Agent talk time percent][
|
|
13640
|
+
# UI name: [Agent talk time percent][100]
|
|
13625
13641
|
#
|
|
13626
13642
|
# PERCENT\_TALK\_TIME\_CUSTOMER
|
|
13627
13643
|
#
|
|
@@ -13634,7 +13650,7 @@ module Aws::Connect
|
|
|
13634
13650
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13635
13651
|
# Q in Connect
|
|
13636
13652
|
#
|
|
13637
|
-
# UI name: [Customer talk time percent][
|
|
13653
|
+
# UI name: [Customer talk time percent][101]
|
|
13638
13654
|
#
|
|
13639
13655
|
# RECIPIENTS\_ATTEMPTED
|
|
13640
13656
|
#
|
|
@@ -13647,7 +13663,7 @@ module Aws::Connect
|
|
|
13647
13663
|
# Valid groupings and filters: Campaign, Campaign Execution
|
|
13648
13664
|
# Timestamp
|
|
13649
13665
|
#
|
|
13650
|
-
# UI name: [Recipients attempted][
|
|
13666
|
+
# UI name: [Recipients attempted][102]
|
|
13651
13667
|
#
|
|
13652
13668
|
# RECIPIENTS\_INTERACTED
|
|
13653
13669
|
#
|
|
@@ -13663,7 +13679,7 @@ module Aws::Connect
|
|
|
13663
13679
|
# contact/segmentAttributes/connect:Subtype, Campaign Execution
|
|
13664
13680
|
# Timestamp
|
|
13665
13681
|
#
|
|
13666
|
-
# UI name: [Recipients interacted][
|
|
13682
|
+
# UI name: [Recipients interacted][103]
|
|
13667
13683
|
#
|
|
13668
13684
|
# RECIPIENTS\_TARGETED
|
|
13669
13685
|
#
|
|
@@ -13676,7 +13692,7 @@ module Aws::Connect
|
|
|
13676
13692
|
# Valid groupings and filters: Campaign, Campaign Execution
|
|
13677
13693
|
# Timestamp
|
|
13678
13694
|
#
|
|
13679
|
-
# UI name: [Recipients targeted][
|
|
13695
|
+
# UI name: [Recipients targeted][104]
|
|
13680
13696
|
#
|
|
13681
13697
|
# REOPENED\_CASE\_ACTIONS
|
|
13682
13698
|
#
|
|
@@ -13686,7 +13702,7 @@ module Aws::Connect
|
|
|
13686
13702
|
#
|
|
13687
13703
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
13688
13704
|
#
|
|
13689
|
-
# UI name: [Cases reopened][
|
|
13705
|
+
# UI name: [Cases reopened][105]
|
|
13690
13706
|
#
|
|
13691
13707
|
# RESOLVED\_CASE\_ACTIONS
|
|
13692
13708
|
#
|
|
@@ -13696,7 +13712,7 @@ module Aws::Connect
|
|
|
13696
13712
|
#
|
|
13697
13713
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
13698
13714
|
#
|
|
13699
|
-
# UI name: [Cases resolved][
|
|
13715
|
+
# UI name: [Cases resolved][106]
|
|
13700
13716
|
#
|
|
13701
13717
|
# SERVICE\_LEVEL
|
|
13702
13718
|
#
|
|
@@ -13711,7 +13727,7 @@ module Aws::Connect
|
|
|
13711
13727
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
|
13712
13728
|
# (for "Less than") or `LTE` (for "Less than equal").
|
|
13713
13729
|
#
|
|
13714
|
-
# UI name: [Service level X][
|
|
13730
|
+
# UI name: [Service level X][107]
|
|
13715
13731
|
#
|
|
13716
13732
|
# STEP\_CONTACTS\_QUEUED
|
|
13717
13733
|
#
|
|
@@ -13743,7 +13759,7 @@ module Aws::Connect
|
|
|
13743
13759
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13744
13760
|
# Agent, Agent Hierarchy
|
|
13745
13761
|
#
|
|
13746
|
-
# UI name: [Agent API connecting time][
|
|
13762
|
+
# UI name: [Agent API connecting time][108]
|
|
13747
13763
|
#
|
|
13748
13764
|
# <note markdown="1"> The `Negate` key in metric-level filters is not applicable for
|
|
13749
13765
|
# this metric.
|
|
@@ -13766,7 +13782,7 @@ module Aws::Connect
|
|
|
13766
13782
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13767
13783
|
# RoutingStepExpression, Q in Connect
|
|
13768
13784
|
#
|
|
13769
|
-
# UI name: [Contact abandoned][
|
|
13785
|
+
# UI name: [Contact abandoned][109]
|
|
13770
13786
|
#
|
|
13771
13787
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
|
13772
13788
|
#
|
|
@@ -13779,7 +13795,7 @@ module Aws::Connect
|
|
|
13779
13795
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
|
13780
13796
|
# (for "Less than") or `LTE` (for "Less than equal").
|
|
13781
13797
|
#
|
|
13782
|
-
# UI name: [Contacts abandoned in X seconds][
|
|
13798
|
+
# UI name: [Contacts abandoned in X seconds][110]
|
|
13783
13799
|
#
|
|
13784
13800
|
# SUM\_CONTACTS\_ANSWERED\_IN\_X
|
|
13785
13801
|
#
|
|
@@ -13792,7 +13808,7 @@ module Aws::Connect
|
|
|
13792
13808
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
|
13793
13809
|
# (for "Less than") or `LTE` (for "Less than equal").
|
|
13794
13810
|
#
|
|
13795
|
-
# UI name: [Contacts answered in X seconds][
|
|
13811
|
+
# UI name: [Contacts answered in X seconds][111]
|
|
13796
13812
|
#
|
|
13797
13813
|
# SUM\_CONTACT\_FLOW\_TIME
|
|
13798
13814
|
#
|
|
@@ -13801,7 +13817,7 @@ module Aws::Connect
|
|
|
13801
13817
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13802
13818
|
# Agent, Agent Hierarchy, Q in Connect
|
|
13803
13819
|
#
|
|
13804
|
-
# UI name: [Contact flow time][
|
|
13820
|
+
# UI name: [Contact flow time][112]
|
|
13805
13821
|
#
|
|
13806
13822
|
# SUM\_CONTACT\_TIME\_AGENT
|
|
13807
13823
|
#
|
|
@@ -13810,7 +13826,7 @@ module Aws::Connect
|
|
|
13810
13826
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
|
13811
13827
|
# Hierarchy
|
|
13812
13828
|
#
|
|
13813
|
-
# UI name: [Agent on contact time][
|
|
13829
|
+
# UI name: [Agent on contact time][113]
|
|
13814
13830
|
#
|
|
13815
13831
|
# SUM\_CONTACTS\_DISCONNECTED
|
|
13816
13832
|
#
|
|
@@ -13822,7 +13838,7 @@ module Aws::Connect
|
|
|
13822
13838
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13823
13839
|
# Q in Connect
|
|
13824
13840
|
#
|
|
13825
|
-
# UI name: [Contact disconnected][
|
|
13841
|
+
# UI name: [Contact disconnected][114]
|
|
13826
13842
|
#
|
|
13827
13843
|
# SUM\_ERROR\_STATUS\_TIME\_AGENT
|
|
13828
13844
|
#
|
|
@@ -13831,7 +13847,7 @@ module Aws::Connect
|
|
|
13831
13847
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
|
13832
13848
|
# Hierarchy
|
|
13833
13849
|
#
|
|
13834
|
-
# UI name: [Error status time][
|
|
13850
|
+
# UI name: [Error status time][115]
|
|
13835
13851
|
#
|
|
13836
13852
|
# SUM\_HANDLE\_TIME
|
|
13837
13853
|
#
|
|
@@ -13840,7 +13856,7 @@ module Aws::Connect
|
|
|
13840
13856
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13841
13857
|
# Agent, Agent Hierarchy, Q in Connect
|
|
13842
13858
|
#
|
|
13843
|
-
# UI name: [Contact handle time][
|
|
13859
|
+
# UI name: [Contact handle time][116]
|
|
13844
13860
|
#
|
|
13845
13861
|
# SUM\_HOLD\_TIME
|
|
13846
13862
|
#
|
|
@@ -13849,7 +13865,7 @@ module Aws::Connect
|
|
|
13849
13865
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13850
13866
|
# Agent, Agent Hierarchy, Q in Connect
|
|
13851
13867
|
#
|
|
13852
|
-
# UI name: [Customer hold time][
|
|
13868
|
+
# UI name: [Customer hold time][117]
|
|
13853
13869
|
#
|
|
13854
13870
|
# SUM\_IDLE\_TIME\_AGENT
|
|
13855
13871
|
#
|
|
@@ -13858,7 +13874,7 @@ module Aws::Connect
|
|
|
13858
13874
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
|
13859
13875
|
# Hierarchy
|
|
13860
13876
|
#
|
|
13861
|
-
# UI name: [Agent idle time][
|
|
13877
|
+
# UI name: [Agent idle time][118]
|
|
13862
13878
|
#
|
|
13863
13879
|
# SUM\_INTERACTION\_AND\_HOLD\_TIME
|
|
13864
13880
|
#
|
|
@@ -13867,7 +13883,7 @@ module Aws::Connect
|
|
|
13867
13883
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13868
13884
|
# Agent, Agent Hierarchy, Q in Connect
|
|
13869
13885
|
#
|
|
13870
|
-
# UI name: [Agent interaction and hold time][
|
|
13886
|
+
# UI name: [Agent interaction and hold time][119]
|
|
13871
13887
|
#
|
|
13872
13888
|
# SUM\_INTERACTION\_TIME
|
|
13873
13889
|
#
|
|
@@ -13876,7 +13892,7 @@ module Aws::Connect
|
|
|
13876
13892
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13877
13893
|
# Agent, Agent Hierarchy
|
|
13878
13894
|
#
|
|
13879
|
-
# UI name: [Agent interaction time][
|
|
13895
|
+
# UI name: [Agent interaction time][120]
|
|
13880
13896
|
#
|
|
13881
13897
|
# SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
|
|
13882
13898
|
#
|
|
@@ -13885,7 +13901,7 @@ module Aws::Connect
|
|
|
13885
13901
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
|
13886
13902
|
# Hierarchy
|
|
13887
13903
|
#
|
|
13888
|
-
# UI name: [Agent non-productive time][
|
|
13904
|
+
# UI name: [Agent non-productive time][121]
|
|
13889
13905
|
#
|
|
13890
13906
|
# SUM\_ONLINE\_TIME\_AGENT
|
|
13891
13907
|
#
|
|
@@ -13894,7 +13910,7 @@ module Aws::Connect
|
|
|
13894
13910
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
|
13895
13911
|
# Hierarchy
|
|
13896
13912
|
#
|
|
13897
|
-
# UI name: [Online time][
|
|
13913
|
+
# UI name: [Online time][122]
|
|
13898
13914
|
#
|
|
13899
13915
|
# SUM\_RETRY\_CALLBACK\_ATTEMPTS
|
|
13900
13916
|
#
|
|
@@ -13903,7 +13919,7 @@ module Aws::Connect
|
|
|
13903
13919
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13904
13920
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
13905
13921
|
#
|
|
13906
|
-
# UI name: [Callback attempts][
|
|
13922
|
+
# UI name: [Callback attempts][123]
|
|
13907
13923
|
#
|
|
13908
13924
|
#
|
|
13909
13925
|
#
|
|
@@ -13921,114 +13937,115 @@ module Aws::Connect
|
|
|
13921
13937
|
# [12]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-abandon-time
|
|
13922
13938
|
# [13]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-active-time
|
|
13923
13939
|
# [14]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#after-contact-work-time
|
|
13924
|
-
# [15]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-
|
|
13925
|
-
# [16]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-
|
|
13926
|
-
# [17]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
|
13927
|
-
# [18]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-
|
|
13928
|
-
# [19]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
|
13929
|
-
# [20]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13930
|
-
# [21]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13931
|
-
# [22]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13932
|
-
# [23]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13933
|
-
# [24]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-conversation-
|
|
13934
|
-
# [25]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13935
|
-
# [26]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13936
|
-
# [27]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13937
|
-
# [28]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13938
|
-
# [29]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13939
|
-
# [30]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13940
|
-
# [31]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13941
|
-
# [32]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time
|
|
13942
|
-
# [33]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13943
|
-
# [34]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13944
|
-
# [35]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-time
|
|
13945
|
-
# [36]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-
|
|
13946
|
-
# [37]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-
|
|
13947
|
-
# [38]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-
|
|
13948
|
-
# [39]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13949
|
-
# [40]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13950
|
-
# [41]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13951
|
-
# [42]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13952
|
-
# [43]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13953
|
-
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13954
|
-
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13955
|
-
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-answer-time
|
|
13956
|
-
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13957
|
-
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13958
|
-
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13959
|
-
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13960
|
-
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13961
|
-
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13962
|
-
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13963
|
-
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-wait-time-after-customer-connection
|
|
13964
|
-
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
13965
|
-
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
|
13966
|
-
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-
|
|
13967
|
-
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
|
13968
|
-
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x
|
|
13969
|
-
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-
|
|
13970
|
-
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-
|
|
13971
|
-
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-
|
|
13972
|
-
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-
|
|
13973
|
-
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13974
|
-
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13975
|
-
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
13976
|
-
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled
|
|
13977
|
-
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
13978
|
-
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-
|
|
13979
|
-
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-
|
|
13980
|
-
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
13981
|
-
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
13982
|
-
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-
|
|
13983
|
-
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
13984
|
-
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued
|
|
13985
|
-
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
13986
|
-
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
13987
|
-
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
13988
|
-
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
|
|
13989
|
-
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-
|
|
13990
|
-
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13991
|
-
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13992
|
-
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13993
|
-
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-
|
|
13994
|
-
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13995
|
-
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13996
|
-
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-
|
|
13997
|
-
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13998
|
-
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13999
|
-
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-
|
|
14000
|
-
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14001
|
-
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14002
|
-
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
|
14003
|
-
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-
|
|
14004
|
-
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
|
14005
|
-
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14006
|
-
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14007
|
-
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#talk-time-percent
|
|
14008
|
-
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14009
|
-
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14010
|
-
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14011
|
-
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-
|
|
14012
|
-
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-
|
|
14013
|
-
# [104]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14014
|
-
# [105]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-
|
|
14015
|
-
# [106]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14016
|
-
# [107]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14017
|
-
# [108]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14018
|
-
# [109]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned
|
|
14019
|
-
# [110]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
14020
|
-
# [111]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14021
|
-
# [112]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14022
|
-
# [113]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-
|
|
14023
|
-
# [114]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14024
|
-
# [115]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14025
|
-
# [116]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14026
|
-
# [117]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14027
|
-
# [118]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
|
14028
|
-
# [119]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-time
|
|
14029
|
-
# [120]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
|
14030
|
-
# [121]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14031
|
-
# [122]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13940
|
+
# [15]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-concurrency
|
|
13941
|
+
# [16]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-api-connecting-time
|
|
13942
|
+
# [17]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-pause-time
|
|
13943
|
+
# [18]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-time
|
|
13944
|
+
# [19]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-turns
|
|
13945
|
+
# [20]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-contacts-per-case
|
|
13946
|
+
# [21]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-case-resolution-time
|
|
13947
|
+
# [22]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-contact-duration
|
|
13948
|
+
# [23]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-average-contact-first-response-wait-time
|
|
13949
|
+
# [24]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-conversation-close-time
|
|
13950
|
+
# [25]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-conversation-duration
|
|
13951
|
+
# [26]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-dials-per-minute
|
|
13952
|
+
# [27]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-evaluation-score
|
|
13953
|
+
# [28]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-first-response-time
|
|
13954
|
+
# [29]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-flow-time
|
|
13955
|
+
# [30]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-greeting-time
|
|
13956
|
+
# [31]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-handle-time
|
|
13957
|
+
# [32]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time
|
|
13958
|
+
# [33]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time-all-contacts
|
|
13959
|
+
# [34]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-holds
|
|
13960
|
+
# [35]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-and-customer-hold-time
|
|
13961
|
+
# [36]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-time
|
|
13962
|
+
# [37]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interruptions
|
|
13963
|
+
# [38]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interruption-time
|
|
13964
|
+
# [39]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-message-length
|
|
13965
|
+
# [40]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-message-length
|
|
13966
|
+
# [41]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-messages
|
|
13967
|
+
# [42]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-messages
|
|
13968
|
+
# [43]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-bot-messages
|
|
13969
|
+
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-messages
|
|
13970
|
+
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-non-talk-time
|
|
13971
|
+
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-answer-time
|
|
13972
|
+
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-answer-time-customer-first-callback
|
|
13973
|
+
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-response-time-agent
|
|
13974
|
+
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-time-agent
|
|
13975
|
+
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-resolution-time
|
|
13976
|
+
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-talk-time
|
|
13977
|
+
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-talk-time
|
|
13978
|
+
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-talk-time
|
|
13979
|
+
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-wait-time-after-customer-connection
|
|
13980
|
+
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-wait-time-after-customer-connection-customer-first-callback
|
|
13981
|
+
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-weighted-evaluation-score
|
|
13982
|
+
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed
|
|
13983
|
+
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed
|
|
13984
|
+
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x
|
|
13985
|
+
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x-rate
|
|
13986
|
+
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-interactions
|
|
13987
|
+
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-progress-rate
|
|
13988
|
+
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-attempts
|
|
13989
|
+
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-exclusions
|
|
13990
|
+
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-created
|
|
13991
|
+
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-created
|
|
13992
|
+
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled
|
|
13993
|
+
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-by-connected-to-agent-timestamp
|
|
13994
|
+
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-disconnect
|
|
13995
|
+
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-agent-disconnect
|
|
13996
|
+
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-customer-disconnect
|
|
13997
|
+
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-put-on-hold
|
|
13998
|
+
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-external
|
|
13999
|
+
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-internal
|
|
14000
|
+
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued
|
|
14001
|
+
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued-by-enqueue
|
|
14002
|
+
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-removed-from-queue
|
|
14003
|
+
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-resolved
|
|
14004
|
+
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
|
|
14005
|
+
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-by-agent
|
|
14006
|
+
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue
|
|
14007
|
+
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#current-cases
|
|
14008
|
+
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#conversations-abandoned
|
|
14009
|
+
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempts
|
|
14010
|
+
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempt-disposition-rate
|
|
14011
|
+
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#evaluations-performed
|
|
14012
|
+
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome
|
|
14013
|
+
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-started
|
|
14014
|
+
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#human-answered
|
|
14015
|
+
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-flow-time
|
|
14016
|
+
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-queued-time
|
|
14017
|
+
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#minimum-flow-time
|
|
14018
|
+
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#automatic-fails-percent
|
|
14019
|
+
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome
|
|
14020
|
+
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome
|
|
14021
|
+
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved-on-first-contact
|
|
14022
|
+
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome-percentage
|
|
14023
|
+
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-talk-time-percent
|
|
14024
|
+
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#talk-time-percent
|
|
14025
|
+
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-talk-time-percent
|
|
14026
|
+
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-talk-time-percent
|
|
14027
|
+
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-attempted
|
|
14028
|
+
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-interacted
|
|
14029
|
+
# [104]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-targeted
|
|
14030
|
+
# [105]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-reopened
|
|
14031
|
+
# [106]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved
|
|
14032
|
+
# [107]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#service-level
|
|
14033
|
+
# [108]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-api-connecting-time
|
|
14034
|
+
# [109]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned
|
|
14035
|
+
# [110]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned-in-x-seconds
|
|
14036
|
+
# [111]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-answered-in-x-seconds
|
|
14037
|
+
# [112]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-flow-time
|
|
14038
|
+
# [113]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-on-contact-time
|
|
14039
|
+
# [114]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-disconnected
|
|
14040
|
+
# [115]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#error-status-time
|
|
14041
|
+
# [116]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-handle-time
|
|
14042
|
+
# [117]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-hold-time
|
|
14043
|
+
# [118]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-idle-time
|
|
14044
|
+
# [119]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-and-hold-time
|
|
14045
|
+
# [120]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-time
|
|
14046
|
+
# [121]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-productive-time
|
|
14047
|
+
# [122]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#online-time
|
|
14048
|
+
# [123]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#callback-attempts
|
|
14032
14049
|
# @return [Array<Types::MetricV2>]
|
|
14033
14050
|
#
|
|
14034
14051
|
# @!attribute [rw] next_token
|
|
@@ -25572,6 +25589,11 @@ module Aws::Connect
|
|
|
25572
25589
|
# Information about the outbound strategy.
|
|
25573
25590
|
# @return [Types::OutboundStrategy]
|
|
25574
25591
|
#
|
|
25592
|
+
# @!attribute [rw] ring_timeout_in_seconds
|
|
25593
|
+
# The maximum time the outbound call will wait for the destination to
|
|
25594
|
+
# answer the call, in seconds
|
|
25595
|
+
# @return [Integer]
|
|
25596
|
+
#
|
|
25575
25597
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartOutboundVoiceContactRequest AWS API Documentation
|
|
25576
25598
|
#
|
|
25577
25599
|
class StartOutboundVoiceContactRequest < Struct.new(
|
|
@@ -25589,7 +25611,8 @@ module Aws::Connect
|
|
|
25589
25611
|
:answer_machine_detection_config,
|
|
25590
25612
|
:campaign_id,
|
|
25591
25613
|
:traffic_type,
|
|
25592
|
-
:outbound_strategy
|
|
25614
|
+
:outbound_strategy,
|
|
25615
|
+
:ring_timeout_in_seconds)
|
|
25593
25616
|
SENSITIVE = [:name, :description]
|
|
25594
25617
|
include Aws::Structure
|
|
25595
25618
|
end
|