| 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] |
| Name | Value |
|---|---|
| POSITIVE | "POSITIVE" |
| NEUTRAL | "NEUTRAL" |
| NEGATIVE | "NEGATIVE" |
| MIXED | "MIXED" |