aws-sdk-connect 1.120.0 → 1.121.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +161 -9
- data/lib/aws-sdk-connect/types.rb +160 -8
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2dcb7472662cbb528a1fc730005c1c4a2a368dd595e7a1db0bcd5a5dfa31dde6
|
4
|
+
data.tar.gz: 66f36fd5554b9007429ca40a7522d0f7ea68eeb2934e2f729fa276b9dab8dac0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 972853489429e1ab4f919c61b1b92b615fec1d0ff1fe31eabfdcacde6db48d5665c35239f34ef2430c76fc51452720686b49037ead68319b1c993d98e8a8dc06
|
7
|
+
data.tar.gz: 067ede0e6a4c06bba347a9bd63d2a97d48a64357c01254e3cfb3b0826e28f304e627a68c955406748128e06e2114a568445e561d65f643822e2417a541b8d9a0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.121.0
|
@@ -5670,6 +5670,8 @@ module Aws::Connect
|
|
5670
5670
|
#
|
5671
5671
|
# * User hierarchy groups
|
5672
5672
|
#
|
5673
|
+
# * Feature
|
5674
|
+
#
|
5673
5675
|
# At least one filter must be passed from queues, routing profiles,
|
5674
5676
|
# agents, or user hierarchy groups.
|
5675
5677
|
#
|
@@ -5682,7 +5684,8 @@ module Aws::Connect
|
|
5682
5684
|
# single request. Valid filter keys: `QUEUE` \| `ROUTING_PROFILE` \|
|
5683
5685
|
# `AGENT` \| `CHANNEL` \| `AGENT_HIERARCHY_LEVEL_ONE` \|
|
5684
5686
|
# `AGENT_HIERARCHY_LEVEL_TWO` \| `AGENT_HIERARCHY_LEVEL_THREE` \|
|
5685
|
-
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE`
|
5687
|
+
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE` \|
|
5688
|
+
# `FEATURE`
|
5686
5689
|
#
|
5687
5690
|
# * **Filter values**: A maximum of 100 filter values are supported in a
|
5688
5691
|
# single request. VOICE, CHAT, and TASK are valid `filterValue` for
|
@@ -5691,6 +5694,10 @@ module Aws::Connect
|
|
5691
5694
|
# 50 queues, 35 agents, and 15 routing profiles for a total of 100
|
5692
5695
|
# filter values, along with 3 channel filters.
|
5693
5696
|
#
|
5697
|
+
# `contact_lens_conversational_analytics` is a valid filterValue for
|
5698
|
+
# the `FEATURE` filter key. It is available only to contacts analyzed
|
5699
|
+
# by Contact Lens conversational analytics.
|
5700
|
+
#
|
5694
5701
|
#
|
5695
5702
|
#
|
5696
5703
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/create-historical-metrics-report.html
|
@@ -5769,6 +5776,21 @@ module Aws::Connect
|
|
5769
5776
|
# : Unit: Seconds
|
5770
5777
|
#
|
5771
5778
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5779
|
+
# Agent Hierarchy, Feature
|
5780
|
+
#
|
5781
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
5782
|
+
#
|
5783
|
+
# </note>
|
5784
|
+
#
|
5785
|
+
# AVG\_AGENT\_CONNECTING\_TIME
|
5786
|
+
#
|
5787
|
+
# : Unit: Seconds
|
5788
|
+
#
|
5789
|
+
# Valid metric filter key: `INITIATION_METHOD`. For now, this metric
|
5790
|
+
# only supports the following as `INITIATION_METHOD`: `INBOUND` \|
|
5791
|
+
# `OUTBOUND` \| `CALLBACK` \| `API`
|
5792
|
+
#
|
5793
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5772
5794
|
# Agent Hierarchy
|
5773
5795
|
#
|
5774
5796
|
# AVG\_AGENT\_CONNECTING\_TIME
|
@@ -5782,19 +5804,66 @@ module Aws::Connect
|
|
5782
5804
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5783
5805
|
# Agent Hierarchy
|
5784
5806
|
#
|
5785
|
-
# AVG\
|
5807
|
+
# AVG\_CONTACT\_DURATION
|
5786
5808
|
#
|
5787
5809
|
# : Unit: Seconds
|
5788
5810
|
#
|
5789
5811
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5812
|
+
# Agent Hierarchy, Feature
|
5813
|
+
#
|
5814
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
5815
|
+
#
|
5816
|
+
# </note>
|
5817
|
+
#
|
5818
|
+
# AVG\_CONVERSATION\_DURATION
|
5819
|
+
#
|
5820
|
+
# : Unit: Seconds
|
5821
|
+
#
|
5822
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5823
|
+
# Agent Hierarchy
|
5824
|
+
#
|
5825
|
+
# AVG\_GREETING\_TIME\_AGENT
|
5826
|
+
#
|
5827
|
+
# : This metric is available only for contacts analyzed by Contact Lens
|
5828
|
+
# conversational analytics.
|
5829
|
+
#
|
5830
|
+
# Unit: Seconds
|
5831
|
+
#
|
5832
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5790
5833
|
# Agent Hierarchy
|
5791
5834
|
#
|
5835
|
+
# AVG\_HANDLE\_TIME
|
5836
|
+
#
|
5837
|
+
# : Unit: Seconds
|
5838
|
+
#
|
5839
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5840
|
+
# Agent Hierarchy, Feature
|
5841
|
+
#
|
5842
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
5843
|
+
#
|
5844
|
+
# </note>
|
5845
|
+
#
|
5792
5846
|
# AVG\_HOLD\_TIME
|
5793
5847
|
#
|
5794
5848
|
# : Unit: Seconds
|
5795
5849
|
#
|
5796
5850
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5797
|
-
# Agent Hierarchy
|
5851
|
+
# Agent Hierarchy, Feature
|
5852
|
+
#
|
5853
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
5854
|
+
#
|
5855
|
+
# </note>
|
5856
|
+
#
|
5857
|
+
# AVG\_HOLDS
|
5858
|
+
#
|
5859
|
+
# : Unit: Count
|
5860
|
+
#
|
5861
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5862
|
+
# Agent Hierarchy, Feature
|
5863
|
+
#
|
5864
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
5865
|
+
#
|
5866
|
+
# </note>
|
5798
5867
|
#
|
5799
5868
|
# AVG\_INTERACTION\_AND\_HOLD\_TIME
|
5800
5869
|
#
|
@@ -5807,13 +5876,83 @@ module Aws::Connect
|
|
5807
5876
|
#
|
5808
5877
|
# : Unit: Seconds
|
5809
5878
|
#
|
5810
|
-
# Valid groupings and filters: Queue, Channel, Routing Profile
|
5879
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
5880
|
+
# Feature
|
5881
|
+
#
|
5882
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
5883
|
+
#
|
5884
|
+
# </note>
|
5885
|
+
#
|
5886
|
+
# AVG\_INTERRUPTIONS\_AGENT
|
5887
|
+
#
|
5888
|
+
# : This metric is available only for contacts analyzed by Contact Lens
|
5889
|
+
# conversational analytics.
|
5890
|
+
#
|
5891
|
+
# Unit: Count
|
5892
|
+
#
|
5893
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5894
|
+
# Agent Hierarchy
|
5895
|
+
#
|
5896
|
+
# AVG\_INTERRUPTION\_TIME\_AGENT
|
5897
|
+
#
|
5898
|
+
# : This metric is available only for contacts analyzed by Contact Lens
|
5899
|
+
# conversational analytics.
|
5900
|
+
#
|
5901
|
+
# Unit: Seconds
|
5902
|
+
#
|
5903
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5904
|
+
# Agent Hierarchy
|
5905
|
+
#
|
5906
|
+
# AVG\_NON\_TALK\_TIME
|
5907
|
+
#
|
5908
|
+
# : This metric is available only for contacts analyzed by Contact Lens
|
5909
|
+
# conversational analytics.
|
5910
|
+
#
|
5911
|
+
# Unit: Seconds
|
5912
|
+
#
|
5913
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5914
|
+
# Agent Hierarchy
|
5811
5915
|
#
|
5812
5916
|
# AVG\_QUEUE\_ANSWER\_TIME
|
5813
5917
|
#
|
5814
5918
|
# : Unit: Seconds
|
5815
5919
|
#
|
5816
|
-
# Valid groupings and filters: Queue, Channel, Routing Profile
|
5920
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
5921
|
+
# Feature
|
5922
|
+
#
|
5923
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
5924
|
+
#
|
5925
|
+
# </note>
|
5926
|
+
#
|
5927
|
+
# AVG\_TALK\_TIME
|
5928
|
+
#
|
5929
|
+
# : This metric is available only for contacts analyzed by Contact Lens
|
5930
|
+
# conversational analytics.
|
5931
|
+
#
|
5932
|
+
# Unit: Seconds
|
5933
|
+
#
|
5934
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5935
|
+
# Agent Hierarchy
|
5936
|
+
#
|
5937
|
+
# AVG\_TALK\_TIME\_AGENT
|
5938
|
+
#
|
5939
|
+
# : This metric is available only for contacts analyzed by Contact Lens
|
5940
|
+
# conversational analytics.
|
5941
|
+
#
|
5942
|
+
# Unit: Seconds
|
5943
|
+
#
|
5944
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5945
|
+
# Agent Hierarchy
|
5946
|
+
#
|
5947
|
+
# AVG\_TALK\_TIME\_CUSTOMER
|
5948
|
+
#
|
5949
|
+
# : This metric is available only for contacts analyzed by Contact Lens
|
5950
|
+
# conversational analytics.
|
5951
|
+
#
|
5952
|
+
# Unit: Seconds
|
5953
|
+
#
|
5954
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5955
|
+
# Agent Hierarchy
|
5817
5956
|
#
|
5818
5957
|
# CONTACTS\_ABANDONED
|
5819
5958
|
#
|
@@ -5828,7 +5967,12 @@ module Aws::Connect
|
|
5828
5967
|
#
|
5829
5968
|
# Valid metric filter key: `INITIATION_METHOD`
|
5830
5969
|
#
|
5831
|
-
# Valid groupings and filters: Queue, Channel, Routing Profile
|
5970
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
5971
|
+
# Feature
|
5972
|
+
#
|
5973
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
5974
|
+
#
|
5975
|
+
# </note>
|
5832
5976
|
#
|
5833
5977
|
# CONTACTS\_HANDLED
|
5834
5978
|
#
|
@@ -5837,7 +5981,11 @@ module Aws::Connect
|
|
5837
5981
|
# Valid metric filter key: `INITIATION_METHOD`, `DISCONNECT_REASON`
|
5838
5982
|
#
|
5839
5983
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5840
|
-
# Agent Hierarchy
|
5984
|
+
# Agent Hierarchy, Feature
|
5985
|
+
#
|
5986
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
5987
|
+
#
|
5988
|
+
# </note>
|
5841
5989
|
#
|
5842
5990
|
# CONTACTS\_HOLD\_ABANDONS
|
5843
5991
|
#
|
@@ -5858,7 +6006,11 @@ module Aws::Connect
|
|
5858
6006
|
# : Unit: Count
|
5859
6007
|
#
|
5860
6008
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
5861
|
-
# Agent Hierarchy
|
6009
|
+
# Agent Hierarchy, Feature
|
6010
|
+
#
|
6011
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
6012
|
+
#
|
6013
|
+
# </note>
|
5862
6014
|
#
|
5863
6015
|
# CONTACTS\_TRANSFERRED\_OUT\_BY\_AGENT
|
5864
6016
|
#
|
@@ -12614,7 +12766,7 @@ module Aws::Connect
|
|
12614
12766
|
params: params,
|
12615
12767
|
config: config)
|
12616
12768
|
context[:gem_name] = 'aws-sdk-connect'
|
12617
|
-
context[:gem_version] = '1.
|
12769
|
+
context[:gem_version] = '1.121.0'
|
12618
12770
|
Seahorse::Client::Request.new(handlers, context)
|
12619
12771
|
end
|
12620
12772
|
|
@@ -6060,6 +6060,8 @@ module Aws::Connect
|
|
6060
6060
|
#
|
6061
6061
|
# * User hierarchy groups
|
6062
6062
|
#
|
6063
|
+
# * Feature
|
6064
|
+
#
|
6063
6065
|
# At least one filter must be passed from queues, routing profiles,
|
6064
6066
|
# agents, or user hierarchy groups.
|
6065
6067
|
#
|
@@ -6072,7 +6074,8 @@ module Aws::Connect
|
|
6072
6074
|
# single request. Valid filter keys: `QUEUE` \| `ROUTING_PROFILE` \|
|
6073
6075
|
# `AGENT` \| `CHANNEL` \| `AGENT_HIERARCHY_LEVEL_ONE` \|
|
6074
6076
|
# `AGENT_HIERARCHY_LEVEL_TWO` \| `AGENT_HIERARCHY_LEVEL_THREE` \|
|
6075
|
-
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE`
|
6077
|
+
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE` \|
|
6078
|
+
# `FEATURE`
|
6076
6079
|
#
|
6077
6080
|
# * **Filter values**: A maximum of 100 filter values are supported in
|
6078
6081
|
# a single request. VOICE, CHAT, and TASK are valid `filterValue`
|
@@ -6081,6 +6084,10 @@ module Aws::Connect
|
|
6081
6084
|
# filter by 50 queues, 35 agents, and 15 routing profiles for a
|
6082
6085
|
# total of 100 filter values, along with 3 channel filters.
|
6083
6086
|
#
|
6087
|
+
# `contact_lens_conversational_analytics` is a valid filterValue for
|
6088
|
+
# the `FEATURE` filter key. It is available only to contacts
|
6089
|
+
# analyzed by Contact Lens conversational analytics.
|
6090
|
+
#
|
6084
6091
|
#
|
6085
6092
|
#
|
6086
6093
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/create-historical-metrics-report.html
|
@@ -6162,6 +6169,21 @@ module Aws::Connect
|
|
6162
6169
|
# : Unit: Seconds
|
6163
6170
|
#
|
6164
6171
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6172
|
+
# Agent, Agent Hierarchy, Feature
|
6173
|
+
#
|
6174
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
6175
|
+
#
|
6176
|
+
# </note>
|
6177
|
+
#
|
6178
|
+
# AVG\_AGENT\_CONNECTING\_TIME
|
6179
|
+
#
|
6180
|
+
# : Unit: Seconds
|
6181
|
+
#
|
6182
|
+
# Valid metric filter key: `INITIATION_METHOD`. For now, this metric
|
6183
|
+
# only supports the following as `INITIATION_METHOD`: `INBOUND` \|
|
6184
|
+
# `OUTBOUND` \| `CALLBACK` \| `API`
|
6185
|
+
#
|
6186
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6165
6187
|
# Agent, Agent Hierarchy
|
6166
6188
|
#
|
6167
6189
|
# AVG\_AGENT\_CONNECTING\_TIME
|
@@ -6175,19 +6197,66 @@ module Aws::Connect
|
|
6175
6197
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6176
6198
|
# Agent, Agent Hierarchy
|
6177
6199
|
#
|
6178
|
-
# AVG\
|
6200
|
+
# AVG\_CONTACT\_DURATION
|
6179
6201
|
#
|
6180
6202
|
# : Unit: Seconds
|
6181
6203
|
#
|
6182
6204
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6205
|
+
# Agent, Agent Hierarchy, Feature
|
6206
|
+
#
|
6207
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
6208
|
+
#
|
6209
|
+
# </note>
|
6210
|
+
#
|
6211
|
+
# AVG\_CONVERSATION\_DURATION
|
6212
|
+
#
|
6213
|
+
# : Unit: Seconds
|
6214
|
+
#
|
6215
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6216
|
+
# Agent, Agent Hierarchy
|
6217
|
+
#
|
6218
|
+
# AVG\_GREETING\_TIME\_AGENT
|
6219
|
+
#
|
6220
|
+
# : This metric is available only for contacts analyzed by Contact
|
6221
|
+
# Lens conversational analytics.
|
6222
|
+
#
|
6223
|
+
# Unit: Seconds
|
6224
|
+
#
|
6225
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6183
6226
|
# Agent, Agent Hierarchy
|
6184
6227
|
#
|
6228
|
+
# AVG\_HANDLE\_TIME
|
6229
|
+
#
|
6230
|
+
# : Unit: Seconds
|
6231
|
+
#
|
6232
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6233
|
+
# Agent, Agent Hierarchy, Feature
|
6234
|
+
#
|
6235
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
6236
|
+
#
|
6237
|
+
# </note>
|
6238
|
+
#
|
6185
6239
|
# AVG\_HOLD\_TIME
|
6186
6240
|
#
|
6187
6241
|
# : Unit: Seconds
|
6188
6242
|
#
|
6189
6243
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6190
|
-
# Agent, Agent Hierarchy
|
6244
|
+
# Agent, Agent Hierarchy, Feature
|
6245
|
+
#
|
6246
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
6247
|
+
#
|
6248
|
+
# </note>
|
6249
|
+
#
|
6250
|
+
# AVG\_HOLDS
|
6251
|
+
#
|
6252
|
+
# : Unit: Count
|
6253
|
+
#
|
6254
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6255
|
+
# Agent, Agent Hierarchy, Feature
|
6256
|
+
#
|
6257
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
6258
|
+
#
|
6259
|
+
# </note>
|
6191
6260
|
#
|
6192
6261
|
# AVG\_INTERACTION\_AND\_HOLD\_TIME
|
6193
6262
|
#
|
@@ -6200,13 +6269,83 @@ module Aws::Connect
|
|
6200
6269
|
#
|
6201
6270
|
# : Unit: Seconds
|
6202
6271
|
#
|
6203
|
-
# Valid groupings and filters: Queue, Channel, Routing Profile
|
6272
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6273
|
+
# Feature
|
6274
|
+
#
|
6275
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
6276
|
+
#
|
6277
|
+
# </note>
|
6278
|
+
#
|
6279
|
+
# AVG\_INTERRUPTIONS\_AGENT
|
6280
|
+
#
|
6281
|
+
# : This metric is available only for contacts analyzed by Contact
|
6282
|
+
# Lens conversational analytics.
|
6283
|
+
#
|
6284
|
+
# Unit: Count
|
6285
|
+
#
|
6286
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6287
|
+
# Agent, Agent Hierarchy
|
6288
|
+
#
|
6289
|
+
# AVG\_INTERRUPTION\_TIME\_AGENT
|
6290
|
+
#
|
6291
|
+
# : This metric is available only for contacts analyzed by Contact
|
6292
|
+
# Lens conversational analytics.
|
6293
|
+
#
|
6294
|
+
# Unit: Seconds
|
6295
|
+
#
|
6296
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6297
|
+
# Agent, Agent Hierarchy
|
6298
|
+
#
|
6299
|
+
# AVG\_NON\_TALK\_TIME
|
6300
|
+
#
|
6301
|
+
# : This metric is available only for contacts analyzed by Contact
|
6302
|
+
# Lens conversational analytics.
|
6303
|
+
#
|
6304
|
+
# Unit: Seconds
|
6305
|
+
#
|
6306
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6307
|
+
# Agent, Agent Hierarchy
|
6204
6308
|
#
|
6205
6309
|
# AVG\_QUEUE\_ANSWER\_TIME
|
6206
6310
|
#
|
6207
6311
|
# : Unit: Seconds
|
6208
6312
|
#
|
6209
|
-
# Valid groupings and filters: Queue, Channel, Routing Profile
|
6313
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6314
|
+
# Feature
|
6315
|
+
#
|
6316
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
6317
|
+
#
|
6318
|
+
# </note>
|
6319
|
+
#
|
6320
|
+
# AVG\_TALK\_TIME
|
6321
|
+
#
|
6322
|
+
# : This metric is available only for contacts analyzed by Contact
|
6323
|
+
# Lens conversational analytics.
|
6324
|
+
#
|
6325
|
+
# Unit: Seconds
|
6326
|
+
#
|
6327
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6328
|
+
# Agent, Agent Hierarchy
|
6329
|
+
#
|
6330
|
+
# AVG\_TALK\_TIME\_AGENT
|
6331
|
+
#
|
6332
|
+
# : This metric is available only for contacts analyzed by Contact
|
6333
|
+
# Lens conversational analytics.
|
6334
|
+
#
|
6335
|
+
# Unit: Seconds
|
6336
|
+
#
|
6337
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6338
|
+
# Agent, Agent Hierarchy
|
6339
|
+
#
|
6340
|
+
# AVG\_TALK\_TIME\_CUSTOMER
|
6341
|
+
#
|
6342
|
+
# : This metric is available only for contacts analyzed by Contact
|
6343
|
+
# Lens conversational analytics.
|
6344
|
+
#
|
6345
|
+
# Unit: Seconds
|
6346
|
+
#
|
6347
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6348
|
+
# Agent, Agent Hierarchy
|
6210
6349
|
#
|
6211
6350
|
# CONTACTS\_ABANDONED
|
6212
6351
|
#
|
@@ -6221,7 +6360,12 @@ module Aws::Connect
|
|
6221
6360
|
#
|
6222
6361
|
# Valid metric filter key: `INITIATION_METHOD`
|
6223
6362
|
#
|
6224
|
-
# Valid groupings and filters: Queue, Channel, Routing Profile
|
6363
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6364
|
+
# Feature
|
6365
|
+
#
|
6366
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
6367
|
+
#
|
6368
|
+
# </note>
|
6225
6369
|
#
|
6226
6370
|
# CONTACTS\_HANDLED
|
6227
6371
|
#
|
@@ -6230,7 +6374,11 @@ module Aws::Connect
|
|
6230
6374
|
# Valid metric filter key: `INITIATION_METHOD`, `DISCONNECT_REASON`
|
6231
6375
|
#
|
6232
6376
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6233
|
-
# Agent, Agent Hierarchy
|
6377
|
+
# Agent, Agent Hierarchy, Feature
|
6378
|
+
#
|
6379
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
6380
|
+
#
|
6381
|
+
# </note>
|
6234
6382
|
#
|
6235
6383
|
# CONTACTS\_HOLD\_ABANDONS
|
6236
6384
|
#
|
@@ -6251,7 +6399,11 @@ module Aws::Connect
|
|
6251
6399
|
# : Unit: Count
|
6252
6400
|
#
|
6253
6401
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6254
|
-
# Agent, Agent Hierarchy
|
6402
|
+
# Agent, Agent Hierarchy, Feature
|
6403
|
+
#
|
6404
|
+
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
6405
|
+
#
|
6406
|
+
# </note>
|
6255
6407
|
#
|
6256
6408
|
# CONTACTS\_TRANSFERRED\_OUT\_BY\_AGENT
|
6257
6409
|
#
|
data/lib/aws-sdk-connect.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.121.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|