Skip to content

Commit 692bfb2

Browse files
author
AWS
committed
Amazon Connect Service Update: This release updates the *InstanceStorageConfig APIs to support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS. Use this resource type to enable streaming for real-time analysis of chat contacts and to associate a Kinesis stream where real-time analysis chat segments will be published.
1 parent 85e1132 commit 692bfb2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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": "This release updates the *InstanceStorageConfig APIs to support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS. Use this resource type to enable streaming for real-time analysis of chat contacts and to associate a Kinesis stream where real-time analysis chat segments will be published."
6+
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4832,7 +4832,7 @@
48324832
},
48334833
"ResourceType":{
48344834
"shape":"InstanceStorageResourceType",
4835-
"documentation":"<p>A valid resource type.</p>"
4835+
"documentation":"<p>A valid resource type. To <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/enable-contact-analysis-segment-streams.html\">enable streaming for real-time analysis of contacts</a>, use the following types:</p> <ul> <li> <p>For chat contacts, use <code>REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS</code>.</p> </li> <li> <p>For voice contacts, use <code>REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS</code>.</p> </li> </ul> <note> <p> <code>REAL_TIME_CONTACT_ANALYSIS_SEGMENTS</code> is deprecated, but it is still supported and will apply only to VOICE channel contacts. Use <code>REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS</code> for voice contacts moving forward.</p> <p>If you have previously associated a stream with <code>REAL_TIME_CONTACT_ANALYSIS_SEGMENTS</code>, no action is needed to update the stream to <code>REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS</code>.</p> </note>"
48364836
},
48374837
"StorageConfig":{
48384838
"shape":"InstanceStorageConfig",
@@ -11758,7 +11758,9 @@
1175811758
"REAL_TIME_CONTACT_ANALYSIS_SEGMENTS",
1175911759
"ATTACHMENTS",
1176011760
"CONTACT_EVALUATIONS",
11761-
"SCREEN_RECORDINGS"
11761+
"SCREEN_RECORDINGS",
11762+
"REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS",
11763+
"REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS"
1176211764
]
1176311765
},
1176411766
"InstanceSummary":{

0 commit comments

Comments
 (0)