Skip to content

Commit a01637a

Browse files
Making sentiment optional for ListRealtimeContactAnalysisSegments Response depending on conversational analytics configuration
1 parent 22a87f1 commit a01637a

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

generator/ServiceModels/connect-contact-lens/connect-contact-lens-2020-08-21.api.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,7 @@
280280
"ParticipantRole",
281281
"Content",
282282
"BeginOffsetMillis",
283-
"EndOffsetMillis",
284-
"Sentiment"
283+
"EndOffsetMillis"
285284
],
286285
"members":{
287286
"Id":{"shape":"TranscriptId"},

generator/ServiceModels/connect-contact-lens/connect-contact-lens-2020-08-21.normal.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,7 @@
353353
"ParticipantRole",
354354
"Content",
355355
"BeginOffsetMillis",
356-
"EndOffsetMillis",
357-
"Sentiment"
356+
"EndOffsetMillis"
358357
],
359358
"members":{
360359
"Id":{

sdk/src/Services/ConnectContactLens/Generated/Model/Transcript.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ internal bool IsSetParticipantRole()
182182
/// The sentiment detected for this piece of transcript.
183183
/// </para>
184184
/// </summary>
185-
[AWSProperty(Required=true)]
186185
public SentimentValue Sentiment
187186
{
188187
get { return this._sentiment; }

0 commit comments

Comments
 (0)