| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmediapipelines.model |
| Modifier and Type | Method and Description |
|---|---|
SentimentConfiguration |
SentimentConfiguration.clone() |
SentimentConfiguration |
RealTimeAlertRule.getSentimentConfiguration()
Specifies the settings for predicting sentiment in a real-time alert rule.
|
SentimentConfiguration |
SentimentConfiguration.withRuleName(String ruleName)
The name of the rule in the sentiment configuration.
|
SentimentConfiguration |
SentimentConfiguration.withSentimentType(SentimentType sentimentType)
The type of sentiment,
POSITIVE, NEGATIVE, or NEUTRAL. |
SentimentConfiguration |
SentimentConfiguration.withSentimentType(String sentimentType)
The type of sentiment,
POSITIVE, NEGATIVE, or NEUTRAL. |
SentimentConfiguration |
SentimentConfiguration.withTimePeriod(Integer timePeriod)
Specifies the analysis interval.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealTimeAlertRule.setSentimentConfiguration(SentimentConfiguration sentimentConfiguration)
Specifies the settings for predicting sentiment in a real-time alert rule.
|
RealTimeAlertRule |
RealTimeAlertRule.withSentimentConfiguration(SentimentConfiguration sentimentConfiguration)
Specifies the settings for predicting sentiment in a real-time alert rule.
|
Copyright © 2023. All rights reserved.