public static interface SentimentConfiguration.Builder extends SdkPojo, CopyableBuilder<SentimentConfiguration.Builder,SentimentConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SentimentConfiguration.Builder |
ruleName(String ruleName)
The name of the rule in the sentiment configuration.
|
SentimentConfiguration.Builder |
sentimentType(SentimentType sentimentType)
The type of sentiment,
POSITIVE, NEGATIVE, or NEUTRAL. |
SentimentConfiguration.Builder |
sentimentType(String sentimentType)
The type of sentiment,
POSITIVE, NEGATIVE, or NEUTRAL. |
SentimentConfiguration.Builder |
timePeriod(Integer timePeriod)
Specifies the analysis interval.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSentimentConfiguration.Builder ruleName(String ruleName)
The name of the rule in the sentiment configuration.
ruleName - The name of the rule in the sentiment configuration.SentimentConfiguration.Builder sentimentType(String sentimentType)
The type of sentiment, POSITIVE, NEGATIVE, or NEUTRAL.
sentimentType - The type of sentiment, POSITIVE, NEGATIVE, or NEUTRAL.SentimentType,
SentimentTypeSentimentConfiguration.Builder sentimentType(SentimentType sentimentType)
The type of sentiment, POSITIVE, NEGATIVE, or NEUTRAL.
sentimentType - The type of sentiment, POSITIVE, NEGATIVE, or NEUTRAL.SentimentType,
SentimentTypeSentimentConfiguration.Builder timePeriod(Integer timePeriod)
Specifies the analysis interval.
timePeriod - Specifies the analysis interval.Copyright © 2023. All rights reserved.