aws-sdk-connect 1.245.0 → 1.246.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +13 -5
- data/lib/aws-sdk-connect/client_api.rb +5 -0
- data/lib/aws-sdk-connect/types.rb +20 -1
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +8 -2
- data/sig/types.rbs +7 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60a11cd5286792267fea20a57c40dac0f8c8b1124e330c15bf53ea9c02d79f4b
|
|
4
|
+
data.tar.gz: a1490e395d9578dc669f838bf606acc9e854d851df839d60d8b3e2e3a4fd289f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e800079ed981ab941a5ae1cbe016fb596f019a837d7abec2e68d19d634f1d8fadc1801cb08a9a358629d0d481f1fe0b4561946db97b79d0dbdfb29e225913d76
|
|
7
|
+
data.tar.gz: 9334f7f761339188d9d32e12863b96d9aa43f8ed7dafefc7035cedeed1dc1fb5410e2ca5d123c2884d234d6ef138f2990426464283e555d6cd2c7172f560d823
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.246.0 (2026-03-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon Connect now supports the ability to programmatically configure and run automated tests for contact center experiences for Chat. Integrate testing into CICD pipelines, run multiple tests at scale, and retrieve results via API to automate validation of chat interactions and workflows.
|
|
8
|
+
|
|
4
9
|
1.245.0 (2026-03-04)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.246.0
|
|
@@ -5161,12 +5161,15 @@ module Aws::Connect
|
|
|
5161
5161
|
# description: "TestCaseDescription",
|
|
5162
5162
|
# content: "TestCaseContent", # required
|
|
5163
5163
|
# entry_point: {
|
|
5164
|
-
# type: "VOICE_CALL", # accepts VOICE_CALL
|
|
5164
|
+
# type: "VOICE_CALL", # accepts VOICE_CALL, CHAT
|
|
5165
5165
|
# voice_call_entry_point_parameters: {
|
|
5166
5166
|
# source_phone_number: "PhoneNumber",
|
|
5167
5167
|
# destination_phone_number: "PhoneNumber",
|
|
5168
5168
|
# flow_id: "ContactFlowId",
|
|
5169
5169
|
# },
|
|
5170
|
+
# chat_entry_point_parameters: {
|
|
5171
|
+
# flow_id: "ContactFlowId",
|
|
5172
|
+
# },
|
|
5170
5173
|
# },
|
|
5171
5174
|
# initialization_data: "TestCaseInitializationData",
|
|
5172
5175
|
# status: "PUBLISHED", # accepts PUBLISHED, SAVED
|
|
@@ -9179,10 +9182,11 @@ module Aws::Connect
|
|
|
9179
9182
|
# resp.test_case.id #=> String
|
|
9180
9183
|
# resp.test_case.name #=> String
|
|
9181
9184
|
# resp.test_case.content #=> String
|
|
9182
|
-
# resp.test_case.entry_point.type #=> String, one of "VOICE_CALL"
|
|
9185
|
+
# resp.test_case.entry_point.type #=> String, one of "VOICE_CALL", "CHAT"
|
|
9183
9186
|
# resp.test_case.entry_point.voice_call_entry_point_parameters.source_phone_number #=> String
|
|
9184
9187
|
# resp.test_case.entry_point.voice_call_entry_point_parameters.destination_phone_number #=> String
|
|
9185
9188
|
# resp.test_case.entry_point.voice_call_entry_point_parameters.flow_id #=> String
|
|
9189
|
+
# resp.test_case.entry_point.chat_entry_point_parameters.flow_id #=> String
|
|
9186
9190
|
# resp.test_case.initialization_data #=> String
|
|
9187
9191
|
# resp.test_case.description #=> String
|
|
9188
9192
|
# resp.test_case.status #=> String, one of "PUBLISHED", "SAVED"
|
|
@@ -21396,10 +21400,11 @@ module Aws::Connect
|
|
|
21396
21400
|
# resp.test_cases[0].id #=> String
|
|
21397
21401
|
# resp.test_cases[0].name #=> String
|
|
21398
21402
|
# resp.test_cases[0].content #=> String
|
|
21399
|
-
# resp.test_cases[0].entry_point.type #=> String, one of "VOICE_CALL"
|
|
21403
|
+
# resp.test_cases[0].entry_point.type #=> String, one of "VOICE_CALL", "CHAT"
|
|
21400
21404
|
# resp.test_cases[0].entry_point.voice_call_entry_point_parameters.source_phone_number #=> String
|
|
21401
21405
|
# resp.test_cases[0].entry_point.voice_call_entry_point_parameters.destination_phone_number #=> String
|
|
21402
21406
|
# resp.test_cases[0].entry_point.voice_call_entry_point_parameters.flow_id #=> String
|
|
21407
|
+
# resp.test_cases[0].entry_point.chat_entry_point_parameters.flow_id #=> String
|
|
21403
21408
|
# resp.test_cases[0].initialization_data #=> String
|
|
21404
21409
|
# resp.test_cases[0].description #=> String
|
|
21405
21410
|
# resp.test_cases[0].status #=> String, one of "PUBLISHED", "SAVED"
|
|
@@ -27861,12 +27866,15 @@ module Aws::Connect
|
|
|
27861
27866
|
# test_case_id: "TestCaseId", # required
|
|
27862
27867
|
# content: "TestCaseContent",
|
|
27863
27868
|
# entry_point: {
|
|
27864
|
-
# type: "VOICE_CALL", # accepts VOICE_CALL
|
|
27869
|
+
# type: "VOICE_CALL", # accepts VOICE_CALL, CHAT
|
|
27865
27870
|
# voice_call_entry_point_parameters: {
|
|
27866
27871
|
# source_phone_number: "PhoneNumber",
|
|
27867
27872
|
# destination_phone_number: "PhoneNumber",
|
|
27868
27873
|
# flow_id: "ContactFlowId",
|
|
27869
27874
|
# },
|
|
27875
|
+
# chat_entry_point_parameters: {
|
|
27876
|
+
# flow_id: "ContactFlowId",
|
|
27877
|
+
# },
|
|
27870
27878
|
# },
|
|
27871
27879
|
# initialization_data: "TestCaseInitializationData",
|
|
27872
27880
|
# name: "TestCaseName",
|
|
@@ -28833,7 +28841,7 @@ module Aws::Connect
|
|
|
28833
28841
|
tracer: tracer
|
|
28834
28842
|
)
|
|
28835
28843
|
context[:gem_name] = 'aws-sdk-connect'
|
|
28836
|
-
context[:gem_version] = '1.
|
|
28844
|
+
context[:gem_version] = '1.246.0'
|
|
28837
28845
|
Seahorse::Client::Request.new(handlers, context)
|
|
28838
28846
|
end
|
|
28839
28847
|
|
|
@@ -225,6 +225,7 @@ module Aws::Connect
|
|
|
225
225
|
ChatContent = Shapes::StringShape.new(name: 'ChatContent')
|
|
226
226
|
ChatContentType = Shapes::StringShape.new(name: 'ChatContentType')
|
|
227
227
|
ChatDurationInMinutes = Shapes::IntegerShape.new(name: 'ChatDurationInMinutes')
|
|
228
|
+
ChatEntryPointParameters = Shapes::StructureShape.new(name: 'ChatEntryPointParameters')
|
|
228
229
|
ChatEvent = Shapes::StructureShape.new(name: 'ChatEvent')
|
|
229
230
|
ChatEventType = Shapes::StringShape.new(name: 'ChatEventType')
|
|
230
231
|
ChatMessage = Shapes::StructureShape.new(name: 'ChatMessage')
|
|
@@ -2760,6 +2761,9 @@ module Aws::Connect
|
|
|
2760
2761
|
ChatContactMetrics.add_member(:agent_first_response_time_in_millis, Shapes::ShapeRef.new(shape: DurationMillis, location_name: "AgentFirstResponseTimeInMillis"))
|
|
2761
2762
|
ChatContactMetrics.struct_class = Types::ChatContactMetrics
|
|
2762
2763
|
|
|
2764
|
+
ChatEntryPointParameters.add_member(:flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "FlowId"))
|
|
2765
|
+
ChatEntryPointParameters.struct_class = Types::ChatEntryPointParameters
|
|
2766
|
+
|
|
2763
2767
|
ChatEvent.add_member(:type, Shapes::ShapeRef.new(shape: ChatEventType, required: true, location_name: "Type"))
|
|
2764
2768
|
ChatEvent.add_member(:content_type, Shapes::ShapeRef.new(shape: ChatContentType, location_name: "ContentType"))
|
|
2765
2769
|
ChatEvent.add_member(:content, Shapes::ShapeRef.new(shape: ChatContent, location_name: "Content"))
|
|
@@ -8296,6 +8300,7 @@ module Aws::Connect
|
|
|
8296
8300
|
|
|
8297
8301
|
TestCaseEntryPoint.add_member(:type, Shapes::ShapeRef.new(shape: TestCaseEntryPointType, location_name: "Type"))
|
|
8298
8302
|
TestCaseEntryPoint.add_member(:voice_call_entry_point_parameters, Shapes::ShapeRef.new(shape: VoiceCallEntryPointParameters, location_name: "VoiceCallEntryPointParameters"))
|
|
8303
|
+
TestCaseEntryPoint.add_member(:chat_entry_point_parameters, Shapes::ShapeRef.new(shape: ChatEntryPointParameters, location_name: "ChatEntryPointParameters"))
|
|
8299
8304
|
TestCaseEntryPoint.struct_class = Types::TestCaseEntryPoint
|
|
8300
8305
|
|
|
8301
8306
|
TestCaseExecution.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
|
@@ -2972,6 +2972,20 @@ module Aws::Connect
|
|
|
2972
2972
|
include Aws::Structure
|
|
2973
2973
|
end
|
|
2974
2974
|
|
|
2975
|
+
# Parameters for initiating a chat test.
|
|
2976
|
+
#
|
|
2977
|
+
# @!attribute [rw] flow_id
|
|
2978
|
+
# The flow identifier for the test.
|
|
2979
|
+
# @return [String]
|
|
2980
|
+
#
|
|
2981
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ChatEntryPointParameters AWS API Documentation
|
|
2982
|
+
#
|
|
2983
|
+
class ChatEntryPointParameters < Struct.new(
|
|
2984
|
+
:flow_id)
|
|
2985
|
+
SENSITIVE = []
|
|
2986
|
+
include Aws::Structure
|
|
2987
|
+
end
|
|
2988
|
+
|
|
2975
2989
|
# Chat integration event containing payload to perform different chat
|
|
2976
2990
|
# actions such as:
|
|
2977
2991
|
#
|
|
@@ -33078,11 +33092,16 @@ module Aws::Connect
|
|
|
33078
33092
|
# Parameters for voice call entry point.
|
|
33079
33093
|
# @return [Types::VoiceCallEntryPointParameters]
|
|
33080
33094
|
#
|
|
33095
|
+
# @!attribute [rw] chat_entry_point_parameters
|
|
33096
|
+
# Parameters for chat entry point.
|
|
33097
|
+
# @return [Types::ChatEntryPointParameters]
|
|
33098
|
+
#
|
|
33081
33099
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TestCaseEntryPoint AWS API Documentation
|
|
33082
33100
|
#
|
|
33083
33101
|
class TestCaseEntryPoint < Struct.new(
|
|
33084
33102
|
:type,
|
|
33085
|
-
:voice_call_entry_point_parameters
|
|
33103
|
+
:voice_call_entry_point_parameters,
|
|
33104
|
+
:chat_entry_point_parameters)
|
|
33086
33105
|
SENSITIVE = []
|
|
33087
33106
|
include Aws::Structure
|
|
33088
33107
|
end
|
data/lib/aws-sdk-connect.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1510,11 +1510,14 @@ module Aws
|
|
|
1510
1510
|
?description: ::String,
|
|
1511
1511
|
content: ::String,
|
|
1512
1512
|
?entry_point: {
|
|
1513
|
-
type: ("VOICE_CALL")?,
|
|
1513
|
+
type: ("VOICE_CALL" | "CHAT")?,
|
|
1514
1514
|
voice_call_entry_point_parameters: {
|
|
1515
1515
|
source_phone_number: ::String?,
|
|
1516
1516
|
destination_phone_number: ::String?,
|
|
1517
1517
|
flow_id: ::String?
|
|
1518
|
+
}?,
|
|
1519
|
+
chat_entry_point_parameters: {
|
|
1520
|
+
flow_id: ::String?
|
|
1518
1521
|
}?
|
|
1519
1522
|
},
|
|
1520
1523
|
?initialization_data: ::String,
|
|
@@ -7278,11 +7281,14 @@ module Aws
|
|
|
7278
7281
|
test_case_id: ::String,
|
|
7279
7282
|
?content: ::String,
|
|
7280
7283
|
?entry_point: {
|
|
7281
|
-
type: ("VOICE_CALL")?,
|
|
7284
|
+
type: ("VOICE_CALL" | "CHAT")?,
|
|
7282
7285
|
voice_call_entry_point_parameters: {
|
|
7283
7286
|
source_phone_number: ::String?,
|
|
7284
7287
|
destination_phone_number: ::String?,
|
|
7285
7288
|
flow_id: ::String?
|
|
7289
|
+
}?,
|
|
7290
|
+
chat_entry_point_parameters: {
|
|
7291
|
+
flow_id: ::String?
|
|
7286
7292
|
}?
|
|
7287
7293
|
},
|
|
7288
7294
|
?initialization_data: ::String,
|
data/sig/types.rbs
CHANGED
|
@@ -751,6 +751,11 @@ module Aws::Connect
|
|
|
751
751
|
SENSITIVE: []
|
|
752
752
|
end
|
|
753
753
|
|
|
754
|
+
class ChatEntryPointParameters
|
|
755
|
+
attr_accessor flow_id: ::String
|
|
756
|
+
SENSITIVE: []
|
|
757
|
+
end
|
|
758
|
+
|
|
754
759
|
class ChatEvent
|
|
755
760
|
attr_accessor type: ("DISCONNECT" | "MESSAGE" | "EVENT")
|
|
756
761
|
attr_accessor content_type: ::String
|
|
@@ -7715,8 +7720,9 @@ module Aws::Connect
|
|
|
7715
7720
|
end
|
|
7716
7721
|
|
|
7717
7722
|
class TestCaseEntryPoint
|
|
7718
|
-
attr_accessor type: ("VOICE_CALL")
|
|
7723
|
+
attr_accessor type: ("VOICE_CALL" | "CHAT")
|
|
7719
7724
|
attr_accessor voice_call_entry_point_parameters: Types::VoiceCallEntryPointParameters
|
|
7725
|
+
attr_accessor chat_entry_point_parameters: Types::ChatEntryPointParameters
|
|
7720
7726
|
SENSITIVE: []
|
|
7721
7727
|
end
|
|
7722
7728
|
|