aws-sdk-connect 1.150.0 → 1.151.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 +346 -13
- data/lib/aws-sdk-connect/client_api.rb +4 -3
- data/lib/aws-sdk-connect/types.rb +328 -11
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
@@ -3043,6 +3043,14 @@ module Aws::Connect
|
|
3043
3043
|
# you are using SAML for identity management, the user name can include
|
3044
3044
|
# up to 64 characters from \[a-zA-Z0-9\_-.\\@\]+.
|
3045
3045
|
#
|
3046
|
+
# Username can include @ only if used in an email format. For example:
|
3047
|
+
#
|
3048
|
+
# * Correct: testuser
|
3049
|
+
#
|
3050
|
+
# * Correct: testuser@example.com
|
3051
|
+
#
|
3052
|
+
# * Incorrect: testuser@example
|
3053
|
+
#
|
3046
3054
|
# @option params [String] :password
|
3047
3055
|
# The password for the user account. A password is required if you are
|
3048
3056
|
# using Amazon Connect for identity management. Otherwise, it is an
|
@@ -3813,6 +3821,24 @@ module Aws::Connect
|
|
3813
3821
|
|
3814
3822
|
# Deletes a quick connect.
|
3815
3823
|
#
|
3824
|
+
# After calling [DeleteUser][1], it's important to call
|
3825
|
+
# `DeleteQuickConnect` to delete any records related to the deleted
|
3826
|
+
# users. This will help you:
|
3827
|
+
#
|
3828
|
+
# * Avoid dangling resources that impact your service quotas.
|
3829
|
+
#
|
3830
|
+
# * Remove deleted users so they don't appear to agents as transfer
|
3831
|
+
# options.
|
3832
|
+
#
|
3833
|
+
# * Avoid the disruption of other Amazon Connect processes, such as
|
3834
|
+
# instance replication and syncing if you're using [Amazon Connect
|
3835
|
+
# Global Resiliency][2].
|
3836
|
+
#
|
3837
|
+
#
|
3838
|
+
#
|
3839
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteUser.html
|
3840
|
+
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/setup-connect-global-resiliency.html
|
3841
|
+
#
|
3816
3842
|
# @option params [required, String] :instance_id
|
3817
3843
|
# The identifier of the Amazon Connect instance. You can [find the
|
3818
3844
|
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
@@ -4041,9 +4067,23 @@ module Aws::Connect
|
|
4041
4067
|
# account is deleted, see [Delete Users from Your Amazon Connect
|
4042
4068
|
# Instance][1] in the *Amazon Connect Administrator Guide*.
|
4043
4069
|
#
|
4070
|
+
# After calling DeleteUser, call [DeleteQuickConnect][2] to delete any
|
4071
|
+
# records related to the deleted users. This will help you:
|
4072
|
+
#
|
4073
|
+
# * Avoid dangling resources that impact your service quotas.
|
4074
|
+
#
|
4075
|
+
# * Remove deleted users so they don't appear to agents as transfer
|
4076
|
+
# options.
|
4077
|
+
#
|
4078
|
+
# * Avoid the disruption of other Amazon Connect processes, such as
|
4079
|
+
# instance replication and syncing if you're using [Amazon Connect
|
4080
|
+
# Global Resiliency][3].
|
4081
|
+
#
|
4044
4082
|
#
|
4045
4083
|
#
|
4046
4084
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html
|
4085
|
+
# [2]: https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteQuickConnect.html
|
4086
|
+
# [3]: https://docs.aws.amazon.com/connect/latest/adminguide/setup-connect-global-resiliency.html
|
4047
4087
|
#
|
4048
4088
|
# @option params [required, String] :instance_id
|
4049
4089
|
# The identifier of the Amazon Connect instance. You can [find the
|
@@ -7046,7 +7086,8 @@ module Aws::Connect
|
|
7046
7086
|
# `AGENT` \| `CHANNEL` \| `AGENT_HIERARCHY_LEVEL_ONE` \|
|
7047
7087
|
# `AGENT_HIERARCHY_LEVEL_TWO` \| `AGENT_HIERARCHY_LEVEL_THREE` \|
|
7048
7088
|
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE` \|
|
7049
|
-
# `FEATURE` \| `
|
7089
|
+
# `FEATURE` \| `CASE_TEMPLATE_ARN` \| `CASE_STATUS` \|
|
7090
|
+
# `contact/segmentAttributes/connect:Subtype` \|
|
7050
7091
|
# `ROUTING_STEP_EXPRESSION`
|
7051
7092
|
#
|
7052
7093
|
# * **Filter values**: A maximum of 100 filter values are supported in a
|
@@ -7084,7 +7125,8 @@ module Aws::Connect
|
|
7084
7125
|
# Valid grouping keys: `QUEUE` \| `ROUTING_PROFILE` \| `AGENT` \|
|
7085
7126
|
# `CHANNEL` \| `AGENT_HIERARCHY_LEVEL_ONE` \|
|
7086
7127
|
# `AGENT_HIERARCHY_LEVEL_TWO` \| `AGENT_HIERARCHY_LEVEL_THREE` \|
|
7087
|
-
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE
|
7128
|
+
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE` \|
|
7129
|
+
# `CASE_TEMPLATE_ARN` \| `CASE_STATUS` \|
|
7088
7130
|
# `contact/segmentAttributes/connect:Subtype` \|
|
7089
7131
|
# `ROUTING_STEP_EXPRESSION`
|
7090
7132
|
#
|
@@ -7101,16 +7143,20 @@ module Aws::Connect
|
|
7101
7143
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7102
7144
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype
|
7103
7145
|
#
|
7146
|
+
# UI name: [Abandonment rate][2]
|
7147
|
+
#
|
7104
7148
|
# AGENT\_ADHERENT\_TIME
|
7105
7149
|
#
|
7106
7150
|
# : This metric is available only in Amazon Web Services Regions where
|
7107
|
-
# [Forecasting, capacity planning, and scheduling][
|
7151
|
+
# [Forecasting, capacity planning, and scheduling][3] is available.
|
7108
7152
|
#
|
7109
7153
|
# Unit: Seconds
|
7110
7154
|
#
|
7111
7155
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7112
7156
|
# Agent Hierarchy
|
7113
7157
|
#
|
7158
|
+
# UI name: [Adherent time][4]
|
7159
|
+
#
|
7114
7160
|
# AGENT\_ANSWER\_RATE
|
7115
7161
|
#
|
7116
7162
|
# : Unit: Percent
|
@@ -7118,6 +7164,8 @@ module Aws::Connect
|
|
7118
7164
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7119
7165
|
# Agent Hierarchy
|
7120
7166
|
#
|
7167
|
+
# UI name: [Agent answer rate][5]
|
7168
|
+
#
|
7121
7169
|
# AGENT\_NON\_ADHERENT\_TIME
|
7122
7170
|
#
|
7123
7171
|
# : Unit: Seconds
|
@@ -7125,6 +7173,8 @@ module Aws::Connect
|
|
7125
7173
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7126
7174
|
# Agent Hierarchy
|
7127
7175
|
#
|
7176
|
+
# UI name: [Non-adherent time][6]
|
7177
|
+
#
|
7128
7178
|
# AGENT\_NON\_RESPONSE
|
7129
7179
|
#
|
7130
7180
|
# : Unit: Count
|
@@ -7132,6 +7182,8 @@ module Aws::Connect
|
|
7132
7182
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7133
7183
|
# Agent Hierarchy
|
7134
7184
|
#
|
7185
|
+
# UI name: [Agent non-response][7]
|
7186
|
+
#
|
7135
7187
|
# AGENT\_NON\_RESPONSE\_WITHOUT\_CUSTOMER\_ABANDONS
|
7136
7188
|
#
|
7137
7189
|
# : Unit: Count
|
@@ -7142,32 +7194,40 @@ module Aws::Connect
|
|
7142
7194
|
# Data for this metric is available starting from October 1, 2023
|
7143
7195
|
# 0:00:00 GMT.
|
7144
7196
|
#
|
7197
|
+
# UI name: [Agent non-response without customer abandons][8]
|
7198
|
+
#
|
7145
7199
|
# AGENT\_OCCUPANCY
|
7146
7200
|
#
|
7147
7201
|
# : Unit: Percentage
|
7148
7202
|
#
|
7149
7203
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
7150
7204
|
#
|
7205
|
+
# UI name: [Occupancy][9]
|
7206
|
+
#
|
7151
7207
|
# AGENT\_SCHEDULE\_ADHERENCE
|
7152
7208
|
#
|
7153
7209
|
# : This metric is available only in Amazon Web Services Regions where
|
7154
|
-
# [Forecasting, capacity planning, and scheduling][
|
7210
|
+
# [Forecasting, capacity planning, and scheduling][3] is available.
|
7155
7211
|
#
|
7156
7212
|
# Unit: Percent
|
7157
7213
|
#
|
7158
7214
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7159
7215
|
# Agent Hierarchy
|
7160
7216
|
#
|
7217
|
+
# UI name: [Adherence][10]
|
7218
|
+
#
|
7161
7219
|
# AGENT\_SCHEDULED\_TIME
|
7162
7220
|
#
|
7163
7221
|
# : This metric is available only in Amazon Web Services Regions where
|
7164
|
-
# [Forecasting, capacity planning, and scheduling][
|
7222
|
+
# [Forecasting, capacity planning, and scheduling][3] is available.
|
7165
7223
|
#
|
7166
7224
|
# Unit: Seconds
|
7167
7225
|
#
|
7168
7226
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7169
7227
|
# Agent Hierarchy
|
7170
7228
|
#
|
7229
|
+
# UI name: [Scheduled time][11]
|
7230
|
+
#
|
7171
7231
|
# AVG\_ABANDON\_TIME
|
7172
7232
|
#
|
7173
7233
|
# : Unit: Seconds
|
@@ -7175,6 +7235,8 @@ module Aws::Connect
|
|
7175
7235
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7176
7236
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype
|
7177
7237
|
#
|
7238
|
+
# UI name: [Average queue abandon time][12]
|
7239
|
+
#
|
7178
7240
|
# AVG\_ACTIVE\_TIME
|
7179
7241
|
#
|
7180
7242
|
# : Unit: Seconds
|
@@ -7182,6 +7244,8 @@ module Aws::Connect
|
|
7182
7244
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7183
7245
|
# Agent Hierarchy
|
7184
7246
|
#
|
7247
|
+
# UI name: [Average active time][13]
|
7248
|
+
#
|
7185
7249
|
# AVG\_AFTER\_CONTACT\_WORK\_TIME
|
7186
7250
|
#
|
7187
7251
|
# : Unit: Seconds
|
@@ -7191,6 +7255,8 @@ module Aws::Connect
|
|
7191
7255
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7192
7256
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype
|
7193
7257
|
#
|
7258
|
+
# UI name: [Average after contact work time][14]
|
7259
|
+
#
|
7194
7260
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7195
7261
|
#
|
7196
7262
|
# </note>
|
@@ -7206,6 +7272,8 @@ module Aws::Connect
|
|
7206
7272
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7207
7273
|
# Agent Hierarchy
|
7208
7274
|
#
|
7275
|
+
# UI name: [Average agent API connecting time][15]
|
7276
|
+
#
|
7209
7277
|
# <note markdown="1"> The `Negate` key in Metric Level Filters is not applicable for this
|
7210
7278
|
# metric.
|
7211
7279
|
#
|
@@ -7218,6 +7286,28 @@ module Aws::Connect
|
|
7218
7286
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7219
7287
|
# Agent Hierarchy
|
7220
7288
|
#
|
7289
|
+
# UI name: [Average agent pause time][16]
|
7290
|
+
#
|
7291
|
+
# AVG\_CASE\_RELATED\_CONTACTS
|
7292
|
+
#
|
7293
|
+
# : Unit: Count
|
7294
|
+
#
|
7295
|
+
# Required filter key: CASE\_TEMPLATE\_ARN
|
7296
|
+
#
|
7297
|
+
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
7298
|
+
#
|
7299
|
+
# UI name: [Average contacts per case][17]
|
7300
|
+
#
|
7301
|
+
# AVG\_CASE\_RESOLUTION\_TIME
|
7302
|
+
#
|
7303
|
+
# : Unit: Seconds
|
7304
|
+
#
|
7305
|
+
# Required filter key: CASE\_TEMPLATE\_ARN
|
7306
|
+
#
|
7307
|
+
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
7308
|
+
#
|
7309
|
+
# UI name: [Average case resolution time][18]
|
7310
|
+
#
|
7221
7311
|
# AVG\_CONTACT\_DURATION
|
7222
7312
|
#
|
7223
7313
|
# : Unit: Seconds
|
@@ -7225,6 +7315,8 @@ module Aws::Connect
|
|
7225
7315
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7226
7316
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype
|
7227
7317
|
#
|
7318
|
+
# UI name: [Average contact duration][19]
|
7319
|
+
#
|
7228
7320
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7229
7321
|
#
|
7230
7322
|
# </note>
|
@@ -7236,6 +7328,8 @@ module Aws::Connect
|
|
7236
7328
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7237
7329
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype
|
7238
7330
|
#
|
7331
|
+
# UI name: [Average conversation duration][20]
|
7332
|
+
#
|
7239
7333
|
# AVG\_GREETING\_TIME\_AGENT
|
7240
7334
|
#
|
7241
7335
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -7246,6 +7340,8 @@ module Aws::Connect
|
|
7246
7340
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7247
7341
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7248
7342
|
#
|
7343
|
+
# UI name: [Average greeting time agent ][21]
|
7344
|
+
#
|
7249
7345
|
# AVG\_HANDLE\_TIME
|
7250
7346
|
#
|
7251
7347
|
# : Unit: Seconds
|
@@ -7254,6 +7350,8 @@ module Aws::Connect
|
|
7254
7350
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
7255
7351
|
# RoutingStepExpression
|
7256
7352
|
#
|
7353
|
+
# UI name: [Average handle time][22]
|
7354
|
+
#
|
7257
7355
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7258
7356
|
#
|
7259
7357
|
# </note>
|
@@ -7265,6 +7363,8 @@ module Aws::Connect
|
|
7265
7363
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7266
7364
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype
|
7267
7365
|
#
|
7366
|
+
# UI name: [Average customer hold time][23]
|
7367
|
+
#
|
7268
7368
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7269
7369
|
#
|
7270
7370
|
# </note>
|
@@ -7276,6 +7376,8 @@ module Aws::Connect
|
|
7276
7376
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7277
7377
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7278
7378
|
#
|
7379
|
+
# UI name: [Average customer hold time all contacts][24]
|
7380
|
+
#
|
7279
7381
|
# AVG\_HOLDS
|
7280
7382
|
#
|
7281
7383
|
# : Unit: Count
|
@@ -7283,6 +7385,8 @@ module Aws::Connect
|
|
7283
7385
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7284
7386
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype
|
7285
7387
|
#
|
7388
|
+
# UI name: [Average holds][25]
|
7389
|
+
#
|
7286
7390
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7287
7391
|
#
|
7288
7392
|
# </note>
|
@@ -7294,6 +7398,8 @@ module Aws::Connect
|
|
7294
7398
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7295
7399
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7296
7400
|
#
|
7401
|
+
# UI name: [Average agent interaction and customer hold time][26]
|
7402
|
+
#
|
7297
7403
|
# AVG\_INTERACTION\_TIME
|
7298
7404
|
#
|
7299
7405
|
# : Unit: Seconds
|
@@ -7303,6 +7409,8 @@ module Aws::Connect
|
|
7303
7409
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
7304
7410
|
# Feature, contact/segmentAttributes/connect:Subtype
|
7305
7411
|
#
|
7412
|
+
# UI name: [Average agent interaction time][27]
|
7413
|
+
#
|
7306
7414
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7307
7415
|
#
|
7308
7416
|
# </note>
|
@@ -7317,6 +7425,8 @@ module Aws::Connect
|
|
7317
7425
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7318
7426
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7319
7427
|
#
|
7428
|
+
# UI name: [Average interruptions agent ][28]
|
7429
|
+
#
|
7320
7430
|
# AVG\_INTERRUPTION\_TIME\_AGENT
|
7321
7431
|
#
|
7322
7432
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -7327,6 +7437,8 @@ module Aws::Connect
|
|
7327
7437
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7328
7438
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7329
7439
|
#
|
7440
|
+
# UI name: [Average interruption time agent][29]
|
7441
|
+
#
|
7330
7442
|
# AVG\_NON\_TALK\_TIME
|
7331
7443
|
#
|
7332
7444
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -7337,6 +7449,8 @@ module Aws::Connect
|
|
7337
7449
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7338
7450
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7339
7451
|
#
|
7452
|
+
# UI name: [Average non-talk time][30]
|
7453
|
+
#
|
7340
7454
|
# AVG\_QUEUE\_ANSWER\_TIME
|
7341
7455
|
#
|
7342
7456
|
# : Unit: Seconds
|
@@ -7344,6 +7458,8 @@ module Aws::Connect
|
|
7344
7458
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
7345
7459
|
# Feature, contact/segmentAttributes/connect:Subtype
|
7346
7460
|
#
|
7461
|
+
# UI name: [Average queue answer time][31]
|
7462
|
+
#
|
7347
7463
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7348
7464
|
#
|
7349
7465
|
# </note>
|
@@ -7355,6 +7471,8 @@ module Aws::Connect
|
|
7355
7471
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
7356
7472
|
# contact/segmentAttributes/connect:Subtype
|
7357
7473
|
#
|
7474
|
+
# UI name: [Average resolution time][32]
|
7475
|
+
#
|
7358
7476
|
# AVG\_TALK\_TIME
|
7359
7477
|
#
|
7360
7478
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -7365,6 +7483,8 @@ module Aws::Connect
|
|
7365
7483
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7366
7484
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7367
7485
|
#
|
7486
|
+
# UI name: [Average talk time][33]
|
7487
|
+
#
|
7368
7488
|
# AVG\_TALK\_TIME\_AGENT
|
7369
7489
|
#
|
7370
7490
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -7375,6 +7495,8 @@ module Aws::Connect
|
|
7375
7495
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7376
7496
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7377
7497
|
#
|
7498
|
+
# UI name: [Average talk time agent][34]
|
7499
|
+
#
|
7378
7500
|
# AVG\_TALK\_TIME\_CUSTOMER
|
7379
7501
|
#
|
7380
7502
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -7385,6 +7507,18 @@ module Aws::Connect
|
|
7385
7507
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7386
7508
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7387
7509
|
#
|
7510
|
+
# UI name: [Average talk time customer][35]
|
7511
|
+
#
|
7512
|
+
# CASES\_CREATED
|
7513
|
+
#
|
7514
|
+
# : Unit: Count
|
7515
|
+
#
|
7516
|
+
# Required filter key: CASE\_TEMPLATE\_ARN
|
7517
|
+
#
|
7518
|
+
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
7519
|
+
#
|
7520
|
+
# UI name: [Cases created][36]
|
7521
|
+
#
|
7388
7522
|
# CONTACTS\_ABANDONED
|
7389
7523
|
#
|
7390
7524
|
# : Unit: Count
|
@@ -7393,6 +7527,8 @@ module Aws::Connect
|
|
7393
7527
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
7394
7528
|
# RoutingStepExpression
|
7395
7529
|
#
|
7530
|
+
# UI name: [Contact abandoned][37]
|
7531
|
+
#
|
7396
7532
|
# CONTACTS\_CREATED
|
7397
7533
|
#
|
7398
7534
|
# : Unit: Count
|
@@ -7402,6 +7538,8 @@ module Aws::Connect
|
|
7402
7538
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
7403
7539
|
# Feature, contact/segmentAttributes/connect:Subtype
|
7404
7540
|
#
|
7541
|
+
# UI name: [Contacts created][38]
|
7542
|
+
#
|
7405
7543
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7406
7544
|
#
|
7407
7545
|
# </note>
|
@@ -7416,6 +7554,8 @@ module Aws::Connect
|
|
7416
7554
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
7417
7555
|
# RoutingStepExpression
|
7418
7556
|
#
|
7557
|
+
# UI name: [API contacts handled][39]
|
7558
|
+
#
|
7419
7559
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7420
7560
|
#
|
7421
7561
|
# </note>
|
@@ -7429,6 +7569,8 @@ module Aws::Connect
|
|
7429
7569
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
7430
7570
|
# contact/segmentAttributes/connect:Subtype
|
7431
7571
|
#
|
7572
|
+
# UI name: [Contacts handled by Connected to agent][40]
|
7573
|
+
#
|
7432
7574
|
# CONTACTS\_HOLD\_ABANDONS
|
7433
7575
|
#
|
7434
7576
|
# : Unit: Count
|
@@ -7436,6 +7578,8 @@ module Aws::Connect
|
|
7436
7578
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7437
7579
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7438
7580
|
#
|
7581
|
+
# UI name: [Contacts hold disconnect][40]
|
7582
|
+
#
|
7439
7583
|
# CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
|
7440
7584
|
#
|
7441
7585
|
# : Unit: Count
|
@@ -7443,6 +7587,8 @@ module Aws::Connect
|
|
7443
7587
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7444
7588
|
# Agent Hierarchy
|
7445
7589
|
#
|
7590
|
+
# UI name: [Contacts hold agent disconnect][41]
|
7591
|
+
#
|
7446
7592
|
# CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
|
7447
7593
|
#
|
7448
7594
|
# : Unit: Count
|
@@ -7450,6 +7596,8 @@ module Aws::Connect
|
|
7450
7596
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7451
7597
|
# Agent Hierarchy
|
7452
7598
|
#
|
7599
|
+
# UI name: [Contacts hold customer disconnect][42]
|
7600
|
+
#
|
7453
7601
|
# CONTACTS\_PUT\_ON\_HOLD
|
7454
7602
|
#
|
7455
7603
|
# : Unit: Count
|
@@ -7457,6 +7605,8 @@ module Aws::Connect
|
|
7457
7605
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7458
7606
|
# Agent Hierarchy
|
7459
7607
|
#
|
7608
|
+
# UI name: [Contacts put on hold][42]
|
7609
|
+
#
|
7460
7610
|
# CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
|
7461
7611
|
#
|
7462
7612
|
# : Unit: Count
|
@@ -7464,6 +7614,8 @@ module Aws::Connect
|
|
7464
7614
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7465
7615
|
# Agent Hierarchy
|
7466
7616
|
#
|
7617
|
+
# UI name: [Contacts transferred out external][43]
|
7618
|
+
#
|
7467
7619
|
# CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
|
7468
7620
|
#
|
7469
7621
|
# : Unit: Percent
|
@@ -7471,6 +7623,8 @@ module Aws::Connect
|
|
7471
7623
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7472
7624
|
# Agent Hierarchy
|
7473
7625
|
#
|
7626
|
+
# UI name: [Contacts transferred out internal][44]
|
7627
|
+
#
|
7474
7628
|
# CONTACTS\_QUEUED
|
7475
7629
|
#
|
7476
7630
|
# : Unit: Count
|
@@ -7478,6 +7632,8 @@ module Aws::Connect
|
|
7478
7632
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7479
7633
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7480
7634
|
#
|
7635
|
+
# UI name: [Contacts queued][45]
|
7636
|
+
#
|
7481
7637
|
# CONTACTS\_QUEUED\_BY\_ENQUEUE
|
7482
7638
|
#
|
7483
7639
|
# : Unit: Count
|
@@ -7485,6 +7641,8 @@ module Aws::Connect
|
|
7485
7641
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
7486
7642
|
# contact/segmentAttributes/connect:Subtype
|
7487
7643
|
#
|
7644
|
+
# UI name: [Contacts queued by Enqueue][46]
|
7645
|
+
#
|
7488
7646
|
# CONTACTS\_RESOLVED\_IN\_X
|
7489
7647
|
#
|
7490
7648
|
# : Unit: Count
|
@@ -7496,6 +7654,8 @@ module Aws::Connect
|
|
7496
7654
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
7497
7655
|
# `LT` (for "Less than").
|
7498
7656
|
#
|
7657
|
+
# UI name: [Contacts resolved in X][47]
|
7658
|
+
#
|
7499
7659
|
# CONTACTS\_TRANSFERRED\_OUT
|
7500
7660
|
#
|
7501
7661
|
# : Unit: Count
|
@@ -7503,6 +7663,8 @@ module Aws::Connect
|
|
7503
7663
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7504
7664
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype
|
7505
7665
|
#
|
7666
|
+
# UI name: [Contacts transferred out][48]
|
7667
|
+
#
|
7506
7668
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
7507
7669
|
#
|
7508
7670
|
# </note>
|
@@ -7514,6 +7676,8 @@ module Aws::Connect
|
|
7514
7676
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7515
7677
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7516
7678
|
#
|
7679
|
+
# UI name: [Contacts transferred out by agent][49]
|
7680
|
+
#
|
7517
7681
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
7518
7682
|
#
|
7519
7683
|
# : Unit: Count
|
@@ -7521,6 +7685,18 @@ module Aws::Connect
|
|
7521
7685
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7522
7686
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7523
7687
|
#
|
7688
|
+
# UI name: [Contacts transferred out queue][49]
|
7689
|
+
#
|
7690
|
+
# CURRENT\_CASES
|
7691
|
+
#
|
7692
|
+
# : Unit: Count
|
7693
|
+
#
|
7694
|
+
# Required filter key: CASE\_TEMPLATE\_ARN
|
7695
|
+
#
|
7696
|
+
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
7697
|
+
#
|
7698
|
+
# UI name: [Current cases][50]
|
7699
|
+
#
|
7524
7700
|
# MAX\_QUEUED\_TIME
|
7525
7701
|
#
|
7526
7702
|
# : Unit: Seconds
|
@@ -7528,18 +7704,34 @@ module Aws::Connect
|
|
7528
7704
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7529
7705
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7530
7706
|
#
|
7707
|
+
# UI name: [Maximum queued time][51]
|
7708
|
+
#
|
7709
|
+
# PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
|
7710
|
+
#
|
7711
|
+
# : Unit: Percent
|
7712
|
+
#
|
7713
|
+
# Required filter key: CASE\_TEMPLATE\_ARN
|
7714
|
+
#
|
7715
|
+
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
7716
|
+
#
|
7717
|
+
# UI name: [Cases resolved on first contact][52]
|
7718
|
+
#
|
7531
7719
|
# PERCENT\_CONTACTS\_STEP\_EXPIRED
|
7532
7720
|
#
|
7533
7721
|
# : Unit: Percent
|
7534
7722
|
#
|
7535
7723
|
# Valid groupings and filters: Queue, RoutingStepExpression
|
7536
7724
|
#
|
7725
|
+
# UI name: Not available
|
7726
|
+
#
|
7537
7727
|
# PERCENT\_CONTACTS\_STEP\_JOINED
|
7538
7728
|
#
|
7539
7729
|
# : Unit: Percent
|
7540
7730
|
#
|
7541
7731
|
# Valid groupings and filters: Queue, RoutingStepExpression
|
7542
7732
|
#
|
7733
|
+
# UI name: Not available
|
7734
|
+
#
|
7543
7735
|
# PERCENT\_NON\_TALK\_TIME
|
7544
7736
|
#
|
7545
7737
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -7550,6 +7742,8 @@ module Aws::Connect
|
|
7550
7742
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7551
7743
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7552
7744
|
#
|
7745
|
+
# UI name: [Non-talk time percent][53]
|
7746
|
+
#
|
7553
7747
|
# PERCENT\_TALK\_TIME
|
7554
7748
|
#
|
7555
7749
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -7560,6 +7754,8 @@ module Aws::Connect
|
|
7560
7754
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7561
7755
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7562
7756
|
#
|
7757
|
+
# UI name: [Talk time percent][54]
|
7758
|
+
#
|
7563
7759
|
# PERCENT\_TALK\_TIME\_AGENT
|
7564
7760
|
#
|
7565
7761
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -7570,6 +7766,8 @@ module Aws::Connect
|
|
7570
7766
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7571
7767
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7572
7768
|
#
|
7769
|
+
# UI name: [Talk time agent percent][55]
|
7770
|
+
#
|
7573
7771
|
# PERCENT\_TALK\_TIME\_CUSTOMER
|
7574
7772
|
#
|
7575
7773
|
# : This metric is available only for contacts analyzed by Contact Lens
|
@@ -7580,6 +7778,28 @@ module Aws::Connect
|
|
7580
7778
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7581
7779
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7582
7780
|
#
|
7781
|
+
# UI name: [Talk time customer percent][56]
|
7782
|
+
#
|
7783
|
+
# REOPENED\_CASE\_ACTIONS
|
7784
|
+
#
|
7785
|
+
# : Unit: Count
|
7786
|
+
#
|
7787
|
+
# Required filter key: CASE\_TEMPLATE\_ARN
|
7788
|
+
#
|
7789
|
+
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
7790
|
+
#
|
7791
|
+
# UI name: [Cases reopened][57]
|
7792
|
+
#
|
7793
|
+
# RESOLVED\_CASE\_ACTIONS
|
7794
|
+
#
|
7795
|
+
# : Unit: Count
|
7796
|
+
#
|
7797
|
+
# Required filter key: CASE\_TEMPLATE\_ARN
|
7798
|
+
#
|
7799
|
+
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
7800
|
+
#
|
7801
|
+
# UI name: [Cases resolved][58]
|
7802
|
+
#
|
7583
7803
|
# SERVICE\_LEVEL
|
7584
7804
|
#
|
7585
7805
|
# : You can include up to 20 SERVICE\_LEVEL metrics in a request.
|
@@ -7592,12 +7812,16 @@ module Aws::Connect
|
|
7592
7812
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
7593
7813
|
# `LT` (for "Less than").
|
7594
7814
|
#
|
7815
|
+
# UI name: [Service level X][59]
|
7816
|
+
#
|
7595
7817
|
# STEP\_CONTACTS\_QUEUED
|
7596
7818
|
#
|
7597
7819
|
# : Unit: Count
|
7598
7820
|
#
|
7599
7821
|
# Valid groupings and filters: Queue, RoutingStepExpression
|
7600
7822
|
#
|
7823
|
+
# UI name: Not available
|
7824
|
+
#
|
7601
7825
|
# SUM\_AFTER\_CONTACT\_WORK\_TIME
|
7602
7826
|
#
|
7603
7827
|
# : Unit: Seconds
|
@@ -7605,6 +7829,8 @@ module Aws::Connect
|
|
7605
7829
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7606
7830
|
# Agent Hierarchy
|
7607
7831
|
#
|
7832
|
+
# UI name: [After contact work time][60]
|
7833
|
+
#
|
7608
7834
|
# SUM\_CONNECTING\_TIME\_AGENT
|
7609
7835
|
#
|
7610
7836
|
# : Unit: Seconds
|
@@ -7616,6 +7842,8 @@ module Aws::Connect
|
|
7616
7842
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7617
7843
|
# Agent Hierarchy
|
7618
7844
|
#
|
7845
|
+
# UI name: [Agent API connecting time][61]
|
7846
|
+
#
|
7619
7847
|
# <note markdown="1"> The `Negate` key in Metric Level Filters is not applicable for this
|
7620
7848
|
# metric.
|
7621
7849
|
#
|
@@ -7628,6 +7856,8 @@ module Aws::Connect
|
|
7628
7856
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7629
7857
|
# Agent Hierarchy
|
7630
7858
|
#
|
7859
|
+
# UI name: [Contact flow time][62]
|
7860
|
+
#
|
7631
7861
|
# SUM\_CONTACT\_TIME\_AGENT
|
7632
7862
|
#
|
7633
7863
|
# : Unit: Seconds
|
@@ -7635,6 +7865,8 @@ module Aws::Connect
|
|
7635
7865
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7636
7866
|
# Agent Hierarchy
|
7637
7867
|
#
|
7868
|
+
# UI name: [Agent on contact time][63]
|
7869
|
+
#
|
7638
7870
|
# SUM\_CONTACTS\_ANSWERED\_IN\_X
|
7639
7871
|
#
|
7640
7872
|
# : Unit: Count
|
@@ -7646,6 +7878,8 @@ module Aws::Connect
|
|
7646
7878
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
7647
7879
|
# `LT` (for "Less than").
|
7648
7880
|
#
|
7881
|
+
# UI name: [Contacts answered in X seconds][64]
|
7882
|
+
#
|
7649
7883
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
7650
7884
|
#
|
7651
7885
|
# : Unit: Count
|
@@ -7657,6 +7891,8 @@ module Aws::Connect
|
|
7657
7891
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
7658
7892
|
# `LT` (for "Less than").
|
7659
7893
|
#
|
7894
|
+
# UI name: [Contacts abandoned in X seconds][65]
|
7895
|
+
#
|
7660
7896
|
# SUM\_CONTACTS\_DISCONNECTED
|
7661
7897
|
#
|
7662
7898
|
# : Valid metric filter key: `DISCONNECT_REASON`
|
@@ -7666,6 +7902,8 @@ module Aws::Connect
|
|
7666
7902
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7667
7903
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype
|
7668
7904
|
#
|
7905
|
+
# UI name: [Contact disconnected][66]
|
7906
|
+
#
|
7669
7907
|
# SUM\_ERROR\_STATUS\_TIME\_AGENT
|
7670
7908
|
#
|
7671
7909
|
# : Unit: Seconds
|
@@ -7673,6 +7911,8 @@ module Aws::Connect
|
|
7673
7911
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7674
7912
|
# Agent Hierarchy
|
7675
7913
|
#
|
7914
|
+
# UI name: [Error status time][67]
|
7915
|
+
#
|
7676
7916
|
# SUM\_HANDLE\_TIME
|
7677
7917
|
#
|
7678
7918
|
# : Unit: Seconds
|
@@ -7680,6 +7920,8 @@ module Aws::Connect
|
|
7680
7920
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7681
7921
|
# Agent Hierarchy
|
7682
7922
|
#
|
7923
|
+
# UI name: [Contact handle time][68]
|
7924
|
+
#
|
7683
7925
|
# SUM\_HOLD\_TIME
|
7684
7926
|
#
|
7685
7927
|
# : Unit: Count
|
@@ -7687,12 +7929,16 @@ module Aws::Connect
|
|
7687
7929
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7688
7930
|
# Agent Hierarchy
|
7689
7931
|
#
|
7932
|
+
# UI name: [Customer hold time][69]
|
7933
|
+
#
|
7690
7934
|
# SUM\_IDLE\_TIME\_AGENT
|
7691
7935
|
#
|
7692
7936
|
# : Unit: Seconds
|
7693
7937
|
#
|
7694
7938
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
7695
7939
|
#
|
7940
|
+
# UI name: [Agent idle time][70]
|
7941
|
+
#
|
7696
7942
|
# SUM\_INTERACTION\_AND\_HOLD\_TIME
|
7697
7943
|
#
|
7698
7944
|
# : Unit: Seconds
|
@@ -7700,6 +7946,8 @@ module Aws::Connect
|
|
7700
7946
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7701
7947
|
# Agent Hierarchy
|
7702
7948
|
#
|
7949
|
+
# UI name: [Agent interaction and hold time][71]
|
7950
|
+
#
|
7703
7951
|
# SUM\_INTERACTION\_TIME
|
7704
7952
|
#
|
7705
7953
|
# : Unit: Seconds
|
@@ -7707,18 +7955,24 @@ module Aws::Connect
|
|
7707
7955
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
7708
7956
|
# Agent Hierarchy
|
7709
7957
|
#
|
7958
|
+
# UI name: [Agent interaction time][72]
|
7959
|
+
#
|
7710
7960
|
# SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
|
7711
7961
|
#
|
7712
7962
|
# : Unit: Seconds
|
7713
7963
|
#
|
7714
7964
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
7715
7965
|
#
|
7966
|
+
# UI name: [Non-Productive Time][73]
|
7967
|
+
#
|
7716
7968
|
# SUM\_ONLINE\_TIME\_AGENT
|
7717
7969
|
#
|
7718
7970
|
# : Unit: Seconds
|
7719
7971
|
#
|
7720
7972
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
7721
7973
|
#
|
7974
|
+
# UI name: [Online time][74]
|
7975
|
+
#
|
7722
7976
|
# SUM\_RETRY\_CALLBACK\_ATTEMPTS
|
7723
7977
|
#
|
7724
7978
|
# : Unit: Count
|
@@ -7726,10 +7980,85 @@ module Aws::Connect
|
|
7726
7980
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
7727
7981
|
# contact/segmentAttributes/connect:Subtype
|
7728
7982
|
#
|
7983
|
+
# UI name: [Callback attempts][75]
|
7984
|
+
#
|
7729
7985
|
#
|
7730
7986
|
#
|
7731
7987
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
|
7732
|
-
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
7988
|
+
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#abandonment-rate-historical
|
7989
|
+
# [3]: https://docs.aws.amazon.com/connect/latest/adminguide/regions.html#optimization_region
|
7990
|
+
# [4]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#adherent-time-historical
|
7991
|
+
# [5]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-answer-rate-historical
|
7992
|
+
# [6]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#non-adherent-time
|
7993
|
+
# [7]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-non-response
|
7994
|
+
# [8]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-nonresponse-no-abandon-historical
|
7995
|
+
# [9]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#occupancy-historical
|
7996
|
+
# [10]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#adherence-historical
|
7997
|
+
# [11]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#scheduled-time-historical
|
7998
|
+
# [12]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-queue-abandon-time-historical
|
7999
|
+
# [13]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-active-time-historical
|
8000
|
+
# [14]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-acw-time-historical
|
8001
|
+
# [15]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-avg-agent-api-connecting-time
|
8002
|
+
# [16]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-pause-time-historical
|
8003
|
+
# [17]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-contacts-case-historical
|
8004
|
+
# [18]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-case-resolution-time-historical
|
8005
|
+
# [19]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-contact-duration-historical
|
8006
|
+
# [20]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-conversation-duration-historical
|
8007
|
+
# [21]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-greeting-time-agent-historical
|
8008
|
+
# [22]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-handle-time-historical
|
8009
|
+
# [23]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-customer-hold-time-historical
|
8010
|
+
# [24]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#avg-customer-hold-time-all-contacts-historical
|
8011
|
+
# [25]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-holds-historical
|
8012
|
+
# [26]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-interaction-customer-hold-time-historical
|
8013
|
+
# [27]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-interaction-time-historical
|
8014
|
+
# [28]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-interruptions-agent-historical
|
8015
|
+
# [29]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-interruptions-time-agent-historical
|
8016
|
+
# [30]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##average-non-talk-time-historical
|
8017
|
+
# [31]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-queue-answer-time-historical
|
8018
|
+
# [32]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-resolution-time-historical
|
8019
|
+
# [33]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-historical
|
8020
|
+
# [34]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-agent-historical
|
8021
|
+
# [35]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-customer-historical
|
8022
|
+
# [36]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##cases-created-historical
|
8023
|
+
# [37]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-historical
|
8024
|
+
# [38]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-created-historical
|
8025
|
+
# [39]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#api-contacts-handled-historical
|
8026
|
+
# [40]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-handled-by-connected-to-agent-historical
|
8027
|
+
# [41]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-agent-disconnect-historical
|
8028
|
+
# [42]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-customer-disconnect-historical
|
8029
|
+
# [43]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-external-historical
|
8030
|
+
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-internal-historical
|
8031
|
+
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-historical
|
8032
|
+
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-by-enqueue-historical
|
8033
|
+
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-resolved-historical
|
8034
|
+
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-historical
|
8035
|
+
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-by-agent-historical
|
8036
|
+
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical
|
8037
|
+
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-queued-time-historical
|
8038
|
+
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-first-contact-historical
|
8039
|
+
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ntt-historical
|
8040
|
+
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#tt-historical
|
8041
|
+
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttagent-historical
|
8042
|
+
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttcustomer-historical
|
8043
|
+
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-reopened-historical
|
8044
|
+
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-historicall
|
8045
|
+
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#service-level-historical
|
8046
|
+
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#acw-historical
|
8047
|
+
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-agent-api-connecting-time
|
8048
|
+
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-flow-time-historical
|
8049
|
+
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-on-contact-time-historical
|
8050
|
+
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-answered-x-historical
|
8051
|
+
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-x-historical
|
8052
|
+
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-disconnected-historical
|
8053
|
+
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#error-status-time-historical
|
8054
|
+
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-handle-time-historical
|
8055
|
+
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#customer-hold-time-historical
|
8056
|
+
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-idle-time-historica
|
8057
|
+
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-hold-time-historical
|
8058
|
+
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-time-historical
|
8059
|
+
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#npt-historical
|
8060
|
+
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#online-time-historical
|
8061
|
+
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#callback-attempts-historical
|
7733
8062
|
#
|
7734
8063
|
# @option params [String] :next_token
|
7735
8064
|
# The token for the next set of results. Use the value returned in the
|
@@ -8470,7 +8799,8 @@ module Aws::Connect
|
|
8470
8799
|
# change.
|
8471
8800
|
#
|
8472
8801
|
# For the specified `referenceTypes`, returns a list of references
|
8473
|
-
# associated with the contact.
|
8802
|
+
# associated with the contact. *References* are links to documents that
|
8803
|
+
# are related to a contact, such as emails, attachments, or URLs.
|
8474
8804
|
#
|
8475
8805
|
# @option params [required, String] :instance_id
|
8476
8806
|
# The identifier of the Amazon Connect instance. You can [find the
|
@@ -12430,7 +12760,9 @@ module Aws::Connect
|
|
12430
12760
|
# Information identifying the participant.
|
12431
12761
|
#
|
12432
12762
|
# @option params [Types::ChatMessage] :initial_message
|
12433
|
-
# The initial message to be sent to the newly created chat.
|
12763
|
+
# The initial message to be sent to the newly created chat. If you have
|
12764
|
+
# a Lex bot in your flow, the initial message is not delivered to the
|
12765
|
+
# Lex bot.
|
12434
12766
|
#
|
12435
12767
|
# @option params [String] :client_token
|
12436
12768
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -13242,8 +13574,9 @@ module Aws::Connect
|
|
13242
13574
|
req.send_request(options)
|
13243
13575
|
end
|
13244
13576
|
|
13245
|
-
# Ends the specified contact.
|
13246
|
-
# that use the following initiation
|
13577
|
+
# Ends the specified contact. Use this API to stop queued callbacks. It
|
13578
|
+
# does not work for voice contacts that use the following initiation
|
13579
|
+
# methods:
|
13247
13580
|
#
|
13248
13581
|
# * DISCONNECT
|
13249
13582
|
#
|
@@ -13251,8 +13584,8 @@ module Aws::Connect
|
|
13251
13584
|
#
|
13252
13585
|
# * QUEUE\_TRANSFER
|
13253
13586
|
#
|
13254
|
-
# Chat and task contacts
|
13255
|
-
#
|
13587
|
+
# Chat and task contacts can be terminated in any state, regardless of
|
13588
|
+
# initiation method.
|
13256
13589
|
#
|
13257
13590
|
# @option params [required, String] :contact_id
|
13258
13591
|
# The ID of the contact.
|
@@ -16267,7 +16600,7 @@ module Aws::Connect
|
|
16267
16600
|
params: params,
|
16268
16601
|
config: config)
|
16269
16602
|
context[:gem_name] = 'aws-sdk-connect'
|
16270
|
-
context[:gem_version] = '1.
|
16603
|
+
context[:gem_version] = '1.151.0'
|
16271
16604
|
Seahorse::Client::Request.new(handlers, context)
|
16272
16605
|
end
|
16273
16606
|
|