Skip to content

Commit 0c75e5e

Browse files
author
AWS
committed
Amazon Connect Service Update: 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.
1 parent 1417c37 commit 0c75e5e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Service",
4+
"contributor": "",
5+
"description": "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."
6+
}

services/connect/src/main/resources/codegen-resources/service-2.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9195,6 +9195,16 @@
91959195
"max":10080,
91969196
"min":60
91979197
},
9198+
"ChatEntryPointParameters":{
9199+
"type":"structure",
9200+
"members":{
9201+
"FlowId":{
9202+
"shape":"ContactFlowId",
9203+
"documentation":"<p>The flow identifier for the test.</p>"
9204+
}
9205+
},
9206+
"documentation":"<p>Parameters for initiating a chat test.</p>"
9207+
},
91989208
"ChatEvent":{
91999209
"type":"structure",
92009210
"required":["Type"],
@@ -33032,13 +33042,20 @@
3303233042
"VoiceCallEntryPointParameters":{
3303333043
"shape":"VoiceCallEntryPointParameters",
3303433044
"documentation":"<p>Parameters for voice call entry point.</p>"
33045+
},
33046+
"ChatEntryPointParameters":{
33047+
"shape":"ChatEntryPointParameters",
33048+
"documentation":"<p>Parameters for chat entry point.</p>"
3303533049
}
3303633050
},
3303733051
"documentation":"<p>Defines the starting point for a test case.</p>"
3303833052
},
3303933053
"TestCaseEntryPointType":{
3304033054
"type":"string",
33041-
"enum":["VOICE_CALL"]
33055+
"enum":[
33056+
"VOICE_CALL",
33057+
"CHAT"
33058+
]
3304233059
},
3304333060
"TestCaseExecution":{
3304433061
"type":"structure",

0 commit comments

Comments
 (0)