Name

global.SentimentAnalysisFeatureResponseProcessor

Description

No description available

Script

var SentimentAnalysisFeatureResponseProcessor = Class.create();
SentimentAnalysisFeatureResponseProcessor.prototype = {
  initialize: function() {
  },
  
  process: function(response) {
  	return response;
  },

  type: 'SentimentAnalysisFeatureResponseProcessor'
};

Sys ID

24b84244b712111038a12b04ae11a9d4

Offical Documentation

Official Docs: