Skip to content

Commit 4d3d035

Browse files
author
AWS
committed
Amazon Connect Service Update: Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
1 parent 58dc147 commit 4d3d035

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
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 Service Feature: Add support to enable multi-user in-app, web, and video calling."
6+
}

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -627,9 +627,10 @@
627627
{"shape":"ResourceNotFoundException"},
628628
{"shape":"InternalServiceException"},
629629
{"shape":"ServiceQuotaExceededException"},
630-
{"shape":"ThrottlingException"}
630+
{"shape":"ThrottlingException"},
631+
{"shape":"ConflictException"}
631632
],
632-
"documentation":"<p>Adds a new participant into an on-going chat contact. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-customize-flow.html\">Customize chat flow experiences by integrating custom participants</a>.</p>"
633+
"documentation":"<p>Adds a new participant into an on-going chat contact or webRTC call. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-customize-flow.html\">Customize chat flow experiences by integrating custom participants</a> or <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/enable-multiuser-inapp.html\">Enable multi-user web, in-app, and video calling</a>.</p>"
633634
},
634635
"CreatePersistentContactAssociation":{
635636
"name":"CreatePersistentContactAssociation",
@@ -2182,7 +2183,7 @@
21822183
{"shape":"ThrottlingException"},
21832184
{"shape":"ResourceNotFoundException"}
21842185
],
2185-
"documentation":"<p>Gets the real-time metric data from the specified Amazon Connect instance.</p> <p>For a description of each metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html\">Metrics definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <note> <p>When you make a successful API request, you can expect the following metric values in the response:</p> <ol> <li> <p> <b>Metric value is null</b>: The calculation cannot be performed due to divide by zero or insufficient data</p> </li> <li> <p> <b>Metric value is a number (including 0) of defined type</b>: The number provided is the calculation result</p> </li> <li> <p> <b>MetricResult list is empty</b>: The request cannot find any data in the system</p> </li> </ol> <p>The following guidelines can help you work with the API:</p> <ul> <li> <p>Each dimension in the metric response must contain a value</p> </li> <li> <p>Each item in MetricResult must include all requested metrics</p> </li> <li> <p>If the response is slow due to large result sets, try these approaches:</p> <ul> <li> <p>Narrow the time range of your request</p> </li> <li> <p>Add filters to reduce the amount of data returned</p> </li> </ul> </li> </ul> </note>"
2186+
"documentation":"<p>Gets the real-time metric data from the specified Amazon Connect instance.</p> <p>For a description of each metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html\">Metrics definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <note> <p>When you make a successful API request, you can expect the following metric values in the response:</p> <ol> <li> <p> <b>Metric value is null</b>: The calculation cannot be performed due to divide by zero or insufficient data</p> </li> <li> <p> <b>Metric value is a number (including 0) of defined type</b>: The number provided is the calculation result</p> </li> <li> <p> <b>MetricResult list is empty</b>: The request cannot find any data in the system</p> </li> </ol> <p>The following guidelines can help you work with the API:</p> <ul> <li> <p>Each dimension in the metric response must contain a value</p> </li> <li> <p>Each item in MetricResult must include all requested metrics</p> </li> <li> <p>If the response is slow due to large result sets, try these approaches:</p> <ul> <li> <p>Add filters to reduce the amount of data returned</p> </li> </ul> </li> </ul> </note>"
21862187
},
21872188
"GetCurrentUserData":{
21882189
"name":"GetCurrentUserData",
@@ -8660,7 +8661,7 @@
86608661
},
86618662
"ContactId":{
86628663
"shape":"ContactId",
8663-
"documentation":"<p>The identifier of the contact in this instance of Amazon Connect. Only contacts in the CHAT channel are supported.</p>"
8664+
"documentation":"<p>The identifier of the contact in this instance of Amazon Connect. Supports contacts in the CHAT channel and VOICE (WebRTC) channels. For WebRTC calls, this should be the initial contact ID that was generated when the contact was first created (from the StartWebRTCContact API) in the VOICE channel</p>"
86648665
},
86658666
"ClientToken":{
86668667
"shape":"ClientToken",
@@ -8669,7 +8670,7 @@
86698670
},
86708671
"ParticipantDetails":{
86718672
"shape":"ParticipantDetailsToAdd",
8672-
"documentation":"<p>Information identifying the participant.</p> <important> <p>The only Valid value for <code>ParticipantRole</code> is <code>CUSTOM_BOT</code>. </p> <p> <code>DisplayName</code> is <b>Required</b>.</p> </important>"
8673+
"documentation":"<p>Information identifying the participant.</p> <important> <p>The only valid value for <code>ParticipantRole</code> is <code>CUSTOM_BOT</code> for chat contact and <code>CUSTOMER</code> for voice contact.</p> </important>"
86738674
}
86748675
}
86758676
},
@@ -18430,7 +18431,8 @@
1843018431
"DisplayName":{
1843118432
"shape":"DisplayName",
1843218433
"documentation":"<p>The display name of the participant.</p>"
18433-
}
18434+
},
18435+
"ParticipantCapabilities":{"shape":"ParticipantCapabilities"}
1843418436
},
1843518437
"documentation":"<p>The details to add for the participant.</p>"
1843618438
},

0 commit comments

Comments
 (0)