|
2876 | 2876 | {"shape":"InternalServiceException"},
|
2877 | 2877 | {"shape":"ThrottlingException"}
|
2878 | 2878 | ],
|
2879 |
| - "documentation":"<p>Provides a list of analysis segments for a real-time analysis session. </p>" |
| 2879 | + "documentation":"<p>Provides a list of analysis segments for a real-time chat analysis session. This API supports CHAT channels only. </p> <important> <p>This API does not support VOICE. If you attempt to use it for VOICE, an <code>InvalidRequestException</code> occurs.</p> </important>" |
2880 | 2880 | },
|
2881 | 2881 | "ListRoutingProfileQueues":{
|
2882 | 2882 | "name":"ListRoutingProfileQueues",
|
|
3985 | 3985 | {"shape":"ThrottlingException"},
|
3986 | 3986 | {"shape":"InternalServiceException"}
|
3987 | 3987 | ],
|
3988 |
| - "documentation":"<p>Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the flow which orchestrates the contact to the destination queue. This gives you more control over contact handling and helps you adhere to the service level agreement (SLA) guaranteed to your customers.</p> <p>Note the following requirements:</p> <ul> <li> <p>Transfer is supported for only <code>TASK</code> contacts.</p> </li> <li> <p>Do not use both <code>QueueId</code> and <code>UserId</code> in the same call.</p> </li> <li> <p>The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer to queue flow.</p> </li> <li> <p>The <code>TransferContact</code> API can be called only on active contacts.</p> </li> <li> <p>A contact cannot be transferred more than 11 times.</p> </li> </ul>" |
| 3988 | + "documentation":"<p>Transfers <code>TASK</code> or <code>EMAIL</code> contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the flow which orchestrates the contact to the destination queue. This gives you more control over contact handling and helps you adhere to the service level agreement (SLA) guaranteed to your customers.</p> <p>Note the following requirements:</p> <ul> <li> <p>Transfer is supported for only <code>TASK</code> and <code>EMAIL</code> contacts.</p> </li> <li> <p>Do not use both <code>QueueId</code> and <code>UserId</code> in the same call.</p> </li> <li> <p>The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer to queue flow.</p> </li> <li> <p>The <code>TransferContact</code> API can be called only on active contacts.</p> </li> <li> <p>A contact cannot be transferred more than 11 times.</p> </li> </ul>" |
3989 | 3989 | },
|
3990 | 3990 | "UntagContact":{
|
3991 | 3991 | "name":"UntagContact",
|
|
6975 | 6975 | },
|
6976 | 6976 | "DisconnectTimestamp":{
|
6977 | 6977 | "shape":"timestamp",
|
6978 |
| - "documentation":"<p>The timestamp when the customer endpoint disconnected from Amazon Connect.</p>" |
| 6978 | + "documentation":"<p>The date and time that the customer endpoint disconnected from the current contact, in UTC time. In transfer scenarios, the DisconnectTimestamp of the previous contact indicates the date and time when that contact ended.</p>" |
6979 | 6979 | },
|
6980 | 6980 | "LastUpdateTimestamp":{
|
6981 | 6981 | "shape":"timestamp",
|
|
7997 | 7997 | },
|
7998 | 7998 | "RelatedContactId":{
|
7999 | 7999 | "shape":"ContactId",
|
8000 |
| - "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>" |
| 8000 | + "documentation":"<p>The unique identifier for an Amazon Connect contact. This identifier is related to the contact starting.</p>" |
8001 | 8001 | },
|
8002 | 8002 | "Attributes":{
|
8003 | 8003 | "shape":"Attributes",
|
|
8038 | 8038 | "SegmentAttributes":{
|
8039 | 8039 | "shape":"SegmentAttributes",
|
8040 | 8040 | "documentation":"<p>A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows.</p> <p>Attribute keys can include only alphanumeric, -, and _.</p> <p>This field can be used to set Segment Contact Expiry as a duration in minutes.</p> <note> <p>To set contact expiry, a ValueMap must be specified containing the integer number of minutes the contact will be active for before expiring, with <code>SegmentAttributes</code> like { <code> \"connect:ContactExpiry\": {\"ValueMap\" : { \"ExpiryDuration\": { \"ValueInteger\": 135}}}}</code>. </p> </note>"
|
| 8041 | + }, |
| 8042 | + "PreviousContactId":{ |
| 8043 | + "shape":"ContactId", |
| 8044 | + "documentation":"<p>The ID of the previous contact when creating a transfer contact. This value can be provided only for external audio contacts. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html\">Integrate Amazon Connect Contact Lens with external voice systems</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" |
8041 | 8045 | }
|
8042 | 8046 | }
|
8043 | 8047 | },
|
|
16626 | 16630 | "members":{
|
16627 | 16631 | "Channel":{
|
16628 | 16632 | "shape":"RealTimeContactAnalysisSupportedChannel",
|
16629 |
| - "documentation":"<p>The channel of the contact. <code>Voice</code> will not be returned. </p>" |
| 16633 | + "documentation":"<p>The channel of the contact. </p> <important> <p>Only <code>CHAT</code> is supported. This API does not support <code>VOICE</code>. If you attempt to use it for the VOICE channel, an <code>InvalidRequestException</code> error occurs.</p> </important>" |
16630 | 16634 | },
|
16631 | 16635 | "Status":{
|
16632 | 16636 | "shape":"RealTimeContactAnalysisStatus",
|
|
0 commit comments