Uses of Class
com.mypurecloud.sdk.v2.model.SentimentInsights
Packages that use SentimentInsights
-
Uses of SentimentInsights in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SentimentInsightsModifier and TypeMethodDescriptionSentimentData.getInsights()SentimentInsights.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 conversationMethods in com.mypurecloud.sdk.v2.model with parameters of type SentimentInsightsModifier and TypeMethodDescriptionSentimentData.insights(SentimentInsights insights) The sentiment insights extracted from the conversationvoidSentimentData.setInsights(SentimentInsights insights)