AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Flag the presence or absence of specific sentiments detected in your Call Analytics transcription output.
Rules using SentimentFilter
are designed to match:
The presence or absence of a positive sentiment felt by the customer, agent, or both at specified points in the call
The presence or absence of a negative sentiment felt by the customer, agent, or both at specified points in the call
The presence or absence of a neutral sentiment felt by the customer, agent, or both at specified points in the call
The presence or absence of a mixed sentiment felt by the customer, the agent, or both at specified points in the call
See Rule criteria for post-call categories for usage examples.
Namespace: Amazon.TranscribeService.Model
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z
public class SentimentFilter
The SentimentFilter type exposes the following members
Name | Description | |
---|---|---|
SentimentFilter() |
Name | Type | Description | |
---|---|---|---|
AbsoluteTimeRange | Amazon.TranscribeService.Model.AbsoluteTimeRange |
Gets and sets the property AbsoluteTimeRange. Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for the specified sentiments. See for more detail. |
|
Negate | System.Boolean |
Gets and sets the property Negate.
Set to |
|
ParticipantRole | Amazon.TranscribeService.ParticipantRole |
Gets and sets the property ParticipantRole. Specify the participant that you want to flag. Omitting this parameter is equivalent to specifying both participants. |
|
RelativeTimeRange | Amazon.TranscribeService.Model.RelativeTimeRange |
Gets and sets the property RelativeTimeRange. Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for the specified sentiments. See for more detail. |
|
Sentiments | System.Collections.Generic.List<System.String> |
Gets and sets the property Sentiments. Specify the sentiments that you want to flag. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5