java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,Sentiment>
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.Sentiment

public class Sentiment extends EnumDynamic<String,Sentiment>
The most probable sentiment of the analyzed text.
  • Field Details

    • POSITIVE

      public static final Sentiment POSITIVE
      The sentiment of the text is most likely positive.
    • NEGATIVE

      public static final Sentiment NEGATIVE
      The sentiment of the text is most likely negative.
    • NEUTRAL

      public static final Sentiment NEUTRAL
      The sentiment of the text is most likely neutral.
  • Method Details