Class Sentiment
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,Sentiment>
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.Sentiment
The most probable sentiment of the analyzed text.
-
Field Summary
-
Method Summary
Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
POSITIVE
The sentiment of the text is most likely positive. -
NEGATIVE
The sentiment of the text is most likely negative. -
NEUTRAL
The sentiment of the text is most likely neutral.
-
-
Method Details
-
values
-
from
-
valueOf
-