Skip to content

Commit 8bd617b

Browse files
author
AWS
committed
Amazon Connect Service Update: Amazon Connect now offers automated post-chat surveys triggered when customers end conversations. This captures timely feedback while experience is fresh, using either a no-code form builder or Amazon Lex-powered interactive surveys.
1 parent 14d2489 commit 8bd617b

File tree

2 files changed

+39
-19
lines changed

2 files changed

+39
-19
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 offers automated post-chat surveys triggered when customers end conversations. This captures timely feedback while experience is fresh, using either a no-code form builder or Amazon Lex-powered interactive surveys."
6+
}

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

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9293,33 +9293,33 @@
92939293
"members":{
92949294
"TagConditions":{
92959295
"shape":"TagAndConditionList",
9296-
"documentation":"<p> Tag-based conditions for contact flow filtering. </p>"
9296+
"documentation":"<p> Tag-based conditions for contact flow filtering.</p>"
92979297
},
92989298
"ContactFlowTypeCondition":{
92999299
"shape":"ContactFlowTypeCondition",
9300-
"documentation":"<p> Contact flow type condition. </p>"
9300+
"documentation":"<p> Contact flow type condition.</p>"
93019301
}
93029302
},
9303-
"documentation":"<p> A list of conditions which would be applied together with an AND condition. </p>"
9303+
"documentation":"<p> A list of conditions which would be applied together with an AND condition.</p>"
93049304
},
93059305
"ContactFlowAttributeFilter":{
93069306
"type":"structure",
93079307
"members":{
93089308
"OrConditions":{
93099309
"shape":"ContactFlowAttributeOrConditionList",
9310-
"documentation":"<p> A list of conditions which would be applied together with an OR condition. </p>"
9310+
"documentation":"<p> A list of conditions which would be applied together with an OR condition.</p>"
93119311
},
93129312
"AndCondition":{
93139313
"shape":"ContactFlowAttributeAndCondition",
9314-
"documentation":"<p> A list of conditions which would be applied together with a AND condition. </p>"
9314+
"documentation":"<p> A list of conditions which would be applied together with a AND condition.</p>"
93159315
},
93169316
"TagCondition":{"shape":"TagCondition"},
93179317
"ContactFlowTypeCondition":{
93189318
"shape":"ContactFlowTypeCondition",
9319-
"documentation":"<p> Contact flow type condition within attribute filter. </p>"
9319+
"documentation":"<p> Contact flow type condition within attribute filter.</p>"
93209320
}
93219321
},
9322-
"documentation":"<p> Filter for contact flow attributes with multiple condition types. </p>"
9322+
"documentation":"<p> Filter for contact flow attributes with multiple condition types.</p>"
93239323
},
93249324
"ContactFlowAttributeOrConditionList":{
93259325
"type":"list",
@@ -9716,10 +9716,10 @@
97169716
"members":{
97179717
"ContactFlowType":{
97189718
"shape":"ContactFlowType",
9719-
"documentation":"<p> Contact flow type of the contact flow type condition. </p>"
9719+
"documentation":"<p> Contact flow type of the contact flow type condition.</p>"
97209720
}
97219721
},
9722-
"documentation":"<p> The contact flow type condition. </p>"
9722+
"documentation":"<p> The contact flow type condition.</p>"
97239723
},
97249724
"ContactFlowTypes":{
97259725
"type":"list",
@@ -10046,25 +10046,25 @@
1004610046
},
1004710047
"TagCondition":{"shape":"TagCondition"}
1004810048
},
10049-
"documentation":"<p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an <code>OR</code> or <code>AND</code> (List of List) input where: </p> <ul> <li> <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p> </li> <li> <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul>"
10049+
"documentation":"<p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an <code>OR</code> or <code>AND</code> (List of List) input where:</p> <ul> <li> <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p> </li> <li> <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul>"
1005010050
},
1005110051
"ControlPlaneTagFilter":{
1005210052
"type":"structure",
1005310053
"members":{
1005410054
"OrConditions":{
1005510055
"shape":"TagOrConditionList",
10056-
"documentation":"<p>A list of conditions which would be applied together with an <code>OR</code> condition. </p>"
10056+
"documentation":"<p>A list of conditions which would be applied together with an <code>OR</code> condition.</p>"
1005710057
},
1005810058
"AndConditions":{
1005910059
"shape":"TagAndConditionList",
1006010060
"documentation":"<p>A list of conditions which would be applied together with an <code>AND</code> condition.</p>"
1006110061
},
1006210062
"TagCondition":{
1006310063
"shape":"TagCondition",
10064-
"documentation":"<p>A leaf node condition which can be used to specify a tag condition. </p>"
10064+
"documentation":"<p>A leaf node condition which can be used to specify a tag condition.</p>"
1006510065
}
1006610066
},
10067-
"documentation":"<p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an <code>OR</code> of <code>AND</code> (List of List) input where: </p> <ul> <li> <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p> </li> <li> <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul>"
10067+
"documentation":"<p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p> <ul> <li> <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p> </li> <li> <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul>"
1006810068
},
1006910069
"ControlPlaneUserAttributeFilter":{
1007010070
"type":"structure",
@@ -10080,7 +10080,7 @@
1008010080
"TagCondition":{"shape":"TagCondition"},
1008110081
"HierarchyGroupCondition":{"shape":"HierarchyGroupCondition"}
1008210082
},
10083-
"documentation":"<p>An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the <code>SearchFilter</code>.</p> <p>This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p> <ul> <li> <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator</p> </li> <li> <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul> <note> <p>Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum number of allowed Hierarchy Group conditions is 20. </p> </note>"
10083+
"documentation":"<p>An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the <code>SearchFilter</code>.</p> <p>This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p> <ul> <li> <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator</p> </li> <li> <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul> <note> <p>Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum number of allowed Hierarchy Group conditions is 20.</p> </note>"
1008410084
},
1008510085
"Count":{"type":"integer"},
1008610086
"CreateAgentStatusRequest":{
@@ -12699,15 +12699,15 @@
1269912699
},
1270012700
"MinValue":{
1270112701
"shape":"DateTimeFormat",
12702-
"documentation":"<p>A minimum value of the property. </p>"
12702+
"documentation":"<p>A minimum value of the property.</p>"
1270312703
},
1270412704
"MaxValue":{
1270512705
"shape":"DateTimeFormat",
12706-
"documentation":"<p>A maximum value of the property. </p>"
12706+
"documentation":"<p>A maximum value of the property.</p>"
1270712707
},
1270812708
"ComparisonType":{
1270912709
"shape":"DateTimeComparisonType",
12710-
"documentation":"<p>Datetime property comparison type. </p>"
12710+
"documentation":"<p>Datetime property comparison type.</p>"
1271112711
}
1271212712
},
1271312713
"documentation":"<p>A datetime search condition for Search APIs.</p>"
@@ -12797,7 +12797,7 @@
1279712797
},
1279812798
"ComparisonType":{
1279912799
"shape":"DecimalComparisonType",
12800-
"documentation":"<p>The type of comparison to be made when evaluating the decimal condition. </p>"
12800+
"documentation":"<p>The type of comparison to be made when evaluating the decimal condition.</p>"
1280112801
}
1280212802
},
1280312803
"documentation":"<p>A decimal search condition for Search APIs.</p>"
@@ -15294,6 +15294,16 @@
1529415294
},
1529515295
"documentation":"<p>Information about the call disconnect experience.</p>"
1529615296
},
15297+
"DisconnectOnCustomerExit":{
15298+
"type":"list",
15299+
"member":{"shape":"DisconnectOnCustomerExitParticipantType"},
15300+
"max":1,
15301+
"min":1
15302+
},
15303+
"DisconnectOnCustomerExitParticipantType":{
15304+
"type":"string",
15305+
"enum":["AGENT"]
15306+
},
1529715307
"DisconnectReason":{
1529815308
"type":"structure",
1529915309
"members":{
@@ -29185,6 +29195,10 @@
2918529195
"CustomerId":{
2918629196
"shape":"CustomerIdNonEmpty",
2918729197
"documentation":"<p>The customer's identification number. For example, the <code>CustomerId</code> may be a customer number from your CRM.</p>"
29198+
},
29199+
"DisconnectOnCustomerExit":{
29200+
"shape":"DisconnectOnCustomerExit",
29201+
"documentation":"<p>A list of participant types to automatically disconnect when the end customer ends the chat session, allowing them to continue through disconnect flows such as surveys or feedback forms.</p> <p>Valid value: <code>AGENT</code>.</p> <p>With the <code>DisconnectOnCustomerExit</code> parameter, you can configure automatic agent disconnection when end customers end the chat, ensuring that disconnect flows are triggered consistently regardless of which participant disconnects first.</p>"
2918829202
}
2918929203
}
2919029204
},
@@ -33595,7 +33609,7 @@
3359533609
},
3359633610
"AndConditions":{
3359733611
"shape":"UserSearchConditionList",
33598-
"documentation":"<p>A list of conditions which would be applied together with an <code>AND</code> condition. </p>"
33612+
"documentation":"<p>A list of conditions which would be applied together with an <code>AND</code> condition.</p>"
3359933613
},
3360033614
"StringCondition":{
3360133615
"shape":"StringCondition",

0 commit comments

Comments
 (0)