Name

sn_nb_action.RecommendedActionEvaluator

Description

This class can be updated to customize out-of-box implementation of RecommendedActionEvaluatorImpl.

Script

var RecommendedActionEvaluator = Class.create();
RecommendedActionEvaluator.prototype = Object.extendsObject(sn_nb_action.RecommendedActionEvaluatorImpl, {
  initialize: function() {
  	RecommendedActionEvaluatorImpl.prototype.initialize.call(this);
  },
  type: 'RecommendedActionEvaluator'
});

Sys ID

8eb450e3eb6220106fd0b6302a522800

Offical Documentation

Official Docs: