Skip to content

Commit b9e84c9

Browse files
author
AWS
committed
Amazon Connect Service Update: Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072.
1 parent 523a6a4 commit b9e84c9

File tree

2 files changed

+38
-32
lines changed

2 files changed

+38
-32
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, Contact Lens Evaluation API increase evaluation notes max length to 3072."
6+
}

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

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4370,7 +4370,7 @@
43704370
"documentation":"<p>The identifiers for level 5 hierarchy groups.</p>"
43714371
}
43724372
},
4373-
"documentation":"<p>A structure that defines agent hierarchy group levels which can be used to filter search results. Important: Agent hierarchy group level information in search result is a snapshot, it does not represent current agent hierarchy who handled the contact.</p>"
4373+
"documentation":"<p>A structure that defines search criteria for contacts using agent hierarchy group levels. For more information about agent hierarchies, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html\">Set Up Agent Hierarchies</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
43744374
},
43754375
"AgentInfo":{
43764376
"type":"structure",
@@ -5680,10 +5680,10 @@
56805680
"members":{
56815681
"Transcript":{
56825682
"shape":"Transcript",
5683-
"documentation":"<p>A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens analyzed transcript.</p>"
5683+
"documentation":"<p>Search criteria based on transcript analyzed by Amazon Connect Contact Lens.</p>"
56845684
}
56855685
},
5686-
"documentation":"<p>A structure that defines filters can be used to search within outputs analyzed by Amazon Connect Contact Lens in a contact.</p>"
5686+
"documentation":"<p>A structure that defines search criteria for contacts using analysis outputs from Amazon Connect Contact Lens.</p>"
56875687
},
56885688
"ContactDataRequest":{
56895689
"type":"structure",
@@ -5985,7 +5985,7 @@
59855985
"members":{
59865986
"Arn":{
59875987
"shape":"ARN",
5988-
"documentation":"<p>The Amazon Resource Name (ARN) of the contact</p>"
5988+
"documentation":"<p>The Amazon Resource Name (ARN) of the contact.</p>"
59895989
},
59905990
"Id":{
59915991
"shape":"ContactId",
@@ -6017,7 +6017,7 @@
60176017
},
60186018
"InitiationTimestamp":{
60196019
"shape":"timestamp",
6020-
"documentation":"<p>The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, this is when the supervisor started listening to a contact.</p>"
6020+
"documentation":"<p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For API, this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent started dialing the external participant. For <code>MONITOR</code>, this is when the supervisor started listening to a contact.</p>"
60216021
},
60226022
"DisconnectTimestamp":{
60236023
"shape":"timestamp",
@@ -10130,7 +10130,7 @@
1013010130
},
1013110131
"EvaluationNoteString":{
1013210132
"type":"string",
10133-
"max":1024,
10133+
"max":3072,
1013410134
"min":0
1013510135
},
1013610136
"EvaluationNotesMap":{
@@ -17013,11 +17013,11 @@
1701317013
"members":{
1701417014
"InstanceId":{
1701517015
"shape":"InstanceId",
17016-
"documentation":"<p>The identifier of Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance</p>"
17016+
"documentation":"<p>The identifier of Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p>"
1701717017
},
1701817018
"TimeRange":{
1701917019
"shape":"SearchContactsTimeRange",
17020-
"documentation":"<p>Time range that you want to search results</p>"
17020+
"documentation":"<p>Time range that you want to search results.</p>"
1702117021
},
1702217022
"SearchCriteria":{
1702317023
"shape":"SearchCriteria",
@@ -17034,7 +17034,7 @@
1703417034
},
1703517035
"Sort":{
1703617036
"shape":"Sort",
17037-
"documentation":"<p>Specifies a field to sort by and a sort order</p>"
17037+
"documentation":"<p>Specifies a field to sort by and a sort order.</p>"
1703817038
}
1703917039
}
1704017040
},
@@ -17066,7 +17066,7 @@
1706617066
"members":{
1706717067
"Type":{
1706817068
"shape":"SearchContactsTimeRangeType",
17069-
"documentation":"<p>The type of timestamp to search</p>"
17069+
"documentation":"<p>The type of timestamp to search.</p>"
1707017070
},
1707117071
"StartTime":{
1707217072
"shape":"Timestamp",
@@ -17077,7 +17077,7 @@
1707717077
"documentation":"<p>The end time of the time range.</p>"
1707817078
}
1707917079
},
17080-
"documentation":"<p>A structure of time range that you want to search results</p>"
17080+
"documentation":"<p>A structure of time range that you want to search results.</p>"
1708117081
},
1708217082
"SearchContactsTimeRangeType":{
1708317083
"type":"string",
@@ -17093,34 +17093,34 @@
1709317093
"members":{
1709417094
"AgentIds":{
1709517095
"shape":"AgentResourceIdList",
17096-
"documentation":"<p>The array of agent ids</p>"
17096+
"documentation":"<p>The identifiers of agents who handled the contacts.</p>"
1709717097
},
1709817098
"AgentHierarchyGroups":{
1709917099
"shape":"AgentHierarchyGroups",
17100-
"documentation":"<p>The agent hierarchy groups</p>"
17100+
"documentation":"<p>The agent hierarchy groups of the agent at the time of handling the contact.</p>"
1710117101
},
1710217102
"Channels":{
1710317103
"shape":"ChannelList",
17104-
"documentation":"<p>The array of channels</p>"
17104+
"documentation":"<p>The list of channels associated with contacts.</p>"
1710517105
},
1710617106
"ContactAnalysis":{
1710717107
"shape":"ContactAnalysis",
17108-
"documentation":"<p>The ContactAnalysis object used in search criteria</p>"
17108+
"documentation":"<p>Search criteria based on analysis outputs from Amazon Connect Contact Lens.</p>"
1710917109
},
1711017110
"InitiationMethods":{
1711117111
"shape":"InitiationMethodList",
17112-
"documentation":"<p>The array of initiaton methods</p>"
17112+
"documentation":"<p>The list of initiation methods associated with contacts.</p>"
1711317113
},
1711417114
"QueueIds":{
1711517115
"shape":"QueueIdList",
17116-
"documentation":"<p>The array of queue ids.</p>"
17116+
"documentation":"<p>The list of queue IDs associated with contacts.</p>"
1711717117
},
1711817118
"SearchableContactAttributes":{
1711917119
"shape":"SearchableContactAttributes",
17120-
"documentation":"<p>The SearchableContactAttributes object used in search criteria</p>"
17120+
"documentation":"<p>The search criteria based on user-defined contact attributes that have been configured for contact search. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/search-custom-attributes.html\">Search by customer contact attributes</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <important> <p>To use <code>SearchableContactAttributes</code> in a search request, the <code>GetContactAttributes</code> action is required to perform an API request. For more information, see <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html#amazonconnect-actions-as-permissions\">https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html#amazonconnect-actions-as-permissions</a>Actions defined by Amazon Connect.</p> </important>"
1712117121
}
1712217122
},
17123-
"documentation":"<p>A structure of search criteria to be used to return contacts</p>"
17123+
"documentation":"<p>A structure of search criteria to be used to return contacts.</p>"
1712417124
},
1712517125
"SearchHoursOfOperationsRequest":{
1712617126
"type":"structure",
@@ -17587,14 +17587,14 @@
1758717587
"members":{
1758817588
"Criteria":{
1758917589
"shape":"SearchableContactAttributesCriteriaList",
17590-
"documentation":"<p>The array of searhale contact attribute criteria</p>"
17590+
"documentation":"<p>The list of criteria based on user-defined contact attributes that are configured for contact search.</p>"
1759117591
},
1759217592
"MatchType":{
1759317593
"shape":"SearchContactsMatchType",
17594-
"documentation":"<p>The match type of multiple searchable contact attributes criteria.</p>"
17594+
"documentation":"<p>The match type combining search criteria using multiple searchable contact attributes.</p>"
1759517595
}
1759617596
},
17597-
"documentation":"<p>A structure that defines searchable contact attributes which can be used to filter search results. </p>"
17597+
"documentation":"<p>A structure that defines search criteria based on user-defined contact attributes that are configured for contact search.</p>"
1759817598
},
1759917599
"SearchableContactAttributesCriteria":{
1760017600
"type":"structure",
@@ -17605,14 +17605,14 @@
1760517605
"members":{
1760617606
"Key":{
1760717607
"shape":"SearchableContactAttributeKey",
17608-
"documentation":"<p>The searchable contact attribute key</p>"
17608+
"documentation":"<p>The key containing a searchable user-defined contact attribute.</p>"
1760917609
},
1761017610
"Values":{
1761117611
"shape":"SearchableContactAttributeValueList",
17612-
"documentation":"<p>The array of contact attribute values used to filter search results.</p>"
17612+
"documentation":"<p>The list of values to search for within a user-defined contact attribute.</p>"
1761317613
}
1761417614
},
17615-
"documentation":"<p>The criteria of searchable contact attributes.</p>"
17615+
"documentation":"<p>The search criteria based on user-defned contact attribute key and values to search on.</p>"
1761617616
},
1761717617
"SearchableContactAttributesCriteriaList":{
1761817618
"type":"list",
@@ -18010,7 +18010,7 @@
1801018010
"documentation":"<p>An ascending or descending sort.</p>"
1801118011
}
1801218012
},
18013-
"documentation":"<p>A structure that defines the sort by and a sort order</p>"
18013+
"documentation":"<p>A structure that defineds the field name to sort by and a sort order.</p>"
1801418014
},
1801518015
"SortOrder":{
1801618016
"type":"string",
@@ -19287,14 +19287,14 @@
1928719287
"members":{
1928819288
"Criteria":{
1928919289
"shape":"TranscriptCriteriaList",
19290-
"documentation":"<p>The array of transcript search criteria</p>"
19290+
"documentation":"<p>The list of search criteria based on Contact Lens conversational analytics transcript.</p>"
1929119291
},
1929219292
"MatchType":{
1929319293
"shape":"SearchContactsMatchType",
19294-
"documentation":"<p>The match type of multiple transcript criteira</p>"
19294+
"documentation":"<p>The match type combining search criteria using multiple transcript criteria.</p>"
1929519295
}
1929619296
},
19297-
"documentation":"<p>The transcript object used to search results.</p>"
19297+
"documentation":"<p>A structure that defines search criteria and matching logic to search for contacts by matching text with transcripts analyzed by Amazon Connect Contact Lens.</p>"
1929819298
},
1929919299
"TranscriptCriteria":{
1930019300
"type":"structure",
@@ -19314,10 +19314,10 @@
1931419314
},
1931519315
"MatchType":{
1931619316
"shape":"SearchContactsMatchType",
19317-
"documentation":"<p>The match type of search texts in a transcript criteria.</p>"
19317+
"documentation":"<p>The match type combining search criteria using multiple search texts in a transcript criteria.</p>"
1931819318
}
1931919319
},
19320-
"documentation":"<p>The transcript criteria used to search</p>"
19320+
"documentation":"<p>A structure that defines search criteria base on words or phrases, participants in the Contact Lens conversational analytics transcript.</p>"
1932119321
},
1932219322
"TranscriptCriteriaList":{
1932319323
"type":"list",
@@ -21357,7 +21357,7 @@
2135721357
},
2135821358
"StringCondition":{
2135921359
"shape":"StringCondition",
21360-
"documentation":"<p>A leaf node condition which can be used to specify a string condition.</p> <note> <p>The currently supported values for <code>FieldName</code> are <code>name</code>, <code>description</code>, and <code>resourceID</code>.</p> </note>"
21360+
"documentation":"<p>A leaf node condition which can be used to specify a string condition.</p> <p>The currently supported values for <code>FieldName</code> are <code>username</code>, <code>firstname</code>, <code>lastname</code>, <code>resourceId</code>, <code>routingProfileId</code>, <code>securityProfileId</code>, <code>agentGroupId</code>, and <code>agentGroupPathIds</code>.</p>"
2136121361
},
2136221362
"HierarchyGroupCondition":{
2136321363
"shape":"HierarchyGroupCondition",

0 commit comments

Comments
 (0)