aws-sdk-connect 1.204.0 → 1.205.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 +219 -125
- data/lib/aws-sdk-connect/types.rb +234 -136
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +1 -1
- metadata +1 -1
@@ -3954,6 +3954,9 @@ module Aws::Connect
|
|
3954
3954
|
#
|
3955
3955
|
# @!attribute [rw] user_info
|
3956
3956
|
# User details for the contact
|
3957
|
+
#
|
3958
|
+
# UserInfo is required when creating an EMAIL contact with OUTBOUND
|
3959
|
+
# and AGENT\_REPLY contact initiation methods.
|
3957
3960
|
# @return [Types::UserInfo]
|
3958
3961
|
#
|
3959
3962
|
# @!attribute [rw] initiate_as
|
@@ -4052,8 +4055,7 @@ module Aws::Connect
|
|
4052
4055
|
# @return [String]
|
4053
4056
|
#
|
4054
4057
|
# @!attribute [rw] email_address
|
4055
|
-
# The email address
|
4056
|
-
# \[^\\s@\]+@\[^\\s@\]+\\.\[^\\s@\]+ format.
|
4058
|
+
# The email address, including the domain.
|
4057
4059
|
# @return [String]
|
4058
4060
|
#
|
4059
4061
|
# @!attribute [rw] display_name
|
@@ -7017,8 +7019,7 @@ module Aws::Connect
|
|
7017
7019
|
# @return [String]
|
7018
7020
|
#
|
7019
7021
|
# @!attribute [rw] email_address
|
7020
|
-
# The email address
|
7021
|
-
# \[^\\s@\]+@\[^\\s@\]+\\.\[^\\s@\]+ format.
|
7022
|
+
# The email address, including the domain.
|
7022
7023
|
# @return [String]
|
7023
7024
|
#
|
7024
7025
|
# @!attribute [rw] display_name
|
@@ -8373,11 +8374,10 @@ module Aws::Connect
|
|
8373
8374
|
include Aws::Structure
|
8374
8375
|
end
|
8375
8376
|
|
8376
|
-
# Contains information about a source or destination email address
|
8377
|
+
# Contains information about a source or destination email address.
|
8377
8378
|
#
|
8378
8379
|
# @!attribute [rw] email_address
|
8379
|
-
# The email address
|
8380
|
-
# \[^\\s@\]+@\[^\\s@\]+\\.\[^\\s@\]+ format.
|
8380
|
+
# The email address, including the domain.
|
8381
8381
|
# @return [String]
|
8382
8382
|
#
|
8383
8383
|
# @!attribute [rw] display_name
|
@@ -8404,8 +8404,7 @@ module Aws::Connect
|
|
8404
8404
|
# @return [String]
|
8405
8405
|
#
|
8406
8406
|
# @!attribute [rw] email_address
|
8407
|
-
# The email address
|
8408
|
-
# \[^\\s@\]+@\[^\\s@\]+\\.\[^\\s@\]+ format.
|
8407
|
+
# The email address, including the domain.
|
8409
8408
|
# @return [String]
|
8410
8409
|
#
|
8411
8410
|
# @!attribute [rw] description
|
@@ -10751,8 +10750,9 @@ module Aws::Connect
|
|
10751
10750
|
# `AGENT_HIERARCHY_LEVEL_FIVE` \|
|
10752
10751
|
# `ANSWERING_MACHINE_DETECTION_STATUS` \| ` BOT_ID` \| `BOT_ALIAS`
|
10753
10752
|
# \| `BOT_VERSION` \| `BOT_LOCALE` \| `BOT_INTENT_NAME` \|
|
10754
|
-
# `CAMPAIGN` \| `CAMPAIGN_DELIVERY_EVENT_TYPE`
|
10755
|
-
#
|
10753
|
+
# `CAMPAIGN` \| `CAMPAIGN_DELIVERY_EVENT_TYPE` \|
|
10754
|
+
# `CAMPAIGN_EXCLUDED_EVENT_TYPE ` \| `CASE_TEMPLATE_ARN` \|
|
10755
|
+
# `CASE_STATUS` \| `CHANNEL` \|
|
10756
10756
|
# `contact/segmentAttributes/connect:Subtype` \| `DISCONNECT_REASON`
|
10757
10757
|
# \| `EVALUATION_FORM` \| `EVALUATION_SECTION` \|
|
10758
10758
|
# `EVALUATION_QUESTION` \| `EVALUATION_SOURCE` \| `FEATURE` \|
|
@@ -10816,7 +10816,8 @@ module Aws::Connect
|
|
10816
10816
|
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE` \|
|
10817
10817
|
# `ANSWERING_MACHINE_DETECTION_STATUS` \| `BOT_ID` \| `BOT_ALIAS` \|
|
10818
10818
|
# `BOT_VERSION` \| `BOT_LOCALE` \| `BOT_INTENT_NAME` \| `CAMPAIGN` \|
|
10819
|
-
# `CAMPAIGN_DELIVERY_EVENT_TYPE` \| `
|
10819
|
+
# `CAMPAIGN_DELIVERY_EVENT_TYPE` \| `CAMPAIGN_EXCLUDED_EVENT_TYPE` \|
|
10820
|
+
# `CAMPAIGN_EXECUTION_TIMESTAMP` \| `CASE_TEMPLATE_ARN` \|
|
10820
10821
|
# `CASE_STATUS` \| `CHANNEL` \|
|
10821
10822
|
# `contact/segmentAttributes/connect:Subtype` \| `DISCONNECT_REASON`
|
10822
10823
|
# \| `EVALUATION_FORM` \| `EVALUATION_SECTION` \|
|
@@ -11381,6 +11382,19 @@ module Aws::Connect
|
|
11381
11382
|
#
|
11382
11383
|
# UI name: [Campaign interactions][47]
|
11383
11384
|
#
|
11385
|
+
# CAMPAIGN\_PROGRESS\_RATE
|
11386
|
+
#
|
11387
|
+
# : This metric is only available for outbound campaigns initiated
|
11388
|
+
# using a customer segment. It is not available for event triggered
|
11389
|
+
# campaigns.
|
11390
|
+
#
|
11391
|
+
# Unit: Percent
|
11392
|
+
#
|
11393
|
+
# Valid groupings and filters: Campaign, Campaign Execution
|
11394
|
+
# Timestamp
|
11395
|
+
#
|
11396
|
+
# UI name: [Campaign progress rate][48]
|
11397
|
+
#
|
11384
11398
|
# CAMPAIGN\_SEND\_ATTEMPTS
|
11385
11399
|
#
|
11386
11400
|
# : This metric is available only for outbound campaigns.
|
@@ -11390,7 +11404,20 @@ module Aws::Connect
|
|
11390
11404
|
# Valid groupings and filters: Campaign, Channel,
|
11391
11405
|
# contact/segmentAttributes/connect:Subtype
|
11392
11406
|
#
|
11393
|
-
# UI name: [Campaign send attempts][
|
11407
|
+
# UI name: [Campaign send attempts][49]
|
11408
|
+
#
|
11409
|
+
# CAMPAIGN\_SEND\_EXCLUSIONS
|
11410
|
+
#
|
11411
|
+
# : This metric is available only for outbound campaigns.
|
11412
|
+
#
|
11413
|
+
# Valid metric filter key: CAMPAIGN\_EXCLUDED\_EVENT\_TYPE
|
11414
|
+
#
|
11415
|
+
# Unit: Count
|
11416
|
+
#
|
11417
|
+
# Valid groupings and filters: Campaign, Campaign Excluded Event
|
11418
|
+
# Type, Campaign Execution Timestamp
|
11419
|
+
#
|
11420
|
+
# UI name: [Campaign send exclusions][50]
|
11394
11421
|
#
|
11395
11422
|
# CASES\_CREATED
|
11396
11423
|
#
|
@@ -11400,7 +11427,7 @@ module Aws::Connect
|
|
11400
11427
|
#
|
11401
11428
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
11402
11429
|
#
|
11403
|
-
# UI name: [Cases created][
|
11430
|
+
# UI name: [Cases created][51]
|
11404
11431
|
#
|
11405
11432
|
# CONTACTS\_CREATED
|
11406
11433
|
#
|
@@ -11411,7 +11438,7 @@ module Aws::Connect
|
|
11411
11438
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11412
11439
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
11413
11440
|
#
|
11414
|
-
# UI name: [Contacts created][
|
11441
|
+
# UI name: [Contacts created][52]
|
11415
11442
|
#
|
11416
11443
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
11417
11444
|
#
|
@@ -11428,7 +11455,7 @@ module Aws::Connect
|
|
11428
11455
|
# contact/segmentAttributes/connect:Subtype, RoutingStepExpression,
|
11429
11456
|
# Q in Connect
|
11430
11457
|
#
|
11431
|
-
# UI name: [API contacts handled][
|
11458
|
+
# UI name: [API contacts handled][53]
|
11432
11459
|
#
|
11433
11460
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
11434
11461
|
#
|
@@ -11443,7 +11470,7 @@ module Aws::Connect
|
|
11443
11470
|
# Valid groupings and filters: Queue, Channel, Agent, Agent
|
11444
11471
|
# Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
|
11445
11472
|
#
|
11446
|
-
# UI name: [Contacts handled (connected to agent timestamp)][
|
11473
|
+
# UI name: [Contacts handled (connected to agent timestamp)][54]
|
11447
11474
|
#
|
11448
11475
|
# CONTACTS\_HOLD\_ABANDONS
|
11449
11476
|
#
|
@@ -11453,7 +11480,7 @@ module Aws::Connect
|
|
11453
11480
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11454
11481
|
# Q in Connect
|
11455
11482
|
#
|
11456
|
-
# UI name: [Contacts hold disconnect][
|
11483
|
+
# UI name: [Contacts hold disconnect][55]
|
11457
11484
|
#
|
11458
11485
|
# CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
|
11459
11486
|
#
|
@@ -11462,7 +11489,7 @@ module Aws::Connect
|
|
11462
11489
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11463
11490
|
# Agent, Agent Hierarchy, Q in Connect
|
11464
11491
|
#
|
11465
|
-
# UI name: [Contacts hold agent disconnect][
|
11492
|
+
# UI name: [Contacts hold agent disconnect][56]
|
11466
11493
|
#
|
11467
11494
|
# CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
|
11468
11495
|
#
|
@@ -11471,7 +11498,7 @@ module Aws::Connect
|
|
11471
11498
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11472
11499
|
# Agent, Agent Hierarchy, Q in Connect
|
11473
11500
|
#
|
11474
|
-
# UI name: [Contacts hold customer disconnect][
|
11501
|
+
# UI name: [Contacts hold customer disconnect][57]
|
11475
11502
|
#
|
11476
11503
|
# CONTACTS\_PUT\_ON\_HOLD
|
11477
11504
|
#
|
@@ -11480,7 +11507,7 @@ module Aws::Connect
|
|
11480
11507
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11481
11508
|
# Agent, Agent Hierarchy, Q in Connect
|
11482
11509
|
#
|
11483
|
-
# UI name: [Contacts put on hold][
|
11510
|
+
# UI name: [Contacts put on hold][58]
|
11484
11511
|
#
|
11485
11512
|
# CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
|
11486
11513
|
#
|
@@ -11489,7 +11516,7 @@ module Aws::Connect
|
|
11489
11516
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11490
11517
|
# Agent, Agent Hierarchy, Q in Connect
|
11491
11518
|
#
|
11492
|
-
# UI name: [Contacts transferred out external][
|
11519
|
+
# UI name: [Contacts transferred out external][59]
|
11493
11520
|
#
|
11494
11521
|
# CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
|
11495
11522
|
#
|
@@ -11498,7 +11525,7 @@ module Aws::Connect
|
|
11498
11525
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11499
11526
|
# Agent, Agent Hierarchy, Q in Connect
|
11500
11527
|
#
|
11501
|
-
# UI name: [Contacts transferred out internal][
|
11528
|
+
# UI name: [Contacts transferred out internal][60]
|
11502
11529
|
#
|
11503
11530
|
# CONTACTS\_QUEUED
|
11504
11531
|
#
|
@@ -11508,7 +11535,7 @@ module Aws::Connect
|
|
11508
11535
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11509
11536
|
# Q in Connect
|
11510
11537
|
#
|
11511
|
-
# UI name: [Contacts queued][
|
11538
|
+
# UI name: [Contacts queued][61]
|
11512
11539
|
#
|
11513
11540
|
# CONTACTS\_QUEUED\_BY\_ENQUEUE
|
11514
11541
|
#
|
@@ -11517,7 +11544,7 @@ module Aws::Connect
|
|
11517
11544
|
# Valid groupings and filters: Queue, Channel, Agent, Agent
|
11518
11545
|
# Hierarchy, contact/segmentAttributes/connect:Subtype
|
11519
11546
|
#
|
11520
|
-
# UI name: [Contacts queued (enqueue timestamp)][
|
11547
|
+
# UI name: [Contacts queued (enqueue timestamp)][62]
|
11521
11548
|
#
|
11522
11549
|
# CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
|
11523
11550
|
#
|
@@ -11530,7 +11557,7 @@ module Aws::Connect
|
|
11530
11557
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
11531
11558
|
# (for "Less than") or `LTE` (for "Less than equal").
|
11532
11559
|
#
|
11533
|
-
# UI name: [Contacts removed from queue in X seconds][
|
11560
|
+
# UI name: [Contacts removed from queue in X seconds][63]
|
11534
11561
|
#
|
11535
11562
|
# CONTACTS\_RESOLVED\_IN\_X
|
11536
11563
|
#
|
@@ -11543,7 +11570,7 @@ module Aws::Connect
|
|
11543
11570
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
11544
11571
|
# (for "Less than") or `LTE` (for "Less than equal").
|
11545
11572
|
#
|
11546
|
-
# UI name: [Contacts resolved in X][
|
11573
|
+
# UI name: [Contacts resolved in X][64]
|
11547
11574
|
#
|
11548
11575
|
# CONTACTS\_TRANSFERRED\_OUT
|
11549
11576
|
#
|
@@ -11553,7 +11580,7 @@ module Aws::Connect
|
|
11553
11580
|
# Agent, Agent Hierarchy, Feature,
|
11554
11581
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
11555
11582
|
#
|
11556
|
-
# UI name: [Contacts transferred out][
|
11583
|
+
# UI name: [Contacts transferred out][65]
|
11557
11584
|
#
|
11558
11585
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
11559
11586
|
#
|
@@ -11567,7 +11594,7 @@ module Aws::Connect
|
|
11567
11594
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11568
11595
|
# Q in Connect
|
11569
11596
|
#
|
11570
|
-
# UI name: [Contacts transferred out by agent][
|
11597
|
+
# UI name: [Contacts transferred out by agent][66]
|
11571
11598
|
#
|
11572
11599
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
11573
11600
|
#
|
@@ -11577,7 +11604,7 @@ module Aws::Connect
|
|
11577
11604
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11578
11605
|
# Q in Connect
|
11579
11606
|
#
|
11580
|
-
# UI name: [Contacts transferred out queue][
|
11607
|
+
# UI name: [Contacts transferred out queue][67]
|
11581
11608
|
#
|
11582
11609
|
# CURRENT\_CASES
|
11583
11610
|
#
|
@@ -11587,7 +11614,7 @@ module Aws::Connect
|
|
11587
11614
|
#
|
11588
11615
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
11589
11616
|
#
|
11590
|
-
# UI name: [Current cases][
|
11617
|
+
# UI name: [Current cases][68]
|
11591
11618
|
#
|
11592
11619
|
# DELIVERY\_ATTEMPTS
|
11593
11620
|
#
|
@@ -11603,7 +11630,7 @@ module Aws::Connect
|
|
11603
11630
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
11604
11631
|
# Queue, Routing Profile
|
11605
11632
|
#
|
11606
|
-
# UI name: [Delivery attempts][
|
11633
|
+
# UI name: [Delivery attempts][69]
|
11607
11634
|
#
|
11608
11635
|
# <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
|
11609
11636
|
# for SMS and Email campaign delivery modes. Agent, Queue, Routing
|
@@ -11629,7 +11656,7 @@ module Aws::Connect
|
|
11629
11656
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
11630
11657
|
# Queue, Routing Profile
|
11631
11658
|
#
|
11632
|
-
# UI name: [Delivery attempt disposition rate][
|
11659
|
+
# UI name: [Delivery attempt disposition rate][70]
|
11633
11660
|
#
|
11634
11661
|
# <note markdown="1"> Campaign Delivery Event Type filter and grouping are only
|
11635
11662
|
# available for SMS and Email campaign delivery modes. Agent, Queue,
|
@@ -11647,7 +11674,7 @@ module Aws::Connect
|
|
11647
11674
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue,
|
11648
11675
|
# Routing Profile
|
11649
11676
|
#
|
11650
|
-
# UI name: [Evaluations performed][
|
11677
|
+
# UI name: [Evaluations performed][71]
|
11651
11678
|
#
|
11652
11679
|
# FLOWS\_OUTCOME
|
11653
11680
|
#
|
@@ -11659,7 +11686,7 @@ module Aws::Connect
|
|
11659
11686
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
11660
11687
|
# published timestamp
|
11661
11688
|
#
|
11662
|
-
# UI name: [Flows outcome][
|
11689
|
+
# UI name: [Flows outcome][72]
|
11663
11690
|
#
|
11664
11691
|
# FLOWS\_STARTED
|
11665
11692
|
#
|
@@ -11670,7 +11697,7 @@ module Aws::Connect
|
|
11670
11697
|
# resource ID, Flows resource ID, Initiation method, Resource
|
11671
11698
|
# published timestamp
|
11672
11699
|
#
|
11673
|
-
# UI name: [Flows started][
|
11700
|
+
# UI name: [Flows started][73]
|
11674
11701
|
#
|
11675
11702
|
# HUMAN\_ANSWERED\_CALLS
|
11676
11703
|
#
|
@@ -11682,7 +11709,7 @@ module Aws::Connect
|
|
11682
11709
|
#
|
11683
11710
|
# Valid groupings and filters: Agent, Campaign
|
11684
11711
|
#
|
11685
|
-
# UI name: [Human answered][
|
11712
|
+
# UI name: [Human answered][74]
|
11686
11713
|
#
|
11687
11714
|
# MAX\_FLOW\_TIME
|
11688
11715
|
#
|
@@ -11694,7 +11721,7 @@ module Aws::Connect
|
|
11694
11721
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
11695
11722
|
# published timestamp
|
11696
11723
|
#
|
11697
|
-
# UI name: [Maximum flow time][
|
11724
|
+
# UI name: [Maximum flow time][75]
|
11698
11725
|
#
|
11699
11726
|
# MAX\_QUEUED\_TIME
|
11700
11727
|
#
|
@@ -11704,7 +11731,7 @@ module Aws::Connect
|
|
11704
11731
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11705
11732
|
# Q in Connect
|
11706
11733
|
#
|
11707
|
-
# UI name: [Maximum queued time][
|
11734
|
+
# UI name: [Maximum queued time][76]
|
11708
11735
|
#
|
11709
11736
|
# MIN\_FLOW\_TIME
|
11710
11737
|
#
|
@@ -11716,7 +11743,7 @@ module Aws::Connect
|
|
11716
11743
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
11717
11744
|
# published timestamp
|
11718
11745
|
#
|
11719
|
-
# UI name: [Minimum flow time][
|
11746
|
+
# UI name: [Minimum flow time][77]
|
11720
11747
|
#
|
11721
11748
|
# PERCENT\_AUTOMATIC\_FAILS
|
11722
11749
|
#
|
@@ -11726,7 +11753,7 @@ module Aws::Connect
|
|
11726
11753
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue,
|
11727
11754
|
# Routing Profile
|
11728
11755
|
#
|
11729
|
-
# UI name: [Automatic fails percent][
|
11756
|
+
# UI name: [Automatic fails percent][78]
|
11730
11757
|
#
|
11731
11758
|
# PERCENT\_BOT\_CONVERSATIONS\_OUTCOME
|
11732
11759
|
#
|
@@ -11739,7 +11766,7 @@ module Aws::Connect
|
|
11739
11766
|
# Initiation method, Invoking resource type, Parent flows resource
|
11740
11767
|
# ID
|
11741
11768
|
#
|
11742
|
-
# UI name: [Percent bot conversations outcome][
|
11769
|
+
# UI name: [Percent bot conversations outcome][79]
|
11743
11770
|
#
|
11744
11771
|
# PERCENT\_BOT\_INTENTS\_OUTCOME
|
11745
11772
|
#
|
@@ -11752,7 +11779,7 @@ module Aws::Connect
|
|
11752
11779
|
# published timestamp, Initiation method, Invoking resource type,
|
11753
11780
|
# Parent flows resource ID
|
11754
11781
|
#
|
11755
|
-
# UI name: [Percent bot intents outcome][
|
11782
|
+
# UI name: [Percent bot intents outcome][80]
|
11756
11783
|
#
|
11757
11784
|
# PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
|
11758
11785
|
#
|
@@ -11762,7 +11789,7 @@ module Aws::Connect
|
|
11762
11789
|
#
|
11763
11790
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
11764
11791
|
#
|
11765
|
-
# UI name: [Cases resolved on first contact][
|
11792
|
+
# UI name: [Cases resolved on first contact][81]
|
11766
11793
|
#
|
11767
11794
|
# PERCENT\_CONTACTS\_STEP\_EXPIRED
|
11768
11795
|
#
|
@@ -11794,7 +11821,7 @@ module Aws::Connect
|
|
11794
11821
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
11795
11822
|
# published timestamp
|
11796
11823
|
#
|
11797
|
-
# UI name: [Flows outcome percentage][
|
11824
|
+
# UI name: [Flows outcome percentage][82].
|
11798
11825
|
#
|
11799
11826
|
# <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
|
11800
11827
|
#
|
@@ -11811,7 +11838,7 @@ module Aws::Connect
|
|
11811
11838
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11812
11839
|
# Q in Connect
|
11813
11840
|
#
|
11814
|
-
# UI name: [Non-talk time percent][
|
11841
|
+
# UI name: [Non-talk time percent][83]
|
11815
11842
|
#
|
11816
11843
|
# PERCENT\_TALK\_TIME
|
11817
11844
|
#
|
@@ -11824,7 +11851,7 @@ module Aws::Connect
|
|
11824
11851
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11825
11852
|
# Q in Connect
|
11826
11853
|
#
|
11827
|
-
# UI name: [Talk time percent][
|
11854
|
+
# UI name: [Talk time percent][84]
|
11828
11855
|
#
|
11829
11856
|
# PERCENT\_TALK\_TIME\_AGENT
|
11830
11857
|
#
|
@@ -11837,7 +11864,7 @@ module Aws::Connect
|
|
11837
11864
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11838
11865
|
# Q in Connect
|
11839
11866
|
#
|
11840
|
-
# UI name: [Agent talk time percent][
|
11867
|
+
# UI name: [Agent talk time percent][85]
|
11841
11868
|
#
|
11842
11869
|
# PERCENT\_TALK\_TIME\_CUSTOMER
|
11843
11870
|
#
|
@@ -11850,7 +11877,49 @@ module Aws::Connect
|
|
11850
11877
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11851
11878
|
# Q in Connect
|
11852
11879
|
#
|
11853
|
-
# UI name: [Customer talk time percent][
|
11880
|
+
# UI name: [Customer talk time percent][86]
|
11881
|
+
#
|
11882
|
+
# RECIPIENTS\_ATTEMPTED
|
11883
|
+
#
|
11884
|
+
# : This metric is only available for outbound campaigns initiated
|
11885
|
+
# using a customer segment. It is not available for event triggered
|
11886
|
+
# campaigns.
|
11887
|
+
#
|
11888
|
+
# Unit: Count
|
11889
|
+
#
|
11890
|
+
# Valid groupings and filters: Campaign, Campaign Execution
|
11891
|
+
# Timestamp
|
11892
|
+
#
|
11893
|
+
# UI name: [Recipients attempted][87]
|
11894
|
+
#
|
11895
|
+
# RECIPIENTS\_INTERACTED
|
11896
|
+
#
|
11897
|
+
# : This metric is only available for outbound campaigns initiated
|
11898
|
+
# using a customer segment. It is not available for event triggered
|
11899
|
+
# campaigns.
|
11900
|
+
#
|
11901
|
+
# Valid metric filter key: CAMPAIGN\_INTERACTION\_EVENT\_TYPE
|
11902
|
+
#
|
11903
|
+
# Unit: Count
|
11904
|
+
#
|
11905
|
+
# Valid groupings and filters: Campaign, Channel,
|
11906
|
+
# contact/segmentAttributes/connect:Subtype, Campaign Execution
|
11907
|
+
# Timestamp
|
11908
|
+
#
|
11909
|
+
# UI name: [Recipients interacted][88]
|
11910
|
+
#
|
11911
|
+
# RECIPIENTS\_TARGETED
|
11912
|
+
#
|
11913
|
+
# : This metric is only available for outbound campaigns initiated
|
11914
|
+
# using a customer segment. It is not available for event triggered
|
11915
|
+
# campaigns.
|
11916
|
+
#
|
11917
|
+
# Unit: Count
|
11918
|
+
#
|
11919
|
+
# Valid groupings and filters: Campaign, Campaign Execution
|
11920
|
+
# Timestamp
|
11921
|
+
#
|
11922
|
+
# UI name: [Recipients targeted][89]
|
11854
11923
|
#
|
11855
11924
|
# REOPENED\_CASE\_ACTIONS
|
11856
11925
|
#
|
@@ -11860,7 +11929,7 @@ module Aws::Connect
|
|
11860
11929
|
#
|
11861
11930
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
11862
11931
|
#
|
11863
|
-
# UI name: [Cases reopened][
|
11932
|
+
# UI name: [Cases reopened][90]
|
11864
11933
|
#
|
11865
11934
|
# RESOLVED\_CASE\_ACTIONS
|
11866
11935
|
#
|
@@ -11870,7 +11939,7 @@ module Aws::Connect
|
|
11870
11939
|
#
|
11871
11940
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
11872
11941
|
#
|
11873
|
-
# UI name: [Cases resolved][
|
11942
|
+
# UI name: [Cases resolved][91]
|
11874
11943
|
#
|
11875
11944
|
# SERVICE\_LEVEL
|
11876
11945
|
#
|
@@ -11885,7 +11954,7 @@ module Aws::Connect
|
|
11885
11954
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
11886
11955
|
# (for "Less than") or `LTE` (for "Less than equal").
|
11887
11956
|
#
|
11888
|
-
# UI name: [Service level X][
|
11957
|
+
# UI name: [Service level X][92]
|
11889
11958
|
#
|
11890
11959
|
# STEP\_CONTACTS\_QUEUED
|
11891
11960
|
#
|
@@ -11916,7 +11985,7 @@ module Aws::Connect
|
|
11916
11985
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11917
11986
|
# Agent, Agent Hierarchy
|
11918
11987
|
#
|
11919
|
-
# UI name: [Agent API connecting time][
|
11988
|
+
# UI name: [Agent API connecting time][93]
|
11920
11989
|
#
|
11921
11990
|
# <note markdown="1"> The `Negate` key in metric-level filters is not applicable for
|
11922
11991
|
# this metric.
|
@@ -11938,7 +12007,7 @@ module Aws::Connect
|
|
11938
12007
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11939
12008
|
# RoutingStepExpression, Q in Connect
|
11940
12009
|
#
|
11941
|
-
# UI name: [Contact abandoned][
|
12010
|
+
# UI name: [Contact abandoned][94]
|
11942
12011
|
#
|
11943
12012
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
11944
12013
|
#
|
@@ -11951,7 +12020,7 @@ module Aws::Connect
|
|
11951
12020
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
11952
12021
|
# (for "Less than") or `LTE` (for "Less than equal").
|
11953
12022
|
#
|
11954
|
-
# UI name: [Contacts abandoned in X seconds][
|
12023
|
+
# UI name: [Contacts abandoned in X seconds][95]
|
11955
12024
|
#
|
11956
12025
|
# SUM\_CONTACTS\_ANSWERED\_IN\_X
|
11957
12026
|
#
|
@@ -11964,7 +12033,7 @@ module Aws::Connect
|
|
11964
12033
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
11965
12034
|
# (for "Less than") or `LTE` (for "Less than equal").
|
11966
12035
|
#
|
11967
|
-
# UI name: [Contacts answered in X seconds][
|
12036
|
+
# UI name: [Contacts answered in X seconds][96]
|
11968
12037
|
#
|
11969
12038
|
# SUM\_CONTACT\_FLOW\_TIME
|
11970
12039
|
#
|
@@ -11973,7 +12042,7 @@ module Aws::Connect
|
|
11973
12042
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11974
12043
|
# Agent, Agent Hierarchy, Q in Connect
|
11975
12044
|
#
|
11976
|
-
# UI name: [Contact flow time][
|
12045
|
+
# UI name: [Contact flow time][97]
|
11977
12046
|
#
|
11978
12047
|
# SUM\_CONTACT\_TIME\_AGENT
|
11979
12048
|
#
|
@@ -11982,7 +12051,7 @@ module Aws::Connect
|
|
11982
12051
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
11983
12052
|
# Hierarchy
|
11984
12053
|
#
|
11985
|
-
# UI name: [Agent on contact time][
|
12054
|
+
# UI name: [Agent on contact time][98]
|
11986
12055
|
#
|
11987
12056
|
# SUM\_CONTACTS\_DISCONNECTED
|
11988
12057
|
#
|
@@ -11994,7 +12063,7 @@ module Aws::Connect
|
|
11994
12063
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11995
12064
|
# Q in Connect
|
11996
12065
|
#
|
11997
|
-
# UI name: [Contact disconnected][
|
12066
|
+
# UI name: [Contact disconnected][99]
|
11998
12067
|
#
|
11999
12068
|
# SUM\_ERROR\_STATUS\_TIME\_AGENT
|
12000
12069
|
#
|
@@ -12003,7 +12072,7 @@ module Aws::Connect
|
|
12003
12072
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
12004
12073
|
# Hierarchy
|
12005
12074
|
#
|
12006
|
-
# UI name: [Error status time][
|
12075
|
+
# UI name: [Error status time][100]
|
12007
12076
|
#
|
12008
12077
|
# SUM\_HANDLE\_TIME
|
12009
12078
|
#
|
@@ -12012,7 +12081,7 @@ module Aws::Connect
|
|
12012
12081
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12013
12082
|
# Agent, Agent Hierarchy, Q in Connect
|
12014
12083
|
#
|
12015
|
-
# UI name: [Contact handle time][
|
12084
|
+
# UI name: [Contact handle time][101]
|
12016
12085
|
#
|
12017
12086
|
# SUM\_HOLD\_TIME
|
12018
12087
|
#
|
@@ -12021,7 +12090,7 @@ module Aws::Connect
|
|
12021
12090
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12022
12091
|
# Agent, Agent Hierarchy, Q in Connect
|
12023
12092
|
#
|
12024
|
-
# UI name: [Customer hold time][
|
12093
|
+
# UI name: [Customer hold time][102]
|
12025
12094
|
#
|
12026
12095
|
# SUM\_IDLE\_TIME\_AGENT
|
12027
12096
|
#
|
@@ -12030,7 +12099,7 @@ module Aws::Connect
|
|
12030
12099
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
12031
12100
|
# Hierarchy
|
12032
12101
|
#
|
12033
|
-
# UI name: [Agent idle time][
|
12102
|
+
# UI name: [Agent idle time][103]
|
12034
12103
|
#
|
12035
12104
|
# SUM\_INTERACTION\_AND\_HOLD\_TIME
|
12036
12105
|
#
|
@@ -12039,7 +12108,7 @@ module Aws::Connect
|
|
12039
12108
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12040
12109
|
# Agent, Agent Hierarchy, Q in Connect
|
12041
12110
|
#
|
12042
|
-
# UI name: [Agent interaction and hold time][
|
12111
|
+
# UI name: [Agent interaction and hold time][104]
|
12043
12112
|
#
|
12044
12113
|
# SUM\_INTERACTION\_TIME
|
12045
12114
|
#
|
@@ -12048,7 +12117,7 @@ module Aws::Connect
|
|
12048
12117
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12049
12118
|
# Agent, Agent Hierarchy
|
12050
12119
|
#
|
12051
|
-
# UI name: [Agent interaction time][
|
12120
|
+
# UI name: [Agent interaction time][105]
|
12052
12121
|
#
|
12053
12122
|
# SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
|
12054
12123
|
#
|
@@ -12057,7 +12126,7 @@ module Aws::Connect
|
|
12057
12126
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
12058
12127
|
# Hierarchy
|
12059
12128
|
#
|
12060
|
-
# UI name: [Agent non-productive time][
|
12129
|
+
# UI name: [Agent non-productive time][106]
|
12061
12130
|
#
|
12062
12131
|
# SUM\_ONLINE\_TIME\_AGENT
|
12063
12132
|
#
|
@@ -12066,7 +12135,7 @@ module Aws::Connect
|
|
12066
12135
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
12067
12136
|
# Hierarchy
|
12068
12137
|
#
|
12069
|
-
# UI name: [Online time][
|
12138
|
+
# UI name: [Online time][107]
|
12070
12139
|
#
|
12071
12140
|
# SUM\_RETRY\_CALLBACK\_ATTEMPTS
|
12072
12141
|
#
|
@@ -12075,7 +12144,7 @@ module Aws::Connect
|
|
12075
12144
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12076
12145
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
12077
12146
|
#
|
12078
|
-
# UI name: [Callback attempts][
|
12147
|
+
# UI name: [Callback attempts][108]
|
12079
12148
|
#
|
12080
12149
|
#
|
12081
12150
|
#
|
@@ -12126,62 +12195,67 @@ module Aws::Connect
|
|
12126
12195
|
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x
|
12127
12196
|
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x-rate
|
12128
12197
|
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-interactions
|
12129
|
-
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-
|
12130
|
-
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12131
|
-
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12132
|
-
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12133
|
-
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12134
|
-
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12135
|
-
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12136
|
-
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-
|
12137
|
-
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12138
|
-
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12139
|
-
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12140
|
-
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12141
|
-
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12142
|
-
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12143
|
-
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12144
|
-
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12145
|
-
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12146
|
-
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
|
12147
|
-
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12148
|
-
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12149
|
-
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12150
|
-
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12151
|
-
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12152
|
-
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12153
|
-
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12154
|
-
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12155
|
-
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12156
|
-
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12157
|
-
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12158
|
-
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
12159
|
-
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
12160
|
-
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
12161
|
-
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
12162
|
-
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12163
|
-
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12164
|
-
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12165
|
-
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12166
|
-
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12167
|
-
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12168
|
-
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12169
|
-
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12170
|
-
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12171
|
-
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12172
|
-
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12173
|
-
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12174
|
-
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
12175
|
-
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12176
|
-
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12177
|
-
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12178
|
-
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12179
|
-
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
12180
|
-
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12181
|
-
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12182
|
-
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12183
|
-
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12184
|
-
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12198
|
+
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-progress-rate
|
12199
|
+
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-attempts
|
12200
|
+
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-exclusions
|
12201
|
+
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-created
|
12202
|
+
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-created
|
12203
|
+
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#api-contacts-handled
|
12204
|
+
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-by-connected-to-agent-timestamp
|
12205
|
+
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-disconnect
|
12206
|
+
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-agent-disconnect
|
12207
|
+
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-customer-disconnect
|
12208
|
+
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-put-on-hold
|
12209
|
+
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-external
|
12210
|
+
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-internal
|
12211
|
+
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued
|
12212
|
+
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued-by-enqueue
|
12213
|
+
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-removed-from-queue
|
12214
|
+
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-resolved
|
12215
|
+
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
|
12216
|
+
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-by-agent
|
12217
|
+
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue
|
12218
|
+
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#current-cases
|
12219
|
+
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempts
|
12220
|
+
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempt-disposition-rate
|
12221
|
+
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#evaluations-performed
|
12222
|
+
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome
|
12223
|
+
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-started
|
12224
|
+
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#human-answered
|
12225
|
+
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-flow-time
|
12226
|
+
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-queued-time
|
12227
|
+
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#minimum-flow-time
|
12228
|
+
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#automatic-fails-percent
|
12229
|
+
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome
|
12230
|
+
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome
|
12231
|
+
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved-on-first-contact
|
12232
|
+
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome-percentage
|
12233
|
+
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-talk-time-percent
|
12234
|
+
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#talk-time-percent
|
12235
|
+
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-talk-time-percent
|
12236
|
+
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-talk-time-percent
|
12237
|
+
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-attempted
|
12238
|
+
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-interacted
|
12239
|
+
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-targeted
|
12240
|
+
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-reopened
|
12241
|
+
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved
|
12242
|
+
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#service-level
|
12243
|
+
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-api-connecting-time
|
12244
|
+
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned
|
12245
|
+
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned-in-x-seconds
|
12246
|
+
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-answered-in-x-seconds
|
12247
|
+
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-flow-time
|
12248
|
+
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-on-contact-time
|
12249
|
+
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-disconnected
|
12250
|
+
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#error-status-time
|
12251
|
+
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-handle-time
|
12252
|
+
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-hold-time
|
12253
|
+
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-idle-time
|
12254
|
+
# [104]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-and-hold-time
|
12255
|
+
# [105]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-time
|
12256
|
+
# [106]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-productive-time
|
12257
|
+
# [107]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#online-time
|
12258
|
+
# [108]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#callback-attempts
|
12185
12259
|
# @return [Array<Types::MetricV2>]
|
12186
12260
|
#
|
12187
12261
|
# @!attribute [rw] next_token
|
@@ -13250,14 +13324,33 @@ module Aws::Connect
|
|
13250
13324
|
include Aws::Structure
|
13251
13325
|
end
|
13252
13326
|
|
13253
|
-
#
|
13327
|
+
# Information about the additional TO and CC recipients of an inbound
|
13328
|
+
# email contact.
|
13329
|
+
#
|
13330
|
+
# <note markdown="1"> You can include up to 50 email addresses in total, distributed across
|
13331
|
+
# [DestinationEmailAddress][1], `ToAddresses`, and `CcAddresses`. This
|
13332
|
+
# total must include one required `DestinationEmailAddress`. You can
|
13333
|
+
# then specify up to 49 addresses allocated across `ToAddresses` and
|
13334
|
+
# `CcAddresses` as needed.
|
13335
|
+
#
|
13336
|
+
# </note>
|
13337
|
+
#
|
13338
|
+
#
|
13339
|
+
#
|
13340
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_StartEmailContact.html#API_StartEmailContact_RequestBody
|
13254
13341
|
#
|
13255
13342
|
# @!attribute [rw] to_addresses
|
13256
|
-
# The additional recipients information present in to list.
|
13343
|
+
# The **additional** recipients information present in to list. You
|
13344
|
+
# must have 1 required recipient (`DestinationEmailAddress`). You can
|
13345
|
+
# then specify up to 49 additional recipients (across `ToAddresses`
|
13346
|
+
# and `CcAddresses`), for a total of 50 recipients.
|
13257
13347
|
# @return [Array<Types::EmailAddressInfo>]
|
13258
13348
|
#
|
13259
13349
|
# @!attribute [rw] cc_addresses
|
13260
|
-
# The additional recipients information present in cc list.
|
13350
|
+
# The **additional** recipients information present in cc list. You
|
13351
|
+
# must have 1 required recipient (`DestinationEmailAddress`). You can
|
13352
|
+
# then specify up to 49 additional recipients (across `ToAddresses`
|
13353
|
+
# and `CcAddresses`), for a total of 50 recipients.
|
13261
13354
|
# @return [Array<Types::EmailAddressInfo>]
|
13262
13355
|
#
|
13263
13356
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/InboundAdditionalRecipients AWS API Documentation
|
@@ -17091,10 +17184,17 @@ module Aws::Connect
|
|
17091
17184
|
include Aws::Structure
|
17092
17185
|
end
|
17093
17186
|
|
17094
|
-
#
|
17187
|
+
# Information about the additional recipients of outbound email.
|
17095
17188
|
#
|
17096
17189
|
# @!attribute [rw] cc_email_addresses
|
17097
|
-
#
|
17190
|
+
# Information about the **additional** CC email address recipients.
|
17191
|
+
# Email recipients are limited to 50 total addresses: 1 required
|
17192
|
+
# recipient in the [DestinationEmailAddress][1] field and up to 49
|
17193
|
+
# recipients in the 'CcEmailAddresses' field.
|
17194
|
+
#
|
17195
|
+
#
|
17196
|
+
#
|
17197
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_SendOutboundEmail.html#API_SendOutboundEmail_RequestBody
|
17098
17198
|
# @return [Array<Types::EmailAddressInfo>]
|
17099
17199
|
#
|
17100
17200
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/OutboundAdditionalRecipients AWS API Documentation
|
@@ -17143,7 +17243,7 @@ module Aws::Connect
|
|
17143
17243
|
include Aws::Structure
|
17144
17244
|
end
|
17145
17245
|
|
17146
|
-
# The outbound email address
|
17246
|
+
# The outbound email address ID.
|
17147
17247
|
#
|
17148
17248
|
# @!attribute [rw] outbound_email_address_id
|
17149
17249
|
# The identifier of the email address.
|
@@ -22095,9 +22195,7 @@ module Aws::Connect
|
|
22095
22195
|
# @return [Types::ParticipantDetails]
|
22096
22196
|
#
|
22097
22197
|
# @!attribute [rw] initial_message
|
22098
|
-
# The initial message to be sent to the newly created chat.
|
22099
|
-
# have a Lex bot in your flow, the initial message is not delivered to
|
22100
|
-
# the Lex bot.
|
22198
|
+
# The initial message to be sent to the newly created chat.
|
22101
22199
|
# @return [Types::ChatMessage]
|
22102
22200
|
#
|
22103
22201
|
# @!attribute [rw] client_token
|
@@ -22408,7 +22506,7 @@ module Aws::Connect
|
|
22408
22506
|
# @return [Types::EmailAddressInfo]
|
22409
22507
|
#
|
22410
22508
|
# @!attribute [rw] destination_email_address
|
22411
|
-
# The email address associated with the instance.
|
22509
|
+
# The email address associated with the Amazon Connect instance.
|
22412
22510
|
# @return [String]
|
22413
22511
|
#
|
22414
22512
|
# @!attribute [rw] description
|
@@ -22684,7 +22782,7 @@ module Aws::Connect
|
|
22684
22782
|
# @return [String]
|
22685
22783
|
#
|
22686
22784
|
# @!attribute [rw] from_email_address
|
22687
|
-
# The email address associated with the instance.
|
22785
|
+
# The email address associated with the Amazon Connect instance.
|
22688
22786
|
# @return [Types::EmailAddressInfo]
|
22689
22787
|
#
|
22690
22788
|
# @!attribute [rw] destination_email_address
|
@@ -22692,7 +22790,7 @@ module Aws::Connect
|
|
22692
22790
|
# @return [Types::EmailAddressInfo]
|
22693
22791
|
#
|
22694
22792
|
# @!attribute [rw] additional_recipients
|
22695
|
-
# The
|
22793
|
+
# The additional recipients address of email in CC.
|
22696
22794
|
# @return [Types::OutboundAdditionalRecipients]
|
22697
22795
|
#
|
22698
22796
|
# @!attribute [rw] email_message
|