AI_SENTIMENT (Beta)

Applies to: ✅ Data 360 SQL ❌ Tableau Hyper API

Performs sentiment analysis on text input and returns a sentiment label.

  • input_text: The text to analyze for sentiment. The function processes empty input values normally. The text must be a non-NULL value.

Returns a text sentiment label. Sentiment labels are:

  • Positive
  • Negative
  • Neutral
  • Requests to the function time out after 30 seconds.
  • input_text must be a non-NULL value. Add NON_NULL to the WHERE clause in your SQL statement to avoid NULL value errors.

Analyzes sentiment for multiple rows from a table.

Returns the sentiment of the feedback for each row in the AutomobileServiceFeedback__dll.

Show only positive feedback in a table.

Returns all positive feedback.