Uses of Class
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.Sentiment
Package
Description
Conversation models for
SMART CONVERSATIONS
sent onto callbacks-
Uses of Sentiment in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Modifier and TypeFieldDescriptionstatic final Sentiment
Sentiment.NEGATIVE
The sentiment of the text is most likely negative.static final Sentiment
Sentiment.NEUTRAL
The sentiment of the text is most likely neutral.static final Sentiment
Sentiment.POSITIVE
The sentiment of the text is most likely positive.Modifier and TypeMethodDescriptionstatic Sentiment
MachineLearningSentimentResult.getSentiment()
Get sentimentSentimentResult.getSentiment()
Get sentimentModifier and TypeMethodDescriptionMachineLearningSentimentResult.Builder.setSentiment
(Sentiment sentiment) see getterSentimentResult.Builder.setSentiment
(Sentiment sentiment) see getterstatic String