Package com.mypurecloud.sdk.v2.model
Class SentimentInsights
java.lang.Object
com.mypurecloud.sdk.v2.model.SentimentInsights
- All Implemented Interfaces:
Serializable
SentimentInsights
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()negativeSentimentReasons(List<SentimentInsightEntry> negativeSentimentReasons) The reasons for negative sentiment found in the conversationpositiveSentimentReasons(List<SentimentInsightEntry> positiveSentimentReasons) The reasons for positive sentiment found in the conversationvoidsetNegativeSentimentReasons(List<SentimentInsightEntry> negativeSentimentReasons) voidsetPositiveSentimentReasons(List<SentimentInsightEntry> positiveSentimentReasons) toString()
-
Constructor Details
-
SentimentInsights
public SentimentInsights() -
SentimentInsights
-
-
Method Details
-
positiveSentimentReasons
public SentimentInsights positiveSentimentReasons(List<SentimentInsightEntry> positiveSentimentReasons) The reasons for positive sentiment found in the conversation -
getPositiveSentimentReasons
-
setPositiveSentimentReasons
-
negativeSentimentReasons
public SentimentInsights negativeSentimentReasons(List<SentimentInsightEntry> negativeSentimentReasons) The reasons for negative sentiment found in the conversation -
getNegativeSentimentReasons
-
setNegativeSentimentReasons
-
equals
-
hashCode
public int hashCode() -
toString
-