Conversation Sentiment Detection

Detects the sentiment of a conversation transcript

Inputs

NameTypeDescription
ConversationObjectThe conversation object containing messages



Outputs

NameTypeDescription
SentimentStringThe detected sentiment
SuccessBooleanWhether 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__" and success: false