Uses of Class
com.mypurecloud.sdk.v2.model.SentimentInsightEntry
Packages that use SentimentInsightEntry
-
Uses of SentimentInsightEntry in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SentimentInsightEntryModifier and TypeMethodDescriptionSentimentInsightEntry.description(String description) A short description of the insightThe title given to the insightMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type SentimentInsightEntryModifier and TypeMethodDescriptionSentimentInsights.getNegativeSentimentReasons()SentimentInsights.getPositiveSentimentReasons()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type SentimentInsightEntryModifier and TypeMethodDescriptionSentimentInsights.negativeSentimentReasons(List<SentimentInsightEntry> negativeSentimentReasons) The reasons for negative sentiment found in the conversationSentimentInsights.positiveSentimentReasons(List<SentimentInsightEntry> positiveSentimentReasons) The reasons for positive sentiment found in the conversationvoidSentimentInsights.setNegativeSentimentReasons(List<SentimentInsightEntry> negativeSentimentReasons) voidSentimentInsights.setPositiveSentimentReasons(List<SentimentInsightEntry> positiveSentimentReasons)