| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
SentimentFilter.Builder |
SentimentFilter.Builder.absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
The time range, measured in seconds, of the sentiment.
|
default SentimentFilter.Builder |
SentimentFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange)
The time range, measured in seconds, of the sentiment.
|
static SentimentFilter.Builder |
SentimentFilter.builder() |
SentimentFilter.Builder |
SentimentFilter.Builder.negate(Boolean negate)
Set to
TRUE to look for sentiments that weren't specified in the request. |
SentimentFilter.Builder |
SentimentFilter.Builder.participantRole(ParticipantRole participantRole)
A value that determines whether the sentiment belongs to the customer or the agent.
|
SentimentFilter.Builder |
SentimentFilter.Builder.participantRole(String participantRole)
A value that determines whether the sentiment belongs to the customer or the agent.
|
default SentimentFilter.Builder |
SentimentFilter.Builder.relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange)
The time range, set in percentages, that correspond to proportion of the call.
|
SentimentFilter.Builder |
SentimentFilter.Builder.relativeTimeRange(RelativeTimeRange relativeTimeRange)
The time range, set in percentages, that correspond to proportion of the call.
|
SentimentFilter.Builder |
SentimentFilter.Builder.sentiments(Collection<SentimentValue> sentiments)
An array that enables you to specify sentiments for the customer or agent.
|
SentimentFilter.Builder |
SentimentFilter.Builder.sentiments(SentimentValue... sentiments)
An array that enables you to specify sentiments for the customer or agent.
|
SentimentFilter.Builder |
SentimentFilter.Builder.sentimentsWithStrings(Collection<String> sentiments)
An array that enables you to specify sentiments for the customer or agent.
|
SentimentFilter.Builder |
SentimentFilter.Builder.sentimentsWithStrings(String... sentiments)
An array that enables you to specify sentiments for the customer or agent.
|
SentimentFilter.Builder |
SentimentFilter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SentimentFilter.Builder> |
SentimentFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Rule.Builder |
Rule.Builder.sentimentFilter(Consumer<SentimentFilter.Builder> sentimentFilter)
A condition that is applied to a particular customer sentiment.
|
Copyright © 2021. All rights reserved.