|
5726 | 5726 | "DisconnectTimestamp": {
|
5727 | 5727 | "target": "com.amazonaws.connect#Timestamp",
|
5728 | 5728 | "traits": {
|
5729 |
| - "smithy.api#documentation": "<p>The timestamp when the customer endpoint disconnected from Amazon Connect.</p>" |
| 5729 | + "smithy.api#documentation": "<p>The date and time that the customer endpoint disconnected from the current contact, in UTC\n time. In transfer scenarios, the DisconnectTimestamp of the previous contact indicates the date\n and time when that contact ended.</p>" |
5730 | 5730 | }
|
5731 | 5731 | },
|
5732 | 5732 | "LastUpdateTimestamp": {
|
|
7645 | 7645 | "RelatedContactId": {
|
7646 | 7646 | "target": "com.amazonaws.connect#ContactId",
|
7647 | 7647 | "traits": {
|
7648 |
| - "smithy.api#documentation": "<p>The identifier of the contact in this instance of Amazon Connect. </p>" |
| 7648 | + "smithy.api#documentation": "<p>The unique identifier for an Amazon Connect contact. This identifier is related to the\n contact starting.</p>" |
7649 | 7649 | }
|
7650 | 7650 | },
|
7651 | 7651 | "Attributes": {
|
|
7709 | 7709 | "traits": {
|
7710 | 7710 | "smithy.api#documentation": "<p>A set of system defined key-value pairs stored on individual contact segments (unique\n contact ID) using an attribute map. The attributes are standard Amazon Connect attributes.\n They can be accessed in flows.</p>\n <p>Attribute keys can include only alphanumeric, -, and _.</p>\n <p>This field can be used to set Segment Contact Expiry as a duration in minutes.</p>\n <note>\n <p>To set contact expiry, a ValueMap must be specified containing the integer number of\n minutes the contact will be active for before expiring, with <code>SegmentAttributes</code> like\n { <code> \"connect:ContactExpiry\": {\"ValueMap\" : { \"ExpiryDuration\": { \"ValueInteger\":\n 135}}}}</code>. </p>\n </note>"
|
7711 | 7711 | }
|
| 7712 | + }, |
| 7713 | + "PreviousContactId": { |
| 7714 | + "target": "com.amazonaws.connect#ContactId", |
| 7715 | + "traits": { |
| 7716 | + "smithy.api#documentation": "<p>The ID of the previous contact when creating a transfer contact. This value can be provided\n 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\n with external voice systems</a> in the <i>Amazon Connect Administrator\n Guide</i>.</p>" |
| 7717 | + } |
7712 | 7718 | }
|
7713 | 7719 | },
|
7714 | 7720 | "traits": {
|
|
12860 | 12866 | }
|
12861 | 12867 | ],
|
12862 | 12868 | "traits": {
|
12863 |
| - "smithy.api#documentation": "<p>This API is in preview release for Amazon Connect and is subject to change.</p>\n <p>Describes the specified contact. </p>\n <important>\n <ul>\n <li>\n <p>\n <code>CustomerEndpoint</code> and <code>SystemEndpoint</code> are only populated for EMAIL contacts. </p>\n </li>\n <li>\n <p>Contact information remains available in Amazon Connect for 24 months from the\n <code>InitiationTimestamp</code>, and then it is deleted. Only contact information that is available in\n Amazon Connect is returned by this API.</p>\n </li>\n </ul>\n </important>", |
| 12869 | + "smithy.api#documentation": "<p>This API is in preview release for Amazon Connect and is subject to change.</p>\n <p>Describes the specified contact. </p>\n <important>\n <ul>\n <li>\n <p>\n <code>CustomerEndpoint</code> and <code>SystemEndpoint</code> are only populated for\n EMAIL contacts. </p>\n </li>\n <li>\n <p>Contact information remains available in Amazon Connect for 24 months from the\n <code>InitiationTimestamp</code>, and then it is deleted. Only contact information that is\n available in Amazon Connect is returned by this API.</p>\n </li>\n </ul>\n </important>", |
12864 | 12870 | "smithy.api#http": {
|
12865 | 12871 | "method": "GET",
|
12866 | 12872 | "uri": "/contacts/{InstanceId}/{ContactId}",
|
|
25244 | 25250 | }
|
25245 | 25251 | ],
|
25246 | 25252 | "traits": {
|
25247 |
| - "smithy.api#documentation": "<p>Provides a list of analysis segments for a real-time analysis session. </p>", |
| 25253 | + "smithy.api#documentation": "<p>Provides a list of analysis segments for a real-time chat analysis session. This API\n supports CHAT channels only. </p>\n <important>\n <p>This API does not support VOICE. If you attempt to use it for VOICE, an\n <code>InvalidRequestException</code> occurs.</p>\n </important>", |
25248 | 25254 | "smithy.api#http": {
|
25249 | 25255 | "method": "POST",
|
25250 | 25256 | "uri": "/contact/list-real-time-analysis-segments-v2/{InstanceId}/{ContactId}",
|
|
25313 | 25319 | "Channel": {
|
25314 | 25320 | "target": "com.amazonaws.connect#RealTimeContactAnalysisSupportedChannel",
|
25315 | 25321 | "traits": {
|
25316 |
| - "smithy.api#documentation": "<p>The channel of the contact. <code>Voice</code> will not be returned. </p>", |
| 25322 | + "smithy.api#documentation": "<p>The channel of the contact. </p>\n <important>\n <p>Only <code>CHAT</code> is supported. This API does not support <code>VOICE</code>. If you\n attempt to use it for the VOICE channel, an <code>InvalidRequestException</code> error\n occurs.</p>\n </important>", |
25317 | 25323 | "smithy.api#required": {}
|
25318 | 25324 | }
|
25319 | 25325 | },
|
|
40356 | 40362 | }
|
40357 | 40363 | ],
|
40358 | 40364 | "traits": {
|
40359 |
| - "smithy.api#documentation": "<p>Transfers contacts from one agent or queue to another agent or queue at any point after a\n contact is created. You can transfer a contact to another queue by providing the flow which\n orchestrates the contact to the destination queue. This gives you more control over contact\n handling and helps you adhere to the service level agreement (SLA) guaranteed to your\n customers.</p>\n <p>Note the following requirements:</p>\n <ul>\n <li>\n <p>Transfer is supported for only <code>TASK</code> contacts.</p>\n </li>\n <li>\n <p>Do not use both <code>QueueId</code> and <code>UserId</code> in the same call.</p>\n </li>\n <li>\n <p>The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer\n to queue flow.</p>\n </li>\n <li>\n <p>The <code>TransferContact</code> API can be called only on active contacts.</p>\n </li>\n <li>\n <p>A contact cannot be transferred more than 11 times.</p>\n </li>\n </ul>", |
| 40365 | + "smithy.api#documentation": "<p>Transfers <code>TASK</code> or <code>EMAIL</code>\n contacts from one agent or queue to another agent or queue at any point\n after a contact is created. You can transfer a contact to another queue by providing the flow\n which orchestrates the contact to the destination queue. This gives you more control over contact\n handling and helps you adhere to the service level agreement (SLA) guaranteed to your\n customers.</p>\n <p>Note the following requirements:</p>\n <ul>\n <li>\n <p>Transfer is supported for only <code>TASK</code> and <code>EMAIL</code> contacts.</p>\n </li>\n <li>\n <p>Do not use both <code>QueueId</code> and <code>UserId</code> in the same call.</p>\n </li>\n <li>\n <p>The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer\n to queue flow.</p>\n </li>\n <li>\n <p>The <code>TransferContact</code> API can be called only on active contacts.</p>\n </li>\n <li>\n <p>A contact cannot be transferred more than 11 times.</p>\n </li>\n </ul>", |
40360 | 40366 | "smithy.api#http": {
|
40361 | 40367 | "method": "POST",
|
40362 | 40368 | "uri": "/contact/transfer",
|
|
0 commit comments