Sha256: 4c2d1651d24fb9a56d3a8d35035646d6251f4f98c9464aded422a6f383d0d38c
Contents?: true
Size: 792 Bytes
Versions: 90
Compression:
Stored size: 792 Bytes
Contents
# 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 ```ruby require 'ultracart_api' instance = UltracartClient::ConversationSentiment.new( last_detect_sentiment: null, mixed: null, negative: null, neutral: null, positive: null, sentiment: null ) ```
Version data entries
90 entries across 90 versions & 1 rubygems