| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
SentimentFilter |
SentimentFilter.clone() |
SentimentFilter |
Rule.getSentimentFilter()
A condition that is applied to a particular customer sentiment.
|
SentimentFilter |
SentimentFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
The time range, measured in seconds, of the sentiment.
|
SentimentFilter |
SentimentFilter.withNegate(Boolean negate)
Set to
TRUE to look for sentiments that weren't specified in the request. |
SentimentFilter |
SentimentFilter.withParticipantRole(ParticipantRole participantRole)
A value that determines whether the sentiment belongs to the customer or the agent.
|
SentimentFilter |
SentimentFilter.withParticipantRole(String participantRole)
A value that determines whether the sentiment belongs to the customer or the agent.
|
SentimentFilter |
SentimentFilter.withRelativeTimeRange(RelativeTimeRange relativeTimeRange)
The time range, set in percentages, that correspond to proportion of the call.
|
SentimentFilter |
SentimentFilter.withSentiments(Collection<String> sentiments)
An array that enables you to specify sentiments for the customer or agent.
|
SentimentFilter |
SentimentFilter.withSentiments(SentimentValue... sentiments)
An array that enables you to specify sentiments for the customer or agent.
|
SentimentFilter |
SentimentFilter.withSentiments(String... sentiments)
An array that enables you to specify sentiments for the customer or agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setSentimentFilter(SentimentFilter sentimentFilter)
A condition that is applied to a particular customer sentiment.
|
Rule |
Rule.withSentimentFilter(SentimentFilter sentimentFilter)
A condition that is applied to a particular customer sentiment.
|
Copyright © 2022. All rights reserved.