Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 768 Bytes

ConversationSentiment.md

File metadata and controls

28 lines (16 loc) · 768 Bytes

UltraCartRestApiV2.ConversationSentiment

Properties

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

Enum: SentimentEnum

  • POSITIVE (value: "POSITIVE")

  • NEUTRAL (value: "NEUTRAL")

  • NEGATIVE (value: "NEGATIVE")

  • MIXED (value: "MIXED")