aws-sdk-connect 1.208.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +560 -267
- 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
@@ -95,8 +95,8 @@ module Aws::Connect
|
|
95
95
|
# class name or an instance of a plugin class.
|
96
96
|
#
|
97
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
98
|
-
# Your AWS credentials used for authentication. This can be
|
99
|
-
# following classes:
|
98
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
99
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
100
100
|
#
|
101
101
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
102
102
|
# credentials.
|
@@ -124,8 +124,7 @@ module Aws::Connect
|
|
124
124
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
125
125
|
# from the Cognito Identity service.
|
126
126
|
#
|
127
|
-
# When `:credentials` are not configured directly, the following
|
128
|
-
# locations will be searched for credentials:
|
127
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
129
128
|
#
|
130
129
|
# * `Aws.config[:credentials]`
|
131
130
|
#
|
@@ -139,12 +138,10 @@ module Aws::Connect
|
|
139
138
|
#
|
140
139
|
# * `~/.aws/config`
|
141
140
|
#
|
142
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
146
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
147
|
-
# to `true`.
|
141
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
142
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
143
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
144
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
148
145
|
#
|
149
146
|
# @option options [required, String] :region
|
150
147
|
# The AWS region to connect to. The configured `:region` is
|
@@ -377,8 +374,8 @@ module Aws::Connect
|
|
377
374
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
378
375
|
#
|
379
376
|
# @option options [Aws::TokenProvider] :token_provider
|
380
|
-
# Your Bearer token used for authentication. This can be
|
381
|
-
# following classes:
|
377
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
378
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
382
379
|
#
|
383
380
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
384
381
|
# tokens.
|
@@ -1036,9 +1033,6 @@ module Aws::Connect
|
|
1036
1033
|
req.send_request(options)
|
1037
1034
|
end
|
1038
1035
|
|
1039
|
-
# This API is in preview release for Amazon Connect and is subject to
|
1040
|
-
# change.
|
1041
|
-
#
|
1042
1036
|
# Associates a set of quick connects with a queue.
|
1043
1037
|
#
|
1044
1038
|
# @option params [required, String] :instance_id
|
@@ -1717,9 +1711,6 @@ module Aws::Connect
|
|
1717
1711
|
req.send_request(options)
|
1718
1712
|
end
|
1719
1713
|
|
1720
|
-
# This API is in preview release for Amazon Connect and is subject to
|
1721
|
-
# change.
|
1722
|
-
#
|
1723
1714
|
# Creates an agent status for the specified Amazon Connect instance.
|
1724
1715
|
#
|
1725
1716
|
# @option params [required, String] :instance_id
|
@@ -2387,9 +2378,6 @@ module Aws::Connect
|
|
2387
2378
|
req.send_request(options)
|
2388
2379
|
end
|
2389
2380
|
|
2390
|
-
# This API is in preview release for Amazon Connect and is subject to
|
2391
|
-
# change.
|
2392
|
-
#
|
2393
2381
|
# Creates hours of operation.
|
2394
2382
|
#
|
2395
2383
|
# @option params [required, String] :instance_id
|
@@ -2463,7 +2451,7 @@ module Aws::Connect
|
|
2463
2451
|
end
|
2464
2452
|
|
2465
2453
|
# Creates an hours of operation override in an Amazon Connect hours of
|
2466
|
-
# operation resource
|
2454
|
+
# operation resource.
|
2467
2455
|
#
|
2468
2456
|
# @option params [required, String] :instance_id
|
2469
2457
|
# The identifier of the Amazon Connect instance.
|
@@ -2482,11 +2470,10 @@ module Aws::Connect
|
|
2482
2470
|
# start time, and end time.
|
2483
2471
|
#
|
2484
2472
|
# @option params [required, String] :effective_from
|
2485
|
-
# The date from when the hours of operation override
|
2473
|
+
# The date from when the hours of operation override is effective.
|
2486
2474
|
#
|
2487
2475
|
# @option params [required, String] :effective_till
|
2488
|
-
# The date until when the hours of operation override
|
2489
|
-
# effective.
|
2476
|
+
# The date until when the hours of operation override is effective.
|
2490
2477
|
#
|
2491
2478
|
# @return [Types::CreateHoursOfOperationOverrideResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2492
2479
|
#
|
@@ -3866,9 +3853,9 @@ module Aws::Connect
|
|
3866
3853
|
# Creates a user account for the specified Amazon Connect instance.
|
3867
3854
|
#
|
3868
3855
|
# Certain [UserIdentityInfo][1] parameters are required in some
|
3869
|
-
# situations. For example, `Email`
|
3870
|
-
#
|
3871
|
-
#
|
3856
|
+
# situations. For example, `Email`, `FirstName` and `LastName` are
|
3857
|
+
# required if you are using Amazon Connect or SAML for identity
|
3858
|
+
# management.
|
3872
3859
|
#
|
3873
3860
|
# For information about how to create users using the Amazon Connect
|
3874
3861
|
# admin website, see [Add Users][2] in the *Amazon Connect Administrator
|
@@ -4575,9 +4562,6 @@ module Aws::Connect
|
|
4575
4562
|
req.send_request(options)
|
4576
4563
|
end
|
4577
4564
|
|
4578
|
-
# This API is in preview release for Amazon Connect and is subject to
|
4579
|
-
# change.
|
4580
|
-
#
|
4581
4565
|
# Deletes an hours of operation.
|
4582
4566
|
#
|
4583
4567
|
# @option params [required, String] :instance_id
|
@@ -4610,7 +4594,7 @@ module Aws::Connect
|
|
4610
4594
|
end
|
4611
4595
|
|
4612
4596
|
# Deletes an hours of operation override in an Amazon Connect hours of
|
4613
|
-
# operation resource
|
4597
|
+
# operation resource.
|
4614
4598
|
#
|
4615
4599
|
# @option params [required, String] :instance_id
|
4616
4600
|
# The identifier of the Amazon Connect instance.
|
@@ -5280,9 +5264,6 @@ module Aws::Connect
|
|
5280
5264
|
req.send_request(options)
|
5281
5265
|
end
|
5282
5266
|
|
5283
|
-
# This API is in preview release for Amazon Connect and is subject to
|
5284
|
-
# change.
|
5285
|
-
#
|
5286
5267
|
# Describes an agent status.
|
5287
5268
|
#
|
5288
5269
|
# @option params [required, String] :instance_id
|
@@ -5946,9 +5927,6 @@ module Aws::Connect
|
|
5946
5927
|
req.send_request(options)
|
5947
5928
|
end
|
5948
5929
|
|
5949
|
-
# This API is in preview release for Amazon Connect and is subject to
|
5950
|
-
# change.
|
5951
|
-
#
|
5952
5930
|
# Describes the hours of operation.
|
5953
5931
|
#
|
5954
5932
|
# @option params [required, String] :instance_id
|
@@ -6348,9 +6326,6 @@ module Aws::Connect
|
|
6348
6326
|
req.send_request(options)
|
6349
6327
|
end
|
6350
6328
|
|
6351
|
-
# This API is in preview release for Amazon Connect and is subject to
|
6352
|
-
# change.
|
6353
|
-
#
|
6354
6329
|
# Describes the specified queue.
|
6355
6330
|
#
|
6356
6331
|
# @option params [required, String] :instance_id
|
@@ -7395,9 +7370,6 @@ module Aws::Connect
|
|
7395
7370
|
req.send_request(options)
|
7396
7371
|
end
|
7397
7372
|
|
7398
|
-
# This API is in preview release for Amazon Connect and is subject to
|
7399
|
-
# change.
|
7400
|
-
#
|
7401
7373
|
# Disassociates a set of quick connects from a queue.
|
7402
7374
|
#
|
7403
7375
|
# @option params [required, String] :instance_id
|
@@ -7744,12 +7716,105 @@ module Aws::Connect
|
|
7744
7716
|
req.send_request(options)
|
7745
7717
|
end
|
7746
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
|
+
|
7747
7785
|
# Gets the real-time metric data from the specified Amazon Connect
|
7748
7786
|
# instance.
|
7749
7787
|
#
|
7750
7788
|
# For a description of each metric, see [Metrics definitions][1] in the
|
7751
7789
|
# *Amazon Connect Administrator Guide*.
|
7752
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
|
+
#
|
7753
7818
|
#
|
7754
7819
|
#
|
7755
7820
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
|
@@ -8132,10 +8197,10 @@ module Aws::Connect
|
|
8132
8197
|
# The identifier for the hours of operation.
|
8133
8198
|
#
|
8134
8199
|
# @option params [required, String] :from_date
|
8135
|
-
# The
|
8200
|
+
# The date from when the hours of operation are listed.
|
8136
8201
|
#
|
8137
8202
|
# @option params [required, String] :to_date
|
8138
|
-
# The
|
8203
|
+
# The date until when the hours of operation are listed.
|
8139
8204
|
#
|
8140
8205
|
# @return [Types::GetEffectiveHoursOfOperationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8141
8206
|
#
|
@@ -8375,113 +8440,151 @@ module Aws::Connect
|
|
8375
8440
|
#
|
8376
8441
|
# Statistic: AVG
|
8377
8442
|
#
|
8443
|
+
# UI name: [Average queue abandon time][2]
|
8444
|
+
#
|
8378
8445
|
# AFTER\_CONTACT\_WORK\_TIME
|
8379
8446
|
#
|
8380
8447
|
# : Unit: SECONDS
|
8381
8448
|
#
|
8382
8449
|
# Statistic: AVG
|
8383
8450
|
#
|
8451
|
+
# UI name: [After contact work time][3]
|
8452
|
+
#
|
8384
8453
|
# API\_CONTACTS\_HANDLED
|
8385
8454
|
#
|
8386
8455
|
# : Unit: COUNT
|
8387
8456
|
#
|
8388
8457
|
# Statistic: SUM
|
8389
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
|
+
#
|
8390
8469
|
# CALLBACK\_CONTACTS\_HANDLED
|
8391
8470
|
#
|
8392
8471
|
# : Unit: COUNT
|
8393
8472
|
#
|
8394
8473
|
# Statistic: SUM
|
8395
8474
|
#
|
8475
|
+
# UI name: [Callback contacts handled][6]
|
8476
|
+
#
|
8396
8477
|
# CONTACTS\_ABANDONED
|
8397
8478
|
#
|
8398
8479
|
# : Unit: COUNT
|
8399
8480
|
#
|
8400
8481
|
# Statistic: SUM
|
8401
8482
|
#
|
8483
|
+
# UI name: [Contacts abandoned][7]
|
8484
|
+
#
|
8402
8485
|
# CONTACTS\_AGENT\_HUNG\_UP\_FIRST
|
8403
8486
|
#
|
8404
8487
|
# : Unit: COUNT
|
8405
8488
|
#
|
8406
8489
|
# Statistic: SUM
|
8407
8490
|
#
|
8491
|
+
# UI name: [Contacts agent hung up first][8]
|
8492
|
+
#
|
8408
8493
|
# CONTACTS\_CONSULTED
|
8409
8494
|
#
|
8410
8495
|
# : Unit: COUNT
|
8411
8496
|
#
|
8412
8497
|
# Statistic: SUM
|
8413
8498
|
#
|
8499
|
+
# UI name: [Contacts consulted][9]
|
8500
|
+
#
|
8414
8501
|
# CONTACTS\_HANDLED
|
8415
8502
|
#
|
8416
8503
|
# : Unit: COUNT
|
8417
8504
|
#
|
8418
8505
|
# Statistic: SUM
|
8419
8506
|
#
|
8507
|
+
# UI name: [Contacts handled][10]
|
8508
|
+
#
|
8420
8509
|
# CONTACTS\_HANDLED\_INCOMING
|
8421
8510
|
#
|
8422
8511
|
# : Unit: COUNT
|
8423
8512
|
#
|
8424
8513
|
# Statistic: SUM
|
8425
8514
|
#
|
8515
|
+
# UI name: [Contacts handled incoming][11]
|
8516
|
+
#
|
8426
8517
|
# CONTACTS\_HANDLED\_OUTBOUND
|
8427
8518
|
#
|
8428
8519
|
# : Unit: COUNT
|
8429
8520
|
#
|
8430
8521
|
# Statistic: SUM
|
8431
8522
|
#
|
8523
|
+
# UI name: [Contacts handled outbound][12]
|
8524
|
+
#
|
8432
8525
|
# CONTACTS\_HOLD\_ABANDONS
|
8433
8526
|
#
|
8434
8527
|
# : Unit: COUNT
|
8435
8528
|
#
|
8436
8529
|
# Statistic: SUM
|
8437
8530
|
#
|
8531
|
+
# UI name: [Contacts hold disconnect][13]
|
8532
|
+
#
|
8438
8533
|
# CONTACTS\_MISSED
|
8439
8534
|
#
|
8440
8535
|
# : Unit: COUNT
|
8441
8536
|
#
|
8442
8537
|
# Statistic: SUM
|
8443
8538
|
#
|
8539
|
+
# UI name: [AGENT\_NON\_RESPONSE][14]
|
8540
|
+
#
|
8444
8541
|
# CONTACTS\_QUEUED
|
8445
8542
|
#
|
8446
8543
|
# : Unit: COUNT
|
8447
8544
|
#
|
8448
8545
|
# Statistic: SUM
|
8449
8546
|
#
|
8547
|
+
# UI name: [Contacts queued][15]
|
8548
|
+
#
|
8450
8549
|
# CONTACTS\_TRANSFERRED\_IN
|
8451
8550
|
#
|
8452
8551
|
# : Unit: COUNT
|
8453
8552
|
#
|
8454
8553
|
# Statistic: SUM
|
8455
8554
|
#
|
8555
|
+
# UI name: [Contacts transferred in][16]
|
8556
|
+
#
|
8456
8557
|
# CONTACTS\_TRANSFERRED\_IN\_FROM\_QUEUE
|
8457
8558
|
#
|
8458
8559
|
# : Unit: COUNT
|
8459
8560
|
#
|
8460
8561
|
# Statistic: SUM
|
8461
8562
|
#
|
8563
|
+
# UI name: [Contacts transferred out queue][17]
|
8564
|
+
#
|
8462
8565
|
# CONTACTS\_TRANSFERRED\_OUT
|
8463
8566
|
#
|
8464
8567
|
# : Unit: COUNT
|
8465
8568
|
#
|
8466
8569
|
# Statistic: SUM
|
8467
8570
|
#
|
8571
|
+
# UI name: [Contacts transferred out][18]
|
8572
|
+
#
|
8468
8573
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
8469
8574
|
#
|
8470
8575
|
# : Unit: COUNT
|
8471
8576
|
#
|
8472
8577
|
# Statistic: SUM
|
8473
8578
|
#
|
8579
|
+
# UI name: [Contacts transferred out queue][17]
|
8580
|
+
#
|
8474
8581
|
# HANDLE\_TIME
|
8475
8582
|
#
|
8476
8583
|
# : Unit: SECONDS
|
8477
8584
|
#
|
8478
8585
|
# Statistic: AVG
|
8479
8586
|
#
|
8480
|
-
#
|
8481
|
-
#
|
8482
|
-
# : Unit: SECONDS
|
8483
|
-
#
|
8484
|
-
# Statistic: AVG
|
8587
|
+
# UI name: [Average handle time][19]
|
8485
8588
|
#
|
8486
8589
|
# INTERACTION\_AND\_HOLD\_TIME
|
8487
8590
|
#
|
@@ -8489,30 +8592,40 @@ module Aws::Connect
|
|
8489
8592
|
#
|
8490
8593
|
# Statistic: AVG
|
8491
8594
|
#
|
8595
|
+
# UI name: [Average agent interaction and customer hold time][20]
|
8596
|
+
#
|
8492
8597
|
# INTERACTION\_TIME
|
8493
8598
|
#
|
8494
8599
|
# : Unit: SECONDS
|
8495
8600
|
#
|
8496
8601
|
# Statistic: AVG
|
8497
8602
|
#
|
8603
|
+
# UI name: [Average agent interaction time][21]
|
8604
|
+
#
|
8498
8605
|
# OCCUPANCY
|
8499
8606
|
#
|
8500
8607
|
# : Unit: PERCENT
|
8501
8608
|
#
|
8502
8609
|
# Statistic: AVG
|
8503
8610
|
#
|
8611
|
+
# UI name: [Occupancy][22]
|
8612
|
+
#
|
8504
8613
|
# QUEUE\_ANSWER\_TIME
|
8505
8614
|
#
|
8506
8615
|
# : Unit: SECONDS
|
8507
8616
|
#
|
8508
8617
|
# Statistic: AVG
|
8509
8618
|
#
|
8619
|
+
# UI name: [Average queue answer time][23]
|
8620
|
+
#
|
8510
8621
|
# QUEUED\_TIME
|
8511
8622
|
#
|
8512
8623
|
# : Unit: SECONDS
|
8513
8624
|
#
|
8514
8625
|
# Statistic: MAX
|
8515
8626
|
#
|
8627
|
+
# UI name: [Minimum flow time][24]
|
8628
|
+
#
|
8516
8629
|
# SERVICE\_LEVEL
|
8517
8630
|
#
|
8518
8631
|
# : You can include up to 20 SERVICE\_LEVEL metrics in a request.
|
@@ -8525,9 +8638,34 @@ module Aws::Connect
|
|
8525
8638
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8526
8639
|
# `LT` (for "Less than").
|
8527
8640
|
#
|
8641
|
+
# UI name: [Average queue abandon time][2]
|
8642
|
+
#
|
8528
8643
|
#
|
8529
8644
|
#
|
8530
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
|
8531
8669
|
#
|
8532
8670
|
# @option params [String] :next_token
|
8533
8671
|
# The token for the next set of results. Use the value returned in the
|
@@ -8612,6 +8750,33 @@ module Aws::Connect
|
|
8612
8750
|
# `GetMetricDataV2` and `GetMetricData`, see [Metrics definitions][2] in
|
8613
8751
|
# the *Amazon Connect Administrator Guide*.
|
8614
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
|
+
#
|
8615
8780
|
#
|
8616
8781
|
#
|
8617
8782
|
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html
|
@@ -9009,6 +9174,28 @@ module Aws::Connect
|
|
9009
9174
|
#
|
9010
9175
|
# </note>
|
9011
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
|
+
#
|
9012
9199
|
# AVG\_CONVERSATION\_DURATION
|
9013
9200
|
#
|
9014
9201
|
# : Unit: Seconds
|
@@ -9017,7 +9204,7 @@ module Aws::Connect
|
|
9017
9204
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9018
9205
|
# Q in Connect
|
9019
9206
|
#
|
9020
|
-
# UI name: [Average conversation duration][
|
9207
|
+
# UI name: [Average conversation duration][24]
|
9021
9208
|
#
|
9022
9209
|
# AVG\_DIALS\_PER\_MINUTE
|
9023
9210
|
#
|
@@ -9028,7 +9215,7 @@ module Aws::Connect
|
|
9028
9215
|
#
|
9029
9216
|
# Valid groupings and filters: Agent, Campaign, Queue, Routing Profile
|
9030
9217
|
#
|
9031
|
-
# UI name: [Average dials per minute][
|
9218
|
+
# UI name: [Average dials per minute][25]
|
9032
9219
|
#
|
9033
9220
|
# AVG\_EVALUATION\_SCORE
|
9034
9221
|
#
|
@@ -9038,7 +9225,18 @@ module Aws::Connect
|
|
9038
9225
|
# Evaluation Form ID, Evaluation Section ID, Evaluation Question ID,
|
9039
9226
|
# Evaluation Source, Form Version, Queue, Routing Profile
|
9040
9227
|
#
|
9041
|
-
# 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]
|
9042
9240
|
#
|
9043
9241
|
# AVG\_FLOW\_TIME
|
9044
9242
|
#
|
@@ -9050,7 +9248,7 @@ module Aws::Connect
|
|
9050
9248
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9051
9249
|
# published timestamp
|
9052
9250
|
#
|
9053
|
-
# UI name: [Average flow time][
|
9251
|
+
# UI name: [Average flow time][28]
|
9054
9252
|
#
|
9055
9253
|
# AVG\_GREETING\_TIME\_AGENT
|
9056
9254
|
#
|
@@ -9063,7 +9261,7 @@ module Aws::Connect
|
|
9063
9261
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9064
9262
|
# Connect
|
9065
9263
|
#
|
9066
|
-
# UI name: [Average agent greeting time][
|
9264
|
+
# UI name: [Average agent greeting time][29]
|
9067
9265
|
#
|
9068
9266
|
# AVG\_HANDLE\_TIME
|
9069
9267
|
#
|
@@ -9073,7 +9271,7 @@ module Aws::Connect
|
|
9073
9271
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9074
9272
|
# RoutingStepExpression
|
9075
9273
|
#
|
9076
|
-
# UI name: [Average handle time][
|
9274
|
+
# UI name: [Average handle time][30]
|
9077
9275
|
#
|
9078
9276
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9079
9277
|
#
|
@@ -9087,7 +9285,7 @@ module Aws::Connect
|
|
9087
9285
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9088
9286
|
# Q in Connect
|
9089
9287
|
#
|
9090
|
-
# UI name: [Average customer hold time][
|
9288
|
+
# UI name: [Average customer hold time][31]
|
9091
9289
|
#
|
9092
9290
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9093
9291
|
#
|
@@ -9101,7 +9299,7 @@ module Aws::Connect
|
|
9101
9299
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9102
9300
|
# Connect
|
9103
9301
|
#
|
9104
|
-
# UI name: [Average customer hold time all contacts][
|
9302
|
+
# UI name: [Average customer hold time all contacts][32]
|
9105
9303
|
#
|
9106
9304
|
# AVG\_HOLDS
|
9107
9305
|
#
|
@@ -9111,7 +9309,7 @@ module Aws::Connect
|
|
9111
9309
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9112
9310
|
# Q in Connect
|
9113
9311
|
#
|
9114
|
-
# UI name: [Average holds][
|
9312
|
+
# UI name: [Average holds][33]
|
9115
9313
|
#
|
9116
9314
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9117
9315
|
#
|
@@ -9125,7 +9323,7 @@ module Aws::Connect
|
|
9125
9323
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9126
9324
|
# Connect
|
9127
9325
|
#
|
9128
|
-
# UI name: [Average agent interaction and customer hold time][
|
9326
|
+
# UI name: [Average agent interaction and customer hold time][34]
|
9129
9327
|
#
|
9130
9328
|
# AVG\_INTERACTION\_TIME
|
9131
9329
|
#
|
@@ -9136,7 +9334,7 @@ module Aws::Connect
|
|
9136
9334
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
9137
9335
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
9138
9336
|
#
|
9139
|
-
# UI name: [Average agent interaction time][
|
9337
|
+
# UI name: [Average agent interaction time][35]
|
9140
9338
|
#
|
9141
9339
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9142
9340
|
#
|
@@ -9153,7 +9351,7 @@ module Aws::Connect
|
|
9153
9351
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9154
9352
|
# Connect
|
9155
9353
|
#
|
9156
|
-
# UI name: [Average agent interruptions][
|
9354
|
+
# UI name: [Average agent interruptions][36]
|
9157
9355
|
#
|
9158
9356
|
# AVG\_INTERRUPTION\_TIME\_AGENT
|
9159
9357
|
#
|
@@ -9166,7 +9364,73 @@ module Aws::Connect
|
|
9166
9364
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9167
9365
|
# Connect
|
9168
9366
|
#
|
9169
|
-
# 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]
|
9170
9434
|
#
|
9171
9435
|
# AVG\_NON\_TALK\_TIME
|
9172
9436
|
#
|
@@ -9179,7 +9443,7 @@ module Aws::Connect
|
|
9179
9443
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9180
9444
|
# Connect
|
9181
9445
|
#
|
9182
|
-
# UI name: [Average non-talk time][
|
9446
|
+
# UI name: [Average non-talk time][44]
|
9183
9447
|
#
|
9184
9448
|
# AVG\_QUEUE\_ANSWER\_TIME
|
9185
9449
|
#
|
@@ -9188,12 +9452,34 @@ module Aws::Connect
|
|
9188
9452
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
9189
9453
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
9190
9454
|
#
|
9191
|
-
# UI name: [Average queue answer time][
|
9455
|
+
# UI name: [Average queue answer time][45]
|
9192
9456
|
#
|
9193
9457
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9194
9458
|
#
|
9195
9459
|
# </note>
|
9196
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
|
+
#
|
9197
9483
|
# AVG\_RESOLUTION\_TIME
|
9198
9484
|
#
|
9199
9485
|
# : Unit: Seconds
|
@@ -9201,7 +9487,7 @@ module Aws::Connect
|
|
9201
9487
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
9202
9488
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
9203
9489
|
#
|
9204
|
-
# UI name: [Average resolution time][
|
9490
|
+
# UI name: [Average resolution time][48]
|
9205
9491
|
#
|
9206
9492
|
# AVG\_TALK\_TIME
|
9207
9493
|
#
|
@@ -9214,7 +9500,7 @@ module Aws::Connect
|
|
9214
9500
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9215
9501
|
# Connect
|
9216
9502
|
#
|
9217
|
-
# UI name: [Average talk time][
|
9503
|
+
# UI name: [Average talk time][49]
|
9218
9504
|
#
|
9219
9505
|
# AVG\_TALK\_TIME\_AGENT
|
9220
9506
|
#
|
@@ -9227,7 +9513,7 @@ module Aws::Connect
|
|
9227
9513
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9228
9514
|
# Connect
|
9229
9515
|
#
|
9230
|
-
# UI name: [Average agent talk time][
|
9516
|
+
# UI name: [Average agent talk time][50]
|
9231
9517
|
#
|
9232
9518
|
# AVG\_TALK\_TIME\_CUSTOMER
|
9233
9519
|
#
|
@@ -9240,7 +9526,7 @@ module Aws::Connect
|
|
9240
9526
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9241
9527
|
# Connect
|
9242
9528
|
#
|
9243
|
-
# UI name: [Average customer talk time][
|
9529
|
+
# UI name: [Average customer talk time][51]
|
9244
9530
|
#
|
9245
9531
|
# AVG\_WAIT\_TIME\_AFTER\_CUSTOMER\_CONNECTION
|
9246
9532
|
#
|
@@ -9251,7 +9537,7 @@ module Aws::Connect
|
|
9251
9537
|
#
|
9252
9538
|
# Valid groupings and filters: Campaign
|
9253
9539
|
#
|
9254
|
-
# UI name: [Average wait time after customer connection][
|
9540
|
+
# UI name: [Average wait time after customer connection][52]
|
9255
9541
|
#
|
9256
9542
|
# AVG\_WEIGHTED\_EVALUATION\_SCORE
|
9257
9543
|
#
|
@@ -9261,7 +9547,7 @@ module Aws::Connect
|
|
9261
9547
|
# Evaluation Form Id, Evaluation Section ID, Evaluation Question ID,
|
9262
9548
|
# Evaluation Source, Form Version, Queue, Routing Profile
|
9263
9549
|
#
|
9264
|
-
# UI name: [Average weighted evaluation score][
|
9550
|
+
# UI name: [Average weighted evaluation score][53]
|
9265
9551
|
#
|
9266
9552
|
# BOT\_CONVERSATIONS\_COMPLETED
|
9267
9553
|
#
|
@@ -9273,7 +9559,7 @@ module Aws::Connect
|
|
9273
9559
|
# Flow type, Flow action ID, Invoking resource published timestamp,
|
9274
9560
|
# Initiation method, Invoking resource type, Parent flows resource ID
|
9275
9561
|
#
|
9276
|
-
# UI name: [Bot conversations completed][
|
9562
|
+
# UI name: [Bot conversations completed][54]
|
9277
9563
|
#
|
9278
9564
|
# BOT\_INTENTS\_COMPLETED
|
9279
9565
|
#
|
@@ -9286,7 +9572,7 @@ module Aws::Connect
|
|
9286
9572
|
# published timestamp, Initiation method, Invoking resource type,
|
9287
9573
|
# Parent flows resource ID
|
9288
9574
|
#
|
9289
|
-
# UI name: [Bot intents completed][
|
9575
|
+
# UI name: [Bot intents completed][55]
|
9290
9576
|
#
|
9291
9577
|
# CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X
|
9292
9578
|
#
|
@@ -9301,7 +9587,7 @@ module Aws::Connect
|
|
9301
9587
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
9302
9588
|
# `GT` (for *Greater than*).
|
9303
9589
|
#
|
9304
|
-
# UI name: [Campaign contacts abandoned after X][
|
9590
|
+
# UI name: [Campaign contacts abandoned after X][56]
|
9305
9591
|
#
|
9306
9592
|
# CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X\_RATE
|
9307
9593
|
#
|
@@ -9316,7 +9602,7 @@ module Aws::Connect
|
|
9316
9602
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
9317
9603
|
# `GT` (for *Greater than*).
|
9318
9604
|
#
|
9319
|
-
# UI name: [Campaign contacts abandoned after X rate][
|
9605
|
+
# UI name: [Campaign contacts abandoned after X rate][57]
|
9320
9606
|
#
|
9321
9607
|
# CAMPAIGN\_INTERACTIONS
|
9322
9608
|
#
|
@@ -9329,7 +9615,7 @@ module Aws::Connect
|
|
9329
9615
|
#
|
9330
9616
|
# Valid groupings and filters: Campaign
|
9331
9617
|
#
|
9332
|
-
# UI name: [Campaign interactions][
|
9618
|
+
# UI name: [Campaign interactions][58]
|
9333
9619
|
#
|
9334
9620
|
# CAMPAIGN\_PROGRESS\_RATE
|
9335
9621
|
#
|
@@ -9341,7 +9627,7 @@ module Aws::Connect
|
|
9341
9627
|
#
|
9342
9628
|
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
9343
9629
|
#
|
9344
|
-
# UI name: [Campaign progress rate][
|
9630
|
+
# UI name: [Campaign progress rate][59]
|
9345
9631
|
#
|
9346
9632
|
# CAMPAIGN\_SEND\_ATTEMPTS
|
9347
9633
|
#
|
@@ -9352,7 +9638,7 @@ module Aws::Connect
|
|
9352
9638
|
# Valid groupings and filters: Campaign, Channel,
|
9353
9639
|
# contact/segmentAttributes/connect:Subtype
|
9354
9640
|
#
|
9355
|
-
# UI name: [Campaign send attempts][
|
9641
|
+
# UI name: [Campaign send attempts][60]
|
9356
9642
|
#
|
9357
9643
|
# CAMPAIGN\_SEND\_EXCLUSIONS
|
9358
9644
|
#
|
@@ -9365,7 +9651,7 @@ module Aws::Connect
|
|
9365
9651
|
# Valid groupings and filters: Campaign, Campaign Excluded Event Type,
|
9366
9652
|
# Campaign Execution Timestamp
|
9367
9653
|
#
|
9368
|
-
# UI name: [Campaign send exclusions][
|
9654
|
+
# UI name: [Campaign send exclusions][61]
|
9369
9655
|
#
|
9370
9656
|
# CASES\_CREATED
|
9371
9657
|
#
|
@@ -9375,7 +9661,7 @@ module Aws::Connect
|
|
9375
9661
|
#
|
9376
9662
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9377
9663
|
#
|
9378
|
-
# UI name: [Cases created][
|
9664
|
+
# UI name: [Cases created][62]
|
9379
9665
|
#
|
9380
9666
|
# CONTACTS\_CREATED
|
9381
9667
|
#
|
@@ -9386,7 +9672,7 @@ module Aws::Connect
|
|
9386
9672
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
9387
9673
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
9388
9674
|
#
|
9389
|
-
# UI name: [Contacts created][
|
9675
|
+
# UI name: [Contacts created][63]
|
9390
9676
|
#
|
9391
9677
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9392
9678
|
#
|
@@ -9402,7 +9688,7 @@ module Aws::Connect
|
|
9402
9688
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9403
9689
|
# RoutingStepExpression, Q in Connect
|
9404
9690
|
#
|
9405
|
-
# UI name: [API contacts handled][
|
9691
|
+
# UI name: [API contacts handled][64]
|
9406
9692
|
#
|
9407
9693
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9408
9694
|
#
|
@@ -9417,7 +9703,7 @@ module Aws::Connect
|
|
9417
9703
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
9418
9704
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
9419
9705
|
#
|
9420
|
-
# UI name: [Contacts handled (connected to agent timestamp)][
|
9706
|
+
# UI name: [Contacts handled (connected to agent timestamp)][65]
|
9421
9707
|
#
|
9422
9708
|
# CONTACTS\_HOLD\_ABANDONS
|
9423
9709
|
#
|
@@ -9427,7 +9713,7 @@ module Aws::Connect
|
|
9427
9713
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9428
9714
|
# Connect
|
9429
9715
|
#
|
9430
|
-
# UI name: [Contacts hold disconnect][
|
9716
|
+
# UI name: [Contacts hold disconnect][66]
|
9431
9717
|
#
|
9432
9718
|
# CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
|
9433
9719
|
#
|
@@ -9436,7 +9722,7 @@ module Aws::Connect
|
|
9436
9722
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9437
9723
|
# Agent Hierarchy, Q in Connect
|
9438
9724
|
#
|
9439
|
-
# UI name: [Contacts hold agent disconnect][
|
9725
|
+
# UI name: [Contacts hold agent disconnect][67]
|
9440
9726
|
#
|
9441
9727
|
# CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
|
9442
9728
|
#
|
@@ -9445,7 +9731,7 @@ module Aws::Connect
|
|
9445
9731
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9446
9732
|
# Agent Hierarchy, Q in Connect
|
9447
9733
|
#
|
9448
|
-
# UI name: [Contacts hold customer disconnect][
|
9734
|
+
# UI name: [Contacts hold customer disconnect][68]
|
9449
9735
|
#
|
9450
9736
|
# CONTACTS\_PUT\_ON\_HOLD
|
9451
9737
|
#
|
@@ -9454,7 +9740,7 @@ module Aws::Connect
|
|
9454
9740
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9455
9741
|
# Agent Hierarchy, Q in Connect
|
9456
9742
|
#
|
9457
|
-
# UI name: [Contacts put on hold][
|
9743
|
+
# UI name: [Contacts put on hold][69]
|
9458
9744
|
#
|
9459
9745
|
# CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
|
9460
9746
|
#
|
@@ -9463,7 +9749,7 @@ module Aws::Connect
|
|
9463
9749
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9464
9750
|
# Agent Hierarchy, Q in Connect
|
9465
9751
|
#
|
9466
|
-
# UI name: [Contacts transferred out external][
|
9752
|
+
# UI name: [Contacts transferred out external][70]
|
9467
9753
|
#
|
9468
9754
|
# CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
|
9469
9755
|
#
|
@@ -9472,7 +9758,7 @@ module Aws::Connect
|
|
9472
9758
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9473
9759
|
# Agent Hierarchy, Q in Connect
|
9474
9760
|
#
|
9475
|
-
# UI name: [Contacts transferred out internal][
|
9761
|
+
# UI name: [Contacts transferred out internal][71]
|
9476
9762
|
#
|
9477
9763
|
# CONTACTS\_QUEUED
|
9478
9764
|
#
|
@@ -9482,7 +9768,7 @@ module Aws::Connect
|
|
9482
9768
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9483
9769
|
# Connect
|
9484
9770
|
#
|
9485
|
-
# UI name: [Contacts queued][
|
9771
|
+
# UI name: [Contacts queued][72]
|
9486
9772
|
#
|
9487
9773
|
# CONTACTS\_QUEUED\_BY\_ENQUEUE
|
9488
9774
|
#
|
@@ -9491,7 +9777,7 @@ module Aws::Connect
|
|
9491
9777
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
9492
9778
|
# contact/segmentAttributes/connect:Subtype
|
9493
9779
|
#
|
9494
|
-
# UI name: [Contacts queued (enqueue timestamp)][
|
9780
|
+
# UI name: [Contacts queued (enqueue timestamp)][73]
|
9495
9781
|
#
|
9496
9782
|
# CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
|
9497
9783
|
#
|
@@ -9504,7 +9790,7 @@ module Aws::Connect
|
|
9504
9790
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9505
9791
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9506
9792
|
#
|
9507
|
-
# UI name: [Contacts removed from queue in X seconds][
|
9793
|
+
# UI name: [Contacts removed from queue in X seconds][74]
|
9508
9794
|
#
|
9509
9795
|
# CONTACTS\_RESOLVED\_IN\_X
|
9510
9796
|
#
|
@@ -9517,7 +9803,7 @@ module Aws::Connect
|
|
9517
9803
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9518
9804
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9519
9805
|
#
|
9520
|
-
# UI name: [Contacts resolved in X][
|
9806
|
+
# UI name: [Contacts resolved in X][75]
|
9521
9807
|
#
|
9522
9808
|
# CONTACTS\_TRANSFERRED\_OUT
|
9523
9809
|
#
|
@@ -9527,7 +9813,7 @@ module Aws::Connect
|
|
9527
9813
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
9528
9814
|
# Q in Connect
|
9529
9815
|
#
|
9530
|
-
# UI name: [Contacts transferred out][
|
9816
|
+
# UI name: [Contacts transferred out][76]
|
9531
9817
|
#
|
9532
9818
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
9533
9819
|
#
|
@@ -9541,7 +9827,7 @@ module Aws::Connect
|
|
9541
9827
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9542
9828
|
# Connect
|
9543
9829
|
#
|
9544
|
-
# UI name: [Contacts transferred out by agent][
|
9830
|
+
# UI name: [Contacts transferred out by agent][77]
|
9545
9831
|
#
|
9546
9832
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
9547
9833
|
#
|
@@ -9551,7 +9837,7 @@ module Aws::Connect
|
|
9551
9837
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9552
9838
|
# Connect
|
9553
9839
|
#
|
9554
|
-
# UI name: [Contacts transferred out queue][
|
9840
|
+
# UI name: [Contacts transferred out queue][78]
|
9555
9841
|
#
|
9556
9842
|
# CURRENT\_CASES
|
9557
9843
|
#
|
@@ -9561,7 +9847,18 @@ module Aws::Connect
|
|
9561
9847
|
#
|
9562
9848
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9563
9849
|
#
|
9564
|
-
# 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]
|
9565
9862
|
#
|
9566
9863
|
# DELIVERY\_ATTEMPTS
|
9567
9864
|
#
|
@@ -9577,7 +9874,7 @@ module Aws::Connect
|
|
9577
9874
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
|
9578
9875
|
# Routing Profile
|
9579
9876
|
#
|
9580
|
-
# UI name: [Delivery attempts][
|
9877
|
+
# UI name: [Delivery attempts][81]
|
9581
9878
|
#
|
9582
9879
|
# <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
|
9583
9880
|
# for SMS and Email campaign delivery modes. Agent, Queue, Routing
|
@@ -9603,7 +9900,7 @@ module Aws::Connect
|
|
9603
9900
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
|
9604
9901
|
# Routing Profile
|
9605
9902
|
#
|
9606
|
-
# UI name: [Delivery attempt disposition rate][
|
9903
|
+
# UI name: [Delivery attempt disposition rate][82]
|
9607
9904
|
#
|
9608
9905
|
# <note markdown="1"> Campaign Delivery Event Type filter and grouping are only available
|
9609
9906
|
# for SMS and Email campaign delivery modes. Agent, Queue, Routing
|
@@ -9621,7 +9918,7 @@ module Aws::Connect
|
|
9621
9918
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
|
9622
9919
|
# Profile
|
9623
9920
|
#
|
9624
|
-
# UI name: [Evaluations performed][
|
9921
|
+
# UI name: [Evaluations performed][83]
|
9625
9922
|
#
|
9626
9923
|
# FLOWS\_OUTCOME
|
9627
9924
|
#
|
@@ -9633,7 +9930,7 @@ module Aws::Connect
|
|
9633
9930
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9634
9931
|
# published timestamp
|
9635
9932
|
#
|
9636
|
-
# UI name: [Flows outcome][
|
9933
|
+
# UI name: [Flows outcome][84]
|
9637
9934
|
#
|
9638
9935
|
# FLOWS\_STARTED
|
9639
9936
|
#
|
@@ -9644,7 +9941,7 @@ module Aws::Connect
|
|
9644
9941
|
# resource ID, Flows resource ID, Initiation method, Resource
|
9645
9942
|
# published timestamp
|
9646
9943
|
#
|
9647
|
-
# UI name: [Flows started][
|
9944
|
+
# UI name: [Flows started][85]
|
9648
9945
|
#
|
9649
9946
|
# HUMAN\_ANSWERED\_CALLS
|
9650
9947
|
#
|
@@ -9656,7 +9953,7 @@ module Aws::Connect
|
|
9656
9953
|
#
|
9657
9954
|
# Valid groupings and filters: Agent, Campaign
|
9658
9955
|
#
|
9659
|
-
# UI name: [Human answered][
|
9956
|
+
# UI name: [Human answered][86]
|
9660
9957
|
#
|
9661
9958
|
# MAX\_FLOW\_TIME
|
9662
9959
|
#
|
@@ -9668,7 +9965,7 @@ module Aws::Connect
|
|
9668
9965
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9669
9966
|
# published timestamp
|
9670
9967
|
#
|
9671
|
-
# UI name: [Maximum flow time][
|
9968
|
+
# UI name: [Maximum flow time][87]
|
9672
9969
|
#
|
9673
9970
|
# MAX\_QUEUED\_TIME
|
9674
9971
|
#
|
@@ -9678,7 +9975,7 @@ module Aws::Connect
|
|
9678
9975
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9679
9976
|
# Connect
|
9680
9977
|
#
|
9681
|
-
# UI name: [Maximum queued time][
|
9978
|
+
# UI name: [Maximum queued time][88]
|
9682
9979
|
#
|
9683
9980
|
# MIN\_FLOW\_TIME
|
9684
9981
|
#
|
@@ -9690,7 +9987,7 @@ module Aws::Connect
|
|
9690
9987
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9691
9988
|
# published timestamp
|
9692
9989
|
#
|
9693
|
-
# UI name: [Minimum flow time][
|
9990
|
+
# UI name: [Minimum flow time][89]
|
9694
9991
|
#
|
9695
9992
|
# PERCENT\_AUTOMATIC\_FAILS
|
9696
9993
|
#
|
@@ -9700,7 +9997,7 @@ module Aws::Connect
|
|
9700
9997
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
|
9701
9998
|
# Profile
|
9702
9999
|
#
|
9703
|
-
# UI name: [Automatic fails percent][
|
10000
|
+
# UI name: [Automatic fails percent][90]
|
9704
10001
|
#
|
9705
10002
|
# PERCENT\_BOT\_CONVERSATIONS\_OUTCOME
|
9706
10003
|
#
|
@@ -9712,7 +10009,7 @@ module Aws::Connect
|
|
9712
10009
|
# Flow type, Flow action ID, Invoking resource published timestamp,
|
9713
10010
|
# Initiation method, Invoking resource type, Parent flows resource ID
|
9714
10011
|
#
|
9715
|
-
# UI name: [Percent bot conversations outcome][
|
10012
|
+
# UI name: [Percent bot conversations outcome][91]
|
9716
10013
|
#
|
9717
10014
|
# PERCENT\_BOT\_INTENTS\_OUTCOME
|
9718
10015
|
#
|
@@ -9725,7 +10022,7 @@ module Aws::Connect
|
|
9725
10022
|
# published timestamp, Initiation method, Invoking resource type,
|
9726
10023
|
# Parent flows resource ID
|
9727
10024
|
#
|
9728
|
-
# UI name: [Percent bot intents outcome][
|
10025
|
+
# UI name: [Percent bot intents outcome][92]
|
9729
10026
|
#
|
9730
10027
|
# PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
|
9731
10028
|
#
|
@@ -9735,7 +10032,7 @@ module Aws::Connect
|
|
9735
10032
|
#
|
9736
10033
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9737
10034
|
#
|
9738
|
-
# UI name: [Cases resolved on first contact][
|
10035
|
+
# UI name: [Cases resolved on first contact][93]
|
9739
10036
|
#
|
9740
10037
|
# PERCENT\_CONTACTS\_STEP\_EXPIRED
|
9741
10038
|
#
|
@@ -9767,7 +10064,7 @@ module Aws::Connect
|
|
9767
10064
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
9768
10065
|
# published timestamp
|
9769
10066
|
#
|
9770
|
-
# UI name: [Flows outcome percentage][
|
10067
|
+
# UI name: [Flows outcome percentage][94].
|
9771
10068
|
#
|
9772
10069
|
# <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
|
9773
10070
|
#
|
@@ -9784,7 +10081,7 @@ module Aws::Connect
|
|
9784
10081
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9785
10082
|
# Connect
|
9786
10083
|
#
|
9787
|
-
# UI name: [Non-talk time percent][
|
10084
|
+
# UI name: [Non-talk time percent][95]
|
9788
10085
|
#
|
9789
10086
|
# PERCENT\_TALK\_TIME
|
9790
10087
|
#
|
@@ -9797,7 +10094,7 @@ module Aws::Connect
|
|
9797
10094
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9798
10095
|
# Connect
|
9799
10096
|
#
|
9800
|
-
# UI name: [Talk time percent][
|
10097
|
+
# UI name: [Talk time percent][96]
|
9801
10098
|
#
|
9802
10099
|
# PERCENT\_TALK\_TIME\_AGENT
|
9803
10100
|
#
|
@@ -9810,7 +10107,7 @@ module Aws::Connect
|
|
9810
10107
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9811
10108
|
# Connect
|
9812
10109
|
#
|
9813
|
-
# UI name: [Agent talk time percent][
|
10110
|
+
# UI name: [Agent talk time percent][97]
|
9814
10111
|
#
|
9815
10112
|
# PERCENT\_TALK\_TIME\_CUSTOMER
|
9816
10113
|
#
|
@@ -9823,7 +10120,7 @@ module Aws::Connect
|
|
9823
10120
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
9824
10121
|
# Connect
|
9825
10122
|
#
|
9826
|
-
# UI name: [Customer talk time percent][
|
10123
|
+
# UI name: [Customer talk time percent][98]
|
9827
10124
|
#
|
9828
10125
|
# RECIPIENTS\_ATTEMPTED
|
9829
10126
|
#
|
@@ -9835,7 +10132,7 @@ module Aws::Connect
|
|
9835
10132
|
#
|
9836
10133
|
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
9837
10134
|
#
|
9838
|
-
# UI name: [Recipients attempted][
|
10135
|
+
# UI name: [Recipients attempted][99]
|
9839
10136
|
#
|
9840
10137
|
# RECIPIENTS\_INTERACTED
|
9841
10138
|
#
|
@@ -9851,7 +10148,7 @@ module Aws::Connect
|
|
9851
10148
|
# contact/segmentAttributes/connect:Subtype, Campaign Execution
|
9852
10149
|
# Timestamp
|
9853
10150
|
#
|
9854
|
-
# UI name: [Recipients interacted][
|
10151
|
+
# UI name: [Recipients interacted][100]
|
9855
10152
|
#
|
9856
10153
|
# RECIPIENTS\_TARGETED
|
9857
10154
|
#
|
@@ -9863,7 +10160,7 @@ module Aws::Connect
|
|
9863
10160
|
#
|
9864
10161
|
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
9865
10162
|
#
|
9866
|
-
# UI name: [Recipients targeted][
|
10163
|
+
# UI name: [Recipients targeted][101]
|
9867
10164
|
#
|
9868
10165
|
# REOPENED\_CASE\_ACTIONS
|
9869
10166
|
#
|
@@ -9873,7 +10170,7 @@ module Aws::Connect
|
|
9873
10170
|
#
|
9874
10171
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9875
10172
|
#
|
9876
|
-
# UI name: [Cases reopened][
|
10173
|
+
# UI name: [Cases reopened][102]
|
9877
10174
|
#
|
9878
10175
|
# RESOLVED\_CASE\_ACTIONS
|
9879
10176
|
#
|
@@ -9883,7 +10180,7 @@ module Aws::Connect
|
|
9883
10180
|
#
|
9884
10181
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
9885
10182
|
#
|
9886
|
-
# UI name: [Cases resolved][
|
10183
|
+
# UI name: [Cases resolved][103]
|
9887
10184
|
#
|
9888
10185
|
# SERVICE\_LEVEL
|
9889
10186
|
#
|
@@ -9898,7 +10195,7 @@ module Aws::Connect
|
|
9898
10195
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9899
10196
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9900
10197
|
#
|
9901
|
-
# UI name: [Service level X][
|
10198
|
+
# UI name: [Service level X][104]
|
9902
10199
|
#
|
9903
10200
|
# STEP\_CONTACTS\_QUEUED
|
9904
10201
|
#
|
@@ -9929,7 +10226,7 @@ module Aws::Connect
|
|
9929
10226
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9930
10227
|
# Agent Hierarchy
|
9931
10228
|
#
|
9932
|
-
# UI name: [Agent API connecting time][
|
10229
|
+
# UI name: [Agent API connecting time][105]
|
9933
10230
|
#
|
9934
10231
|
# <note markdown="1"> The `Negate` key in metric-level filters is not applicable for this
|
9935
10232
|
# metric.
|
@@ -9951,7 +10248,7 @@ module Aws::Connect
|
|
9951
10248
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
9952
10249
|
# RoutingStepExpression, Q in Connect
|
9953
10250
|
#
|
9954
|
-
# UI name: [Contact abandoned][
|
10251
|
+
# UI name: [Contact abandoned][106]
|
9955
10252
|
#
|
9956
10253
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
9957
10254
|
#
|
@@ -9964,7 +10261,7 @@ module Aws::Connect
|
|
9964
10261
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9965
10262
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9966
10263
|
#
|
9967
|
-
# UI name: [Contacts abandoned in X seconds][
|
10264
|
+
# UI name: [Contacts abandoned in X seconds][107]
|
9968
10265
|
#
|
9969
10266
|
# SUM\_CONTACTS\_ANSWERED\_IN\_X
|
9970
10267
|
#
|
@@ -9977,7 +10274,7 @@ module Aws::Connect
|
|
9977
10274
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
9978
10275
|
# (for "Less than") or `LTE` (for "Less than equal").
|
9979
10276
|
#
|
9980
|
-
# UI name: [Contacts answered in X seconds][
|
10277
|
+
# UI name: [Contacts answered in X seconds][108]
|
9981
10278
|
#
|
9982
10279
|
# SUM\_CONTACT\_FLOW\_TIME
|
9983
10280
|
#
|
@@ -9986,7 +10283,7 @@ module Aws::Connect
|
|
9986
10283
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
9987
10284
|
# Agent Hierarchy, Q in Connect
|
9988
10285
|
#
|
9989
|
-
# UI name: [Contact flow time][
|
10286
|
+
# UI name: [Contact flow time][109]
|
9990
10287
|
#
|
9991
10288
|
# SUM\_CONTACT\_TIME\_AGENT
|
9992
10289
|
#
|
@@ -9994,7 +10291,7 @@ module Aws::Connect
|
|
9994
10291
|
#
|
9995
10292
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
9996
10293
|
#
|
9997
|
-
# UI name: [Agent on contact time][
|
10294
|
+
# UI name: [Agent on contact time][110]
|
9998
10295
|
#
|
9999
10296
|
# SUM\_CONTACTS\_DISCONNECTED
|
10000
10297
|
#
|
@@ -10006,7 +10303,7 @@ module Aws::Connect
|
|
10006
10303
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
10007
10304
|
# Connect
|
10008
10305
|
#
|
10009
|
-
# UI name: [Contact disconnected][
|
10306
|
+
# UI name: [Contact disconnected][111]
|
10010
10307
|
#
|
10011
10308
|
# SUM\_ERROR\_STATUS\_TIME\_AGENT
|
10012
10309
|
#
|
@@ -10014,7 +10311,7 @@ module Aws::Connect
|
|
10014
10311
|
#
|
10015
10312
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
10016
10313
|
#
|
10017
|
-
# UI name: [Error status time][
|
10314
|
+
# UI name: [Error status time][112]
|
10018
10315
|
#
|
10019
10316
|
# SUM\_HANDLE\_TIME
|
10020
10317
|
#
|
@@ -10023,7 +10320,7 @@ module Aws::Connect
|
|
10023
10320
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
10024
10321
|
# Agent Hierarchy, Q in Connect
|
10025
10322
|
#
|
10026
|
-
# UI name: [Contact handle time][
|
10323
|
+
# UI name: [Contact handle time][113]
|
10027
10324
|
#
|
10028
10325
|
# SUM\_HOLD\_TIME
|
10029
10326
|
#
|
@@ -10032,7 +10329,7 @@ module Aws::Connect
|
|
10032
10329
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
10033
10330
|
# Agent Hierarchy, Q in Connect
|
10034
10331
|
#
|
10035
|
-
# UI name: [Customer hold time][
|
10332
|
+
# UI name: [Customer hold time][114]
|
10036
10333
|
#
|
10037
10334
|
# SUM\_IDLE\_TIME\_AGENT
|
10038
10335
|
#
|
@@ -10040,7 +10337,7 @@ module Aws::Connect
|
|
10040
10337
|
#
|
10041
10338
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
10042
10339
|
#
|
10043
|
-
# UI name: [Agent idle time][
|
10340
|
+
# UI name: [Agent idle time][115]
|
10044
10341
|
#
|
10045
10342
|
# SUM\_INTERACTION\_AND\_HOLD\_TIME
|
10046
10343
|
#
|
@@ -10049,7 +10346,7 @@ module Aws::Connect
|
|
10049
10346
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
10050
10347
|
# Agent Hierarchy, Q in Connect
|
10051
10348
|
#
|
10052
|
-
# UI name: [Agent interaction and hold time][
|
10349
|
+
# UI name: [Agent interaction and hold time][116]
|
10053
10350
|
#
|
10054
10351
|
# SUM\_INTERACTION\_TIME
|
10055
10352
|
#
|
@@ -10058,7 +10355,7 @@ module Aws::Connect
|
|
10058
10355
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
10059
10356
|
# Agent Hierarchy
|
10060
10357
|
#
|
10061
|
-
# UI name: [Agent interaction time][
|
10358
|
+
# UI name: [Agent interaction time][117]
|
10062
10359
|
#
|
10063
10360
|
# SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
|
10064
10361
|
#
|
@@ -10066,7 +10363,7 @@ module Aws::Connect
|
|
10066
10363
|
#
|
10067
10364
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
10068
10365
|
#
|
10069
|
-
# UI name: [Agent non-productive time][
|
10366
|
+
# UI name: [Agent non-productive time][118]
|
10070
10367
|
#
|
10071
10368
|
# SUM\_ONLINE\_TIME\_AGENT
|
10072
10369
|
#
|
@@ -10074,7 +10371,7 @@ module Aws::Connect
|
|
10074
10371
|
#
|
10075
10372
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
10076
10373
|
#
|
10077
|
-
# UI name: [Online time][
|
10374
|
+
# UI name: [Online time][119]
|
10078
10375
|
#
|
10079
10376
|
# SUM\_RETRY\_CALLBACK\_ATTEMPTS
|
10080
10377
|
#
|
@@ -10083,7 +10380,7 @@ module Aws::Connect
|
|
10083
10380
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
10084
10381
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
10085
10382
|
#
|
10086
|
-
# UI name: [Callback attempts][
|
10383
|
+
# UI name: [Callback attempts][120]
|
10087
10384
|
#
|
10088
10385
|
#
|
10089
10386
|
#
|
@@ -10108,93 +10405,105 @@ module Aws::Connect
|
|
10108
10405
|
# [19]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-contacts-per-case
|
10109
10406
|
# [20]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-case-resolution-time
|
10110
10407
|
# [21]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-contact-duration
|
10111
|
-
# [22]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10112
|
-
# [23]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10113
|
-
# [24]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10114
|
-
# [25]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10115
|
-
# [26]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10116
|
-
# [27]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10117
|
-
# [28]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10118
|
-
# [29]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10119
|
-
# [30]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10120
|
-
# [31]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10121
|
-
# [32]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10122
|
-
# [33]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10123
|
-
# [34]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-
|
10124
|
-
# [35]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10125
|
-
# [36]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10126
|
-
# [37]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10127
|
-
# [38]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10128
|
-
# [39]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10129
|
-
# [40]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10130
|
-
# [41]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10131
|
-
# [42]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
10132
|
-
# [43]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
10133
|
-
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
10134
|
-
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10135
|
-
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10136
|
-
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10137
|
-
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10138
|
-
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10139
|
-
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10140
|
-
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10141
|
-
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10142
|
-
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10143
|
-
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
10144
|
-
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
10145
|
-
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10146
|
-
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10147
|
-
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10148
|
-
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10149
|
-
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10150
|
-
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10151
|
-
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10152
|
-
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10153
|
-
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10154
|
-
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10155
|
-
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10156
|
-
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
10157
|
-
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10158
|
-
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10159
|
-
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10160
|
-
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10161
|
-
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10162
|
-
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10163
|
-
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10164
|
-
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10165
|
-
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10166
|
-
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10167
|
-
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10168
|
-
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
10169
|
-
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
10170
|
-
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10171
|
-
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10172
|
-
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10173
|
-
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10174
|
-
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10175
|
-
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10176
|
-
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10177
|
-
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10178
|
-
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10179
|
-
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10180
|
-
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
10181
|
-
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
10182
|
-
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10183
|
-
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10184
|
-
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10185
|
-
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10186
|
-
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10187
|
-
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10188
|
-
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10189
|
-
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10190
|
-
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10191
|
-
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10192
|
-
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10193
|
-
# [104]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10194
|
-
# [105]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
10195
|
-
# [106]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10196
|
-
# [107]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
10197
|
-
# [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
|
10198
10507
|
#
|
10199
10508
|
# @option params [String] :next_token
|
10200
10509
|
# The token for the next set of results. Use the value returned in the
|
@@ -10546,9 +10855,6 @@ module Aws::Connect
|
|
10546
10855
|
req.send_request(options)
|
10547
10856
|
end
|
10548
10857
|
|
10549
|
-
# This API is in preview release for Amazon Connect and is subject to
|
10550
|
-
# change.
|
10551
|
-
#
|
10552
10858
|
# Lists agent statuses.
|
10553
10859
|
#
|
10554
10860
|
# @option params [required, String] :instance_id
|
@@ -10778,11 +11084,6 @@ module Aws::Connect
|
|
10778
11084
|
# @option params [Integer] :max_results
|
10779
11085
|
# The maximum number of results to return per page.
|
10780
11086
|
#
|
10781
|
-
# The maximum number of results to return per page. The default
|
10782
|
-
# MaxResult size is 25.
|
10783
|
-
#
|
10784
|
-
# Valid Range: Minimum value of 1. Maximum value of 100.
|
10785
|
-
#
|
10786
11087
|
# @option params [String] :next_token
|
10787
11088
|
# The token for the next set of results. Use the value returned in the
|
10788
11089
|
# previous response in the next request to retrieve the next set of
|
@@ -11496,7 +11797,7 @@ module Aws::Connect
|
|
11496
11797
|
# The identifier of the Amazon Connect instance.
|
11497
11798
|
#
|
11498
11799
|
# @option params [required, String] :hours_of_operation_id
|
11499
|
-
# The identifier for the hours of operation
|
11800
|
+
# The identifier for the hours of operation.
|
11500
11801
|
#
|
11501
11802
|
# @option params [String] :next_token
|
11502
11803
|
# The token for the next set of results. Use the value returned in the
|
@@ -11504,9 +11805,7 @@ module Aws::Connect
|
|
11504
11805
|
# results.
|
11505
11806
|
#
|
11506
11807
|
# @option params [Integer] :max_results
|
11507
|
-
# The maximum number of results to return per page.
|
11508
|
-
# MaxResult size is 100. Valid Range: Minimum value of 1. Maximum value
|
11509
|
-
# of 1000.
|
11808
|
+
# The maximum number of results to return per page.
|
11510
11809
|
#
|
11511
11810
|
# @return [Types::ListHoursOfOperationOverridesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11512
11811
|
#
|
@@ -12265,9 +12564,6 @@ module Aws::Connect
|
|
12265
12564
|
req.send_request(options)
|
12266
12565
|
end
|
12267
12566
|
|
12268
|
-
# This API is in preview release for Amazon Connect and is subject to
|
12269
|
-
# change.
|
12270
|
-
#
|
12271
12567
|
# Lists the quick connects associated with a queue.
|
12272
12568
|
#
|
12273
12569
|
# @option params [required, String] :instance_id
|
@@ -13950,6 +14246,10 @@ module Aws::Connect
|
|
13950
14246
|
# tag_value: "String",
|
13951
14247
|
# },
|
13952
14248
|
# ],
|
14249
|
+
# hierarchy_group_condition: {
|
14250
|
+
# value: "String",
|
14251
|
+
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
14252
|
+
# },
|
13953
14253
|
# },
|
13954
14254
|
# ],
|
13955
14255
|
# and_condition: {
|
@@ -13959,6 +14259,10 @@ module Aws::Connect
|
|
13959
14259
|
# tag_value: "String",
|
13960
14260
|
# },
|
13961
14261
|
# ],
|
14262
|
+
# hierarchy_group_condition: {
|
14263
|
+
# value: "String",
|
14264
|
+
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
14265
|
+
# },
|
13962
14266
|
# },
|
13963
14267
|
# tag_condition: {
|
13964
14268
|
# tag_key: "String",
|
@@ -14537,12 +14841,10 @@ module Aws::Connect
|
|
14537
14841
|
# @option params [String] :next_token
|
14538
14842
|
# The token for the next set of results. Use the value returned in the
|
14539
14843
|
# previous response in the next request to retrieve the next set of
|
14540
|
-
# results.
|
14541
|
-
# 2500.
|
14844
|
+
# results.
|
14542
14845
|
#
|
14543
14846
|
# @option params [Integer] :max_results
|
14544
|
-
# The maximum number of results to return per page.
|
14545
|
-
# value of 1. Maximum value of 100.
|
14847
|
+
# The maximum number of results to return per page.
|
14546
14848
|
#
|
14547
14849
|
# @option params [Types::HoursOfOperationSearchFilter] :search_filter
|
14548
14850
|
# Filters to be applied to search results.
|
@@ -15546,6 +15848,10 @@ module Aws::Connect
|
|
15546
15848
|
# tag_value: "String",
|
15547
15849
|
# },
|
15548
15850
|
# ],
|
15851
|
+
# hierarchy_group_condition: {
|
15852
|
+
# value: "String",
|
15853
|
+
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
15854
|
+
# },
|
15549
15855
|
# },
|
15550
15856
|
# ],
|
15551
15857
|
# and_condition: {
|
@@ -15555,6 +15861,10 @@ module Aws::Connect
|
|
15555
15861
|
# tag_value: "String",
|
15556
15862
|
# },
|
15557
15863
|
# ],
|
15864
|
+
# hierarchy_group_condition: {
|
15865
|
+
# value: "String",
|
15866
|
+
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
15867
|
+
# },
|
15558
15868
|
# },
|
15559
15869
|
# tag_condition: {
|
15560
15870
|
# tag_key: "String",
|
@@ -15578,6 +15888,10 @@ module Aws::Connect
|
|
15578
15888
|
# value: "String",
|
15579
15889
|
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
15580
15890
|
# },
|
15891
|
+
# hierarchy_group_condition: {
|
15892
|
+
# value: "String",
|
15893
|
+
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
15894
|
+
# },
|
15581
15895
|
# },
|
15582
15896
|
# })
|
15583
15897
|
#
|
@@ -16646,7 +16960,7 @@ module Aws::Connect
|
|
16646
16960
|
# The email message body to be sent to the newly created email.
|
16647
16961
|
#
|
16648
16962
|
# @option params [Types::InboundAdditionalRecipients] :additional_recipients
|
16649
|
-
# The
|
16963
|
+
# The additional recipients address of the email.
|
16650
16964
|
#
|
16651
16965
|
# @option params [Array<Types::EmailAttachment>] :attachments
|
16652
16966
|
# List of S3 presigned URLs of email attachments and their file name.
|
@@ -18157,9 +18471,6 @@ module Aws::Connect
|
|
18157
18471
|
req.send_request(options)
|
18158
18472
|
end
|
18159
18473
|
|
18160
|
-
# This API is in preview release for Amazon Connect and is subject to
|
18161
|
-
# change.
|
18162
|
-
#
|
18163
18474
|
# Updates agent status.
|
18164
18475
|
#
|
18165
18476
|
# @option params [required, String] :instance_id
|
@@ -19170,9 +19481,6 @@ module Aws::Connect
|
|
19170
19481
|
req.send_request(options)
|
19171
19482
|
end
|
19172
19483
|
|
19173
|
-
# This API is in preview release for Amazon Connect and is subject to
|
19174
|
-
# change.
|
19175
|
-
#
|
19176
19484
|
# Updates the hours of operation.
|
19177
19485
|
#
|
19178
19486
|
# @option params [required, String] :instance_id
|
@@ -19788,9 +20096,6 @@ module Aws::Connect
|
|
19788
20096
|
req.send_request(options)
|
19789
20097
|
end
|
19790
20098
|
|
19791
|
-
# This API is in preview release for Amazon Connect and is subject to
|
19792
|
-
# change.
|
19793
|
-
#
|
19794
20099
|
# Updates the hours of operation for the specified queue.
|
19795
20100
|
#
|
19796
20101
|
# @option params [required, String] :instance_id
|
@@ -19826,9 +20131,6 @@ module Aws::Connect
|
|
19826
20131
|
req.send_request(options)
|
19827
20132
|
end
|
19828
20133
|
|
19829
|
-
# This API is in preview release for Amazon Connect and is subject to
|
19830
|
-
# change.
|
19831
|
-
#
|
19832
20134
|
# Updates the maximum number of contacts allowed in a queue before it is
|
19833
20135
|
# considered full.
|
19834
20136
|
#
|
@@ -19866,9 +20168,6 @@ module Aws::Connect
|
|
19866
20168
|
req.send_request(options)
|
19867
20169
|
end
|
19868
20170
|
|
19869
|
-
# This API is in preview release for Amazon Connect and is subject to
|
19870
|
-
# change.
|
19871
|
-
#
|
19872
20171
|
# Updates the name and description of a queue. At least `Name` or
|
19873
20172
|
# `Description` must be provided.
|
19874
20173
|
#
|
@@ -19909,9 +20208,6 @@ module Aws::Connect
|
|
19909
20208
|
req.send_request(options)
|
19910
20209
|
end
|
19911
20210
|
|
19912
|
-
# This API is in preview release for Amazon Connect and is subject to
|
19913
|
-
# change.
|
19914
|
-
#
|
19915
20211
|
# Updates the outbound caller ID name, number, and outbound whisper flow
|
19916
20212
|
# for a specified queue.
|
19917
20213
|
#
|
@@ -20016,9 +20312,6 @@ module Aws::Connect
|
|
20016
20312
|
req.send_request(options)
|
20017
20313
|
end
|
20018
20314
|
|
20019
|
-
# This API is in preview release for Amazon Connect and is subject to
|
20020
|
-
# change.
|
20021
|
-
#
|
20022
20315
|
# Updates the status of the queue.
|
20023
20316
|
#
|
20024
20317
|
# @option params [required, String] :instance_id
|
@@ -21262,7 +21555,7 @@ module Aws::Connect
|
|
21262
21555
|
tracer: tracer
|
21263
21556
|
)
|
21264
21557
|
context[:gem_name] = 'aws-sdk-connect'
|
21265
|
-
context[:gem_version] = '1.
|
21558
|
+
context[:gem_version] = '1.210.0'
|
21266
21559
|
Seahorse::Client::Request.new(handlers, context)
|
21267
21560
|
end
|
21268
21561
|
|