aws-sdk-connect 1.99.0 → 1.101.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +58 -18
- data/lib/aws-sdk-connect/client_api.rb +7 -0
- data/lib/aws-sdk-connect/types.rb +91 -27
- 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: 1726ff9c191d9464cfe306339becbb2a822ae41de4c758f62d59a5cecb48a742
|
4
|
+
data.tar.gz: 592a3cdf2839854beb6ddced1fe5e077e0814c30b8e9fbedcd8cd18ea09af4c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6218d62f8d77123a39281b416efd8c17f202941142a56844011df7a65e608fdf88212e7c808426a5c41a949fb76f568a83ddc907594b719b2c3cf52a8a579794
|
7
|
+
data.tar.gz: 3c67ec51c87b90589f1a71b57522c9b96261d53448cc755d7a8b99bddbe5431ccc185a6056174c70ed858f86257ea4a0f59173d189c8f2de57c8751df3e25cd5
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.101.0 (2023-04-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds the ability to configure an agent's routing profile to receive contacts from multiple channels at the same time via extending the UpdateRoutingProfileConcurrency, CreateRoutingProfile and DescribeRoutingProfile APIs.
|
8
|
+
|
9
|
+
1.100.0 (2023-03-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release introduces support for RelatedContactId in the StartChatContact API. Interactive message and interactive message response have been added to the list of supported message content types for this API as well.
|
13
|
+
|
4
14
|
1.99.0 (2023-03-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.101.0
|
@@ -1531,6 +1531,9 @@ module Aws::Connect
|
|
1531
1531
|
# {
|
1532
1532
|
# channel: "VOICE", # required, accepts VOICE, CHAT, TASK
|
1533
1533
|
# concurrency: 1, # required
|
1534
|
+
# cross_channel_behavior: {
|
1535
|
+
# behavior_type: "ROUTE_CURRENT_CHANNEL_ONLY", # required, accepts ROUTE_CURRENT_CHANNEL_ONLY, ROUTE_ANY_CHANNEL
|
1536
|
+
# },
|
1534
1537
|
# },
|
1535
1538
|
# ],
|
1536
1539
|
# tags: {
|
@@ -3295,6 +3298,7 @@ module Aws::Connect
|
|
3295
3298
|
# resp.routing_profile.media_concurrencies #=> Array
|
3296
3299
|
# resp.routing_profile.media_concurrencies[0].channel #=> String, one of "VOICE", "CHAT", "TASK"
|
3297
3300
|
# resp.routing_profile.media_concurrencies[0].concurrency #=> Integer
|
3301
|
+
# resp.routing_profile.media_concurrencies[0].cross_channel_behavior.behavior_type #=> String, one of "ROUTE_CURRENT_CHANNEL_ONLY", "ROUTE_ANY_CHANNEL"
|
3298
3302
|
# resp.routing_profile.default_outbound_queue_id #=> String
|
3299
3303
|
# resp.routing_profile.tags #=> Hash
|
3300
3304
|
# resp.routing_profile.tags["TagKey"] #=> String
|
@@ -4811,7 +4815,7 @@ module Aws::Connect
|
|
4811
4815
|
# previous version of this API. It has new metrics, offers filtering at
|
4812
4816
|
# a metric level, and offers the ability to filter and group data by
|
4813
4817
|
# channels, queues, routing profiles, agents, and agent hierarchy
|
4814
|
-
# levels. It can retrieve historical data for last
|
4818
|
+
# levels. It can retrieve historical data for the last 14 days, in
|
4815
4819
|
# 24-hour intervals.
|
4816
4820
|
#
|
4817
4821
|
# For a description of the historical metrics that are supported by
|
@@ -4841,7 +4845,8 @@ module Aws::Connect
|
|
4841
4845
|
# @option params [required, Time,DateTime,Date,Integer,String] :end_time
|
4842
4846
|
# The timestamp, in UNIX Epoch time format, at which to end the
|
4843
4847
|
# reporting interval for the retrieval of historical metrics data. The
|
4844
|
-
# time must be later than the start time timestamp.
|
4848
|
+
# time must be later than the start time timestamp. It cannot be later
|
4849
|
+
# than the current timestamp.
|
4845
4850
|
#
|
4846
4851
|
# The time range between the start and end time must be less than 24
|
4847
4852
|
# hours.
|
@@ -4868,17 +4873,17 @@ module Aws::Connect
|
|
4868
4873
|
#
|
4869
4874
|
# Note the following limits:
|
4870
4875
|
#
|
4871
|
-
# * **Filter keys
|
4876
|
+
# * **Filter keys**: A maximum of 5 filter keys are supported in a
|
4872
4877
|
# single request. Valid filter keys: `QUEUE` \| `ROUTING_PROFILE` \|
|
4873
4878
|
# `AGENT` \| `CHANNEL` \| `AGENT_HIERARCHY_LEVEL_ONE` \|
|
4874
4879
|
# `AGENT_HIERARCHY_LEVEL_TWO` \| `AGENT_HIERARCHY_LEVEL_THREE` \|
|
4875
4880
|
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE`
|
4876
4881
|
#
|
4877
|
-
# * **Filter values
|
4878
|
-
#
|
4879
|
-
#
|
4880
|
-
#
|
4881
|
-
#
|
4882
|
+
# * **Filter values**: A maximum of 100 filter values are supported in a
|
4883
|
+
# single request. For example, a `GetMetricDataV2` request can filter
|
4884
|
+
# by 50 queues, 35 agents, and 15 routing profiles for a total of 100
|
4885
|
+
# filter values. `VOICE`, `CHAT`, and `TASK` are valid `filterValue`
|
4886
|
+
# for the `CHANNEL` filter key.
|
4882
4887
|
#
|
4883
4888
|
#
|
4884
4889
|
#
|
@@ -4965,7 +4970,7 @@ module Aws::Connect
|
|
4965
4970
|
# : Unit: Seconds
|
4966
4971
|
#
|
4967
4972
|
# Valid metric filter key: `INITIATION_METHOD`. For now, this metric
|
4968
|
-
# only supports the following as `INITIATION_METHOD
|
4973
|
+
# only supports the following as `INITIATION_METHOD`: `INBOUND` \|
|
4969
4974
|
# `OUTBOUND` \| `CALLBACK` \| `API`
|
4970
4975
|
#
|
4971
4976
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
@@ -5088,12 +5093,20 @@ module Aws::Connect
|
|
5088
5093
|
#
|
5089
5094
|
# Valid groupings and filters: Queue, Channel, Routing Profile
|
5090
5095
|
#
|
5096
|
+
# Threshold: For `ThresholdValue`, enter any whole number from 1 to
|
5097
|
+
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
5098
|
+
# `LT` (for "Less than").
|
5099
|
+
#
|
5091
5100
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
5092
5101
|
#
|
5093
5102
|
# : Unit: Count
|
5094
5103
|
#
|
5095
5104
|
# Valid groupings and filters: Queue, Channel, Routing Profile
|
5096
5105
|
#
|
5106
|
+
# Threshold: For `ThresholdValue`, enter any whole number from 1 to
|
5107
|
+
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
5108
|
+
# `LT` (for "Less than").
|
5109
|
+
#
|
5097
5110
|
# SUM\_CONTACTS\_DISCONNECTED
|
5098
5111
|
#
|
5099
5112
|
# : Valid metric filter key: `DISCONNECT_REASON`
|
@@ -7745,6 +7758,7 @@ module Aws::Connect
|
|
7745
7758
|
# resp.routing_profiles[0].media_concurrencies #=> Array
|
7746
7759
|
# resp.routing_profiles[0].media_concurrencies[0].channel #=> String, one of "VOICE", "CHAT", "TASK"
|
7747
7760
|
# resp.routing_profiles[0].media_concurrencies[0].concurrency #=> Integer
|
7761
|
+
# resp.routing_profiles[0].media_concurrencies[0].cross_channel_behavior.behavior_type #=> String, one of "ROUTE_CURRENT_CHANNEL_ONLY", "ROUTE_ANY_CHANNEL"
|
7748
7762
|
# resp.routing_profiles[0].default_outbound_queue_id #=> String
|
7749
7763
|
# resp.routing_profiles[0].tags #=> Hash
|
7750
7764
|
# resp.routing_profiles[0].tags["TagKey"] #=> String
|
@@ -7793,7 +7807,7 @@ module Aws::Connect
|
|
7793
7807
|
#
|
7794
7808
|
# </note>
|
7795
7809
|
#
|
7796
|
-
# <note markdown="1"> The currently supported value for `FieldName
|
7810
|
+
# <note markdown="1"> The currently supported value for `FieldName`: `name`
|
7797
7811
|
#
|
7798
7812
|
# </note>
|
7799
7813
|
#
|
@@ -8156,17 +8170,31 @@ module Aws::Connect
|
|
8156
8170
|
#
|
8157
8171
|
# @option params [Integer] :chat_duration_in_minutes
|
8158
8172
|
# The total duration of the newly started chat session. If not
|
8159
|
-
# specified, the chat session duration defaults to 25 hour. The
|
8173
|
+
# specified, the chat session duration defaults to 25 hour. The minimum
|
8160
8174
|
# configurable time is 60 minutes. The maximum configurable time is
|
8161
8175
|
# 10,080 minutes (7 days).
|
8162
8176
|
#
|
8163
8177
|
# @option params [Array<String>] :supported_messaging_content_types
|
8164
|
-
# The supported chat message content types.
|
8165
|
-
#
|
8166
|
-
#
|
8167
|
-
#
|
8168
|
-
#
|
8169
|
-
#
|
8178
|
+
# The supported chat message content types. Supported types are
|
8179
|
+
# `text/plain`, `text/markdown`, `application/json`,
|
8180
|
+
# `application/vnd.amazonaws.connect.message.interactive`, and
|
8181
|
+
# `application/vnd.amazonaws.connect.message.interactive.response`.
|
8182
|
+
#
|
8183
|
+
# Content types must always contain `text/plain`. You can then put any
|
8184
|
+
# other supported type in the list. For example, all the following lists
|
8185
|
+
# are valid because they contain `text/plain`: `[text/plain,
|
8186
|
+
# text/markdown, application/json]`, `[text/markdown, text/plain]`,
|
8187
|
+
# `[text/plain, application/json,
|
8188
|
+
# application/vnd.amazonaws.connect.message.interactive.response]`.
|
8189
|
+
#
|
8190
|
+
# <note markdown="1"> The type `application/vnd.amazonaws.connect.message.interactive` is
|
8191
|
+
# required to use the [Show view][1] flow block.
|
8192
|
+
#
|
8193
|
+
# </note>
|
8194
|
+
#
|
8195
|
+
#
|
8196
|
+
#
|
8197
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/show-view-block.html
|
8170
8198
|
#
|
8171
8199
|
# @option params [Types::PersistentChat] :persistent_chat
|
8172
8200
|
# Enable persistent chats. For more information about enabling
|
@@ -8177,6 +8205,14 @@ module Aws::Connect
|
|
8177
8205
|
#
|
8178
8206
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html
|
8179
8207
|
#
|
8208
|
+
# @option params [String] :related_contact_id
|
8209
|
+
# The unique identifier for an Amazon Connect contact. This identifier
|
8210
|
+
# is related to the chat starting.
|
8211
|
+
#
|
8212
|
+
# <note markdown="1"> You cannot provide data for both RelatedContactId and PersistentChat.
|
8213
|
+
#
|
8214
|
+
# </note>
|
8215
|
+
#
|
8180
8216
|
# @return [Types::StartChatContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8181
8217
|
#
|
8182
8218
|
# * {Types::StartChatContactResponse#contact_id #contact_id} => String
|
@@ -8206,6 +8242,7 @@ module Aws::Connect
|
|
8206
8242
|
# rehydration_type: "ENTIRE_PAST_SESSION", # accepts ENTIRE_PAST_SESSION, FROM_SEGMENT
|
8207
8243
|
# source_contact_id: "ContactId",
|
8208
8244
|
# },
|
8245
|
+
# related_contact_id: "ContactId",
|
8209
8246
|
# })
|
8210
8247
|
#
|
8211
8248
|
# @example Response structure
|
@@ -9981,6 +10018,9 @@ module Aws::Connect
|
|
9981
10018
|
# {
|
9982
10019
|
# channel: "VOICE", # required, accepts VOICE, CHAT, TASK
|
9983
10020
|
# concurrency: 1, # required
|
10021
|
+
# cross_channel_behavior: {
|
10022
|
+
# behavior_type: "ROUTE_CURRENT_CHANNEL_ONLY", # required, accepts ROUTE_CURRENT_CHANNEL_ONLY, ROUTE_ANY_CHANNEL
|
10023
|
+
# },
|
9984
10024
|
# },
|
9985
10025
|
# ],
|
9986
10026
|
# })
|
@@ -10750,7 +10790,7 @@ module Aws::Connect
|
|
10750
10790
|
params: params,
|
10751
10791
|
config: config)
|
10752
10792
|
context[:gem_name] = 'aws-sdk-connect'
|
10753
|
-
context[:gem_version] = '1.
|
10793
|
+
context[:gem_version] = '1.101.0'
|
10754
10794
|
Seahorse::Client::Request.new(handlers, context)
|
10755
10795
|
end
|
10756
10796
|
|
@@ -68,6 +68,7 @@ module Aws::Connect
|
|
68
68
|
AvailableNumberSummary = Shapes::StructureShape.new(name: 'AvailableNumberSummary')
|
69
69
|
AvailableNumbersList = Shapes::ListShape.new(name: 'AvailableNumbersList')
|
70
70
|
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
71
|
+
BehaviorType = Shapes::StringShape.new(name: 'BehaviorType')
|
71
72
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
72
73
|
BotName = Shapes::StringShape.new(name: 'BotName')
|
73
74
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
@@ -155,6 +156,7 @@ module Aws::Connect
|
|
155
156
|
CreateVocabularyRequest = Shapes::StructureShape.new(name: 'CreateVocabularyRequest')
|
156
157
|
CreateVocabularyResponse = Shapes::StructureShape.new(name: 'CreateVocabularyResponse')
|
157
158
|
Credentials = Shapes::StructureShape.new(name: 'Credentials')
|
159
|
+
CrossChannelBehavior = Shapes::StructureShape.new(name: 'CrossChannelBehavior')
|
158
160
|
CurrentMetric = Shapes::StructureShape.new(name: 'CurrentMetric')
|
159
161
|
CurrentMetricData = Shapes::StructureShape.new(name: 'CurrentMetricData')
|
160
162
|
CurrentMetricDataCollections = Shapes::ListShape.new(name: 'CurrentMetricDataCollections')
|
@@ -1272,6 +1274,9 @@ module Aws::Connect
|
|
1272
1274
|
Credentials.add_member(:refresh_token_expiration, Shapes::ShapeRef.new(shape: timestamp, location_name: "RefreshTokenExpiration"))
|
1273
1275
|
Credentials.struct_class = Types::Credentials
|
1274
1276
|
|
1277
|
+
CrossChannelBehavior.add_member(:behavior_type, Shapes::ShapeRef.new(shape: BehaviorType, required: true, location_name: "BehaviorType"))
|
1278
|
+
CrossChannelBehavior.struct_class = Types::CrossChannelBehavior
|
1279
|
+
|
1275
1280
|
CurrentMetric.add_member(:name, Shapes::ShapeRef.new(shape: CurrentMetricName, location_name: "Name"))
|
1276
1281
|
CurrentMetric.add_member(:unit, Shapes::ShapeRef.new(shape: Unit, location_name: "Unit"))
|
1277
1282
|
CurrentMetric.struct_class = Types::CurrentMetric
|
@@ -2231,6 +2236,7 @@ module Aws::Connect
|
|
2231
2236
|
|
2232
2237
|
MediaConcurrency.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, required: true, location_name: "Channel"))
|
2233
2238
|
MediaConcurrency.add_member(:concurrency, Shapes::ShapeRef.new(shape: Concurrency, required: true, location_name: "Concurrency"))
|
2239
|
+
MediaConcurrency.add_member(:cross_channel_behavior, Shapes::ShapeRef.new(shape: CrossChannelBehavior, location_name: "CrossChannelBehavior"))
|
2234
2240
|
MediaConcurrency.struct_class = Types::MediaConcurrency
|
2235
2241
|
|
2236
2242
|
MetricDataCollectionsV2.member = Shapes::ShapeRef.new(shape: MetricDataV2)
|
@@ -2748,6 +2754,7 @@ module Aws::Connect
|
|
2748
2754
|
StartChatContactRequest.add_member(:chat_duration_in_minutes, Shapes::ShapeRef.new(shape: ChatDurationInMinutes, location_name: "ChatDurationInMinutes"))
|
2749
2755
|
StartChatContactRequest.add_member(:supported_messaging_content_types, Shapes::ShapeRef.new(shape: SupportedMessagingContentTypes, location_name: "SupportedMessagingContentTypes"))
|
2750
2756
|
StartChatContactRequest.add_member(:persistent_chat, Shapes::ShapeRef.new(shape: PersistentChat, location_name: "PersistentChat"))
|
2757
|
+
StartChatContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
2751
2758
|
StartChatContactRequest.struct_class = Types::StartChatContactRequest
|
2752
2759
|
|
2753
2760
|
StartChatContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
@@ -608,7 +608,8 @@ module Aws::Connect
|
|
608
608
|
#
|
609
609
|
# @!attribute [rw] content_type
|
610
610
|
# The type of the content. Supported types are `text/plain`,
|
611
|
-
# `text/markdown`,
|
611
|
+
# `text/markdown`, `application/json`, and
|
612
|
+
# `application/vnd.amazonaws.connect.message.interactive.response`.
|
612
613
|
# @return [String]
|
613
614
|
#
|
614
615
|
# @!attribute [rw] content
|
@@ -619,6 +620,10 @@ module Aws::Connect
|
|
619
620
|
#
|
620
621
|
# * For `application/json`, the Length Constraints are Minimum of 1,
|
621
622
|
# Maximum of 12000.
|
623
|
+
#
|
624
|
+
# * For
|
625
|
+
# `application/vnd.amazonaws.connect.message.interactive.response`,
|
626
|
+
# the Length Constraints are Minimum of 1, Maximum of 12288.
|
622
627
|
# @return [String]
|
623
628
|
#
|
624
629
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ChatMessage AWS API Documentation
|
@@ -2406,6 +2411,23 @@ module Aws::Connect
|
|
2406
2411
|
include Aws::Structure
|
2407
2412
|
end
|
2408
2413
|
|
2414
|
+
# Defines the cross-channel routing behavior that allows an agent
|
2415
|
+
# working on a contact in one channel to be offered a contact from a
|
2416
|
+
# different channel.
|
2417
|
+
#
|
2418
|
+
# @!attribute [rw] behavior_type
|
2419
|
+
# Specifies the other channels that can be routed to an agent handling
|
2420
|
+
# their current channel.
|
2421
|
+
# @return [String]
|
2422
|
+
#
|
2423
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CrossChannelBehavior AWS API Documentation
|
2424
|
+
#
|
2425
|
+
class CrossChannelBehavior < Struct.new(
|
2426
|
+
:behavior_type)
|
2427
|
+
SENSITIVE = []
|
2428
|
+
include Aws::Structure
|
2429
|
+
end
|
2430
|
+
|
2409
2431
|
# Contains information about a real-time metric. For a description of
|
2410
2432
|
# each metric, see [Real-time Metrics Definitions][1] in the *Amazon
|
2411
2433
|
# Connect Administrator Guide*.
|
@@ -4631,7 +4653,8 @@ module Aws::Connect
|
|
4631
4653
|
# @!attribute [rw] end_time
|
4632
4654
|
# The timestamp, in UNIX Epoch time format, at which to end the
|
4633
4655
|
# reporting interval for the retrieval of historical metrics data. The
|
4634
|
-
# time must be later than the start time timestamp.
|
4656
|
+
# time must be later than the start time timestamp. It cannot be later
|
4657
|
+
# than the current timestamp.
|
4635
4658
|
#
|
4636
4659
|
# The time range between the start and end time must be less than 24
|
4637
4660
|
# hours.
|
@@ -4659,14 +4682,14 @@ module Aws::Connect
|
|
4659
4682
|
#
|
4660
4683
|
# Note the following limits:
|
4661
4684
|
#
|
4662
|
-
# * **Filter keys
|
4685
|
+
# * **Filter keys**: A maximum of 5 filter keys are supported in a
|
4663
4686
|
# single request. Valid filter keys: `QUEUE` \| `ROUTING_PROFILE` \|
|
4664
4687
|
# `AGENT` \| `CHANNEL` \| `AGENT_HIERARCHY_LEVEL_ONE` \|
|
4665
4688
|
# `AGENT_HIERARCHY_LEVEL_TWO` \| `AGENT_HIERARCHY_LEVEL_THREE` \|
|
4666
4689
|
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE`
|
4667
4690
|
#
|
4668
|
-
# * **Filter values
|
4669
|
-
#
|
4691
|
+
# * **Filter values**: A maximum of 100 filter values are supported in
|
4692
|
+
# a single request. For example, a `GetMetricDataV2` request can
|
4670
4693
|
# filter by 50 queues, 35 agents, and 15 routing profiles for a
|
4671
4694
|
# total of 100 filter values. `VOICE`, `CHAT`, and `TASK` are valid
|
4672
4695
|
# `filterValue` for the `CHANNEL` filter key.
|
@@ -4759,7 +4782,7 @@ module Aws::Connect
|
|
4759
4782
|
# : Unit: Seconds
|
4760
4783
|
#
|
4761
4784
|
# Valid metric filter key: `INITIATION_METHOD`. For now, this metric
|
4762
|
-
# only supports the following as `INITIATION_METHOD
|
4785
|
+
# only supports the following as `INITIATION_METHOD`: `INBOUND` \|
|
4763
4786
|
# `OUTBOUND` \| `CALLBACK` \| `API`
|
4764
4787
|
#
|
4765
4788
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
@@ -4882,12 +4905,20 @@ module Aws::Connect
|
|
4882
4905
|
#
|
4883
4906
|
# Valid groupings and filters: Queue, Channel, Routing Profile
|
4884
4907
|
#
|
4908
|
+
# Threshold: For `ThresholdValue`, enter any whole number from 1 to
|
4909
|
+
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
4910
|
+
# `LT` (for "Less than").
|
4911
|
+
#
|
4885
4912
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
4886
4913
|
#
|
4887
4914
|
# : Unit: Count
|
4888
4915
|
#
|
4889
4916
|
# Valid groupings and filters: Queue, Channel, Routing Profile
|
4890
4917
|
#
|
4918
|
+
# Threshold: For `ThresholdValue`, enter any whole number from 1 to
|
4919
|
+
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
4920
|
+
# `LT` (for "Less than").
|
4921
|
+
#
|
4891
4922
|
# SUM\_CONTACTS\_DISCONNECTED
|
4892
4923
|
#
|
4893
4924
|
# : Valid metric filter key: `DISCONNECT_REASON`
|
@@ -7704,18 +7735,26 @@ module Aws::Connect
|
|
7704
7735
|
# The number of contacts an agent can have on a channel
|
7705
7736
|
# simultaneously.
|
7706
7737
|
#
|
7707
|
-
# Valid Range for `VOICE
|
7738
|
+
# Valid Range for `VOICE`: Minimum value of 1. Maximum value of 1.
|
7708
7739
|
#
|
7709
|
-
# Valid Range for `CHAT
|
7740
|
+
# Valid Range for `CHAT`: Minimum value of 1. Maximum value of 10.
|
7710
7741
|
#
|
7711
|
-
# Valid Range for `TASK
|
7742
|
+
# Valid Range for `TASK`: Minimum value of 1. Maximum value of 10.
|
7712
7743
|
# @return [Integer]
|
7713
7744
|
#
|
7745
|
+
# @!attribute [rw] cross_channel_behavior
|
7746
|
+
# Defines the cross-channel routing behavior for each channel that is
|
7747
|
+
# enabled for this Routing Profile. For example, this allows you to
|
7748
|
+
# offer an agent a different contact from another channel when they
|
7749
|
+
# are currently working with a contact from a Voice channel.
|
7750
|
+
# @return [Types::CrossChannelBehavior]
|
7751
|
+
#
|
7714
7752
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/MediaConcurrency AWS API Documentation
|
7715
7753
|
#
|
7716
7754
|
class MediaConcurrency < Struct.new(
|
7717
7755
|
:channel,
|
7718
|
-
:concurrency
|
7756
|
+
:concurrency,
|
7757
|
+
:cross_channel_behavior)
|
7719
7758
|
SENSITIVE = []
|
7720
7759
|
include Aws::Structure
|
7721
7760
|
end
|
@@ -7754,10 +7793,10 @@ module Aws::Connect
|
|
7754
7793
|
# @!attribute [rw] metric_filter_values
|
7755
7794
|
# The values to use for filtering data.
|
7756
7795
|
#
|
7757
|
-
# Valid metric filter values for `INITIATION_METHOD
|
7796
|
+
# Valid metric filter values for `INITIATION_METHOD`: `INBOUND` \|
|
7758
7797
|
# `OUTBOUND` \| `TRANSFER` \| `QUEUE_TRANSFER` \| `CALLBACK` \| `API`
|
7759
7798
|
#
|
7760
|
-
# Valid metric filter values for `DISCONNECT_REASON
|
7799
|
+
# Valid metric filter values for `DISCONNECT_REASON`:
|
7761
7800
|
# `CUSTOMER_DISCONNECT` \| `AGENT_DISCONNECT` \|
|
7762
7801
|
# `THIRD_PARTY_DISCONNECT` \| `TELECOM_PROBLEM` \| `BARGED` \|
|
7763
7802
|
# `CONTACT_FLOW_DISCONNECT` \| `OTHER` \| `EXPIRED` \| `API`
|
@@ -8058,7 +8097,7 @@ module Aws::Connect
|
|
8058
8097
|
# The contactId that is used for rehydration depends on the
|
8059
8098
|
# rehydration type. RehydrationType is required for persistent chat.
|
8060
8099
|
#
|
8061
|
-
# * `ENTIRE_PAST_SESSION
|
8100
|
+
# * `ENTIRE_PAST_SESSION`: Rehydrates a chat from the most recently
|
8062
8101
|
# terminated past chat contact of the specified past ended chat
|
8063
8102
|
# session. To use this type, provide the `initialContactId` of the
|
8064
8103
|
# past ended chat session in the `sourceContactId` field. In this
|
@@ -8066,7 +8105,7 @@ module Aws::Connect
|
|
8066
8105
|
# the specified chat session that has ended, and uses it to start a
|
8067
8106
|
# persistent chat.
|
8068
8107
|
#
|
8069
|
-
# * `FROM_SEGMENT
|
8108
|
+
# * `FROM_SEGMENT`: Rehydrates a chat from the past chat contact that
|
8070
8109
|
# is specified in the `sourceContactId` field.
|
8071
8110
|
#
|
8072
8111
|
# The actual contactId used for rehydration is provided in the
|
@@ -8427,7 +8466,7 @@ module Aws::Connect
|
|
8427
8466
|
# A leaf node condition which can be used to specify a string
|
8428
8467
|
# condition.
|
8429
8468
|
#
|
8430
|
-
# <note markdown="1"> The currently supported value for `FieldName
|
8469
|
+
# <note markdown="1"> The currently supported value for `FieldName`: `name`
|
8431
8470
|
#
|
8432
8471
|
# </note>
|
8433
8472
|
# @return [Types::StringCondition]
|
@@ -9119,7 +9158,7 @@ module Aws::Connect
|
|
9119
9158
|
# A leaf node condition which can be used to specify a string
|
9120
9159
|
# condition.
|
9121
9160
|
#
|
9122
|
-
# <note markdown="1"> The currently supported value for `FieldName
|
9161
|
+
# <note markdown="1"> The currently supported value for `FieldName`: `name`
|
9123
9162
|
#
|
9124
9163
|
# </note>
|
9125
9164
|
# @return [Types::StringCondition]
|
@@ -9607,7 +9646,7 @@ module Aws::Connect
|
|
9607
9646
|
#
|
9608
9647
|
# </note>
|
9609
9648
|
#
|
9610
|
-
# <note markdown="1"> The currently supported value for `FieldName
|
9649
|
+
# <note markdown="1"> The currently supported value for `FieldName`: `name`
|
9611
9650
|
#
|
9612
9651
|
# </note>
|
9613
9652
|
# @return [Types::SecurityProfileSearchCriteria]
|
@@ -9889,7 +9928,7 @@ module Aws::Connect
|
|
9889
9928
|
# A leaf node condition which can be used to specify a string
|
9890
9929
|
# condition.
|
9891
9930
|
#
|
9892
|
-
# <note markdown="1"> The currently supported value for `FieldName
|
9931
|
+
# <note markdown="1"> The currently supported value for `FieldName`: `name`
|
9893
9932
|
#
|
9894
9933
|
# </note>
|
9895
9934
|
# @return [Types::StringCondition]
|
@@ -10105,17 +10144,31 @@ module Aws::Connect
|
|
10105
10144
|
# @!attribute [rw] chat_duration_in_minutes
|
10106
10145
|
# The total duration of the newly started chat session. If not
|
10107
10146
|
# specified, the chat session duration defaults to 25 hour. The
|
10108
|
-
#
|
10147
|
+
# minimum configurable time is 60 minutes. The maximum configurable
|
10109
10148
|
# time is 10,080 minutes (7 days).
|
10110
10149
|
# @return [Integer]
|
10111
10150
|
#
|
10112
10151
|
# @!attribute [rw] supported_messaging_content_types
|
10113
|
-
# The supported chat message content types.
|
10114
|
-
#
|
10115
|
-
#
|
10116
|
-
#
|
10117
|
-
#
|
10118
|
-
#
|
10152
|
+
# The supported chat message content types. Supported types are
|
10153
|
+
# `text/plain`, `text/markdown`, `application/json`,
|
10154
|
+
# `application/vnd.amazonaws.connect.message.interactive`, and
|
10155
|
+
# `application/vnd.amazonaws.connect.message.interactive.response`.
|
10156
|
+
#
|
10157
|
+
# Content types must always contain `text/plain`. You can then put any
|
10158
|
+
# other supported type in the list. For example, all the following
|
10159
|
+
# lists are valid because they contain `text/plain`: `[text/plain,
|
10160
|
+
# text/markdown, application/json]`, `[text/markdown, text/plain]`,
|
10161
|
+
# `[text/plain, application/json,
|
10162
|
+
# application/vnd.amazonaws.connect.message.interactive.response]`.
|
10163
|
+
#
|
10164
|
+
# <note markdown="1"> The type `application/vnd.amazonaws.connect.message.interactive` is
|
10165
|
+
# required to use the [Show view][1] flow block.
|
10166
|
+
#
|
10167
|
+
# </note>
|
10168
|
+
#
|
10169
|
+
#
|
10170
|
+
#
|
10171
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/show-view-block.html
|
10119
10172
|
# @return [Array<String>]
|
10120
10173
|
#
|
10121
10174
|
# @!attribute [rw] persistent_chat
|
@@ -10128,6 +10181,16 @@ module Aws::Connect
|
|
10128
10181
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html
|
10129
10182
|
# @return [Types::PersistentChat]
|
10130
10183
|
#
|
10184
|
+
# @!attribute [rw] related_contact_id
|
10185
|
+
# The unique identifier for an Amazon Connect contact. This identifier
|
10186
|
+
# is related to the chat starting.
|
10187
|
+
#
|
10188
|
+
# <note markdown="1"> You cannot provide data for both RelatedContactId and
|
10189
|
+
# PersistentChat.
|
10190
|
+
#
|
10191
|
+
# </note>
|
10192
|
+
# @return [String]
|
10193
|
+
#
|
10131
10194
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartChatContactRequest AWS API Documentation
|
10132
10195
|
#
|
10133
10196
|
class StartChatContactRequest < Struct.new(
|
@@ -10139,7 +10202,8 @@ module Aws::Connect
|
|
10139
10202
|
:client_token,
|
10140
10203
|
:chat_duration_in_minutes,
|
10141
10204
|
:supported_messaging_content_types,
|
10142
|
-
:persistent_chat
|
10205
|
+
:persistent_chat,
|
10206
|
+
:related_contact_id)
|
10143
10207
|
SENSITIVE = []
|
10144
10208
|
include Aws::Structure
|
10145
10209
|
end
|
@@ -10589,7 +10653,7 @@ module Aws::Connect
|
|
10589
10653
|
|
10590
10654
|
# A leaf node condition which can be used to specify a string condition.
|
10591
10655
|
#
|
10592
|
-
# <note markdown="1"> The currently supported value for `FieldName
|
10656
|
+
# <note markdown="1"> The currently supported value for `FieldName`: `name`
|
10593
10657
|
#
|
10594
10658
|
# </note>
|
10595
10659
|
#
|
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.101.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-
|
11
|
+
date: 2023-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|