Conversation Sentiment Detection
Detects the sentiment of a conversation transcript
Inputs
| Name | Type | Description |
|---|---|---|
| Conversation | Object | The conversation object containing messages |
Outputs
| Name | Type | Description |
|---|---|---|
| Sentiment | String | The detected sentiment |
| Success | Boolean | Whether the sentiment detection was successful |
Sentiment possible values: positive, neutral, negative, __DG_OTHER__
Notes
- On success, the action returns the detected sentiment and
success: true - On failure or when no sentiment is returned, the action returns
sentiment: "__DG_OTHER__"andsuccess: false
Updated about 2 hours ago