aws-sdk-connect 1.209.0 → 1.210.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 +551 -255
- data/lib/aws-sdk-connect/client_api.rb +51 -0
- data/lib/aws-sdk-connect/types.rb +772 -222
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +42 -4
- data/sig/types.rbs +38 -0
- metadata +1 -1
@@ -1033,9 +1033,6 @@ module Aws::Connect
|
|
1033
1033
|
req.send_request(options)
|
1034
1034
|
end
|
1035
1035
|
|
1036
|
-
# This API is in preview release for Amazon Connect and is subject to
|
1037
|
-
# change.
|
1038
|
-
#
|
1039
1036
|
# Associates a set of quick connects with a queue.
|
1040
1037
|
#
|
1041
1038
|
# @option params [required, String] :instance_id
|
@@ -1714,9 +1711,6 @@ module Aws::Connect
|
|
1714
1711
|
req.send_request(options)
|
1715
1712
|
end
|
1716
1713
|
|
1717
|
-
# This API is in preview release for Amazon Connect and is subject to
|
1718
|
-
# change.
|
1719
|
-
#
|
1720
1714
|
# Creates an agent status for the specified Amazon Connect instance.
|
1721
1715
|
#
|
1722
1716
|
# @option params [required, String] :instance_id
|
@@ -2384,9 +2378,6 @@ module Aws::Connect
|
|
2384
2378
|
req.send_request(options)
|
2385
2379
|
end
|
2386
2380
|
|
2387
|
-
# This API is in preview release for Amazon Connect and is subject to
|
2388
|
-
# change.
|
2389
|
-
#
|
2390
2381
|
# Creates hours of operation.
|
2391
2382
|
#
|
2392
2383
|
# @option params [required, String] :instance_id
|
@@ -2460,7 +2451,7 @@ module Aws::Connect
|
|
2460
2451
|
end
|
2461
2452
|
|
2462
2453
|
# Creates an hours of operation override in an Amazon Connect hours of
|
2463
|
-
# operation resource
|
2454
|
+
# operation resource.
|
2464
2455
|
#
|
2465
2456
|
# @option params [required, String] :instance_id
|
2466
2457
|
# The identifier of the Amazon Connect instance.
|
@@ -2479,11 +2470,10 @@ module Aws::Connect
|
|
2479
2470
|
# start time, and end time.
|
2480
2471
|
#
|
2481
2472
|
# @option params [required, String] :effective_from
|
2482
|
-
# The date from when the hours of operation override
|
2473
|
+
# The date from when the hours of operation override is effective.
|
2483
2474
|
#
|
2484
2475
|
# @option params [required, String] :effective_till
|
2485
|
-
# The date until when the hours of operation override
|
2486
|
-
# effective.
|
2476
|
+
# The date until when the hours of operation override is effective.
|
2487
2477
|
#
|
2488
2478
|
# @return [Types::CreateHoursOfOperationOverrideResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2489
2479
|
#
|
@@ -3863,9 +3853,9 @@ module Aws::Connect
|
|
3863
3853
|
# Creates a user account for the specified Amazon Connect instance.
|
3864
3854
|
#
|
3865
3855
|
# Certain [UserIdentityInfo][1] parameters are required in some
|
3866
|
-
# situations. For example, `Email`
|
3867
|
-
#
|
3868
|
-
#
|
3856
|
+
# situations. For example, `Email`, `FirstName` and `LastName` are
|
3857
|
+
# required if you are using Amazon Connect or SAML for identity
|
3858
|
+
# management.
|
3869
3859
|
#
|
3870
3860
|
# For information about how to create users using the Amazon Connect
|
3871
3861
|
# admin website, see [Add Users][2] in the *Amazon Connect Administrator
|
@@ -4572,9 +4562,6 @@ module Aws::Connect
|
|
4572
4562
|
req.send_request(options)
|
4573
4563
|
end
|
4574
4564
|
|
4575
|
-
# This API is in preview release for Amazon Connect and is subject to
|
4576
|
-
# change.
|
4577
|
-
#
|
4578
4565
|
# Deletes an hours of operation.
|
4579
4566
|
#
|
4580
4567
|
# @option params [required, String] :instance_id
|
@@ -4607,7 +4594,7 @@ module Aws::Connect
|
|
4607
4594
|
end
|
4608
4595
|
|
4609
4596
|
# Deletes an hours of operation override in an Amazon Connect hours of
|
4610
|
-
# operation resource
|
4597
|
+
# operation resource.
|
4611
4598
|
#
|
4612
4599
|
# @option params [required, String] :instance_id
|
4613
4600
|
# The identifier of the Amazon Connect instance.
|
@@ -5277,9 +5264,6 @@ module Aws::Connect
|
|
5277
5264
|
req.send_request(options)
|
5278
5265
|
end
|
5279
5266
|
|
5280
|
-
# This API is in preview release for Amazon Connect and is subject to
|
5281
|
-
# change.
|
5282
|
-
#
|
5283
5267
|
# Describes an agent status.
|
5284
5268
|
#
|
5285
5269
|
# @option params [required, String] :instance_id
|
@@ -5943,9 +5927,6 @@ module Aws::Connect
|
|
5943
5927
|
req.send_request(options)
|
5944
5928
|
end
|
5945
5929
|
|
5946
|
-
# This API is in preview release for Amazon Connect and is subject to
|
5947
|
-
# change.
|
5948
|
-
#
|
5949
5930
|
# Describes the hours of operation.
|
5950
5931
|
#
|
5951
5932
|
# @option params [required, String] :instance_id
|
@@ -6345,9 +6326,6 @@ module Aws::Connect
|
|
6345
6326
|
req.send_request(options)
|
6346
6327
|
end
|
6347
6328
|
|
6348
|
-
# This API is in preview release for Amazon Connect and is subject to
|
6349
|
-
# change.
|
6350
|
-
#
|
6351
6329
|
# Describes the specified queue.
|
6352
6330
|
#
|
6353
6331
|
# @option params [required, String] :instance_id
|
@@ -7392,9 +7370,6 @@ module Aws::Connect
|
|
7392
7370
|
req.send_request(options)
|
7393
7371
|
end
|
7394
7372
|
|
7395
|
-
# This API is in preview release for Amazon Connect and is subject to
|
7396
|
-
# change.
|
7397
|
-
#
|
7398
7373
|
# Disassociates a set of quick connects from a queue.
|
7399
7374
|
#
|
7400
7375
|
# @option params [required, String] :instance_id
|
@@ -7741,12 +7716,105 @@ module Aws::Connect
|
|
7741
7716
|
req.send_request(options)
|
7742
7717
|
end
|
7743
7718
|
|
7719
|
+
# Gets the real-time metrics of the specified contact.
|
7720
|
+
#
|
7721
|
+
# **Use cases**
|
7722
|
+
#
|
7723
|
+
# Following are common uses cases for this API:
|
7724
|
+
#
|
7725
|
+
# * You can use this API to retrieve the position of the contact in the
|
7726
|
+
# queue.
|
7727
|
+
#
|
7728
|
+
# ^
|
7729
|
+
#
|
7730
|
+
# **Endpoints**: See [Amazon Connect endpoints and quotas][1].
|
7731
|
+
#
|
7732
|
+
#
|
7733
|
+
#
|
7734
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/connect_region.html
|
7735
|
+
#
|
7736
|
+
# @option params [required, String] :instance_id
|
7737
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
7738
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
7739
|
+
#
|
7740
|
+
#
|
7741
|
+
#
|
7742
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7743
|
+
#
|
7744
|
+
# @option params [required, String] :contact_id
|
7745
|
+
# The identifier of the contact in this instance of Amazon Connect.
|
7746
|
+
#
|
7747
|
+
# @option params [required, Array<Types::ContactMetricInfo>] :metrics
|
7748
|
+
# A list of contact-level metrics to retrieve.
|
7749
|
+
#
|
7750
|
+
# @return [Types::GetContactMetricsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7751
|
+
#
|
7752
|
+
# * {Types::GetContactMetricsResponse#metric_results #metric_results} => Array<Types::ContactMetricResult>
|
7753
|
+
# * {Types::GetContactMetricsResponse#id #id} => String
|
7754
|
+
# * {Types::GetContactMetricsResponse#arn #arn} => String
|
7755
|
+
#
|
7756
|
+
# @example Request syntax with placeholder values
|
7757
|
+
#
|
7758
|
+
# resp = client.get_contact_metrics({
|
7759
|
+
# instance_id: "InstanceIdOrArn", # required
|
7760
|
+
# contact_id: "InstanceIdOrArn", # required
|
7761
|
+
# metrics: [ # required
|
7762
|
+
# {
|
7763
|
+
# name: "POSITION_IN_QUEUE", # required, accepts POSITION_IN_QUEUE
|
7764
|
+
# },
|
7765
|
+
# ],
|
7766
|
+
# })
|
7767
|
+
#
|
7768
|
+
# @example Response structure
|
7769
|
+
#
|
7770
|
+
# resp.metric_results #=> Array
|
7771
|
+
# resp.metric_results[0].name #=> String, one of "POSITION_IN_QUEUE"
|
7772
|
+
# resp.metric_results[0].value.number #=> Float
|
7773
|
+
# resp.id #=> String
|
7774
|
+
# resp.arn #=> String
|
7775
|
+
#
|
7776
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/GetContactMetrics AWS API Documentation
|
7777
|
+
#
|
7778
|
+
# @overload get_contact_metrics(params = {})
|
7779
|
+
# @param [Hash] params ({})
|
7780
|
+
def get_contact_metrics(params = {}, options = {})
|
7781
|
+
req = build_request(:get_contact_metrics, params)
|
7782
|
+
req.send_request(options)
|
7783
|
+
end
|
7784
|
+
|
7744
7785
|
# Gets the real-time metric data from the specified Amazon Connect
|
7745
7786
|
# instance.
|
7746
7787
|
#
|
7747
7788
|
# For a description of each metric, see [Metrics definitions][1] in the
|
7748
7789
|
# *Amazon Connect Administrator Guide*.
|
7749
7790
|
#
|
7791
|
+
# <note markdown="1"> When you make a successful API request, you can expect the following
|
7792
|
+
# metric values in the response:
|
7793
|
+
#
|
7794
|
+
# 1. **Metric value is null**: The calculation cannot be performed due
|
7795
|
+
# to divide by zero or insufficient data
|
7796
|
+
#
|
7797
|
+
# 2. **Metric value is a number (including 0) of defined type**: The
|
7798
|
+
# number provided is the calculation result
|
7799
|
+
#
|
7800
|
+
# 3. **MetricResult list is empty**: The request cannot find any data
|
7801
|
+
# in the system
|
7802
|
+
#
|
7803
|
+
# The following guidelines can help you work with the API:
|
7804
|
+
#
|
7805
|
+
# * Each dimension in the metric response must contain a value
|
7806
|
+
#
|
7807
|
+
# * Each item in MetricResult must include all requested metrics
|
7808
|
+
#
|
7809
|
+
# * If the response is slow due to large result sets, try these
|
7810
|
+
# approaches:
|
7811
|
+
#
|
7812
|
+
# * Narrow the time range of your request
|
7813
|
+
#
|
7814
|
+
# * Add filters to reduce the amount of data returned
|
7815
|
+
#
|
7816
|
+
# </note>
|
7817
|
+
#
|
7750
7818
|
#
|
7751
7819
|
#
|
7752
7820
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
|
@@ -8129,10 +8197,10 @@ module Aws::Connect
|
|
8129
8197
|
# The identifier for the hours of operation.
|
8130
8198
|
#
|
8131
8199
|
# @option params [required, String] :from_date
|
8132
|
-
# The
|
8200
|
+
# The date from when the hours of operation are listed.
|
8133
8201
|
#
|
8134
8202
|
# @option params [required, String] :to_date
|
8135
|
-
# The
|
8203
|
+
# The date until when the hours of operation are listed.
|
8136
8204
|
#
|
8137
8205
|
# @return [Types::GetEffectiveHoursOfOperationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8138
8206
|
#
|
@@ -8372,113 +8440,151 @@ module Aws::Connect
|
|
8372
8440
|
#
|
8373
8441
|
# Statistic: AVG
|
8374
8442
|
#
|
8443
|
+
# UI name: [Average queue abandon time][2]
|
8444
|
+
#
|
8375
8445
|
# AFTER\_CONTACT\_WORK\_TIME
|
8376
8446
|
#
|
8377
8447
|
# : Unit: SECONDS
|
8378
8448
|
#
|
8379
8449
|
# Statistic: AVG
|
8380
8450
|
#
|
8451
|
+
# UI name: [After contact work time][3]
|
8452
|
+
#
|
8381
8453
|
# API\_CONTACTS\_HANDLED
|
8382
8454
|
#
|
8383
8455
|
# : Unit: COUNT
|
8384
8456
|
#
|
8385
8457
|
# Statistic: SUM
|
8386
8458
|
#
|
8459
|
+
# UI name: [API contacts handled][4]
|
8460
|
+
#
|
8461
|
+
# AVG\_HOLD\_TIME
|
8462
|
+
#
|
8463
|
+
# : Unit: SECONDS
|
8464
|
+
#
|
8465
|
+
# Statistic: AVG
|
8466
|
+
#
|
8467
|
+
# UI name: [Average customer hold time][5]
|
8468
|
+
#
|
8387
8469
|
# CALLBACK\_CONTACTS\_HANDLED
|
8388
8470
|
#
|
8389
8471
|
# : Unit: COUNT
|
8390
8472
|
#
|
8391
8473
|
# Statistic: SUM
|
8392
8474
|
#
|
8475
|
+
# UI name: [Callback contacts handled][6]
|
8476
|
+
#
|
8393
8477
|
# CONTACTS\_ABANDONED
|
8394
8478
|
#
|
8395
8479
|
# : Unit: COUNT
|
8396
8480
|
#
|
8397
8481
|
# Statistic: SUM
|
8398
8482
|
#
|
8483
|
+
# UI name: [Contacts abandoned][7]
|
8484
|
+
#
|
8399
8485
|
# CONTACTS\_AGENT\_HUNG\_UP\_FIRST
|
8400
8486
|
#
|
8401
8487
|
# : Unit: COUNT
|
8402
8488
|
#
|
8403
8489
|
# Statistic: SUM
|
8404
8490
|
#
|
8491
|
+
# UI name: [Contacts agent hung up first][8]
|
8492
|
+
#
|
8405
8493
|
# CONTACTS\_CONSULTED
|
8406
8494
|
#
|
8407
8495
|
# : Unit: COUNT
|
8408
8496
|
#
|
8409
8497
|
# Statistic: SUM
|
8410
8498
|
#
|
8499
|
+
# UI name: [Contacts consulted][9]
|
8500
|
+
#
|
8411
8501
|
# CONTACTS\_HANDLED
|
8412
8502
|
#
|
8413
8503
|
# : Unit: COUNT
|
8414
8504
|
#
|
8415
8505
|
# Statistic: SUM
|
8416
8506
|
#
|
8507
|
+
# UI name: [Contacts handled][10]
|
8508
|
+
#
|
8417
8509
|
# CONTACTS\_HANDLED\_INCOMING
|
8418
8510
|
#
|
8419
8511
|
# : Unit: COUNT
|
8420
8512
|
#
|
8421
8513
|
# Statistic: SUM
|
8422
8514
|
#
|
8515
|
+
# UI name: [Contacts handled incoming][11]
|
8516
|
+
#
|
8423
8517
|
# CONTACTS\_HANDLED\_OUTBOUND
|
8424
8518
|
#
|
8425
8519
|
# : Unit: COUNT
|
8426
8520
|
#
|
8427
8521
|
# Statistic: SUM
|
8428
8522
|
#
|
8523
|
+
# UI name: [Contacts handled outbound][12]
|
8524
|
+
#
|
8429
8525
|
# CONTACTS\_HOLD\_ABANDONS
|
8430
8526
|
#
|
8431
8527
|
# : Unit: COUNT
|
8432
8528
|
#
|
8433
8529
|
# Statistic: SUM
|
8434
8530
|
#
|
8531
|
+
# UI name: [Contacts hold disconnect][13]
|
8532
|
+
#
|
8435
8533
|
# CONTACTS\_MISSED
|
8436
8534
|
#
|
8437
8535
|
# : Unit: COUNT
|
8438
8536
|
#
|
8439
8537
|
# Statistic: SUM
|
8440
8538
|
#
|
8539
|
+
# UI name: [AGENT\_NON\_RESPONSE][14]
|
8540
|
+
#
|
8441
8541
|
# CONTACTS\_QUEUED
|
8442
8542
|
#
|
8443
8543
|
# : Unit: COUNT
|
8444
8544
|
#
|
8445
8545
|
# Statistic: SUM
|
8446
8546
|
#
|
8547
|
+
# UI name: [Contacts queued][15]
|
8548
|
+
#
|
8447
8549
|
# CONTACTS\_TRANSFERRED\_IN
|
8448
8550
|
#
|
8449
8551
|
# : Unit: COUNT
|
8450
8552
|
#
|
8451
8553
|
# Statistic: SUM
|
8452
8554
|
#
|
8555
|
+
# UI name: [Contacts transferred in][16]
|
8556
|
+
#
|
8453
8557
|
# CONTACTS\_TRANSFERRED\_IN\_FROM\_QUEUE
|
8454
8558
|
#
|
8455
8559
|
# : Unit: COUNT
|
8456
8560
|
#
|
8457
8561
|
# Statistic: SUM
|
8458
8562
|
#
|
8563
|
+
# UI name: [Contacts transferred out queue][17]
|
8564
|
+
#
|
8459
8565
|
# CONTACTS\_TRANSFERRED\_OUT
|
8460
8566
|
#
|
8461
8567
|
# : Unit: COUNT
|
8462
8568
|
#
|
8463
8569
|
# Statistic: SUM
|
8464
8570
|
#
|
8571
|
+
# UI name: [Contacts transferred out][18]
|
8572
|
+
#
|
8465
8573
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
8466
8574
|
#
|
8467
8575
|
# : Unit: COUNT
|
8468
8576
|
#
|
8469
8577
|
# Statistic: SUM
|
8470
8578
|
#
|
8579
|
+
# UI name: [Contacts transferred out queue][17]
|
8580
|
+
#
|
8471
8581
|
# HANDLE\_TIME
|
8472
8582
|
#
|
8473
8583
|
# : Unit: SECONDS
|
8474
8584
|
#
|
8475
8585
|
# Statistic: AVG
|
8476
8586
|
#
|
8477
|
-
#
|
8478
|
-
#
|
8479
|
-
# : Unit: SECONDS
|
8480
|
-
#
|
8481
|
-
# Statistic: AVG
|
8587
|
+
# UI name: [Average handle time][19]
|
8482
8588
|
#
|
8483
8589
|
# INTERACTION\_AND\_HOLD\_TIME
|
8484
8590
|
#
|
@@ -8486,30 +8592,40 @@ module Aws::Connect
|
|
8486
8592
|
#
|
8487
8593
|
# Statistic: AVG
|
8488
8594
|
#
|
8595
|
+
# UI name: [Average agent interaction and customer hold time][20]
|
8596
|
+
#
|
8489
8597
|
# INTERACTION\_TIME
|
8490
8598
|
#
|
8491
8599
|
# : Unit: SECONDS
|
8492
8600
|
#
|
8493
8601
|
# Statistic: AVG
|
8494
8602
|
#
|
8603
|
+
# UI name: [Average agent interaction time][21]
|
8604
|
+
#
|
8495
8605
|
# OCCUPANCY
|
8496
8606
|
#
|
8497
8607
|
# : Unit: PERCENT
|
8498
8608
|
#
|
8499
8609
|
# Statistic: AVG
|
8500
8610
|
#
|
8611
|
+
# UI name: [Occupancy][22]
|
8612
|
+
#
|
8501
8613
|
# QUEUE\_ANSWER\_TIME
|
8502
8614
|
#
|
8503
8615
|
# : Unit: SECONDS
|
8504
8616
|
#
|
8505
8617
|
# Statistic: AVG
|
8506
8618
|
#
|
8619
|
+
# UI name: [Average queue answer time][23]
|
8620
|
+
#
|
8507
8621
|
# QUEUED\_TIME
|
8508
8622
|
#
|
8509
8623
|
# : Unit: SECONDS
|
8510
8624
|
#
|
8511
8625
|
# Statistic: MAX
|
8512
8626
|
#
|
8627
|
+
# UI name: [Minimum flow time][24]
|
8628
|
+
#
|
8513
8629
|
# SERVICE\_LEVEL
|
8514
8630
|
#
|
8515
8631
|
# : You can include up to 20 SERVICE\_LEVEL metrics in a request.
|
@@ -8522,9 +8638,34 @@ module Aws::Connect
|
|
8522
8638
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8523
8639
|
# `LT` (for "Less than").
|
8524
8640
|
#
|
8641
|
+
# UI name: [Average queue abandon time][2]
|
8642
|
+
#
|
8525
8643
|
#
|
8526
8644
|
#
|
8527
8645
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
|
8646
|
+
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-abandon-time
|
8647
|
+
# [3]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#after-contact-work-time
|
8648
|
+
# [4]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#api-contacts-handled
|
8649
|
+
# [5]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time
|
8650
|
+
# [6]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#callback-contacts-handled
|
8651
|
+
# [7]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned
|
8652
|
+
# [8]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-agent-hung-up-first
|
8653
|
+
# [9]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-consulted
|
8654
|
+
# [10]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled
|
8655
|
+
# [11]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-incoming
|
8656
|
+
# [12]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-outbound
|
8657
|
+
# [13]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-disconnect
|
8658
|
+
# [14]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-response
|
8659
|
+
# [15]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued
|
8660
|
+
# [16]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-in
|
8661
|
+
# [17]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue
|
8662
|
+
# [18]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
|
8663
|
+
# [19]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-handle-time
|
8664
|
+
# [20]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-and-customer-hold-time
|
8665
|
+
# [21]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#aaverage-agent-interaction-time
|
8666
|
+
# [22]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#occupancy
|
8667
|
+
# [23]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html##average-queue-answer-time
|
8668
|
+
# [24]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#minimum-flow-time
|
8528
8669
|
#
|
8529
8670
|
# @option params [String] :next_token
|
8530
8671
|
# The token for the next set of results. Use the value returned in the
|
@@ -8609,6 +8750,33 @@ module Aws::Connect
|
|
8609
8750
|
# `GetMetricDataV2` and `GetMetricData`, see [Metrics definitions][2] in
|
8610
8751
|
# the *Amazon Connect Administrator Guide*.
|
8611
8752
|
#
|
8753
|
+
# <note markdown="1"> When you make a successful API request, you can expect the following
|
8754
|
+
# metric values in the response:
|
8755
|
+
#
|
8756
|
+
# 1. **Metric value is null**: The calculation cannot be performed due
|
8757
|
+
# to divide by zero or insufficient data
|
8758
|
+
#
|
8759
|
+
# 2. **Metric value is a number (including 0) of defined type**: The
|
8760
|
+
# number provided is the calculation result
|
8761
|
+
#
|
8762
|
+
# 3. **MetricResult list is empty**: The request cannot find any data
|
8763
|
+
# in the system
|
8764
|
+
#
|
8765
|
+
# The following guidelines can help you work with the API:
|
8766
|
+
#
|
8767
|
+
# * Each dimension in the metric response must contain a value
|
8768
|
+
#
|
8769
|
+
# * Each item in MetricResult must include all requested metrics
|
8770
|
+
#
|
8771
|
+
# * If the response is slow due to large result sets, try these
|
8772
|
+
# approaches:
|
8773
|
+
#
|
8774
|
+
# * Narrow the time range of your request
|
8775
|
+
#
|
8776
|
+
# * Add filters to reduce the amount of data returned
|
8777
|
+
#
|
8778
|
+
# </note>
|
8779
|
+
#
|
8612
8780
|
#
|
8613
8781
|
#
|
8614
8782
|
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html
|
@@ -9006,6 +9174,28 @@ module Aws::Connect
|
|
9006
9174
|
#
|
9007
9175
|
# </note>
|
9008
9176
|
#
|
9177
|
+
# AVG\_CONTACT\_FIRST\_RESPONSE\_TIME\_AGENT
|
9178
|
+
#
|
9179
|
+
# : Unit: Seconds
|
9180
|
+
#
|
9181
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9182
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9183
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9184
|
+
# Queue, Q in Connect
|
9185
|
+
#
|
9186
|
+
# UI name: [Agent average contact first response wait time][22]
|
9187
|
+
#
|
9188
|
+
# AVG\_CONVERSATION\_CLOSE\_TIME
|
9189
|
+
#
|
9190
|
+
# : Unit: Seconds
|
9191
|
+
#
|
9192
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9193
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9194
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9195
|
+
# Queue, Q in Connect
|
9196
|
+
#
|
9197
|
+
# UI name: [Average conversation close time][23]
|
9198
|
+
#
|
9009
9199
|
# AVG\_CONVERSATION\_DURATION
|
9010
9200
|
#
|
9011
9201
|
# : Unit: Seconds
|
@@ -9014,7 +9204,7 @@ module Aws::Connect
|
|
9014
9204
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9015
9205
|
# Q in Connect
|
9016
9206
|
#
|
9017
|
-
# UI name: [Average conversation duration][
|
9207
|
+
# UI name: [Average conversation duration][24]
|
9018
9208
|
#
|
9019
9209
|
# AVG\_DIALS\_PER\_MINUTE
|
9020
9210
|
#
|
@@ -9025,7 +9215,7 @@ module Aws::Connect
|
|
9025
9215
|
#
|
9026
9216
|
# Valid groupings and filters: Agent, Campaign, Queue, Routing Profile
|
9027
9217
|
#
|
9028
|
-
# UI name: [Average dials per minute][
|
9218
|
+
# UI name: [Average dials per minute][25]
|
9029
9219
|
#
|
9030
9220
|
# AVG\_EVALUATION\_SCORE
|
9031
9221
|
#
|
@@ -9035,7 +9225,18 @@ module Aws::Connect
|
|
9035
9225
|
# Evaluation Form ID, Evaluation Section ID, Evaluation Question ID,
|
9036
9226
|
# Evaluation Source, Form Version, Queue, Routing Profile
|
9037
9227
|
#
|
9038
|
-
# UI name: [Average evaluation score][
|
9228
|
+
# UI name: [Average evaluation score][26]
|
9229
|
+
#
|
9230
|
+
# AVG\_FIRST\_RESPONSE\_TIME\_AGENT
|
9231
|
+
#
|
9232
|
+
# : Unit: Seconds
|
9233
|
+
#
|
9234
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9235
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9236
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9237
|
+
# Queue, Q in Connect
|
9238
|
+
#
|
9239
|
+
# UI name: [Average agent first response time][27]
|
9039
9240
|
#
|
9040
9241
|
# AVG\_FLOW\_TIME
|
9041
9242
|
#
|
@@ -9047,7 +9248,7 @@ module Aws::Connect
|
|
9047
9248
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9048
9249
|
# published timestamp
|
9049
9250
|
#
|
9050
|
-
# UI name: [Average flow time][
|
9251
|
+
# UI name: [Average flow time][28]
|
9051
9252
|
#
|
9052
9253
|
# AVG\_GREETING\_TIME\_AGENT
|
9053
9254
|
#
|
@@ -9060,7 +9261,7 @@ module Aws::Connect
|
|
9060
9261
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9061
9262
|
# Connect
|
9062
9263
|
#
|
9063
|
-
# UI name: [Average agent greeting time][
|
9264
|
+
# UI name: [Average agent greeting time][29]
|
9064
9265
|
#
|
9065
9266
|
# AVG\_HANDLE\_TIME
|
9066
9267
|
#
|
@@ -9070,7 +9271,7 @@ module Aws::Connect
|
|
9070
9271
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9071
9272
|
# RoutingStepExpression
|
9072
9273
|
#
|
9073
|
-
# UI name: [Average handle time][
|
9274
|
+
# UI name: [Average handle time][30]
|
9074
9275
|
#
|
9075
9276
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9076
9277
|
#
|
@@ -9084,7 +9285,7 @@ module Aws::Connect
|
|
9084
9285
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9085
9286
|
# Q in Connect
|
9086
9287
|
#
|
9087
|
-
# UI name: [Average customer hold time][
|
9288
|
+
# UI name: [Average customer hold time][31]
|
9088
9289
|
#
|
9089
9290
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9090
9291
|
#
|
@@ -9098,7 +9299,7 @@ module Aws::Connect
|
|
9098
9299
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9099
9300
|
# Connect
|
9100
9301
|
#
|
9101
|
-
# UI name: [Average customer hold time all contacts][
|
9302
|
+
# UI name: [Average customer hold time all contacts][32]
|
9102
9303
|
#
|
9103
9304
|
# AVG\_HOLDS
|
9104
9305
|
#
|
@@ -9108,7 +9309,7 @@ module Aws::Connect
|
|
9108
9309
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9109
9310
|
# Q in Connect
|
9110
9311
|
#
|
9111
|
-
# UI name: [Average holds][
|
9312
|
+
# UI name: [Average holds][33]
|
9112
9313
|
#
|
9113
9314
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9114
9315
|
#
|
@@ -9122,7 +9323,7 @@ module Aws::Connect
|
|
9122
9323
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9123
9324
|
# Connect
|
9124
9325
|
#
|
9125
|
-
# UI name: [Average agent interaction and customer hold time][
|
9326
|
+
# UI name: [Average agent interaction and customer hold time][34]
|
9126
9327
|
#
|
9127
9328
|
# AVG\_INTERACTION\_TIME
|
9128
9329
|
#
|
@@ -9133,7 +9334,7 @@ module Aws::Connect
|
|
9133
9334
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
9134
9335
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
9135
9336
|
#
|
9136
|
-
# UI name: [Average agent interaction time][
|
9337
|
+
# UI name: [Average agent interaction time][35]
|
9137
9338
|
#
|
9138
9339
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9139
9340
|
#
|
@@ -9150,7 +9351,7 @@ module Aws::Connect
|
|
9150
9351
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9151
9352
|
# Connect
|
9152
9353
|
#
|
9153
|
-
# UI name: [Average agent interruptions][
|
9354
|
+
# UI name: [Average agent interruptions][36]
|
9154
9355
|
#
|
9155
9356
|
# AVG\_INTERRUPTION\_TIME\_AGENT
|
9156
9357
|
#
|
@@ -9163,7 +9364,73 @@ module Aws::Connect
|
|
9163
9364
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9164
9365
|
# Connect
|
9165
9366
|
#
|
9166
|
-
# UI name: [Average agent interruption time][
|
9367
|
+
# UI name: [Average agent interruption time][37]
|
9368
|
+
#
|
9369
|
+
# AVG\_MESSAGE\_LENGTH\_AGENT
|
9370
|
+
#
|
9371
|
+
# : Unit: Count
|
9372
|
+
#
|
9373
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9374
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9375
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9376
|
+
# Queue, Q in Connect
|
9377
|
+
#
|
9378
|
+
# UI name: [Average agent message length][38]
|
9379
|
+
#
|
9380
|
+
# AVG\_MESSAGE\_LENGTH\_CUSTOMER
|
9381
|
+
#
|
9382
|
+
# : Unit: Count
|
9383
|
+
#
|
9384
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9385
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9386
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9387
|
+
# Queue, Q in Connect
|
9388
|
+
#
|
9389
|
+
# UI name: [Average customer message length][39]
|
9390
|
+
#
|
9391
|
+
# AVG\_MESSAGES
|
9392
|
+
#
|
9393
|
+
# : Unit: Count
|
9394
|
+
#
|
9395
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9396
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9397
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9398
|
+
# Queue, Q in Connect
|
9399
|
+
#
|
9400
|
+
# UI name: [Average messages][40]
|
9401
|
+
#
|
9402
|
+
# AVG\_MESSAGES\_AGENT
|
9403
|
+
#
|
9404
|
+
# : Unit: Count
|
9405
|
+
#
|
9406
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9407
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9408
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9409
|
+
# Queue, Q in Connect
|
9410
|
+
#
|
9411
|
+
# UI name: [Average agent messages][41]
|
9412
|
+
#
|
9413
|
+
# AVG\_MESSAGES\_BOT
|
9414
|
+
#
|
9415
|
+
# : Unit: Count
|
9416
|
+
#
|
9417
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9418
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9419
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9420
|
+
# Queue, Q in Connect
|
9421
|
+
#
|
9422
|
+
# UI name: [Average bot messages][42]
|
9423
|
+
#
|
9424
|
+
# AVG\_MESSAGES\_CUSTOMER
|
9425
|
+
#
|
9426
|
+
# : Unit: Count
|
9427
|
+
#
|
9428
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9429
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9430
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9431
|
+
# Queue, Q in Connect
|
9432
|
+
#
|
9433
|
+
# UI name: [Average customer messages][43]
|
9167
9434
|
#
|
9168
9435
|
# AVG\_NON\_TALK\_TIME
|
9169
9436
|
#
|
@@ -9176,7 +9443,7 @@ module Aws::Connect
|
|
9176
9443
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9177
9444
|
# Connect
|
9178
9445
|
#
|
9179
|
-
# UI name: [Average non-talk time][
|
9446
|
+
# UI name: [Average non-talk time][44]
|
9180
9447
|
#
|
9181
9448
|
# AVG\_QUEUE\_ANSWER\_TIME
|
9182
9449
|
#
|
@@ -9185,12 +9452,34 @@ module Aws::Connect
|
|
9185
9452
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
9186
9453
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
9187
9454
|
#
|
9188
|
-
# UI name: [Average queue answer time][
|
9455
|
+
# UI name: [Average queue answer time][45]
|
9189
9456
|
#
|
9190
9457
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9191
9458
|
#
|
9192
9459
|
# </note>
|
9193
9460
|
#
|
9461
|
+
# AVG\_RESPONSE\_TIME\_AGENT
|
9462
|
+
#
|
9463
|
+
# : Unit: Seconds
|
9464
|
+
#
|
9465
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9466
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9467
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9468
|
+
# Queue, Q in Connect
|
9469
|
+
#
|
9470
|
+
# UI name: [Average agent response time][46]
|
9471
|
+
#
|
9472
|
+
# AVG\_RESPONSE\_TIME\_CUSTOMER
|
9473
|
+
#
|
9474
|
+
# : Unit: Seconds
|
9475
|
+
#
|
9476
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9477
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9478
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9479
|
+
# Queue, Q in Connect
|
9480
|
+
#
|
9481
|
+
# UI name: [Average customer response time][47]
|
9482
|
+
#
|
9194
9483
|
# AVG\_RESOLUTION\_TIME
|
9195
9484
|
#
|
9196
9485
|
# : Unit: Seconds
|
@@ -9198,7 +9487,7 @@ module Aws::Connect
|
|
9198
9487
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
9199
9488
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
9200
9489
|
#
|
9201
|
-
# UI name: [Average resolution time][
|
9490
|
+
# UI name: [Average resolution time][48]
|
9202
9491
|
#
|
9203
9492
|
# AVG\_TALK\_TIME
|
9204
9493
|
#
|
@@ -9211,7 +9500,7 @@ module Aws::Connect
|
|
9211
9500
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9212
9501
|
# Connect
|
9213
9502
|
#
|
9214
|
-
# UI name: [Average talk time][
|
9503
|
+
# UI name: [Average talk time][49]
|
9215
9504
|
#
|
9216
9505
|
# AVG\_TALK\_TIME\_AGENT
|
9217
9506
|
#
|
@@ -9224,7 +9513,7 @@ module Aws::Connect
|
|
9224
9513
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9225
9514
|
# Connect
|
9226
9515
|
#
|
9227
|
-
# UI name: [Average agent talk time][
|
9516
|
+
# UI name: [Average agent talk time][50]
|
9228
9517
|
#
|
9229
9518
|
# AVG\_TALK\_TIME\_CUSTOMER
|
9230
9519
|
#
|
@@ -9237,7 +9526,7 @@ module Aws::Connect
|
|
9237
9526
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9238
9527
|
# Connect
|
9239
9528
|
#
|
9240
|
-
# UI name: [Average customer talk time][
|
9529
|
+
# UI name: [Average customer talk time][51]
|
9241
9530
|
#
|
9242
9531
|
# AVG\_WAIT\_TIME\_AFTER\_CUSTOMER\_CONNECTION
|
9243
9532
|
#
|
@@ -9248,7 +9537,7 @@ module Aws::Connect
|
|
9248
9537
|
#
|
9249
9538
|
# Valid groupings and filters: Campaign
|
9250
9539
|
#
|
9251
|
-
# UI name: [Average wait time after customer connection][
|
9540
|
+
# UI name: [Average wait time after customer connection][52]
|
9252
9541
|
#
|
9253
9542
|
# AVG\_WEIGHTED\_EVALUATION\_SCORE
|
9254
9543
|
#
|
@@ -9258,7 +9547,7 @@ module Aws::Connect
|
|
9258
9547
|
# Evaluation Form Id, Evaluation Section ID, Evaluation Question ID,
|
9259
9548
|
# Evaluation Source, Form Version, Queue, Routing Profile
|
9260
9549
|
#
|
9261
|
-
# UI name: [Average weighted evaluation score][
|
9550
|
+
# UI name: [Average weighted evaluation score][53]
|
9262
9551
|
#
|
9263
9552
|
# BOT\_CONVERSATIONS\_COMPLETED
|
9264
9553
|
#
|
@@ -9270,7 +9559,7 @@ module Aws::Connect
|
|
9270
9559
|
# Flow type, Flow action ID, Invoking resource published timestamp,
|
9271
9560
|
# Initiation method, Invoking resource type, Parent flows resource ID
|
9272
9561
|
#
|
9273
|
-
# UI name: [Bot conversations completed][
|
9562
|
+
# UI name: [Bot conversations completed][54]
|
9274
9563
|
#
|
9275
9564
|
# BOT\_INTENTS\_COMPLETED
|
9276
9565
|
#
|
@@ -9283,7 +9572,7 @@ module Aws::Connect
|
|
9283
9572
|
# published timestamp, Initiation method, Invoking resource type,
|
9284
9573
|
# Parent flows resource ID
|
9285
9574
|
#
|
9286
|
-
# UI name: [Bot intents completed][
|
9575
|
+
# UI name: [Bot intents completed][55]
|
9287
9576
|
#
|
9288
9577
|
# CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X
|
9289
9578
|
#
|
@@ -9298,7 +9587,7 @@ module Aws::Connect
|
|
9298
9587
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
9299
9588
|
# `GT` (for *Greater than*).
|
9300
9589
|
#
|
9301
|
-
# UI name: [Campaign contacts abandoned after X][
|
9590
|
+
# UI name: [Campaign contacts abandoned after X][56]
|
9302
9591
|
#
|
9303
9592
|
# CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X\_RATE
|
9304
9593
|
#
|
@@ -9313,7 +9602,7 @@ module Aws::Connect
|
|
9313
9602
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
9314
9603
|
# `GT` (for *Greater than*).
|
9315
9604
|
#
|
9316
|
-
# UI name: [Campaign contacts abandoned after X rate][
|
9605
|
+
# UI name: [Campaign contacts abandoned after X rate][57]
|
9317
9606
|
#
|
9318
9607
|
# CAMPAIGN\_INTERACTIONS
|
9319
9608
|
#
|
@@ -9326,7 +9615,7 @@ module Aws::Connect
|
|
9326
9615
|
#
|
9327
9616
|
# Valid groupings and filters: Campaign
|
9328
9617
|
#
|
9329
|
-
# UI name: [Campaign interactions][
|
9618
|
+
# UI name: [Campaign interactions][58]
|
9330
9619
|
#
|
9331
9620
|
# CAMPAIGN\_PROGRESS\_RATE
|
9332
9621
|
#
|
@@ -9338,7 +9627,7 @@ module Aws::Connect
|
|
9338
9627
|
#
|
9339
9628
|
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
9340
9629
|
#
|
9341
|
-
# UI name: [Campaign progress rate][
|
9630
|
+
# UI name: [Campaign progress rate][59]
|
9342
9631
|
#
|
9343
9632
|
# CAMPAIGN\_SEND\_ATTEMPTS
|
9344
9633
|
#
|
@@ -9349,7 +9638,7 @@ module Aws::Connect
|
|
9349
9638
|
# Valid groupings and filters: Campaign, Channel,
|
9350
9639
|
# contact/segmentAttributes/connect:Subtype
|
9351
9640
|
#
|
9352
|
-
# UI name: [Campaign send attempts][
|
9641
|
+
# UI name: [Campaign send attempts][60]
|
9353
9642
|
#
|
9354
9643
|
# CAMPAIGN\_SEND\_EXCLUSIONS
|
9355
9644
|
#
|
@@ -9362,7 +9651,7 @@ module Aws::Connect
|
|
9362
9651
|
# Valid groupings and filters: Campaign, Campaign Excluded Event Type,
|
9363
9652
|
# Campaign Execution Timestamp
|
9364
9653
|
#
|
9365
|
-
# UI name: [Campaign send exclusions][
|
9654
|
+
# UI name: [Campaign send exclusions][61]
|
9366
9655
|
#
|
9367
9656
|
# CASES\_CREATED
|
9368
9657
|
#
|
@@ -9372,7 +9661,7 @@ module Aws::Connect
|
|
9372
9661
|
#
|
9373
9662
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9374
9663
|
#
|
9375
|
-
# UI name: [Cases created][
|
9664
|
+
# UI name: [Cases created][62]
|
9376
9665
|
#
|
9377
9666
|
# CONTACTS\_CREATED
|
9378
9667
|
#
|
@@ -9383,7 +9672,7 @@ module Aws::Connect
|
|
9383
9672
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
9384
9673
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
9385
9674
|
#
|
9386
|
-
# UI name: [Contacts created][
|
9675
|
+
# UI name: [Contacts created][63]
|
9387
9676
|
#
|
9388
9677
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9389
9678
|
#
|
@@ -9399,7 +9688,7 @@ module Aws::Connect
|
|
9399
9688
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9400
9689
|
# RoutingStepExpression, Q in Connect
|
9401
9690
|
#
|
9402
|
-
# UI name: [API contacts handled][
|
9691
|
+
# UI name: [API contacts handled][64]
|
9403
9692
|
#
|
9404
9693
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9405
9694
|
#
|
@@ -9414,7 +9703,7 @@ module Aws::Connect
|
|
9414
9703
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
9415
9704
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
9416
9705
|
#
|
9417
|
-
# UI name: [Contacts handled (connected to agent timestamp)][
|
9706
|
+
# UI name: [Contacts handled (connected to agent timestamp)][65]
|
9418
9707
|
#
|
9419
9708
|
# CONTACTS\_HOLD\_ABANDONS
|
9420
9709
|
#
|
@@ -9424,7 +9713,7 @@ module Aws::Connect
|
|
9424
9713
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9425
9714
|
# Connect
|
9426
9715
|
#
|
9427
|
-
# UI name: [Contacts hold disconnect][
|
9716
|
+
# UI name: [Contacts hold disconnect][66]
|
9428
9717
|
#
|
9429
9718
|
# CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
|
9430
9719
|
#
|
@@ -9433,7 +9722,7 @@ module Aws::Connect
|
|
9433
9722
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9434
9723
|
# Agent Hierarchy, Q in Connect
|
9435
9724
|
#
|
9436
|
-
# UI name: [Contacts hold agent disconnect][
|
9725
|
+
# UI name: [Contacts hold agent disconnect][67]
|
9437
9726
|
#
|
9438
9727
|
# CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
|
9439
9728
|
#
|
@@ -9442,7 +9731,7 @@ module Aws::Connect
|
|
9442
9731
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9443
9732
|
# Agent Hierarchy, Q in Connect
|
9444
9733
|
#
|
9445
|
-
# UI name: [Contacts hold customer disconnect][
|
9734
|
+
# UI name: [Contacts hold customer disconnect][68]
|
9446
9735
|
#
|
9447
9736
|
# CONTACTS\_PUT\_ON\_HOLD
|
9448
9737
|
#
|
@@ -9451,7 +9740,7 @@ module Aws::Connect
|
|
9451
9740
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9452
9741
|
# Agent Hierarchy, Q in Connect
|
9453
9742
|
#
|
9454
|
-
# UI name: [Contacts put on hold][
|
9743
|
+
# UI name: [Contacts put on hold][69]
|
9455
9744
|
#
|
9456
9745
|
# CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
|
9457
9746
|
#
|
@@ -9460,7 +9749,7 @@ module Aws::Connect
|
|
9460
9749
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9461
9750
|
# Agent Hierarchy, Q in Connect
|
9462
9751
|
#
|
9463
|
-
# UI name: [Contacts transferred out external][
|
9752
|
+
# UI name: [Contacts transferred out external][70]
|
9464
9753
|
#
|
9465
9754
|
# CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
|
9466
9755
|
#
|
@@ -9469,7 +9758,7 @@ module Aws::Connect
|
|
9469
9758
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9470
9759
|
# Agent Hierarchy, Q in Connect
|
9471
9760
|
#
|
9472
|
-
# UI name: [Contacts transferred out internal][
|
9761
|
+
# UI name: [Contacts transferred out internal][71]
|
9473
9762
|
#
|
9474
9763
|
# CONTACTS\_QUEUED
|
9475
9764
|
#
|
@@ -9479,7 +9768,7 @@ module Aws::Connect
|
|
9479
9768
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9480
9769
|
# Connect
|
9481
9770
|
#
|
9482
|
-
# UI name: [Contacts queued][
|
9771
|
+
# UI name: [Contacts queued][72]
|
9483
9772
|
#
|
9484
9773
|
# CONTACTS\_QUEUED\_BY\_ENQUEUE
|
9485
9774
|
#
|
@@ -9488,7 +9777,7 @@ module Aws::Connect
|
|
9488
9777
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
9489
9778
|
# contact/segmentAttributes/connect:Subtype
|
9490
9779
|
#
|
9491
|
-
# UI name: [Contacts queued (enqueue timestamp)][
|
9780
|
+
# UI name: [Contacts queued (enqueue timestamp)][73]
|
9492
9781
|
#
|
9493
9782
|
# CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
|
9494
9783
|
#
|
@@ -9501,7 +9790,7 @@ module Aws::Connect
|
|
9501
9790
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9502
9791
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9503
9792
|
#
|
9504
|
-
# UI name: [Contacts removed from queue in X seconds][
|
9793
|
+
# UI name: [Contacts removed from queue in X seconds][74]
|
9505
9794
|
#
|
9506
9795
|
# CONTACTS\_RESOLVED\_IN\_X
|
9507
9796
|
#
|
@@ -9514,7 +9803,7 @@ module Aws::Connect
|
|
9514
9803
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9515
9804
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9516
9805
|
#
|
9517
|
-
# UI name: [Contacts resolved in X][
|
9806
|
+
# UI name: [Contacts resolved in X][75]
|
9518
9807
|
#
|
9519
9808
|
# CONTACTS\_TRANSFERRED\_OUT
|
9520
9809
|
#
|
@@ -9524,7 +9813,7 @@ module Aws::Connect
|
|
9524
9813
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9525
9814
|
# Q in Connect
|
9526
9815
|
#
|
9527
|
-
# UI name: [Contacts transferred out][
|
9816
|
+
# UI name: [Contacts transferred out][76]
|
9528
9817
|
#
|
9529
9818
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9530
9819
|
#
|
@@ -9538,7 +9827,7 @@ module Aws::Connect
|
|
9538
9827
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9539
9828
|
# Connect
|
9540
9829
|
#
|
9541
|
-
# UI name: [Contacts transferred out by agent][
|
9830
|
+
# UI name: [Contacts transferred out by agent][77]
|
9542
9831
|
#
|
9543
9832
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
9544
9833
|
#
|
@@ -9548,7 +9837,7 @@ module Aws::Connect
|
|
9548
9837
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9549
9838
|
# Connect
|
9550
9839
|
#
|
9551
|
-
# UI name: [Contacts transferred out queue][
|
9840
|
+
# UI name: [Contacts transferred out queue][78]
|
9552
9841
|
#
|
9553
9842
|
# CURRENT\_CASES
|
9554
9843
|
#
|
@@ -9558,7 +9847,18 @@ module Aws::Connect
|
|
9558
9847
|
#
|
9559
9848
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9560
9849
|
#
|
9561
|
-
# UI name: [Current cases][
|
9850
|
+
# UI name: [Current cases][79]
|
9851
|
+
#
|
9852
|
+
# CONVERSATIONS\_ABANDONED
|
9853
|
+
#
|
9854
|
+
# : Unit: Count
|
9855
|
+
#
|
9856
|
+
# Valid groupings and filters: Agent, Agent Hierarchy, Channel,
|
9857
|
+
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
9858
|
+
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
9859
|
+
# Queue, Q in Connect
|
9860
|
+
#
|
9861
|
+
# UI name: [Conversations abandoned][80]
|
9562
9862
|
#
|
9563
9863
|
# DELIVERY\_ATTEMPTS
|
9564
9864
|
#
|
@@ -9574,7 +9874,7 @@ module Aws::Connect
|
|
9574
9874
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
|
9575
9875
|
# Routing Profile
|
9576
9876
|
#
|
9577
|
-
# UI name: [Delivery attempts][
|
9877
|
+
# UI name: [Delivery attempts][81]
|
9578
9878
|
#
|
9579
9879
|
# <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
|
9580
9880
|
# for SMS and Email campaign delivery modes. Agent, Queue, Routing
|
@@ -9600,7 +9900,7 @@ module Aws::Connect
|
|
9600
9900
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
|
9601
9901
|
# Routing Profile
|
9602
9902
|
#
|
9603
|
-
# UI name: [Delivery attempt disposition rate][
|
9903
|
+
# UI name: [Delivery attempt disposition rate][82]
|
9604
9904
|
#
|
9605
9905
|
# <note markdown="1"> Campaign Delivery Event Type filter and grouping are only available
|
9606
9906
|
# for SMS and Email campaign delivery modes. Agent, Queue, Routing
|
@@ -9618,7 +9918,7 @@ module Aws::Connect
|
|
9618
9918
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
|
9619
9919
|
# Profile
|
9620
9920
|
#
|
9621
|
-
# UI name: [Evaluations performed][
|
9921
|
+
# UI name: [Evaluations performed][83]
|
9622
9922
|
#
|
9623
9923
|
# FLOWS\_OUTCOME
|
9624
9924
|
#
|
@@ -9630,7 +9930,7 @@ module Aws::Connect
|
|
9630
9930
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9631
9931
|
# published timestamp
|
9632
9932
|
#
|
9633
|
-
# UI name: [Flows outcome][
|
9933
|
+
# UI name: [Flows outcome][84]
|
9634
9934
|
#
|
9635
9935
|
# FLOWS\_STARTED
|
9636
9936
|
#
|
@@ -9641,7 +9941,7 @@ module Aws::Connect
|
|
9641
9941
|
# resource ID, Flows resource ID, Initiation method, Resource
|
9642
9942
|
# published timestamp
|
9643
9943
|
#
|
9644
|
-
# UI name: [Flows started][
|
9944
|
+
# UI name: [Flows started][85]
|
9645
9945
|
#
|
9646
9946
|
# HUMAN\_ANSWERED\_CALLS
|
9647
9947
|
#
|
@@ -9653,7 +9953,7 @@ module Aws::Connect
|
|
9653
9953
|
#
|
9654
9954
|
# Valid groupings and filters: Agent, Campaign
|
9655
9955
|
#
|
9656
|
-
# UI name: [Human answered][
|
9956
|
+
# UI name: [Human answered][86]
|
9657
9957
|
#
|
9658
9958
|
# MAX\_FLOW\_TIME
|
9659
9959
|
#
|
@@ -9665,7 +9965,7 @@ module Aws::Connect
|
|
9665
9965
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9666
9966
|
# published timestamp
|
9667
9967
|
#
|
9668
|
-
# UI name: [Maximum flow time][
|
9968
|
+
# UI name: [Maximum flow time][87]
|
9669
9969
|
#
|
9670
9970
|
# MAX\_QUEUED\_TIME
|
9671
9971
|
#
|
@@ -9675,7 +9975,7 @@ module Aws::Connect
|
|
9675
9975
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9676
9976
|
# Connect
|
9677
9977
|
#
|
9678
|
-
# UI name: [Maximum queued time][
|
9978
|
+
# UI name: [Maximum queued time][88]
|
9679
9979
|
#
|
9680
9980
|
# MIN\_FLOW\_TIME
|
9681
9981
|
#
|
@@ -9687,7 +9987,7 @@ module Aws::Connect
|
|
9687
9987
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9688
9988
|
# published timestamp
|
9689
9989
|
#
|
9690
|
-
# UI name: [Minimum flow time][
|
9990
|
+
# UI name: [Minimum flow time][89]
|
9691
9991
|
#
|
9692
9992
|
# PERCENT\_AUTOMATIC\_FAILS
|
9693
9993
|
#
|
@@ -9697,7 +9997,7 @@ module Aws::Connect
|
|
9697
9997
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
|
9698
9998
|
# Profile
|
9699
9999
|
#
|
9700
|
-
# UI name: [Automatic fails percent][
|
10000
|
+
# UI name: [Automatic fails percent][90]
|
9701
10001
|
#
|
9702
10002
|
# PERCENT\_BOT\_CONVERSATIONS\_OUTCOME
|
9703
10003
|
#
|
@@ -9709,7 +10009,7 @@ module Aws::Connect
|
|
9709
10009
|
# Flow type, Flow action ID, Invoking resource published timestamp,
|
9710
10010
|
# Initiation method, Invoking resource type, Parent flows resource ID
|
9711
10011
|
#
|
9712
|
-
# UI name: [Percent bot conversations outcome][
|
10012
|
+
# UI name: [Percent bot conversations outcome][91]
|
9713
10013
|
#
|
9714
10014
|
# PERCENT\_BOT\_INTENTS\_OUTCOME
|
9715
10015
|
#
|
@@ -9722,7 +10022,7 @@ module Aws::Connect
|
|
9722
10022
|
# published timestamp, Initiation method, Invoking resource type,
|
9723
10023
|
# Parent flows resource ID
|
9724
10024
|
#
|
9725
|
-
# UI name: [Percent bot intents outcome][
|
10025
|
+
# UI name: [Percent bot intents outcome][92]
|
9726
10026
|
#
|
9727
10027
|
# PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
|
9728
10028
|
#
|
@@ -9732,7 +10032,7 @@ module Aws::Connect
|
|
9732
10032
|
#
|
9733
10033
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9734
10034
|
#
|
9735
|
-
# UI name: [Cases resolved on first contact][
|
10035
|
+
# UI name: [Cases resolved on first contact][93]
|
9736
10036
|
#
|
9737
10037
|
# PERCENT\_CONTACTS\_STEP\_EXPIRED
|
9738
10038
|
#
|
@@ -9764,7 +10064,7 @@ module Aws::Connect
|
|
9764
10064
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9765
10065
|
# published timestamp
|
9766
10066
|
#
|
9767
|
-
# UI name: [Flows outcome percentage][
|
10067
|
+
# UI name: [Flows outcome percentage][94].
|
9768
10068
|
#
|
9769
10069
|
# <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
|
9770
10070
|
#
|
@@ -9781,7 +10081,7 @@ module Aws::Connect
|
|
9781
10081
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9782
10082
|
# Connect
|
9783
10083
|
#
|
9784
|
-
# UI name: [Non-talk time percent][
|
10084
|
+
# UI name: [Non-talk time percent][95]
|
9785
10085
|
#
|
9786
10086
|
# PERCENT\_TALK\_TIME
|
9787
10087
|
#
|
@@ -9794,7 +10094,7 @@ module Aws::Connect
|
|
9794
10094
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9795
10095
|
# Connect
|
9796
10096
|
#
|
9797
|
-
# UI name: [Talk time percent][
|
10097
|
+
# UI name: [Talk time percent][96]
|
9798
10098
|
#
|
9799
10099
|
# PERCENT\_TALK\_TIME\_AGENT
|
9800
10100
|
#
|
@@ -9807,7 +10107,7 @@ module Aws::Connect
|
|
9807
10107
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9808
10108
|
# Connect
|
9809
10109
|
#
|
9810
|
-
# UI name: [Agent talk time percent][
|
10110
|
+
# UI name: [Agent talk time percent][97]
|
9811
10111
|
#
|
9812
10112
|
# PERCENT\_TALK\_TIME\_CUSTOMER
|
9813
10113
|
#
|
@@ -9820,7 +10120,7 @@ module Aws::Connect
|
|
9820
10120
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9821
10121
|
# Connect
|
9822
10122
|
#
|
9823
|
-
# UI name: [Customer talk time percent][
|
10123
|
+
# UI name: [Customer talk time percent][98]
|
9824
10124
|
#
|
9825
10125
|
# RECIPIENTS\_ATTEMPTED
|
9826
10126
|
#
|
@@ -9832,7 +10132,7 @@ module Aws::Connect
|
|
9832
10132
|
#
|
9833
10133
|
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
9834
10134
|
#
|
9835
|
-
# UI name: [Recipients attempted][
|
10135
|
+
# UI name: [Recipients attempted][99]
|
9836
10136
|
#
|
9837
10137
|
# RECIPIENTS\_INTERACTED
|
9838
10138
|
#
|
@@ -9848,7 +10148,7 @@ module Aws::Connect
|
|
9848
10148
|
# contact/segmentAttributes/connect:Subtype, Campaign Execution
|
9849
10149
|
# Timestamp
|
9850
10150
|
#
|
9851
|
-
# UI name: [Recipients interacted][
|
10151
|
+
# UI name: [Recipients interacted][100]
|
9852
10152
|
#
|
9853
10153
|
# RECIPIENTS\_TARGETED
|
9854
10154
|
#
|
@@ -9860,7 +10160,7 @@ module Aws::Connect
|
|
9860
10160
|
#
|
9861
10161
|
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
9862
10162
|
#
|
9863
|
-
# UI name: [Recipients targeted][
|
10163
|
+
# UI name: [Recipients targeted][101]
|
9864
10164
|
#
|
9865
10165
|
# REOPENED\_CASE\_ACTIONS
|
9866
10166
|
#
|
@@ -9870,7 +10170,7 @@ module Aws::Connect
|
|
9870
10170
|
#
|
9871
10171
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9872
10172
|
#
|
9873
|
-
# UI name: [Cases reopened][
|
10173
|
+
# UI name: [Cases reopened][102]
|
9874
10174
|
#
|
9875
10175
|
# RESOLVED\_CASE\_ACTIONS
|
9876
10176
|
#
|
@@ -9880,7 +10180,7 @@ module Aws::Connect
|
|
9880
10180
|
#
|
9881
10181
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9882
10182
|
#
|
9883
|
-
# UI name: [Cases resolved][
|
10183
|
+
# UI name: [Cases resolved][103]
|
9884
10184
|
#
|
9885
10185
|
# SERVICE\_LEVEL
|
9886
10186
|
#
|
@@ -9895,7 +10195,7 @@ module Aws::Connect
|
|
9895
10195
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9896
10196
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9897
10197
|
#
|
9898
|
-
# UI name: [Service level X][
|
10198
|
+
# UI name: [Service level X][104]
|
9899
10199
|
#
|
9900
10200
|
# STEP\_CONTACTS\_QUEUED
|
9901
10201
|
#
|
@@ -9926,7 +10226,7 @@ module Aws::Connect
|
|
9926
10226
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9927
10227
|
# Agent Hierarchy
|
9928
10228
|
#
|
9929
|
-
# UI name: [Agent API connecting time][
|
10229
|
+
# UI name: [Agent API connecting time][105]
|
9930
10230
|
#
|
9931
10231
|
# <note markdown="1"> The `Negate` key in metric-level filters is not applicable for this
|
9932
10232
|
# metric.
|
@@ -9948,7 +10248,7 @@ module Aws::Connect
|
|
9948
10248
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
9949
10249
|
# RoutingStepExpression, Q in Connect
|
9950
10250
|
#
|
9951
|
-
# UI name: [Contact abandoned][
|
10251
|
+
# UI name: [Contact abandoned][106]
|
9952
10252
|
#
|
9953
10253
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
9954
10254
|
#
|
@@ -9961,7 +10261,7 @@ module Aws::Connect
|
|
9961
10261
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9962
10262
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9963
10263
|
#
|
9964
|
-
# UI name: [Contacts abandoned in X seconds][
|
10264
|
+
# UI name: [Contacts abandoned in X seconds][107]
|
9965
10265
|
#
|
9966
10266
|
# SUM\_CONTACTS\_ANSWERED\_IN\_X
|
9967
10267
|
#
|
@@ -9974,7 +10274,7 @@ module Aws::Connect
|
|
9974
10274
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9975
10275
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9976
10276
|
#
|
9977
|
-
# UI name: [Contacts answered in X seconds][
|
10277
|
+
# UI name: [Contacts answered in X seconds][108]
|
9978
10278
|
#
|
9979
10279
|
# SUM\_CONTACT\_FLOW\_TIME
|
9980
10280
|
#
|
@@ -9983,7 +10283,7 @@ module Aws::Connect
|
|
9983
10283
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9984
10284
|
# Agent Hierarchy, Q in Connect
|
9985
10285
|
#
|
9986
|
-
# UI name: [Contact flow time][
|
10286
|
+
# UI name: [Contact flow time][109]
|
9987
10287
|
#
|
9988
10288
|
# SUM\_CONTACT\_TIME\_AGENT
|
9989
10289
|
#
|
@@ -9991,7 +10291,7 @@ module Aws::Connect
|
|
9991
10291
|
#
|
9992
10292
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
9993
10293
|
#
|
9994
|
-
# UI name: [Agent on contact time][
|
10294
|
+
# UI name: [Agent on contact time][110]
|
9995
10295
|
#
|
9996
10296
|
# SUM\_CONTACTS\_DISCONNECTED
|
9997
10297
|
#
|
@@ -10003,7 +10303,7 @@ module Aws::Connect
|
|
10003
10303
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
10004
10304
|
# Connect
|
10005
10305
|
#
|
10006
|
-
# UI name: [Contact disconnected][
|
10306
|
+
# UI name: [Contact disconnected][111]
|
10007
10307
|
#
|
10008
10308
|
# SUM\_ERROR\_STATUS\_TIME\_AGENT
|
10009
10309
|
#
|
@@ -10011,7 +10311,7 @@ module Aws::Connect
|
|
10011
10311
|
#
|
10012
10312
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
10013
10313
|
#
|
10014
|
-
# UI name: [Error status time][
|
10314
|
+
# UI name: [Error status time][112]
|
10015
10315
|
#
|
10016
10316
|
# SUM\_HANDLE\_TIME
|
10017
10317
|
#
|
@@ -10020,7 +10320,7 @@ module Aws::Connect
|
|
10020
10320
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
10021
10321
|
# Agent Hierarchy, Q in Connect
|
10022
10322
|
#
|
10023
|
-
# UI name: [Contact handle time][
|
10323
|
+
# UI name: [Contact handle time][113]
|
10024
10324
|
#
|
10025
10325
|
# SUM\_HOLD\_TIME
|
10026
10326
|
#
|
@@ -10029,7 +10329,7 @@ module Aws::Connect
|
|
10029
10329
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
10030
10330
|
# Agent Hierarchy, Q in Connect
|
10031
10331
|
#
|
10032
|
-
# UI name: [Customer hold time][
|
10332
|
+
# UI name: [Customer hold time][114]
|
10033
10333
|
#
|
10034
10334
|
# SUM\_IDLE\_TIME\_AGENT
|
10035
10335
|
#
|
@@ -10037,7 +10337,7 @@ module Aws::Connect
|
|
10037
10337
|
#
|
10038
10338
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
10039
10339
|
#
|
10040
|
-
# UI name: [Agent idle time][
|
10340
|
+
# UI name: [Agent idle time][115]
|
10041
10341
|
#
|
10042
10342
|
# SUM\_INTERACTION\_AND\_HOLD\_TIME
|
10043
10343
|
#
|
@@ -10046,7 +10346,7 @@ module Aws::Connect
|
|
10046
10346
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
10047
10347
|
# Agent Hierarchy, Q in Connect
|
10048
10348
|
#
|
10049
|
-
# UI name: [Agent interaction and hold time][
|
10349
|
+
# UI name: [Agent interaction and hold time][116]
|
10050
10350
|
#
|
10051
10351
|
# SUM\_INTERACTION\_TIME
|
10052
10352
|
#
|
@@ -10055,7 +10355,7 @@ module Aws::Connect
|
|
10055
10355
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
10056
10356
|
# Agent Hierarchy
|
10057
10357
|
#
|
10058
|
-
# UI name: [Agent interaction time][
|
10358
|
+
# UI name: [Agent interaction time][117]
|
10059
10359
|
#
|
10060
10360
|
# SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
|
10061
10361
|
#
|
@@ -10063,7 +10363,7 @@ module Aws::Connect
|
|
10063
10363
|
#
|
10064
10364
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
10065
10365
|
#
|
10066
|
-
# UI name: [Agent non-productive time][
|
10366
|
+
# UI name: [Agent non-productive time][118]
|
10067
10367
|
#
|
10068
10368
|
# SUM\_ONLINE\_TIME\_AGENT
|
10069
10369
|
#
|
@@ -10071,7 +10371,7 @@ module Aws::Connect
|
|
10071
10371
|
#
|
10072
10372
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
10073
10373
|
#
|
10074
|
-
# UI name: [Online time][
|
10374
|
+
# UI name: [Online time][119]
|
10075
10375
|
#
|
10076
10376
|
# SUM\_RETRY\_CALLBACK\_ATTEMPTS
|
10077
10377
|
#
|
@@ -10080,7 +10380,7 @@ module Aws::Connect
|
|
10080
10380
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
10081
10381
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
10082
10382
|
#
|
10083
|
-
# UI name: [Callback attempts][
|
10383
|
+
# UI name: [Callback attempts][120]
|
10084
10384
|
#
|
10085
10385
|
#
|
10086
10386
|
#
|
@@ -10105,93 +10405,105 @@ module Aws::Connect
|
|
10105
10405
|
# [19]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-contacts-per-case
|
10106
10406
|
# [20]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-case-resolution-time
|
10107
10407
|
# [21]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-contact-duration
|
10108
|
-
# [22]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10109
|
-
# [23]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10110
|
-
# [24]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10111
|
-
# [25]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10112
|
-
# [26]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10113
|
-
# [27]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10114
|
-
# [28]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10115
|
-
# [29]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10116
|
-
# [30]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10117
|
-
# [31]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10118
|
-
# [32]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10119
|
-
# [33]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10120
|
-
# [34]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-
|
10121
|
-
# [35]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10122
|
-
# [36]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10123
|
-
# [37]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10124
|
-
# [38]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10125
|
-
# [39]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10126
|
-
# [40]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10127
|
-
# [41]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10128
|
-
# [42]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10129
|
-
# [43]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
10130
|
-
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
10131
|
-
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10132
|
-
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10133
|
-
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10134
|
-
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10135
|
-
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10136
|
-
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10137
|
-
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10138
|
-
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10139
|
-
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10140
|
-
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
10141
|
-
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
10142
|
-
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10143
|
-
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10144
|
-
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10145
|
-
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10146
|
-
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10147
|
-
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10148
|
-
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10149
|
-
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10150
|
-
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10151
|
-
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10152
|
-
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10153
|
-
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10154
|
-
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10155
|
-
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10156
|
-
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10157
|
-
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10158
|
-
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10159
|
-
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10160
|
-
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10161
|
-
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10162
|
-
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10163
|
-
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10164
|
-
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10165
|
-
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
10166
|
-
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
10167
|
-
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10168
|
-
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10169
|
-
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10170
|
-
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10171
|
-
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10172
|
-
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10173
|
-
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10174
|
-
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10175
|
-
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10176
|
-
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10177
|
-
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
10178
|
-
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
10179
|
-
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10180
|
-
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10181
|
-
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10182
|
-
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10183
|
-
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10184
|
-
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10185
|
-
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10186
|
-
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10187
|
-
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10188
|
-
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10189
|
-
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10190
|
-
# [104]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10191
|
-
# [105]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
10192
|
-
# [106]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10193
|
-
# [107]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10194
|
-
# [108]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10408
|
+
# [22]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-average-contact-first-response-wait-time
|
10409
|
+
# [23]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-conversation-close-time
|
10410
|
+
# [24]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-conversation-duration
|
10411
|
+
# [25]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-dials-per-minute
|
10412
|
+
# [26]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-evaluation-score
|
10413
|
+
# [27]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-first-response-time
|
10414
|
+
# [28]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-flow-time
|
10415
|
+
# [29]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-greeting-time
|
10416
|
+
# [30]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-handle-time
|
10417
|
+
# [31]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time
|
10418
|
+
# [32]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time-all-contacts
|
10419
|
+
# [33]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-holds
|
10420
|
+
# [34]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-and-customer-hold-time
|
10421
|
+
# [35]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-time
|
10422
|
+
# [36]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interruptions
|
10423
|
+
# [37]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interruption-time
|
10424
|
+
# [38]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-message-length
|
10425
|
+
# [39]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-message-length
|
10426
|
+
# [40]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-messages
|
10427
|
+
# [41]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-messages
|
10428
|
+
# [42]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-bot-messages
|
10429
|
+
# [43]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-messages
|
10430
|
+
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-non-talk-time
|
10431
|
+
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-answer-time
|
10432
|
+
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-response-time-agent
|
10433
|
+
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-time-agent
|
10434
|
+
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-resolution-time
|
10435
|
+
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-talk-time
|
10436
|
+
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-talk-time
|
10437
|
+
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-talk-time
|
10438
|
+
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-wait-time-after-customer-connection
|
10439
|
+
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-weighted-evaluation-score
|
10440
|
+
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed
|
10441
|
+
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed
|
10442
|
+
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x
|
10443
|
+
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x-rate
|
10444
|
+
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-interactions
|
10445
|
+
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-progress-rate
|
10446
|
+
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-attempts
|
10447
|
+
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-exclusions
|
10448
|
+
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-created
|
10449
|
+
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-created
|
10450
|
+
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#api-contacts-handled
|
10451
|
+
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-by-connected-to-agent-timestamp
|
10452
|
+
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-disconnect
|
10453
|
+
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-agent-disconnect
|
10454
|
+
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-customer-disconnect
|
10455
|
+
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-put-on-hold
|
10456
|
+
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-external
|
10457
|
+
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-internal
|
10458
|
+
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued
|
10459
|
+
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued-by-enqueue
|
10460
|
+
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-removed-from-queue
|
10461
|
+
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-resolved
|
10462
|
+
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
|
10463
|
+
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-by-agent
|
10464
|
+
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue
|
10465
|
+
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#current-cases
|
10466
|
+
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#conversations-abandoned
|
10467
|
+
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempts
|
10468
|
+
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempt-disposition-rate
|
10469
|
+
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#evaluations-performed
|
10470
|
+
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome
|
10471
|
+
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-started
|
10472
|
+
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#human-answered
|
10473
|
+
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-flow-time
|
10474
|
+
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-queued-time
|
10475
|
+
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#minimum-flow-time
|
10476
|
+
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#automatic-fails-percent
|
10477
|
+
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome
|
10478
|
+
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome
|
10479
|
+
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved-on-first-contact
|
10480
|
+
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome-percentage
|
10481
|
+
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-talk-time-percent
|
10482
|
+
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#talk-time-percent
|
10483
|
+
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-talk-time-percent
|
10484
|
+
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-talk-time-percent
|
10485
|
+
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-attempted
|
10486
|
+
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-interacted
|
10487
|
+
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-targeted
|
10488
|
+
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-reopened
|
10489
|
+
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved
|
10490
|
+
# [104]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#service-level
|
10491
|
+
# [105]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-api-connecting-time
|
10492
|
+
# [106]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned
|
10493
|
+
# [107]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned-in-x-seconds
|
10494
|
+
# [108]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-answered-in-x-seconds
|
10495
|
+
# [109]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-flow-time
|
10496
|
+
# [110]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-on-contact-time
|
10497
|
+
# [111]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-disconnected
|
10498
|
+
# [112]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#error-status-time
|
10499
|
+
# [113]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-handle-time
|
10500
|
+
# [114]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-hold-time
|
10501
|
+
# [115]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-idle-time
|
10502
|
+
# [116]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-and-hold-time
|
10503
|
+
# [117]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-time
|
10504
|
+
# [118]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-productive-time
|
10505
|
+
# [119]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#online-time
|
10506
|
+
# [120]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#callback-attempts
|
10195
10507
|
#
|
10196
10508
|
# @option params [String] :next_token
|
10197
10509
|
# The token for the next set of results. Use the value returned in the
|
@@ -10543,9 +10855,6 @@ module Aws::Connect
|
|
10543
10855
|
req.send_request(options)
|
10544
10856
|
end
|
10545
10857
|
|
10546
|
-
# This API is in preview release for Amazon Connect and is subject to
|
10547
|
-
# change.
|
10548
|
-
#
|
10549
10858
|
# Lists agent statuses.
|
10550
10859
|
#
|
10551
10860
|
# @option params [required, String] :instance_id
|
@@ -10775,11 +11084,6 @@ module Aws::Connect
|
|
10775
11084
|
# @option params [Integer] :max_results
|
10776
11085
|
# The maximum number of results to return per page.
|
10777
11086
|
#
|
10778
|
-
# The maximum number of results to return per page. The default
|
10779
|
-
# MaxResult size is 25.
|
10780
|
-
#
|
10781
|
-
# Valid Range: Minimum value of 1. Maximum value of 100.
|
10782
|
-
#
|
10783
11087
|
# @option params [String] :next_token
|
10784
11088
|
# The token for the next set of results. Use the value returned in the
|
10785
11089
|
# previous response in the next request to retrieve the next set of
|
@@ -11493,7 +11797,7 @@ module Aws::Connect
|
|
11493
11797
|
# The identifier of the Amazon Connect instance.
|
11494
11798
|
#
|
11495
11799
|
# @option params [required, String] :hours_of_operation_id
|
11496
|
-
# The identifier for the hours of operation
|
11800
|
+
# The identifier for the hours of operation.
|
11497
11801
|
#
|
11498
11802
|
# @option params [String] :next_token
|
11499
11803
|
# The token for the next set of results. Use the value returned in the
|
@@ -11501,9 +11805,7 @@ module Aws::Connect
|
|
11501
11805
|
# results.
|
11502
11806
|
#
|
11503
11807
|
# @option params [Integer] :max_results
|
11504
|
-
# The maximum number of results to return per page.
|
11505
|
-
# MaxResult size is 100. Valid Range: Minimum value of 1. Maximum value
|
11506
|
-
# of 1000.
|
11808
|
+
# The maximum number of results to return per page.
|
11507
11809
|
#
|
11508
11810
|
# @return [Types::ListHoursOfOperationOverridesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11509
11811
|
#
|
@@ -12262,9 +12564,6 @@ module Aws::Connect
|
|
12262
12564
|
req.send_request(options)
|
12263
12565
|
end
|
12264
12566
|
|
12265
|
-
# This API is in preview release for Amazon Connect and is subject to
|
12266
|
-
# change.
|
12267
|
-
#
|
12268
12567
|
# Lists the quick connects associated with a queue.
|
12269
12568
|
#
|
12270
12569
|
# @option params [required, String] :instance_id
|
@@ -13947,6 +14246,10 @@ module Aws::Connect
|
|
13947
14246
|
# tag_value: "String",
|
13948
14247
|
# },
|
13949
14248
|
# ],
|
14249
|
+
# hierarchy_group_condition: {
|
14250
|
+
# value: "String",
|
14251
|
+
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
14252
|
+
# },
|
13950
14253
|
# },
|
13951
14254
|
# ],
|
13952
14255
|
# and_condition: {
|
@@ -13956,6 +14259,10 @@ module Aws::Connect
|
|
13956
14259
|
# tag_value: "String",
|
13957
14260
|
# },
|
13958
14261
|
# ],
|
14262
|
+
# hierarchy_group_condition: {
|
14263
|
+
# value: "String",
|
14264
|
+
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
14265
|
+
# },
|
13959
14266
|
# },
|
13960
14267
|
# tag_condition: {
|
13961
14268
|
# tag_key: "String",
|
@@ -14534,12 +14841,10 @@ module Aws::Connect
|
|
14534
14841
|
# @option params [String] :next_token
|
14535
14842
|
# The token for the next set of results. Use the value returned in the
|
14536
14843
|
# previous response in the next request to retrieve the next set of
|
14537
|
-
# results.
|
14538
|
-
# 2500.
|
14844
|
+
# results.
|
14539
14845
|
#
|
14540
14846
|
# @option params [Integer] :max_results
|
14541
|
-
# The maximum number of results to return per page.
|
14542
|
-
# value of 1. Maximum value of 100.
|
14847
|
+
# The maximum number of results to return per page.
|
14543
14848
|
#
|
14544
14849
|
# @option params [Types::HoursOfOperationSearchFilter] :search_filter
|
14545
14850
|
# Filters to be applied to search results.
|
@@ -15543,6 +15848,10 @@ module Aws::Connect
|
|
15543
15848
|
# tag_value: "String",
|
15544
15849
|
# },
|
15545
15850
|
# ],
|
15851
|
+
# hierarchy_group_condition: {
|
15852
|
+
# value: "String",
|
15853
|
+
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
15854
|
+
# },
|
15546
15855
|
# },
|
15547
15856
|
# ],
|
15548
15857
|
# and_condition: {
|
@@ -15552,6 +15861,10 @@ module Aws::Connect
|
|
15552
15861
|
# tag_value: "String",
|
15553
15862
|
# },
|
15554
15863
|
# ],
|
15864
|
+
# hierarchy_group_condition: {
|
15865
|
+
# value: "String",
|
15866
|
+
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
15867
|
+
# },
|
15555
15868
|
# },
|
15556
15869
|
# tag_condition: {
|
15557
15870
|
# tag_key: "String",
|
@@ -15575,6 +15888,10 @@ module Aws::Connect
|
|
15575
15888
|
# value: "String",
|
15576
15889
|
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
15577
15890
|
# },
|
15891
|
+
# hierarchy_group_condition: {
|
15892
|
+
# value: "String",
|
15893
|
+
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
15894
|
+
# },
|
15578
15895
|
# },
|
15579
15896
|
# })
|
15580
15897
|
#
|
@@ -16643,7 +16960,7 @@ module Aws::Connect
|
|
16643
16960
|
# The email message body to be sent to the newly created email.
|
16644
16961
|
#
|
16645
16962
|
# @option params [Types::InboundAdditionalRecipients] :additional_recipients
|
16646
|
-
# The
|
16963
|
+
# The additional recipients address of the email.
|
16647
16964
|
#
|
16648
16965
|
# @option params [Array<Types::EmailAttachment>] :attachments
|
16649
16966
|
# List of S3 presigned URLs of email attachments and their file name.
|
@@ -18154,9 +18471,6 @@ module Aws::Connect
|
|
18154
18471
|
req.send_request(options)
|
18155
18472
|
end
|
18156
18473
|
|
18157
|
-
# This API is in preview release for Amazon Connect and is subject to
|
18158
|
-
# change.
|
18159
|
-
#
|
18160
18474
|
# Updates agent status.
|
18161
18475
|
#
|
18162
18476
|
# @option params [required, String] :instance_id
|
@@ -19167,9 +19481,6 @@ module Aws::Connect
|
|
19167
19481
|
req.send_request(options)
|
19168
19482
|
end
|
19169
19483
|
|
19170
|
-
# This API is in preview release for Amazon Connect and is subject to
|
19171
|
-
# change.
|
19172
|
-
#
|
19173
19484
|
# Updates the hours of operation.
|
19174
19485
|
#
|
19175
19486
|
# @option params [required, String] :instance_id
|
@@ -19785,9 +20096,6 @@ module Aws::Connect
|
|
19785
20096
|
req.send_request(options)
|
19786
20097
|
end
|
19787
20098
|
|
19788
|
-
# This API is in preview release for Amazon Connect and is subject to
|
19789
|
-
# change.
|
19790
|
-
#
|
19791
20099
|
# Updates the hours of operation for the specified queue.
|
19792
20100
|
#
|
19793
20101
|
# @option params [required, String] :instance_id
|
@@ -19823,9 +20131,6 @@ module Aws::Connect
|
|
19823
20131
|
req.send_request(options)
|
19824
20132
|
end
|
19825
20133
|
|
19826
|
-
# This API is in preview release for Amazon Connect and is subject to
|
19827
|
-
# change.
|
19828
|
-
#
|
19829
20134
|
# Updates the maximum number of contacts allowed in a queue before it is
|
19830
20135
|
# considered full.
|
19831
20136
|
#
|
@@ -19863,9 +20168,6 @@ module Aws::Connect
|
|
19863
20168
|
req.send_request(options)
|
19864
20169
|
end
|
19865
20170
|
|
19866
|
-
# This API is in preview release for Amazon Connect and is subject to
|
19867
|
-
# change.
|
19868
|
-
#
|
19869
20171
|
# Updates the name and description of a queue. At least `Name` or
|
19870
20172
|
# `Description` must be provided.
|
19871
20173
|
#
|
@@ -19906,9 +20208,6 @@ module Aws::Connect
|
|
19906
20208
|
req.send_request(options)
|
19907
20209
|
end
|
19908
20210
|
|
19909
|
-
# This API is in preview release for Amazon Connect and is subject to
|
19910
|
-
# change.
|
19911
|
-
#
|
19912
20211
|
# Updates the outbound caller ID name, number, and outbound whisper flow
|
19913
20212
|
# for a specified queue.
|
19914
20213
|
#
|
@@ -20013,9 +20312,6 @@ module Aws::Connect
|
|
20013
20312
|
req.send_request(options)
|
20014
20313
|
end
|
20015
20314
|
|
20016
|
-
# This API is in preview release for Amazon Connect and is subject to
|
20017
|
-
# change.
|
20018
|
-
#
|
20019
20315
|
# Updates the status of the queue.
|
20020
20316
|
#
|
20021
20317
|
# @option params [required, String] :instance_id
|
@@ -21259,7 +21555,7 @@ module Aws::Connect
|
|
21259
21555
|
tracer: tracer
|
21260
21556
|
)
|
21261
21557
|
context[:gem_name] = 'aws-sdk-connect'
|
21262
|
-
context[:gem_version] = '1.
|
21558
|
+
context[:gem_version] = '1.210.0'
|
21263
21559
|
Seahorse::Client::Request.new(handlers, context)
|
21264
21560
|
end
|
21265
21561
|
|