Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 819 Bytes

File metadata and controls

29 lines (17 loc) · 819 Bytes

ConversationSentiment

Properties

Name Type Description Notes
lastDetectSentiment String The last time the detect sentiment was run on this conversation [optional]
mixed BigDecimal The mixed score [optional]
negative BigDecimal The negative score [optional]
neutral BigDecimal The neutral score [optional]
positive BigDecimal The positive score [optional]
sentiment SentimentEnum The overall sentiment [optional]

Enum: SentimentEnum

Name Value
POSITIVE "POSITIVE"
NEUTRAL "NEUTRAL"
NEGATIVE "NEGATIVE"
MIXED "MIXED"