Skip to content

Commit 5887539

Browse files
author
AWS
committed
Amazon Connect Service Update: The voice enhancement mode used by the agent can now be viewed on the contact record via the DescribeContact api.
1 parent 3c39d91 commit 5887539

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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": "The voice enhancement mode used by the agent can now be viewed on the contact record via the DescribeContact api."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6804,6 +6804,10 @@
68046804
"StateTransitions":{
68056805
"shape":"StateTransitions",
68066806
"documentation":"<p>List of <code>StateTransition</code> for a supervisor.</p>"
6807+
},
6808+
"VoiceEnhancementMode":{
6809+
"shape":"VoiceEnhancementMode",
6810+
"documentation":"<p>The voice enhancement mode used by the agent as the call is ending. Valid values: VOICE_ISOLATION | NOISE_SUPPRESSION | NONE. A value of null indicates this mode has not yet been set for this user.</p>"
68076811
}
68086812
},
68096813
"documentation":"<p>Information about the agent who accepted the contact.</p>"

0 commit comments

Comments
 (0)