Package com.mypurecloud.sdk.v2.model
Class ConversationMetrics
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationMetrics
- All Implemented Interfaces:
Serializable
ConversationMetrics
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Sentiment Trend Class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversation(AddressableEntityRef conversation) The Conversation ReferenceempathyScores(List<EmpathyScore> empathyScores) The Empathy ScoresbooleaninthashCode()participantMetrics(ParticipantMetrics participantMetrics) The Participant MetricssentimentScore(Double sentimentScore) The Sentiment ScoresentimentTrend(Double sentimentTrend) The Sentiment TrendsentimentTrendClass(ConversationMetrics.SentimentTrendClassEnum sentimentTrendClass) The Sentiment Trend ClassvoidsetConversation(AddressableEntityRef conversation) voidsetEmpathyScores(List<EmpathyScore> empathyScores) voidsetParticipantMetrics(ParticipantMetrics participantMetrics) voidsetSentimentScore(Double sentimentScore) voidsetSentimentTrend(Double sentimentTrend) voidsetSentimentTrendClass(ConversationMetrics.SentimentTrendClassEnum sentimentTrendClass) toString()
-
Constructor Details
-
ConversationMetrics
public ConversationMetrics() -
ConversationMetrics
-
-
Method Details
-
conversation
The Conversation Reference -
getConversation
-
setConversation
-
sentimentScore
The Sentiment Score -
getSentimentScore
-
setSentimentScore
-
sentimentTrend
The Sentiment Trend -
getSentimentTrend
-
setSentimentTrend
-
sentimentTrendClass
public ConversationMetrics sentimentTrendClass(ConversationMetrics.SentimentTrendClassEnum sentimentTrendClass) The Sentiment Trend Class -
getSentimentTrendClass
-
setSentimentTrendClass
-
empathyScores
The Empathy Scores -
getEmpathyScores
-
setEmpathyScores
-
participantMetrics
The Participant Metrics -
getParticipantMetrics
-
setParticipantMetrics
-
equals
-
hashCode
public int hashCode() -
toString
-