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
@@ -1839,6 +1839,9 @@ module Aws::Connect
|
|
1839
1839
|
# @option params [Types::UserInfo] :user_info
|
1840
1840
|
# User details for the contact
|
1841
1841
|
#
|
1842
|
+
# UserInfo is required when creating an EMAIL contact with OUTBOUND and
|
1843
|
+
# AGENT\_REPLY contact initiation methods.
|
1844
|
+
#
|
1842
1845
|
# @option params [String] :initiate_as
|
1843
1846
|
# Initial state of the contact when it's created
|
1844
1847
|
#
|
@@ -1904,7 +1907,7 @@ module Aws::Connect
|
|
1904
1907
|
# user_info: {
|
1905
1908
|
# user_id: "AgentResourceId",
|
1906
1909
|
# },
|
1907
|
-
# initiate_as: "CONNECTED_TO_USER", # accepts CONNECTED_TO_USER
|
1910
|
+
# initiate_as: "CONNECTED_TO_USER", # accepts CONNECTED_TO_USER, COMPLETED
|
1908
1911
|
# name: "Name",
|
1909
1912
|
# description: "Description",
|
1910
1913
|
# segment_attributes: {
|
@@ -2169,8 +2172,7 @@ module Aws::Connect
|
|
2169
2172
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2170
2173
|
#
|
2171
2174
|
# @option params [required, String] :email_address
|
2172
|
-
# The email address
|
2173
|
-
# \[^\\s@\]+@\[^\\s@\]+\\.\[^\\s@\]+ format.
|
2175
|
+
# The email address, including the domain.
|
2174
2176
|
#
|
2175
2177
|
# @option params [String] :display_name
|
2176
2178
|
# The display name of email address
|
@@ -6398,6 +6400,17 @@ module Aws::Connect
|
|
6398
6400
|
|
6399
6401
|
# Describes the specified routing profile.
|
6400
6402
|
#
|
6403
|
+
# <note markdown="1"> `DescribeRoutingProfile` does not populate AssociatedQueueIds in its
|
6404
|
+
# response. The example Response Syntax shown on this page is incorrect;
|
6405
|
+
# we are working to update it. [SearchRoutingProfiles][1] does include
|
6406
|
+
# AssociatedQueueIds.
|
6407
|
+
#
|
6408
|
+
# </note>
|
6409
|
+
#
|
6410
|
+
#
|
6411
|
+
#
|
6412
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchRoutingProfiles.html
|
6413
|
+
#
|
6401
6414
|
# @option params [required, String] :instance_id
|
6402
6415
|
# The identifier of the Amazon Connect instance. You can [find the
|
6403
6416
|
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
@@ -8640,8 +8653,9 @@ module Aws::Connect
|
|
8640
8653
|
# `AGENT_HIERARCHY_LEVEL_THREE` \| `AGENT_HIERARCHY_LEVEL_FOUR` \|
|
8641
8654
|
# `AGENT_HIERARCHY_LEVEL_FIVE` \| `ANSWERING_MACHINE_DETECTION_STATUS`
|
8642
8655
|
# \| ` BOT_ID` \| `BOT_ALIAS` \| `BOT_VERSION` \| `BOT_LOCALE` \|
|
8643
|
-
# `BOT_INTENT_NAME` \| `CAMPAIGN` \| `CAMPAIGN_DELIVERY_EVENT_TYPE`
|
8644
|
-
#
|
8656
|
+
# `BOT_INTENT_NAME` \| `CAMPAIGN` \| `CAMPAIGN_DELIVERY_EVENT_TYPE` \|
|
8657
|
+
# `CAMPAIGN_EXCLUDED_EVENT_TYPE ` \| `CASE_TEMPLATE_ARN` \|
|
8658
|
+
# `CASE_STATUS` \| `CHANNEL` \|
|
8645
8659
|
# `contact/segmentAttributes/connect:Subtype` \| `DISCONNECT_REASON`
|
8646
8660
|
# \| `EVALUATION_FORM` \| `EVALUATION_SECTION` \|
|
8647
8661
|
# `EVALUATION_QUESTION` \| `EVALUATION_SOURCE` \| `FEATURE` \|
|
@@ -8704,7 +8718,8 @@ module Aws::Connect
|
|
8704
8718
|
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE` \|
|
8705
8719
|
# `ANSWERING_MACHINE_DETECTION_STATUS` \| `BOT_ID` \| `BOT_ALIAS` \|
|
8706
8720
|
# `BOT_VERSION` \| `BOT_LOCALE` \| `BOT_INTENT_NAME` \| `CAMPAIGN` \|
|
8707
|
-
# `CAMPAIGN_DELIVERY_EVENT_TYPE` \| `
|
8721
|
+
# `CAMPAIGN_DELIVERY_EVENT_TYPE` \| `CAMPAIGN_EXCLUDED_EVENT_TYPE` \|
|
8722
|
+
# `CAMPAIGN_EXECUTION_TIMESTAMP` \| `CASE_TEMPLATE_ARN` \| `CASE_STATUS`
|
8708
8723
|
# \| `CHANNEL` \| `contact/segmentAttributes/connect:Subtype` \|
|
8709
8724
|
# `DISCONNECT_REASON` \| `EVALUATION_FORM` \| `EVALUATION_SECTION` \|
|
8710
8725
|
# `EVALUATION_QUESTION` \| `EVALUATION_SOURCE` \| `FLOWS_RESOURCE_ID` \|
|
@@ -9262,6 +9277,18 @@ module Aws::Connect
|
|
9262
9277
|
#
|
9263
9278
|
# UI name: [Campaign interactions][47]
|
9264
9279
|
#
|
9280
|
+
# CAMPAIGN\_PROGRESS\_RATE
|
9281
|
+
#
|
9282
|
+
# : This metric is only available for outbound campaigns initiated using
|
9283
|
+
# a customer segment. It is not available for event triggered
|
9284
|
+
# campaigns.
|
9285
|
+
#
|
9286
|
+
# Unit: Percent
|
9287
|
+
#
|
9288
|
+
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
9289
|
+
#
|
9290
|
+
# UI name: [Campaign progress rate][48]
|
9291
|
+
#
|
9265
9292
|
# CAMPAIGN\_SEND\_ATTEMPTS
|
9266
9293
|
#
|
9267
9294
|
# : This metric is available only for outbound campaigns.
|
@@ -9271,7 +9298,20 @@ module Aws::Connect
|
|
9271
9298
|
# Valid groupings and filters: Campaign, Channel,
|
9272
9299
|
# contact/segmentAttributes/connect:Subtype
|
9273
9300
|
#
|
9274
|
-
# UI name: [Campaign send attempts][
|
9301
|
+
# UI name: [Campaign send attempts][49]
|
9302
|
+
#
|
9303
|
+
# CAMPAIGN\_SEND\_EXCLUSIONS
|
9304
|
+
#
|
9305
|
+
# : This metric is available only for outbound campaigns.
|
9306
|
+
#
|
9307
|
+
# Valid metric filter key: CAMPAIGN\_EXCLUDED\_EVENT\_TYPE
|
9308
|
+
#
|
9309
|
+
# Unit: Count
|
9310
|
+
#
|
9311
|
+
# Valid groupings and filters: Campaign, Campaign Excluded Event Type,
|
9312
|
+
# Campaign Execution Timestamp
|
9313
|
+
#
|
9314
|
+
# UI name: [Campaign send exclusions][50]
|
9275
9315
|
#
|
9276
9316
|
# CASES\_CREATED
|
9277
9317
|
#
|
@@ -9281,7 +9321,7 @@ module Aws::Connect
|
|
9281
9321
|
#
|
9282
9322
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9283
9323
|
#
|
9284
|
-
# UI name: [Cases created][
|
9324
|
+
# UI name: [Cases created][51]
|
9285
9325
|
#
|
9286
9326
|
# CONTACTS\_CREATED
|
9287
9327
|
#
|
@@ -9292,7 +9332,7 @@ module Aws::Connect
|
|
9292
9332
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
9293
9333
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
9294
9334
|
#
|
9295
|
-
# UI name: [Contacts created][
|
9335
|
+
# UI name: [Contacts created][52]
|
9296
9336
|
#
|
9297
9337
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9298
9338
|
#
|
@@ -9308,7 +9348,7 @@ module Aws::Connect
|
|
9308
9348
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9309
9349
|
# RoutingStepExpression, Q in Connect
|
9310
9350
|
#
|
9311
|
-
# UI name: [API contacts handled][
|
9351
|
+
# UI name: [API contacts handled][53]
|
9312
9352
|
#
|
9313
9353
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9314
9354
|
#
|
@@ -9323,7 +9363,7 @@ module Aws::Connect
|
|
9323
9363
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
9324
9364
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
9325
9365
|
#
|
9326
|
-
# UI name: [Contacts handled (connected to agent timestamp)][
|
9366
|
+
# UI name: [Contacts handled (connected to agent timestamp)][54]
|
9327
9367
|
#
|
9328
9368
|
# CONTACTS\_HOLD\_ABANDONS
|
9329
9369
|
#
|
@@ -9333,7 +9373,7 @@ module Aws::Connect
|
|
9333
9373
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9334
9374
|
# Connect
|
9335
9375
|
#
|
9336
|
-
# UI name: [Contacts hold disconnect][
|
9376
|
+
# UI name: [Contacts hold disconnect][55]
|
9337
9377
|
#
|
9338
9378
|
# CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
|
9339
9379
|
#
|
@@ -9342,7 +9382,7 @@ module Aws::Connect
|
|
9342
9382
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9343
9383
|
# Agent Hierarchy, Q in Connect
|
9344
9384
|
#
|
9345
|
-
# UI name: [Contacts hold agent disconnect][
|
9385
|
+
# UI name: [Contacts hold agent disconnect][56]
|
9346
9386
|
#
|
9347
9387
|
# CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
|
9348
9388
|
#
|
@@ -9351,7 +9391,7 @@ module Aws::Connect
|
|
9351
9391
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9352
9392
|
# Agent Hierarchy, Q in Connect
|
9353
9393
|
#
|
9354
|
-
# UI name: [Contacts hold customer disconnect][
|
9394
|
+
# UI name: [Contacts hold customer disconnect][57]
|
9355
9395
|
#
|
9356
9396
|
# CONTACTS\_PUT\_ON\_HOLD
|
9357
9397
|
#
|
@@ -9360,7 +9400,7 @@ module Aws::Connect
|
|
9360
9400
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9361
9401
|
# Agent Hierarchy, Q in Connect
|
9362
9402
|
#
|
9363
|
-
# UI name: [Contacts put on hold][
|
9403
|
+
# UI name: [Contacts put on hold][58]
|
9364
9404
|
#
|
9365
9405
|
# CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
|
9366
9406
|
#
|
@@ -9369,7 +9409,7 @@ module Aws::Connect
|
|
9369
9409
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9370
9410
|
# Agent Hierarchy, Q in Connect
|
9371
9411
|
#
|
9372
|
-
# UI name: [Contacts transferred out external][
|
9412
|
+
# UI name: [Contacts transferred out external][59]
|
9373
9413
|
#
|
9374
9414
|
# CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
|
9375
9415
|
#
|
@@ -9378,7 +9418,7 @@ module Aws::Connect
|
|
9378
9418
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9379
9419
|
# Agent Hierarchy, Q in Connect
|
9380
9420
|
#
|
9381
|
-
# UI name: [Contacts transferred out internal][
|
9421
|
+
# UI name: [Contacts transferred out internal][60]
|
9382
9422
|
#
|
9383
9423
|
# CONTACTS\_QUEUED
|
9384
9424
|
#
|
@@ -9388,7 +9428,7 @@ module Aws::Connect
|
|
9388
9428
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9389
9429
|
# Connect
|
9390
9430
|
#
|
9391
|
-
# UI name: [Contacts queued][
|
9431
|
+
# UI name: [Contacts queued][61]
|
9392
9432
|
#
|
9393
9433
|
# CONTACTS\_QUEUED\_BY\_ENQUEUE
|
9394
9434
|
#
|
@@ -9397,7 +9437,7 @@ module Aws::Connect
|
|
9397
9437
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
9398
9438
|
# contact/segmentAttributes/connect:Subtype
|
9399
9439
|
#
|
9400
|
-
# UI name: [Contacts queued (enqueue timestamp)][
|
9440
|
+
# UI name: [Contacts queued (enqueue timestamp)][62]
|
9401
9441
|
#
|
9402
9442
|
# CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
|
9403
9443
|
#
|
@@ -9410,7 +9450,7 @@ module Aws::Connect
|
|
9410
9450
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9411
9451
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9412
9452
|
#
|
9413
|
-
# UI name: [Contacts removed from queue in X seconds][
|
9453
|
+
# UI name: [Contacts removed from queue in X seconds][63]
|
9414
9454
|
#
|
9415
9455
|
# CONTACTS\_RESOLVED\_IN\_X
|
9416
9456
|
#
|
@@ -9423,7 +9463,7 @@ module Aws::Connect
|
|
9423
9463
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9424
9464
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9425
9465
|
#
|
9426
|
-
# UI name: [Contacts resolved in X][
|
9466
|
+
# UI name: [Contacts resolved in X][64]
|
9427
9467
|
#
|
9428
9468
|
# CONTACTS\_TRANSFERRED\_OUT
|
9429
9469
|
#
|
@@ -9433,7 +9473,7 @@ module Aws::Connect
|
|
9433
9473
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9434
9474
|
# Q in Connect
|
9435
9475
|
#
|
9436
|
-
# UI name: [Contacts transferred out][
|
9476
|
+
# UI name: [Contacts transferred out][65]
|
9437
9477
|
#
|
9438
9478
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9439
9479
|
#
|
@@ -9447,7 +9487,7 @@ module Aws::Connect
|
|
9447
9487
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9448
9488
|
# Connect
|
9449
9489
|
#
|
9450
|
-
# UI name: [Contacts transferred out by agent][
|
9490
|
+
# UI name: [Contacts transferred out by agent][66]
|
9451
9491
|
#
|
9452
9492
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
9453
9493
|
#
|
@@ -9457,7 +9497,7 @@ module Aws::Connect
|
|
9457
9497
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9458
9498
|
# Connect
|
9459
9499
|
#
|
9460
|
-
# UI name: [Contacts transferred out queue][
|
9500
|
+
# UI name: [Contacts transferred out queue][67]
|
9461
9501
|
#
|
9462
9502
|
# CURRENT\_CASES
|
9463
9503
|
#
|
@@ -9467,7 +9507,7 @@ module Aws::Connect
|
|
9467
9507
|
#
|
9468
9508
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9469
9509
|
#
|
9470
|
-
# UI name: [Current cases][
|
9510
|
+
# UI name: [Current cases][68]
|
9471
9511
|
#
|
9472
9512
|
# DELIVERY\_ATTEMPTS
|
9473
9513
|
#
|
@@ -9483,7 +9523,7 @@ module Aws::Connect
|
|
9483
9523
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
|
9484
9524
|
# Routing Profile
|
9485
9525
|
#
|
9486
|
-
# UI name: [Delivery attempts][
|
9526
|
+
# UI name: [Delivery attempts][69]
|
9487
9527
|
#
|
9488
9528
|
# <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
|
9489
9529
|
# for SMS and Email campaign delivery modes. Agent, Queue, Routing
|
@@ -9509,7 +9549,7 @@ module Aws::Connect
|
|
9509
9549
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
|
9510
9550
|
# Routing Profile
|
9511
9551
|
#
|
9512
|
-
# UI name: [Delivery attempt disposition rate][
|
9552
|
+
# UI name: [Delivery attempt disposition rate][70]
|
9513
9553
|
#
|
9514
9554
|
# <note markdown="1"> Campaign Delivery Event Type filter and grouping are only available
|
9515
9555
|
# for SMS and Email campaign delivery modes. Agent, Queue, Routing
|
@@ -9527,7 +9567,7 @@ module Aws::Connect
|
|
9527
9567
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
|
9528
9568
|
# Profile
|
9529
9569
|
#
|
9530
|
-
# UI name: [Evaluations performed][
|
9570
|
+
# UI name: [Evaluations performed][71]
|
9531
9571
|
#
|
9532
9572
|
# FLOWS\_OUTCOME
|
9533
9573
|
#
|
@@ -9539,7 +9579,7 @@ module Aws::Connect
|
|
9539
9579
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9540
9580
|
# published timestamp
|
9541
9581
|
#
|
9542
|
-
# UI name: [Flows outcome][
|
9582
|
+
# UI name: [Flows outcome][72]
|
9543
9583
|
#
|
9544
9584
|
# FLOWS\_STARTED
|
9545
9585
|
#
|
@@ -9550,7 +9590,7 @@ module Aws::Connect
|
|
9550
9590
|
# resource ID, Flows resource ID, Initiation method, Resource
|
9551
9591
|
# published timestamp
|
9552
9592
|
#
|
9553
|
-
# UI name: [Flows started][
|
9593
|
+
# UI name: [Flows started][73]
|
9554
9594
|
#
|
9555
9595
|
# HUMAN\_ANSWERED\_CALLS
|
9556
9596
|
#
|
@@ -9562,7 +9602,7 @@ module Aws::Connect
|
|
9562
9602
|
#
|
9563
9603
|
# Valid groupings and filters: Agent, Campaign
|
9564
9604
|
#
|
9565
|
-
# UI name: [Human answered][
|
9605
|
+
# UI name: [Human answered][74]
|
9566
9606
|
#
|
9567
9607
|
# MAX\_FLOW\_TIME
|
9568
9608
|
#
|
@@ -9574,7 +9614,7 @@ module Aws::Connect
|
|
9574
9614
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9575
9615
|
# published timestamp
|
9576
9616
|
#
|
9577
|
-
# UI name: [Maximum flow time][
|
9617
|
+
# UI name: [Maximum flow time][75]
|
9578
9618
|
#
|
9579
9619
|
# MAX\_QUEUED\_TIME
|
9580
9620
|
#
|
@@ -9584,7 +9624,7 @@ module Aws::Connect
|
|
9584
9624
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9585
9625
|
# Connect
|
9586
9626
|
#
|
9587
|
-
# UI name: [Maximum queued time][
|
9627
|
+
# UI name: [Maximum queued time][76]
|
9588
9628
|
#
|
9589
9629
|
# MIN\_FLOW\_TIME
|
9590
9630
|
#
|
@@ -9596,7 +9636,7 @@ module Aws::Connect
|
|
9596
9636
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9597
9637
|
# published timestamp
|
9598
9638
|
#
|
9599
|
-
# UI name: [Minimum flow time][
|
9639
|
+
# UI name: [Minimum flow time][77]
|
9600
9640
|
#
|
9601
9641
|
# PERCENT\_AUTOMATIC\_FAILS
|
9602
9642
|
#
|
@@ -9606,7 +9646,7 @@ module Aws::Connect
|
|
9606
9646
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
|
9607
9647
|
# Profile
|
9608
9648
|
#
|
9609
|
-
# UI name: [Automatic fails percent][
|
9649
|
+
# UI name: [Automatic fails percent][78]
|
9610
9650
|
#
|
9611
9651
|
# PERCENT\_BOT\_CONVERSATIONS\_OUTCOME
|
9612
9652
|
#
|
@@ -9618,7 +9658,7 @@ module Aws::Connect
|
|
9618
9658
|
# Flow type, Flow action ID, Invoking resource published timestamp,
|
9619
9659
|
# Initiation method, Invoking resource type, Parent flows resource ID
|
9620
9660
|
#
|
9621
|
-
# UI name: [Percent bot conversations outcome][
|
9661
|
+
# UI name: [Percent bot conversations outcome][79]
|
9622
9662
|
#
|
9623
9663
|
# PERCENT\_BOT\_INTENTS\_OUTCOME
|
9624
9664
|
#
|
@@ -9631,7 +9671,7 @@ module Aws::Connect
|
|
9631
9671
|
# published timestamp, Initiation method, Invoking resource type,
|
9632
9672
|
# Parent flows resource ID
|
9633
9673
|
#
|
9634
|
-
# UI name: [Percent bot intents outcome][
|
9674
|
+
# UI name: [Percent bot intents outcome][80]
|
9635
9675
|
#
|
9636
9676
|
# PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
|
9637
9677
|
#
|
@@ -9641,7 +9681,7 @@ module Aws::Connect
|
|
9641
9681
|
#
|
9642
9682
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9643
9683
|
#
|
9644
|
-
# UI name: [Cases resolved on first contact][
|
9684
|
+
# UI name: [Cases resolved on first contact][81]
|
9645
9685
|
#
|
9646
9686
|
# PERCENT\_CONTACTS\_STEP\_EXPIRED
|
9647
9687
|
#
|
@@ -9673,7 +9713,7 @@ module Aws::Connect
|
|
9673
9713
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9674
9714
|
# published timestamp
|
9675
9715
|
#
|
9676
|
-
# UI name: [Flows outcome percentage][
|
9716
|
+
# UI name: [Flows outcome percentage][82].
|
9677
9717
|
#
|
9678
9718
|
# <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
|
9679
9719
|
#
|
@@ -9690,7 +9730,7 @@ module Aws::Connect
|
|
9690
9730
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9691
9731
|
# Connect
|
9692
9732
|
#
|
9693
|
-
# UI name: [Non-talk time percent][
|
9733
|
+
# UI name: [Non-talk time percent][83]
|
9694
9734
|
#
|
9695
9735
|
# PERCENT\_TALK\_TIME
|
9696
9736
|
#
|
@@ -9703,7 +9743,7 @@ module Aws::Connect
|
|
9703
9743
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9704
9744
|
# Connect
|
9705
9745
|
#
|
9706
|
-
# UI name: [Talk time percent][
|
9746
|
+
# UI name: [Talk time percent][84]
|
9707
9747
|
#
|
9708
9748
|
# PERCENT\_TALK\_TIME\_AGENT
|
9709
9749
|
#
|
@@ -9716,7 +9756,7 @@ module Aws::Connect
|
|
9716
9756
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9717
9757
|
# Connect
|
9718
9758
|
#
|
9719
|
-
# UI name: [Agent talk time percent][
|
9759
|
+
# UI name: [Agent talk time percent][85]
|
9720
9760
|
#
|
9721
9761
|
# PERCENT\_TALK\_TIME\_CUSTOMER
|
9722
9762
|
#
|
@@ -9729,7 +9769,47 @@ module Aws::Connect
|
|
9729
9769
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9730
9770
|
# Connect
|
9731
9771
|
#
|
9732
|
-
# UI name: [Customer talk time percent][
|
9772
|
+
# UI name: [Customer talk time percent][86]
|
9773
|
+
#
|
9774
|
+
# RECIPIENTS\_ATTEMPTED
|
9775
|
+
#
|
9776
|
+
# : This metric is only available for outbound campaigns initiated using
|
9777
|
+
# a customer segment. It is not available for event triggered
|
9778
|
+
# campaigns.
|
9779
|
+
#
|
9780
|
+
# Unit: Count
|
9781
|
+
#
|
9782
|
+
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
9783
|
+
#
|
9784
|
+
# UI name: [Recipients attempted][87]
|
9785
|
+
#
|
9786
|
+
# RECIPIENTS\_INTERACTED
|
9787
|
+
#
|
9788
|
+
# : This metric is only available for outbound campaigns initiated using
|
9789
|
+
# a customer segment. It is not available for event triggered
|
9790
|
+
# campaigns.
|
9791
|
+
#
|
9792
|
+
# Valid metric filter key: CAMPAIGN\_INTERACTION\_EVENT\_TYPE
|
9793
|
+
#
|
9794
|
+
# Unit: Count
|
9795
|
+
#
|
9796
|
+
# Valid groupings and filters: Campaign, Channel,
|
9797
|
+
# contact/segmentAttributes/connect:Subtype, Campaign Execution
|
9798
|
+
# Timestamp
|
9799
|
+
#
|
9800
|
+
# UI name: [Recipients interacted][88]
|
9801
|
+
#
|
9802
|
+
# RECIPIENTS\_TARGETED
|
9803
|
+
#
|
9804
|
+
# : This metric is only available for outbound campaigns initiated using
|
9805
|
+
# a customer segment. It is not available for event triggered
|
9806
|
+
# campaigns.
|
9807
|
+
#
|
9808
|
+
# Unit: Count
|
9809
|
+
#
|
9810
|
+
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
9811
|
+
#
|
9812
|
+
# UI name: [Recipients targeted][89]
|
9733
9813
|
#
|
9734
9814
|
# REOPENED\_CASE\_ACTIONS
|
9735
9815
|
#
|
@@ -9739,7 +9819,7 @@ module Aws::Connect
|
|
9739
9819
|
#
|
9740
9820
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9741
9821
|
#
|
9742
|
-
# UI name: [Cases reopened][
|
9822
|
+
# UI name: [Cases reopened][90]
|
9743
9823
|
#
|
9744
9824
|
# RESOLVED\_CASE\_ACTIONS
|
9745
9825
|
#
|
@@ -9749,7 +9829,7 @@ module Aws::Connect
|
|
9749
9829
|
#
|
9750
9830
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9751
9831
|
#
|
9752
|
-
# UI name: [Cases resolved][
|
9832
|
+
# UI name: [Cases resolved][91]
|
9753
9833
|
#
|
9754
9834
|
# SERVICE\_LEVEL
|
9755
9835
|
#
|
@@ -9764,7 +9844,7 @@ module Aws::Connect
|
|
9764
9844
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9765
9845
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9766
9846
|
#
|
9767
|
-
# UI name: [Service level X][
|
9847
|
+
# UI name: [Service level X][92]
|
9768
9848
|
#
|
9769
9849
|
# STEP\_CONTACTS\_QUEUED
|
9770
9850
|
#
|
@@ -9795,7 +9875,7 @@ module Aws::Connect
|
|
9795
9875
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9796
9876
|
# Agent Hierarchy
|
9797
9877
|
#
|
9798
|
-
# UI name: [Agent API connecting time][
|
9878
|
+
# UI name: [Agent API connecting time][93]
|
9799
9879
|
#
|
9800
9880
|
# <note markdown="1"> The `Negate` key in metric-level filters is not applicable for this
|
9801
9881
|
# metric.
|
@@ -9817,7 +9897,7 @@ module Aws::Connect
|
|
9817
9897
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
9818
9898
|
# RoutingStepExpression, Q in Connect
|
9819
9899
|
#
|
9820
|
-
# UI name: [Contact abandoned][
|
9900
|
+
# UI name: [Contact abandoned][94]
|
9821
9901
|
#
|
9822
9902
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
9823
9903
|
#
|
@@ -9830,7 +9910,7 @@ module Aws::Connect
|
|
9830
9910
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9831
9911
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9832
9912
|
#
|
9833
|
-
# UI name: [Contacts abandoned in X seconds][
|
9913
|
+
# UI name: [Contacts abandoned in X seconds][95]
|
9834
9914
|
#
|
9835
9915
|
# SUM\_CONTACTS\_ANSWERED\_IN\_X
|
9836
9916
|
#
|
@@ -9843,7 +9923,7 @@ module Aws::Connect
|
|
9843
9923
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9844
9924
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9845
9925
|
#
|
9846
|
-
# UI name: [Contacts answered in X seconds][
|
9926
|
+
# UI name: [Contacts answered in X seconds][96]
|
9847
9927
|
#
|
9848
9928
|
# SUM\_CONTACT\_FLOW\_TIME
|
9849
9929
|
#
|
@@ -9852,7 +9932,7 @@ module Aws::Connect
|
|
9852
9932
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9853
9933
|
# Agent Hierarchy, Q in Connect
|
9854
9934
|
#
|
9855
|
-
# UI name: [Contact flow time][
|
9935
|
+
# UI name: [Contact flow time][97]
|
9856
9936
|
#
|
9857
9937
|
# SUM\_CONTACT\_TIME\_AGENT
|
9858
9938
|
#
|
@@ -9860,7 +9940,7 @@ module Aws::Connect
|
|
9860
9940
|
#
|
9861
9941
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
9862
9942
|
#
|
9863
|
-
# UI name: [Agent on contact time][
|
9943
|
+
# UI name: [Agent on contact time][98]
|
9864
9944
|
#
|
9865
9945
|
# SUM\_CONTACTS\_DISCONNECTED
|
9866
9946
|
#
|
@@ -9872,7 +9952,7 @@ module Aws::Connect
|
|
9872
9952
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9873
9953
|
# Connect
|
9874
9954
|
#
|
9875
|
-
# UI name: [Contact disconnected][
|
9955
|
+
# UI name: [Contact disconnected][99]
|
9876
9956
|
#
|
9877
9957
|
# SUM\_ERROR\_STATUS\_TIME\_AGENT
|
9878
9958
|
#
|
@@ -9880,7 +9960,7 @@ module Aws::Connect
|
|
9880
9960
|
#
|
9881
9961
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
9882
9962
|
#
|
9883
|
-
# UI name: [Error status time][
|
9963
|
+
# UI name: [Error status time][100]
|
9884
9964
|
#
|
9885
9965
|
# SUM\_HANDLE\_TIME
|
9886
9966
|
#
|
@@ -9889,7 +9969,7 @@ module Aws::Connect
|
|
9889
9969
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9890
9970
|
# Agent Hierarchy, Q in Connect
|
9891
9971
|
#
|
9892
|
-
# UI name: [Contact handle time][
|
9972
|
+
# UI name: [Contact handle time][101]
|
9893
9973
|
#
|
9894
9974
|
# SUM\_HOLD\_TIME
|
9895
9975
|
#
|
@@ -9898,7 +9978,7 @@ module Aws::Connect
|
|
9898
9978
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9899
9979
|
# Agent Hierarchy, Q in Connect
|
9900
9980
|
#
|
9901
|
-
# UI name: [Customer hold time][
|
9981
|
+
# UI name: [Customer hold time][102]
|
9902
9982
|
#
|
9903
9983
|
# SUM\_IDLE\_TIME\_AGENT
|
9904
9984
|
#
|
@@ -9906,7 +9986,7 @@ module Aws::Connect
|
|
9906
9986
|
#
|
9907
9987
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
9908
9988
|
#
|
9909
|
-
# UI name: [Agent idle time][
|
9989
|
+
# UI name: [Agent idle time][103]
|
9910
9990
|
#
|
9911
9991
|
# SUM\_INTERACTION\_AND\_HOLD\_TIME
|
9912
9992
|
#
|
@@ -9915,7 +9995,7 @@ module Aws::Connect
|
|
9915
9995
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9916
9996
|
# Agent Hierarchy, Q in Connect
|
9917
9997
|
#
|
9918
|
-
# UI name: [Agent interaction and hold time][
|
9998
|
+
# UI name: [Agent interaction and hold time][104]
|
9919
9999
|
#
|
9920
10000
|
# SUM\_INTERACTION\_TIME
|
9921
10001
|
#
|
@@ -9924,7 +10004,7 @@ module Aws::Connect
|
|
9924
10004
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9925
10005
|
# Agent Hierarchy
|
9926
10006
|
#
|
9927
|
-
# UI name: [Agent interaction time][
|
10007
|
+
# UI name: [Agent interaction time][105]
|
9928
10008
|
#
|
9929
10009
|
# SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
|
9930
10010
|
#
|
@@ -9932,7 +10012,7 @@ module Aws::Connect
|
|
9932
10012
|
#
|
9933
10013
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
9934
10014
|
#
|
9935
|
-
# UI name: [Agent non-productive time][
|
10015
|
+
# UI name: [Agent non-productive time][106]
|
9936
10016
|
#
|
9937
10017
|
# SUM\_ONLINE\_TIME\_AGENT
|
9938
10018
|
#
|
@@ -9940,7 +10020,7 @@ module Aws::Connect
|
|
9940
10020
|
#
|
9941
10021
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
9942
10022
|
#
|
9943
|
-
# UI name: [Online time][
|
10023
|
+
# UI name: [Online time][107]
|
9944
10024
|
#
|
9945
10025
|
# SUM\_RETRY\_CALLBACK\_ATTEMPTS
|
9946
10026
|
#
|
@@ -9949,7 +10029,7 @@ module Aws::Connect
|
|
9949
10029
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
9950
10030
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
9951
10031
|
#
|
9952
|
-
# UI name: [Callback attempts][
|
10032
|
+
# UI name: [Callback attempts][108]
|
9953
10033
|
#
|
9954
10034
|
#
|
9955
10035
|
#
|
@@ -10000,62 +10080,67 @@ module Aws::Connect
|
|
10000
10080
|
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x
|
10001
10081
|
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x-rate
|
10002
10082
|
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-interactions
|
10003
|
-
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-
|
10004
|
-
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10005
|
-
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10006
|
-
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10007
|
-
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10008
|
-
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10009
|
-
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10010
|
-
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-
|
10011
|
-
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10012
|
-
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10013
|
-
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10014
|
-
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10015
|
-
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10016
|
-
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10017
|
-
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10018
|
-
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10019
|
-
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10020
|
-
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
|
10021
|
-
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10022
|
-
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10023
|
-
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10024
|
-
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10025
|
-
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10026
|
-
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10027
|
-
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10028
|
-
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10029
|
-
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10030
|
-
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10031
|
-
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10032
|
-
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
10033
|
-
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
10034
|
-
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
10035
|
-
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
10036
|
-
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10037
|
-
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10038
|
-
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10039
|
-
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10040
|
-
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10041
|
-
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10042
|
-
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10043
|
-
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10044
|
-
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10045
|
-
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10046
|
-
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10047
|
-
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10048
|
-
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
10049
|
-
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10050
|
-
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10051
|
-
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10052
|
-
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10053
|
-
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
10054
|
-
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10055
|
-
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10056
|
-
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10057
|
-
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10058
|
-
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10083
|
+
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-progress-rate
|
10084
|
+
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-attempts
|
10085
|
+
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-exclusions
|
10086
|
+
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-created
|
10087
|
+
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-created
|
10088
|
+
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#api-contacts-handled
|
10089
|
+
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-by-connected-to-agent-timestamp
|
10090
|
+
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-disconnect
|
10091
|
+
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-agent-disconnect
|
10092
|
+
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-customer-disconnect
|
10093
|
+
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-put-on-hold
|
10094
|
+
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-external
|
10095
|
+
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-internal
|
10096
|
+
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued
|
10097
|
+
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued-by-enqueue
|
10098
|
+
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-removed-from-queue
|
10099
|
+
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-resolved
|
10100
|
+
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
|
10101
|
+
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-by-agent
|
10102
|
+
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue
|
10103
|
+
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#current-cases
|
10104
|
+
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempts
|
10105
|
+
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempt-disposition-rate
|
10106
|
+
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#evaluations-performed
|
10107
|
+
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome
|
10108
|
+
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-started
|
10109
|
+
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#human-answered
|
10110
|
+
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-flow-time
|
10111
|
+
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-queued-time
|
10112
|
+
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#minimum-flow-time
|
10113
|
+
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#automatic-fails-percent
|
10114
|
+
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome
|
10115
|
+
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome
|
10116
|
+
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved-on-first-contact
|
10117
|
+
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome-percentage
|
10118
|
+
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-talk-time-percent
|
10119
|
+
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#talk-time-percent
|
10120
|
+
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-talk-time-percent
|
10121
|
+
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-talk-time-percent
|
10122
|
+
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-attempted
|
10123
|
+
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-interacted
|
10124
|
+
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-targeted
|
10125
|
+
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-reopened
|
10126
|
+
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved
|
10127
|
+
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#service-level
|
10128
|
+
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-api-connecting-time
|
10129
|
+
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned
|
10130
|
+
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned-in-x-seconds
|
10131
|
+
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-answered-in-x-seconds
|
10132
|
+
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-flow-time
|
10133
|
+
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-on-contact-time
|
10134
|
+
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-disconnected
|
10135
|
+
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#error-status-time
|
10136
|
+
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-handle-time
|
10137
|
+
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-hold-time
|
10138
|
+
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-idle-time
|
10139
|
+
# [104]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-and-hold-time
|
10140
|
+
# [105]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-time
|
10141
|
+
# [106]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-productive-time
|
10142
|
+
# [107]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#online-time
|
10143
|
+
# [108]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#callback-attempts
|
10059
10144
|
#
|
10060
10145
|
# @option params [String] :next_token
|
10061
10146
|
# The token for the next set of results. Use the value returned in the
|
@@ -15106,6 +15191,17 @@ module Aws::Connect
|
|
15106
15191
|
# Searches routing profiles in an Amazon Connect instance, with optional
|
15107
15192
|
# filtering.
|
15108
15193
|
#
|
15194
|
+
# <note markdown="1"> `SearchRoutingProfiles` does not populate LastModifiedRegion,
|
15195
|
+
# LastModifiedTime, MediaConcurrencies.CrossChannelBehavior, and
|
15196
|
+
# AgentAvailabilityTimer in its response, but
|
15197
|
+
# [DescribeRoutingProfile][1] does.
|
15198
|
+
#
|
15199
|
+
# </note>
|
15200
|
+
#
|
15201
|
+
#
|
15202
|
+
#
|
15203
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeRoutingProfile.html
|
15204
|
+
#
|
15109
15205
|
# @option params [required, String] :instance_id
|
15110
15206
|
# The identifier of the Amazon Connect instance. You can [find the
|
15111
15207
|
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
@@ -16110,9 +16206,7 @@ module Aws::Connect
|
|
16110
16206
|
# Information identifying the participant.
|
16111
16207
|
#
|
16112
16208
|
# @option params [Types::ChatMessage] :initial_message
|
16113
|
-
# The initial message to be sent to the newly created chat.
|
16114
|
-
# a Lex bot in your flow, the initial message is not delivered to the
|
16115
|
-
# Lex bot.
|
16209
|
+
# The initial message to be sent to the newly created chat.
|
16116
16210
|
#
|
16117
16211
|
# @option params [String] :client_token
|
16118
16212
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -16478,7 +16572,7 @@ module Aws::Connect
|
|
16478
16572
|
# The email address of the customer.
|
16479
16573
|
#
|
16480
16574
|
# @option params [required, String] :destination_email_address
|
16481
|
-
# The email address associated with the instance.
|
16575
|
+
# The email address associated with the Amazon Connect instance.
|
16482
16576
|
#
|
16483
16577
|
# @option params [String] :description
|
16484
16578
|
# A description of the email contact.
|
@@ -16836,13 +16930,13 @@ module Aws::Connect
|
|
16836
16930
|
# The identifier of the contact in this instance of Amazon Connect.
|
16837
16931
|
#
|
16838
16932
|
# @option params [Types::EmailAddressInfo] :from_email_address
|
16839
|
-
# The email address associated with the instance.
|
16933
|
+
# The email address associated with the Amazon Connect instance.
|
16840
16934
|
#
|
16841
16935
|
# @option params [required, Types::EmailAddressInfo] :destination_email_address
|
16842
16936
|
# The email address of the customer.
|
16843
16937
|
#
|
16844
16938
|
# @option params [Types::OutboundAdditionalRecipients] :additional_recipients
|
16845
|
-
# The
|
16939
|
+
# The additional recipients address of email in CC.
|
16846
16940
|
#
|
16847
16941
|
# @option params [required, Types::OutboundEmailContent] :email_message
|
16848
16942
|
# The email message body to be sent to the newly created email.
|
@@ -21114,7 +21208,7 @@ module Aws::Connect
|
|
21114
21208
|
tracer: tracer
|
21115
21209
|
)
|
21116
21210
|
context[:gem_name] = 'aws-sdk-connect'
|
21117
|
-
context[:gem_version] = '1.
|
21211
|
+
context[:gem_version] = '1.205.0'
|
21118
21212
|
Seahorse::Client::Request.new(handlers, context)
|
21119
21213
|
end
|
21120
21214
|
|