Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 792 Bytes

File metadata and controls

28 lines (22 loc) · 792 Bytes

UltracartClient::ConversationSentiment

Properties

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

Example

require 'ultracart_api'

instance = UltracartClient::ConversationSentiment.new(
  last_detect_sentiment: null,
  mixed: null,
  negative: null,
  neutral: null,
  positive: null,
  sentiment: null
)