Name

global.IBMWatsonEntityCoalescer

Description

No description available

Script

var IBMWatsonEntityCoalescer = Class.create();
IBMWatsonEntityCoalescer.prototype = Object.extendsObject(OpenNLUCoalescer, {
  initialize: function() {
  	OpenNLUCoalescer.prototype.initialize.call(this);
  },

  type: 'IBMWatsonEntityCoalescer'
});

Sys ID

65a56e7e3b00330074bc456993efc437

Offical Documentation

Official Docs: