aws-sdk-connect 1.215.0 → 1.217.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 +404 -189
- data/lib/aws-sdk-connect/client_api.rb +29 -1
- data/lib/aws-sdk-connect/types.rb +300 -164
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +43 -9
- data/sig/types.rbs +21 -1
- metadata +1 -1
@@ -3570,7 +3570,7 @@ module Aws::Connect
|
|
3570
3570
|
:disconnect_timestamp,
|
3571
3571
|
:scheduled_timestamp,
|
3572
3572
|
:segment_attributes)
|
3573
|
-
SENSITIVE = []
|
3573
|
+
SENSITIVE = [:segment_attributes]
|
3574
3574
|
include Aws::Structure
|
3575
3575
|
end
|
3576
3576
|
|
@@ -4802,12 +4802,27 @@ module Aws::Connect
|
|
4802
4802
|
# The values of the predefined attribute.
|
4803
4803
|
# @return [Types::PredefinedAttributeValues]
|
4804
4804
|
#
|
4805
|
+
# @!attribute [rw] purposes
|
4806
|
+
# Values that enable you to categorize your predefined attributes. You
|
4807
|
+
# can use them in custom UI elements across the Amazon Connect admin
|
4808
|
+
# website.
|
4809
|
+
# @return [Array<String>]
|
4810
|
+
#
|
4811
|
+
# @!attribute [rw] attribute_configuration
|
4812
|
+
# Custom metadata that is associated to predefined attributes to
|
4813
|
+
# control behavior in upstream services, such as controlling how a
|
4814
|
+
# predefined attribute should be displayed in the Amazon Connect admin
|
4815
|
+
# website.
|
4816
|
+
# @return [Types::InputPredefinedAttributeConfiguration]
|
4817
|
+
#
|
4805
4818
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreatePredefinedAttributeRequest AWS API Documentation
|
4806
4819
|
#
|
4807
4820
|
class CreatePredefinedAttributeRequest < Struct.new(
|
4808
4821
|
:instance_id,
|
4809
4822
|
:name,
|
4810
|
-
:values
|
4823
|
+
:values,
|
4824
|
+
:purposes,
|
4825
|
+
:attribute_configuration)
|
4811
4826
|
SENSITIVE = []
|
4812
4827
|
include Aws::Structure
|
4813
4828
|
end
|
@@ -11248,6 +11263,8 @@ module Aws::Connect
|
|
11248
11263
|
# Agent, Agent Hierarchy, Feature,
|
11249
11264
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
11250
11265
|
#
|
11266
|
+
# Valid metric filter key: `INITIATION_METHOD`
|
11267
|
+
#
|
11251
11268
|
# UI name: [Average queue abandon time][12]
|
11252
11269
|
#
|
11253
11270
|
# AVG\_ACTIVE\_TIME
|
@@ -11643,10 +11660,23 @@ module Aws::Connect
|
|
11643
11660
|
#
|
11644
11661
|
# UI name: [Average queue answer time][45]
|
11645
11662
|
#
|
11663
|
+
# Valid metric level filters: `INITIATION_METHOD`, `FEATURE`,
|
11664
|
+
# `DISCONNECT_REASON`
|
11665
|
+
#
|
11646
11666
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
11647
11667
|
#
|
11648
11668
|
# </note>
|
11649
11669
|
#
|
11670
|
+
# AVG\_QUEUE\_ANSWER\_TIME\_CUSTOMER\_FIRST\_CALLBACK
|
11671
|
+
#
|
11672
|
+
# : Unit: Seconds
|
11673
|
+
#
|
11674
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11675
|
+
# Agent, Feature, contact/segmentAttributes/connect:Subtype, Q in
|
11676
|
+
# Connect, Agent Hierarchy
|
11677
|
+
#
|
11678
|
+
# UI name: [Avg. queue answer time - customer first callback][46]
|
11679
|
+
#
|
11650
11680
|
# AVG\_RESPONSE\_TIME\_AGENT
|
11651
11681
|
#
|
11652
11682
|
# : Unit: Seconds
|
@@ -11656,7 +11686,7 @@ module Aws::Connect
|
|
11656
11686
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
11657
11687
|
# Profile, Queue, Q in Connect
|
11658
11688
|
#
|
11659
|
-
# UI name: [Average agent response time][
|
11689
|
+
# UI name: [Average agent response time][47]
|
11660
11690
|
#
|
11661
11691
|
# AVG\_RESPONSE\_TIME\_CUSTOMER
|
11662
11692
|
#
|
@@ -11667,7 +11697,7 @@ module Aws::Connect
|
|
11667
11697
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
11668
11698
|
# Profile, Queue, Q in Connect
|
11669
11699
|
#
|
11670
|
-
# UI name: [Average customer response time][
|
11700
|
+
# UI name: [Average customer response time][48]
|
11671
11701
|
#
|
11672
11702
|
# AVG\_RESOLUTION\_TIME
|
11673
11703
|
#
|
@@ -11676,7 +11706,7 @@ module Aws::Connect
|
|
11676
11706
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11677
11707
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
11678
11708
|
#
|
11679
|
-
# UI name: [Average resolution time][
|
11709
|
+
# UI name: [Average resolution time][49]
|
11680
11710
|
#
|
11681
11711
|
# AVG\_TALK\_TIME
|
11682
11712
|
#
|
@@ -11689,7 +11719,7 @@ module Aws::Connect
|
|
11689
11719
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11690
11720
|
# Q in Connect
|
11691
11721
|
#
|
11692
|
-
# UI name: [Average talk time][
|
11722
|
+
# UI name: [Average talk time][50]
|
11693
11723
|
#
|
11694
11724
|
# AVG\_TALK\_TIME\_AGENT
|
11695
11725
|
#
|
@@ -11702,7 +11732,7 @@ module Aws::Connect
|
|
11702
11732
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11703
11733
|
# Q in Connect
|
11704
11734
|
#
|
11705
|
-
# UI name: [Average agent talk time][
|
11735
|
+
# UI name: [Average agent talk time][51]
|
11706
11736
|
#
|
11707
11737
|
# AVG\_TALK\_TIME\_CUSTOMER
|
11708
11738
|
#
|
@@ -11715,7 +11745,7 @@ module Aws::Connect
|
|
11715
11745
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11716
11746
|
# Q in Connect
|
11717
11747
|
#
|
11718
|
-
# UI name: [Average customer talk time][
|
11748
|
+
# UI name: [Average customer talk time][52]
|
11719
11749
|
#
|
11720
11750
|
# AVG\_WAIT\_TIME\_AFTER\_CUSTOMER\_CONNECTION
|
11721
11751
|
#
|
@@ -11726,7 +11756,18 @@ module Aws::Connect
|
|
11726
11756
|
#
|
11727
11757
|
# Valid groupings and filters: Campaign
|
11728
11758
|
#
|
11729
|
-
# UI name: [Average wait time after customer connection][
|
11759
|
+
# UI name: [Average wait time after customer connection][53]
|
11760
|
+
#
|
11761
|
+
# AVG\_WAIT\_TIME\_AFTER\_CUSTOMER\_FIRST\_CALLBACK\_CONNECTION
|
11762
|
+
#
|
11763
|
+
# : Unit: Seconds
|
11764
|
+
#
|
11765
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11766
|
+
# Agent, Feature, contact/segmentAttributes/connect:Subtype, Q in
|
11767
|
+
# Connect, Agent Hierarchy
|
11768
|
+
#
|
11769
|
+
# UI name: [Avg. wait time after customer connection - customer
|
11770
|
+
# first callback][54]
|
11730
11771
|
#
|
11731
11772
|
# AVG\_WEIGHTED\_EVALUATION\_SCORE
|
11732
11773
|
#
|
@@ -11736,7 +11777,7 @@ module Aws::Connect
|
|
11736
11777
|
# Evaluation Form Id, Evaluation Section ID, Evaluation Question ID,
|
11737
11778
|
# Evaluation Source, Form Version, Queue, Routing Profile
|
11738
11779
|
#
|
11739
|
-
# UI name: [Average weighted evaluation score][
|
11780
|
+
# UI name: [Average weighted evaluation score][55]
|
11740
11781
|
#
|
11741
11782
|
# BOT\_CONVERSATIONS\_COMPLETED
|
11742
11783
|
#
|
@@ -11749,7 +11790,7 @@ module Aws::Connect
|
|
11749
11790
|
# Initiation method, Invoking resource type, Parent flows resource
|
11750
11791
|
# ID
|
11751
11792
|
#
|
11752
|
-
# UI name: [Bot conversations completed][
|
11793
|
+
# UI name: [Bot conversations completed][56]
|
11753
11794
|
#
|
11754
11795
|
# BOT\_INTENTS\_COMPLETED
|
11755
11796
|
#
|
@@ -11762,7 +11803,7 @@ module Aws::Connect
|
|
11762
11803
|
# published timestamp, Initiation method, Invoking resource type,
|
11763
11804
|
# Parent flows resource ID
|
11764
11805
|
#
|
11765
|
-
# UI name: [Bot intents completed][
|
11806
|
+
# UI name: [Bot intents completed][57]
|
11766
11807
|
#
|
11767
11808
|
# CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X
|
11768
11809
|
#
|
@@ -11777,7 +11818,7 @@ module Aws::Connect
|
|
11777
11818
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
11778
11819
|
# `GT` (for *Greater than*).
|
11779
11820
|
#
|
11780
|
-
# UI name: [Campaign contacts abandoned after X][
|
11821
|
+
# UI name: [Campaign contacts abandoned after X][58]
|
11781
11822
|
#
|
11782
11823
|
# CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X\_RATE
|
11783
11824
|
#
|
@@ -11792,7 +11833,7 @@ module Aws::Connect
|
|
11792
11833
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
11793
11834
|
# `GT` (for *Greater than*).
|
11794
11835
|
#
|
11795
|
-
# UI name: [Campaign contacts abandoned after X rate][
|
11836
|
+
# UI name: [Campaign contacts abandoned after X rate][59]
|
11796
11837
|
#
|
11797
11838
|
# CAMPAIGN\_INTERACTIONS
|
11798
11839
|
#
|
@@ -11805,7 +11846,7 @@ module Aws::Connect
|
|
11805
11846
|
#
|
11806
11847
|
# Valid groupings and filters: Campaign
|
11807
11848
|
#
|
11808
|
-
# UI name: [Campaign interactions][
|
11849
|
+
# UI name: [Campaign interactions][60]
|
11809
11850
|
#
|
11810
11851
|
# CAMPAIGN\_PROGRESS\_RATE
|
11811
11852
|
#
|
@@ -11818,7 +11859,7 @@ module Aws::Connect
|
|
11818
11859
|
# Valid groupings and filters: Campaign, Campaign Execution
|
11819
11860
|
# Timestamp
|
11820
11861
|
#
|
11821
|
-
# UI name: [Campaign progress rate][
|
11862
|
+
# UI name: [Campaign progress rate][61]
|
11822
11863
|
#
|
11823
11864
|
# CAMPAIGN\_SEND\_ATTEMPTS
|
11824
11865
|
#
|
@@ -11829,7 +11870,7 @@ module Aws::Connect
|
|
11829
11870
|
# Valid groupings and filters: Campaign, Channel,
|
11830
11871
|
# contact/segmentAttributes/connect:Subtype
|
11831
11872
|
#
|
11832
|
-
# UI name: [Campaign send attempts][
|
11873
|
+
# UI name: [Campaign send attempts][62]
|
11833
11874
|
#
|
11834
11875
|
# CAMPAIGN\_SEND\_EXCLUSIONS
|
11835
11876
|
#
|
@@ -11842,7 +11883,7 @@ module Aws::Connect
|
|
11842
11883
|
# Valid groupings and filters: Campaign, Campaign Excluded Event
|
11843
11884
|
# Type, Campaign Execution Timestamp
|
11844
11885
|
#
|
11845
|
-
# UI name: [Campaign send exclusions][
|
11886
|
+
# UI name: [Campaign send exclusions][63]
|
11846
11887
|
#
|
11847
11888
|
# CASES\_CREATED
|
11848
11889
|
#
|
@@ -11852,7 +11893,7 @@ module Aws::Connect
|
|
11852
11893
|
#
|
11853
11894
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
11854
11895
|
#
|
11855
|
-
# UI name: [Cases created][
|
11896
|
+
# UI name: [Cases created][64]
|
11856
11897
|
#
|
11857
11898
|
# CONTACTS\_CREATED
|
11858
11899
|
#
|
@@ -11863,7 +11904,7 @@ module Aws::Connect
|
|
11863
11904
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11864
11905
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
11865
11906
|
#
|
11866
|
-
# UI name: [Contacts created][
|
11907
|
+
# UI name: [Contacts created][65]
|
11867
11908
|
#
|
11868
11909
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
11869
11910
|
#
|
@@ -11880,7 +11921,7 @@ module Aws::Connect
|
|
11880
11921
|
# contact/segmentAttributes/connect:Subtype, RoutingStepExpression,
|
11881
11922
|
# Q in Connect
|
11882
11923
|
#
|
11883
|
-
# UI name: [
|
11924
|
+
# UI name: [Contacts handled][66]
|
11884
11925
|
#
|
11885
11926
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
11886
11927
|
#
|
@@ -11895,7 +11936,7 @@ module Aws::Connect
|
|
11895
11936
|
# Valid groupings and filters: Queue, Channel, Agent, Agent
|
11896
11937
|
# Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
|
11897
11938
|
#
|
11898
|
-
# UI name: [Contacts handled (connected to agent timestamp)][
|
11939
|
+
# UI name: [Contacts handled (connected to agent timestamp)][67]
|
11899
11940
|
#
|
11900
11941
|
# CONTACTS\_HOLD\_ABANDONS
|
11901
11942
|
#
|
@@ -11905,7 +11946,7 @@ module Aws::Connect
|
|
11905
11946
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11906
11947
|
# Q in Connect
|
11907
11948
|
#
|
11908
|
-
# UI name: [Contacts hold disconnect][
|
11949
|
+
# UI name: [Contacts hold disconnect][68]
|
11909
11950
|
#
|
11910
11951
|
# CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
|
11911
11952
|
#
|
@@ -11914,7 +11955,7 @@ module Aws::Connect
|
|
11914
11955
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11915
11956
|
# Agent, Agent Hierarchy, Q in Connect
|
11916
11957
|
#
|
11917
|
-
# UI name: [Contacts hold agent disconnect][
|
11958
|
+
# UI name: [Contacts hold agent disconnect][69]
|
11918
11959
|
#
|
11919
11960
|
# CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
|
11920
11961
|
#
|
@@ -11923,7 +11964,7 @@ module Aws::Connect
|
|
11923
11964
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11924
11965
|
# Agent, Agent Hierarchy, Q in Connect
|
11925
11966
|
#
|
11926
|
-
# UI name: [Contacts hold customer disconnect][
|
11967
|
+
# UI name: [Contacts hold customer disconnect][70]
|
11927
11968
|
#
|
11928
11969
|
# CONTACTS\_PUT\_ON\_HOLD
|
11929
11970
|
#
|
@@ -11932,7 +11973,7 @@ module Aws::Connect
|
|
11932
11973
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11933
11974
|
# Agent, Agent Hierarchy, Q in Connect
|
11934
11975
|
#
|
11935
|
-
# UI name: [Contacts put on hold][
|
11976
|
+
# UI name: [Contacts put on hold][71]
|
11936
11977
|
#
|
11937
11978
|
# CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
|
11938
11979
|
#
|
@@ -11941,7 +11982,7 @@ module Aws::Connect
|
|
11941
11982
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11942
11983
|
# Agent, Agent Hierarchy, Q in Connect
|
11943
11984
|
#
|
11944
|
-
# UI name: [Contacts transferred out external][
|
11985
|
+
# UI name: [Contacts transferred out external][72]
|
11945
11986
|
#
|
11946
11987
|
# CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
|
11947
11988
|
#
|
@@ -11950,7 +11991,7 @@ module Aws::Connect
|
|
11950
11991
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
11951
11992
|
# Agent, Agent Hierarchy, Q in Connect
|
11952
11993
|
#
|
11953
|
-
# UI name: [Contacts transferred out internal][
|
11994
|
+
# UI name: [Contacts transferred out internal][73]
|
11954
11995
|
#
|
11955
11996
|
# CONTACTS\_QUEUED
|
11956
11997
|
#
|
@@ -11960,7 +12001,7 @@ module Aws::Connect
|
|
11960
12001
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
11961
12002
|
# Q in Connect
|
11962
12003
|
#
|
11963
|
-
# UI name: [Contacts queued][
|
12004
|
+
# UI name: [Contacts queued][74]
|
11964
12005
|
#
|
11965
12006
|
# CONTACTS\_QUEUED\_BY\_ENQUEUE
|
11966
12007
|
#
|
@@ -11969,7 +12010,7 @@ module Aws::Connect
|
|
11969
12010
|
# Valid groupings and filters: Queue, Channel, Agent, Agent
|
11970
12011
|
# Hierarchy, contact/segmentAttributes/connect:Subtype
|
11971
12012
|
#
|
11972
|
-
# UI name: [Contacts queued (enqueue timestamp)][
|
12013
|
+
# UI name: [Contacts queued (enqueue timestamp)][75]
|
11973
12014
|
#
|
11974
12015
|
# CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
|
11975
12016
|
#
|
@@ -11982,7 +12023,7 @@ module Aws::Connect
|
|
11982
12023
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
11983
12024
|
# (for "Less than") or `LTE` (for "Less than equal").
|
11984
12025
|
#
|
11985
|
-
# UI name: [Contacts removed from queue in X seconds][
|
12026
|
+
# UI name: [Contacts removed from queue in X seconds][76]
|
11986
12027
|
#
|
11987
12028
|
# CONTACTS\_RESOLVED\_IN\_X
|
11988
12029
|
#
|
@@ -11995,7 +12036,7 @@ module Aws::Connect
|
|
11995
12036
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
11996
12037
|
# (for "Less than") or `LTE` (for "Less than equal").
|
11997
12038
|
#
|
11998
|
-
# UI name: [Contacts resolved in X][
|
12039
|
+
# UI name: [Contacts resolved in X][77]
|
11999
12040
|
#
|
12000
12041
|
# CONTACTS\_TRANSFERRED\_OUT
|
12001
12042
|
#
|
@@ -12005,7 +12046,7 @@ module Aws::Connect
|
|
12005
12046
|
# Agent, Agent Hierarchy, Feature,
|
12006
12047
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
12007
12048
|
#
|
12008
|
-
# UI name: [Contacts transferred out][
|
12049
|
+
# UI name: [Contacts transferred out][78]
|
12009
12050
|
#
|
12010
12051
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
12011
12052
|
#
|
@@ -12019,7 +12060,7 @@ module Aws::Connect
|
|
12019
12060
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
12020
12061
|
# Q in Connect
|
12021
12062
|
#
|
12022
|
-
# UI name: [Contacts transferred out by agent][
|
12063
|
+
# UI name: [Contacts transferred out by agent][79]
|
12023
12064
|
#
|
12024
12065
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
12025
12066
|
#
|
@@ -12029,7 +12070,7 @@ module Aws::Connect
|
|
12029
12070
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
12030
12071
|
# Q in Connect
|
12031
12072
|
#
|
12032
|
-
# UI name: [Contacts transferred out queue][
|
12073
|
+
# UI name: [Contacts transferred out queue][80]
|
12033
12074
|
#
|
12034
12075
|
# CURRENT\_CASES
|
12035
12076
|
#
|
@@ -12039,7 +12080,7 @@ module Aws::Connect
|
|
12039
12080
|
#
|
12040
12081
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
12041
12082
|
#
|
12042
|
-
# UI name: [Current cases][
|
12083
|
+
# UI name: [Current cases][81]
|
12043
12084
|
#
|
12044
12085
|
# CONVERSATIONS\_ABANDONED
|
12045
12086
|
#
|
@@ -12050,7 +12091,7 @@ module Aws::Connect
|
|
12050
12091
|
# Feature, RoutingStepExpression, Initiation method, Routing
|
12051
12092
|
# Profile, Queue, Q in Connect
|
12052
12093
|
#
|
12053
|
-
# UI name: [Conversations abandoned][
|
12094
|
+
# UI name: [Conversations abandoned][82]
|
12054
12095
|
#
|
12055
12096
|
# DELIVERY\_ATTEMPTS
|
12056
12097
|
#
|
@@ -12066,7 +12107,7 @@ module Aws::Connect
|
|
12066
12107
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
12067
12108
|
# Queue, Routing Profile
|
12068
12109
|
#
|
12069
|
-
# UI name: [Delivery attempts][
|
12110
|
+
# UI name: [Delivery attempts][83]
|
12070
12111
|
#
|
12071
12112
|
# <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
|
12072
12113
|
# for SMS and Email campaign delivery modes. Agent, Queue, Routing
|
@@ -12092,7 +12133,7 @@ module Aws::Connect
|
|
12092
12133
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason,
|
12093
12134
|
# Queue, Routing Profile
|
12094
12135
|
#
|
12095
|
-
# UI name: [Delivery attempt disposition rate][
|
12136
|
+
# UI name: [Delivery attempt disposition rate][84]
|
12096
12137
|
#
|
12097
12138
|
# <note markdown="1"> Campaign Delivery Event Type filter and grouping are only
|
12098
12139
|
# available for SMS and Email campaign delivery modes. Agent, Queue,
|
@@ -12110,7 +12151,7 @@ module Aws::Connect
|
|
12110
12151
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue,
|
12111
12152
|
# Routing Profile
|
12112
12153
|
#
|
12113
|
-
# UI name: [Evaluations performed][
|
12154
|
+
# UI name: [Evaluations performed][85]
|
12114
12155
|
#
|
12115
12156
|
# FLOWS\_OUTCOME
|
12116
12157
|
#
|
@@ -12122,7 +12163,7 @@ module Aws::Connect
|
|
12122
12163
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
12123
12164
|
# published timestamp
|
12124
12165
|
#
|
12125
|
-
# UI name: [Flows outcome][
|
12166
|
+
# UI name: [Flows outcome][86]
|
12126
12167
|
#
|
12127
12168
|
# FLOWS\_STARTED
|
12128
12169
|
#
|
@@ -12133,7 +12174,7 @@ module Aws::Connect
|
|
12133
12174
|
# resource ID, Flows resource ID, Initiation method, Resource
|
12134
12175
|
# published timestamp
|
12135
12176
|
#
|
12136
|
-
# UI name: [Flows started][
|
12177
|
+
# UI name: [Flows started][87]
|
12137
12178
|
#
|
12138
12179
|
# HUMAN\_ANSWERED\_CALLS
|
12139
12180
|
#
|
@@ -12145,7 +12186,7 @@ module Aws::Connect
|
|
12145
12186
|
#
|
12146
12187
|
# Valid groupings and filters: Agent, Campaign
|
12147
12188
|
#
|
12148
|
-
# UI name: [Human answered][
|
12189
|
+
# UI name: [Human answered][88]
|
12149
12190
|
#
|
12150
12191
|
# MAX\_FLOW\_TIME
|
12151
12192
|
#
|
@@ -12157,7 +12198,7 @@ module Aws::Connect
|
|
12157
12198
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
12158
12199
|
# published timestamp
|
12159
12200
|
#
|
12160
|
-
# UI name: [Maximum flow time][
|
12201
|
+
# UI name: [Maximum flow time][89]
|
12161
12202
|
#
|
12162
12203
|
# MAX\_QUEUED\_TIME
|
12163
12204
|
#
|
@@ -12167,7 +12208,7 @@ module Aws::Connect
|
|
12167
12208
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
12168
12209
|
# Q in Connect
|
12169
12210
|
#
|
12170
|
-
# UI name: [Maximum queued time][
|
12211
|
+
# UI name: [Maximum queued time][90]
|
12171
12212
|
#
|
12172
12213
|
# MIN\_FLOW\_TIME
|
12173
12214
|
#
|
@@ -12179,7 +12220,7 @@ module Aws::Connect
|
|
12179
12220
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
12180
12221
|
# published timestamp
|
12181
12222
|
#
|
12182
|
-
# UI name: [Minimum flow time][
|
12223
|
+
# UI name: [Minimum flow time][91]
|
12183
12224
|
#
|
12184
12225
|
# PERCENT\_AUTOMATIC\_FAILS
|
12185
12226
|
#
|
@@ -12189,7 +12230,7 @@ module Aws::Connect
|
|
12189
12230
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue,
|
12190
12231
|
# Routing Profile
|
12191
12232
|
#
|
12192
|
-
# UI name: [Automatic fails percent][
|
12233
|
+
# UI name: [Automatic fails percent][92]
|
12193
12234
|
#
|
12194
12235
|
# PERCENT\_BOT\_CONVERSATIONS\_OUTCOME
|
12195
12236
|
#
|
@@ -12202,7 +12243,7 @@ module Aws::Connect
|
|
12202
12243
|
# Initiation method, Invoking resource type, Parent flows resource
|
12203
12244
|
# ID
|
12204
12245
|
#
|
12205
|
-
# UI name: [Percent bot conversations outcome][
|
12246
|
+
# UI name: [Percent bot conversations outcome][93]
|
12206
12247
|
#
|
12207
12248
|
# PERCENT\_BOT\_INTENTS\_OUTCOME
|
12208
12249
|
#
|
@@ -12215,7 +12256,7 @@ module Aws::Connect
|
|
12215
12256
|
# published timestamp, Initiation method, Invoking resource type,
|
12216
12257
|
# Parent flows resource ID
|
12217
12258
|
#
|
12218
|
-
# UI name: [Percent bot intents outcome][
|
12259
|
+
# UI name: [Percent bot intents outcome][94]
|
12219
12260
|
#
|
12220
12261
|
# PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
|
12221
12262
|
#
|
@@ -12225,7 +12266,7 @@ module Aws::Connect
|
|
12225
12266
|
#
|
12226
12267
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
12227
12268
|
#
|
12228
|
-
# UI name: [Cases resolved on first contact][
|
12269
|
+
# UI name: [Cases resolved on first contact][95]
|
12229
12270
|
#
|
12230
12271
|
# PERCENT\_CONTACTS\_STEP\_EXPIRED
|
12231
12272
|
#
|
@@ -12257,7 +12298,7 @@ module Aws::Connect
|
|
12257
12298
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
12258
12299
|
# published timestamp
|
12259
12300
|
#
|
12260
|
-
# UI name: [Flows outcome percentage][
|
12301
|
+
# UI name: [Flows outcome percentage][96].
|
12261
12302
|
#
|
12262
12303
|
# <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
|
12263
12304
|
#
|
@@ -12274,7 +12315,7 @@ module Aws::Connect
|
|
12274
12315
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
12275
12316
|
# Q in Connect
|
12276
12317
|
#
|
12277
|
-
# UI name: [Non-talk time percent][
|
12318
|
+
# UI name: [Non-talk time percent][97]
|
12278
12319
|
#
|
12279
12320
|
# PERCENT\_TALK\_TIME
|
12280
12321
|
#
|
@@ -12287,7 +12328,7 @@ module Aws::Connect
|
|
12287
12328
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
12288
12329
|
# Q in Connect
|
12289
12330
|
#
|
12290
|
-
# UI name: [Talk time percent][
|
12331
|
+
# UI name: [Talk time percent][98]
|
12291
12332
|
#
|
12292
12333
|
# PERCENT\_TALK\_TIME\_AGENT
|
12293
12334
|
#
|
@@ -12300,7 +12341,7 @@ module Aws::Connect
|
|
12300
12341
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
12301
12342
|
# Q in Connect
|
12302
12343
|
#
|
12303
|
-
# UI name: [Agent talk time percent][
|
12344
|
+
# UI name: [Agent talk time percent][99]
|
12304
12345
|
#
|
12305
12346
|
# PERCENT\_TALK\_TIME\_CUSTOMER
|
12306
12347
|
#
|
@@ -12313,7 +12354,7 @@ module Aws::Connect
|
|
12313
12354
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
12314
12355
|
# Q in Connect
|
12315
12356
|
#
|
12316
|
-
# UI name: [Customer talk time percent][
|
12357
|
+
# UI name: [Customer talk time percent][100]
|
12317
12358
|
#
|
12318
12359
|
# RECIPIENTS\_ATTEMPTED
|
12319
12360
|
#
|
@@ -12326,7 +12367,7 @@ module Aws::Connect
|
|
12326
12367
|
# Valid groupings and filters: Campaign, Campaign Execution
|
12327
12368
|
# Timestamp
|
12328
12369
|
#
|
12329
|
-
# UI name: [Recipients attempted][
|
12370
|
+
# UI name: [Recipients attempted][101]
|
12330
12371
|
#
|
12331
12372
|
# RECIPIENTS\_INTERACTED
|
12332
12373
|
#
|
@@ -12342,7 +12383,7 @@ module Aws::Connect
|
|
12342
12383
|
# contact/segmentAttributes/connect:Subtype, Campaign Execution
|
12343
12384
|
# Timestamp
|
12344
12385
|
#
|
12345
|
-
# UI name: [Recipients interacted][
|
12386
|
+
# UI name: [Recipients interacted][102]
|
12346
12387
|
#
|
12347
12388
|
# RECIPIENTS\_TARGETED
|
12348
12389
|
#
|
@@ -12355,7 +12396,7 @@ module Aws::Connect
|
|
12355
12396
|
# Valid groupings and filters: Campaign, Campaign Execution
|
12356
12397
|
# Timestamp
|
12357
12398
|
#
|
12358
|
-
# UI name: [Recipients targeted][
|
12399
|
+
# UI name: [Recipients targeted][103]
|
12359
12400
|
#
|
12360
12401
|
# REOPENED\_CASE\_ACTIONS
|
12361
12402
|
#
|
@@ -12365,7 +12406,7 @@ module Aws::Connect
|
|
12365
12406
|
#
|
12366
12407
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
12367
12408
|
#
|
12368
|
-
# UI name: [Cases reopened][
|
12409
|
+
# UI name: [Cases reopened][104]
|
12369
12410
|
#
|
12370
12411
|
# RESOLVED\_CASE\_ACTIONS
|
12371
12412
|
#
|
@@ -12375,7 +12416,7 @@ module Aws::Connect
|
|
12375
12416
|
#
|
12376
12417
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
12377
12418
|
#
|
12378
|
-
# UI name: [Cases resolved][
|
12419
|
+
# UI name: [Cases resolved][105]
|
12379
12420
|
#
|
12380
12421
|
# SERVICE\_LEVEL
|
12381
12422
|
#
|
@@ -12390,7 +12431,7 @@ module Aws::Connect
|
|
12390
12431
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
12391
12432
|
# (for "Less than") or `LTE` (for "Less than equal").
|
12392
12433
|
#
|
12393
|
-
# UI name: [Service level X][
|
12434
|
+
# UI name: [Service level X][106]
|
12394
12435
|
#
|
12395
12436
|
# STEP\_CONTACTS\_QUEUED
|
12396
12437
|
#
|
@@ -12416,12 +12457,13 @@ module Aws::Connect
|
|
12416
12457
|
#
|
12417
12458
|
# Valid metric filter key: `INITIATION_METHOD`. This metric only
|
12418
12459
|
# supports the following filter keys as `INITIATION_METHOD`:
|
12419
|
-
# `INBOUND` \| `OUTBOUND` \| `CALLBACK` \| `API`
|
12460
|
+
# `INBOUND` \| `OUTBOUND` \| `CALLBACK` \| `API` \|
|
12461
|
+
# `CALLBACK_CUSTOMER_FIRST_DIALED`
|
12420
12462
|
#
|
12421
12463
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12422
12464
|
# Agent, Agent Hierarchy
|
12423
12465
|
#
|
12424
|
-
# UI name: [Agent API connecting time][
|
12466
|
+
# UI name: [Agent API connecting time][107]
|
12425
12467
|
#
|
12426
12468
|
# <note markdown="1"> The `Negate` key in metric-level filters is not applicable for
|
12427
12469
|
# this metric.
|
@@ -12434,8 +12476,9 @@ module Aws::Connect
|
|
12434
12476
|
#
|
12435
12477
|
# Metric filter:
|
12436
12478
|
#
|
12437
|
-
# * Valid values: `API`\| `
|
12438
|
-
# `
|
12479
|
+
# * Valid values: `API`\| `INCOMING` \| `OUTBOUND` \| `TRANSFER` \|
|
12480
|
+
# `CALLBACK` \| `QUEUE_TRANSFER`\| `Disconnect` \|
|
12481
|
+
# `CALLBACK_CUSTOMER_FIRST_DIALED`
|
12439
12482
|
#
|
12440
12483
|
# ^
|
12441
12484
|
#
|
@@ -12443,7 +12486,7 @@ module Aws::Connect
|
|
12443
12486
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
12444
12487
|
# RoutingStepExpression, Q in Connect
|
12445
12488
|
#
|
12446
|
-
# UI name: [Contact abandoned][
|
12489
|
+
# UI name: [Contact abandoned][108]
|
12447
12490
|
#
|
12448
12491
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
12449
12492
|
#
|
@@ -12456,7 +12499,7 @@ module Aws::Connect
|
|
12456
12499
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
12457
12500
|
# (for "Less than") or `LTE` (for "Less than equal").
|
12458
12501
|
#
|
12459
|
-
# UI name: [Contacts abandoned in X seconds][
|
12502
|
+
# UI name: [Contacts abandoned in X seconds][109]
|
12460
12503
|
#
|
12461
12504
|
# SUM\_CONTACTS\_ANSWERED\_IN\_X
|
12462
12505
|
#
|
@@ -12469,7 +12512,7 @@ module Aws::Connect
|
|
12469
12512
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
12470
12513
|
# (for "Less than") or `LTE` (for "Less than equal").
|
12471
12514
|
#
|
12472
|
-
# UI name: [Contacts answered in X seconds][
|
12515
|
+
# UI name: [Contacts answered in X seconds][110]
|
12473
12516
|
#
|
12474
12517
|
# SUM\_CONTACT\_FLOW\_TIME
|
12475
12518
|
#
|
@@ -12478,7 +12521,7 @@ module Aws::Connect
|
|
12478
12521
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12479
12522
|
# Agent, Agent Hierarchy, Q in Connect
|
12480
12523
|
#
|
12481
|
-
# UI name: [Contact flow time][
|
12524
|
+
# UI name: [Contact flow time][111]
|
12482
12525
|
#
|
12483
12526
|
# SUM\_CONTACT\_TIME\_AGENT
|
12484
12527
|
#
|
@@ -12487,7 +12530,7 @@ module Aws::Connect
|
|
12487
12530
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
12488
12531
|
# Hierarchy
|
12489
12532
|
#
|
12490
|
-
# UI name: [Agent on contact time][
|
12533
|
+
# UI name: [Agent on contact time][112]
|
12491
12534
|
#
|
12492
12535
|
# SUM\_CONTACTS\_DISCONNECTED
|
12493
12536
|
#
|
@@ -12499,7 +12542,7 @@ module Aws::Connect
|
|
12499
12542
|
# Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
12500
12543
|
# Q in Connect
|
12501
12544
|
#
|
12502
|
-
# UI name: [Contact disconnected][
|
12545
|
+
# UI name: [Contact disconnected][113]
|
12503
12546
|
#
|
12504
12547
|
# SUM\_ERROR\_STATUS\_TIME\_AGENT
|
12505
12548
|
#
|
@@ -12508,7 +12551,7 @@ module Aws::Connect
|
|
12508
12551
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
12509
12552
|
# Hierarchy
|
12510
12553
|
#
|
12511
|
-
# UI name: [Error status time][
|
12554
|
+
# UI name: [Error status time][114]
|
12512
12555
|
#
|
12513
12556
|
# SUM\_HANDLE\_TIME
|
12514
12557
|
#
|
@@ -12517,7 +12560,7 @@ module Aws::Connect
|
|
12517
12560
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12518
12561
|
# Agent, Agent Hierarchy, Q in Connect
|
12519
12562
|
#
|
12520
|
-
# UI name: [Contact handle time][
|
12563
|
+
# UI name: [Contact handle time][115]
|
12521
12564
|
#
|
12522
12565
|
# SUM\_HOLD\_TIME
|
12523
12566
|
#
|
@@ -12526,7 +12569,7 @@ module Aws::Connect
|
|
12526
12569
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12527
12570
|
# Agent, Agent Hierarchy, Q in Connect
|
12528
12571
|
#
|
12529
|
-
# UI name: [Customer hold time][
|
12572
|
+
# UI name: [Customer hold time][116]
|
12530
12573
|
#
|
12531
12574
|
# SUM\_IDLE\_TIME\_AGENT
|
12532
12575
|
#
|
@@ -12535,7 +12578,7 @@ module Aws::Connect
|
|
12535
12578
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
12536
12579
|
# Hierarchy
|
12537
12580
|
#
|
12538
|
-
# UI name: [Agent idle time][
|
12581
|
+
# UI name: [Agent idle time][117]
|
12539
12582
|
#
|
12540
12583
|
# SUM\_INTERACTION\_AND\_HOLD\_TIME
|
12541
12584
|
#
|
@@ -12544,7 +12587,7 @@ module Aws::Connect
|
|
12544
12587
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12545
12588
|
# Agent, Agent Hierarchy, Q in Connect
|
12546
12589
|
#
|
12547
|
-
# UI name: [Agent interaction and hold time][
|
12590
|
+
# UI name: [Agent interaction and hold time][118]
|
12548
12591
|
#
|
12549
12592
|
# SUM\_INTERACTION\_TIME
|
12550
12593
|
#
|
@@ -12553,7 +12596,7 @@ module Aws::Connect
|
|
12553
12596
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12554
12597
|
# Agent, Agent Hierarchy
|
12555
12598
|
#
|
12556
|
-
# UI name: [Agent interaction time][
|
12599
|
+
# UI name: [Agent interaction time][119]
|
12557
12600
|
#
|
12558
12601
|
# SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
|
12559
12602
|
#
|
@@ -12562,7 +12605,7 @@ module Aws::Connect
|
|
12562
12605
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
12563
12606
|
# Hierarchy
|
12564
12607
|
#
|
12565
|
-
# UI name: [Agent non-productive time][
|
12608
|
+
# UI name: [Agent non-productive time][120]
|
12566
12609
|
#
|
12567
12610
|
# SUM\_ONLINE\_TIME\_AGENT
|
12568
12611
|
#
|
@@ -12571,7 +12614,7 @@ module Aws::Connect
|
|
12571
12614
|
# Valid groupings and filters: Routing Profile, Agent, Agent
|
12572
12615
|
# Hierarchy
|
12573
12616
|
#
|
12574
|
-
# UI name: [Online time][
|
12617
|
+
# UI name: [Online time][121]
|
12575
12618
|
#
|
12576
12619
|
# SUM\_RETRY\_CALLBACK\_ATTEMPTS
|
12577
12620
|
#
|
@@ -12580,7 +12623,7 @@ module Aws::Connect
|
|
12580
12623
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
12581
12624
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
12582
12625
|
#
|
12583
|
-
# UI name: [Callback attempts][
|
12626
|
+
# UI name: [Callback attempts][122]
|
12584
12627
|
#
|
12585
12628
|
#
|
12586
12629
|
#
|
@@ -12629,81 +12672,83 @@ module Aws::Connect
|
|
12629
12672
|
# [43]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-messages
|
12630
12673
|
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-non-talk-time
|
12631
12674
|
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-answer-time
|
12632
|
-
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
12633
|
-
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
12634
|
-
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
12635
|
-
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
12636
|
-
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
12637
|
-
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
12638
|
-
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
12639
|
-
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
12640
|
-
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
12641
|
-
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
12642
|
-
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
12643
|
-
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
12644
|
-
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-
|
12645
|
-
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-
|
12646
|
-
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-
|
12647
|
-
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-
|
12648
|
-
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12649
|
-
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12650
|
-
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12651
|
-
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12652
|
-
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12653
|
-
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12654
|
-
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-
|
12655
|
-
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12656
|
-
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12657
|
-
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12658
|
-
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12659
|
-
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12660
|
-
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12661
|
-
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12662
|
-
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12663
|
-
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12664
|
-
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
|
12665
|
-
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12666
|
-
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12667
|
-
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12668
|
-
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12669
|
-
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12670
|
-
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12671
|
-
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12672
|
-
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12673
|
-
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12674
|
-
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12675
|
-
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12676
|
-
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12677
|
-
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
12678
|
-
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
12679
|
-
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
12680
|
-
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
12681
|
-
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12682
|
-
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12683
|
-
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12684
|
-
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12685
|
-
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12686
|
-
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12687
|
-
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-
|
12688
|
-
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12689
|
-
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12690
|
-
# [104]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12691
|
-
# [105]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12692
|
-
# [106]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12693
|
-
# [107]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12694
|
-
# [108]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
12695
|
-
# [109]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12696
|
-
# [110]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12697
|
-
# [111]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-
|
12698
|
-
# [112]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12699
|
-
# [113]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-
|
12700
|
-
# [114]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12701
|
-
# [115]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12702
|
-
# [116]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12703
|
-
# [117]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
12704
|
-
# [118]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
12705
|
-
# [119]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12706
|
-
# [120]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
12675
|
+
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-answer-time-customer-first-callback
|
12676
|
+
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-response-time-agent
|
12677
|
+
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-time-agent
|
12678
|
+
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-resolution-time
|
12679
|
+
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-talk-time
|
12680
|
+
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-talk-time
|
12681
|
+
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-talk-time
|
12682
|
+
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-wait-time-after-customer-connection
|
12683
|
+
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-wait-time-after-customer-connection-customer-first-callback
|
12684
|
+
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-weighted-evaluation-score
|
12685
|
+
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed
|
12686
|
+
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed
|
12687
|
+
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x
|
12688
|
+
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x-rate
|
12689
|
+
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-interactions
|
12690
|
+
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-progress-rate
|
12691
|
+
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-attempts
|
12692
|
+
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-exclusions
|
12693
|
+
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-created
|
12694
|
+
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-created
|
12695
|
+
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled
|
12696
|
+
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-by-connected-to-agent-timestamp
|
12697
|
+
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-disconnect
|
12698
|
+
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-agent-disconnect
|
12699
|
+
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-customer-disconnect
|
12700
|
+
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-put-on-hold
|
12701
|
+
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-external
|
12702
|
+
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-internal
|
12703
|
+
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued
|
12704
|
+
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued-by-enqueue
|
12705
|
+
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-removed-from-queue
|
12706
|
+
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-resolved
|
12707
|
+
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
|
12708
|
+
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-by-agent
|
12709
|
+
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue
|
12710
|
+
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#current-cases
|
12711
|
+
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#conversations-abandoned
|
12712
|
+
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempts
|
12713
|
+
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempt-disposition-rate
|
12714
|
+
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#evaluations-performed
|
12715
|
+
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome
|
12716
|
+
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-started
|
12717
|
+
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#human-answered
|
12718
|
+
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-flow-time
|
12719
|
+
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-queued-time
|
12720
|
+
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#minimum-flow-time
|
12721
|
+
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#automatic-fails-percent
|
12722
|
+
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome
|
12723
|
+
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome
|
12724
|
+
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved-on-first-contact
|
12725
|
+
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome-percentage
|
12726
|
+
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-talk-time-percent
|
12727
|
+
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#talk-time-percent
|
12728
|
+
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-talk-time-percent
|
12729
|
+
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-talk-time-percent
|
12730
|
+
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-attempted
|
12731
|
+
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-interacted
|
12732
|
+
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-targeted
|
12733
|
+
# [104]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-reopened
|
12734
|
+
# [105]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved
|
12735
|
+
# [106]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#service-level
|
12736
|
+
# [107]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-api-connecting-time
|
12737
|
+
# [108]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned
|
12738
|
+
# [109]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned-in-x-seconds
|
12739
|
+
# [110]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-answered-in-x-seconds
|
12740
|
+
# [111]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-flow-time
|
12741
|
+
# [112]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-on-contact-time
|
12742
|
+
# [113]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-disconnected
|
12743
|
+
# [114]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#error-status-time
|
12744
|
+
# [115]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-handle-time
|
12745
|
+
# [116]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-hold-time
|
12746
|
+
# [117]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-idle-time
|
12747
|
+
# [118]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-and-hold-time
|
12748
|
+
# [119]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-time
|
12749
|
+
# [120]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-productive-time
|
12750
|
+
# [121]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#online-time
|
12751
|
+
# [122]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#callback-attempts
|
12707
12752
|
# @return [Array<Types::MetricV2>]
|
12708
12753
|
#
|
12709
12754
|
# @!attribute [rw] next_token
|
@@ -13730,8 +13775,7 @@ module Aws::Connect
|
|
13730
13775
|
# @return [String]
|
13731
13776
|
#
|
13732
13777
|
# @!attribute [rw] effective_till
|
13733
|
-
# The date
|
13734
|
-
# effective.
|
13778
|
+
# The date until the hours of operation override is effective.
|
13735
13779
|
# @return [String]
|
13736
13780
|
#
|
13737
13781
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HoursOfOperationOverride AWS API Documentation
|
@@ -14087,6 +14131,25 @@ module Aws::Connect
|
|
14087
14131
|
include Aws::Structure
|
14088
14132
|
end
|
14089
14133
|
|
14134
|
+
# Custom metadata that is associated to predefined attributes to control
|
14135
|
+
# behavior in upstream services, such as controlling how a predefined
|
14136
|
+
# attribute should be displayed in the Amazon Connect admin website.
|
14137
|
+
#
|
14138
|
+
# @!attribute [rw] enable_value_validation_on_association
|
14139
|
+
# When this parameter is set to true, Amazon Connect enforces strict
|
14140
|
+
# validation on the specific values, if the values are predefined in
|
14141
|
+
# attributes. The contact will store only valid and predefined values
|
14142
|
+
# for the predefined attribute key.
|
14143
|
+
# @return [Boolean]
|
14144
|
+
#
|
14145
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/InputPredefinedAttributeConfiguration AWS API Documentation
|
14146
|
+
#
|
14147
|
+
class InputPredefinedAttributeConfiguration < Struct.new(
|
14148
|
+
:enable_value_validation_on_association)
|
14149
|
+
SENSITIVE = []
|
14150
|
+
include Aws::Structure
|
14151
|
+
end
|
14152
|
+
|
14090
14153
|
# The Amazon Connect instance.
|
14091
14154
|
#
|
14092
14155
|
# @!attribute [rw] id
|
@@ -18412,6 +18475,19 @@ module Aws::Connect
|
|
18412
18475
|
# The values of the predefined attribute.
|
18413
18476
|
# @return [Types::PredefinedAttributeValues]
|
18414
18477
|
#
|
18478
|
+
# @!attribute [rw] purposes
|
18479
|
+
# Values that enable you to categorize your predefined attributes. You
|
18480
|
+
# can use them in custom UI elements across the Amazon Connect admin
|
18481
|
+
# website.
|
18482
|
+
# @return [Array<String>]
|
18483
|
+
#
|
18484
|
+
# @!attribute [rw] attribute_configuration
|
18485
|
+
# Custom metadata that is associated to predefined attributes to
|
18486
|
+
# control behavior in upstream services, such as controlling how a
|
18487
|
+
# predefined attribute should be displayed in the Amazon Connect admin
|
18488
|
+
# website.
|
18489
|
+
# @return [Types::PredefinedAttributeConfiguration]
|
18490
|
+
#
|
18415
18491
|
# @!attribute [rw] last_modified_time
|
18416
18492
|
# Last modified time.
|
18417
18493
|
# @return [Time]
|
@@ -18425,12 +18501,39 @@ module Aws::Connect
|
|
18425
18501
|
class PredefinedAttribute < Struct.new(
|
18426
18502
|
:name,
|
18427
18503
|
:values,
|
18504
|
+
:purposes,
|
18505
|
+
:attribute_configuration,
|
18428
18506
|
:last_modified_time,
|
18429
18507
|
:last_modified_region)
|
18430
18508
|
SENSITIVE = []
|
18431
18509
|
include Aws::Structure
|
18432
18510
|
end
|
18433
18511
|
|
18512
|
+
# Custom metadata that is associated to predefined attributes to control
|
18513
|
+
# behavior in upstream services, such as controlling how a predefined
|
18514
|
+
# attribute should be displayed in the Amazon Connect admin website.
|
18515
|
+
#
|
18516
|
+
# @!attribute [rw] enable_value_validation_on_association
|
18517
|
+
# When this parameter is set to true, Amazon Connect enforces strict
|
18518
|
+
# validation on the specific values, if the values are predefined in
|
18519
|
+
# attributes. The contact will store only valid and predefined values
|
18520
|
+
# for teh predefined attribute key.
|
18521
|
+
# @return [Boolean]
|
18522
|
+
#
|
18523
|
+
# @!attribute [rw] is_read_only
|
18524
|
+
# A boolean flag used to indicate whether a predefined attribute
|
18525
|
+
# should be displayed in the Amazon Connect admin website.
|
18526
|
+
# @return [Boolean]
|
18527
|
+
#
|
18528
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/PredefinedAttributeConfiguration AWS API Documentation
|
18529
|
+
#
|
18530
|
+
class PredefinedAttributeConfiguration < Struct.new(
|
18531
|
+
:enable_value_validation_on_association,
|
18532
|
+
:is_read_only)
|
18533
|
+
SENSITIVE = []
|
18534
|
+
include Aws::Structure
|
18535
|
+
end
|
18536
|
+
|
18434
18537
|
# The search criteria to be used to return predefined attributes.
|
18435
18538
|
#
|
18436
18539
|
# @!attribute [rw] or_conditions
|
@@ -22453,12 +22556,25 @@ module Aws::Connect
|
|
22453
22556
|
# The value of a segment attribute.
|
22454
22557
|
# @return [Integer]
|
22455
22558
|
#
|
22559
|
+
# @!attribute [rw] value_list
|
22560
|
+
# The value of a segment attribute. This is only supported for
|
22561
|
+
# system-defined attributes, not for user-defined attributes.
|
22562
|
+
# @return [Array<Types::SegmentAttributeValue>]
|
22563
|
+
#
|
22564
|
+
# @!attribute [rw] value_arn
|
22565
|
+
# The value of a segment attribute that has to be a valid ARN. This is
|
22566
|
+
# only supported for system-defined attributes, not for user-defined
|
22567
|
+
# attributes.
|
22568
|
+
# @return [String]
|
22569
|
+
#
|
22456
22570
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SegmentAttributeValue AWS API Documentation
|
22457
22571
|
#
|
22458
22572
|
class SegmentAttributeValue < Struct.new(
|
22459
22573
|
:value_string,
|
22460
22574
|
:value_map,
|
22461
|
-
:value_integer
|
22575
|
+
:value_integer,
|
22576
|
+
:value_list,
|
22577
|
+
:value_arn)
|
22462
22578
|
SENSITIVE = []
|
22463
22579
|
include Aws::Structure
|
22464
22580
|
end
|
@@ -25624,8 +25740,9 @@ module Aws::Connect
|
|
25624
25740
|
# This field can be used to show channel subtype, such as
|
25625
25741
|
# `connect:Guide`.
|
25626
25742
|
#
|
25627
|
-
#
|
25628
|
-
# updated by using the
|
25743
|
+
# Contact Expiry, and user-defined attributes (String - String) that
|
25744
|
+
# are defined in predefined attributes, can be updated by using the
|
25745
|
+
# UpdateContact API.
|
25629
25746
|
# @return [Hash<String,Types::SegmentAttributeValue>]
|
25630
25747
|
#
|
25631
25748
|
# @!attribute [rw] queue_info
|
@@ -25961,8 +26078,7 @@ module Aws::Connect
|
|
25961
26078
|
# @return [String]
|
25962
26079
|
#
|
25963
26080
|
# @!attribute [rw] effective_till
|
25964
|
-
# The date
|
25965
|
-
# effective.
|
26081
|
+
# The date until the hours of operation override is effective.
|
25966
26082
|
# @return [String]
|
25967
26083
|
#
|
25968
26084
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateHoursOfOperationOverrideRequest AWS API Documentation
|
@@ -26328,12 +26444,27 @@ module Aws::Connect
|
|
26328
26444
|
# The values of the predefined attribute.
|
26329
26445
|
# @return [Types::PredefinedAttributeValues]
|
26330
26446
|
#
|
26447
|
+
# @!attribute [rw] purposes
|
26448
|
+
# Values that enable you to categorize your predefined attributes. You
|
26449
|
+
# can use them in custom UI elements across the Amazon Connect admin
|
26450
|
+
# website.
|
26451
|
+
# @return [Array<String>]
|
26452
|
+
#
|
26453
|
+
# @!attribute [rw] attribute_configuration
|
26454
|
+
# Custom metadata that is associated to predefined attributes to
|
26455
|
+
# control behavior in upstream services, such as controlling how a
|
26456
|
+
# predefined attribute should be displayed in the Amazon Connect admin
|
26457
|
+
# website.
|
26458
|
+
# @return [Types::InputPredefinedAttributeConfiguration]
|
26459
|
+
#
|
26331
26460
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdatePredefinedAttributeRequest AWS API Documentation
|
26332
26461
|
#
|
26333
26462
|
class UpdatePredefinedAttributeRequest < Struct.new(
|
26334
26463
|
:instance_id,
|
26335
26464
|
:name,
|
26336
|
-
:values
|
26465
|
+
:values,
|
26466
|
+
:purposes,
|
26467
|
+
:attribute_configuration)
|
26337
26468
|
SENSITIVE = []
|
26338
26469
|
include Aws::Structure
|
26339
26470
|
end
|
@@ -27796,13 +27927,18 @@ module Aws::Connect
|
|
27796
27927
|
# The phone number for the user's desk phone.
|
27797
27928
|
# @return [String]
|
27798
27929
|
#
|
27930
|
+
# @!attribute [rw] persistent_connection
|
27931
|
+
# The persistent connection setting for the user.
|
27932
|
+
# @return [Boolean]
|
27933
|
+
#
|
27799
27934
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UserPhoneConfig AWS API Documentation
|
27800
27935
|
#
|
27801
27936
|
class UserPhoneConfig < Struct.new(
|
27802
27937
|
:phone_type,
|
27803
27938
|
:auto_accept,
|
27804
27939
|
:after_contact_work_time_limit,
|
27805
|
-
:desk_phone_number
|
27940
|
+
:desk_phone_number,
|
27941
|
+
:persistent_connection)
|
27806
27942
|
SENSITIVE = []
|
27807
27943
|
include Aws::Structure
|
27808
27944
|
end
|