Class: Skill

Skill

Source:

Methods

execute(paramsopt) → {Promise.<(number|string|object|array)>}

Executes the Skill
Parameters:
Name Type Attributes Description
params object <optional>
Parameters of the Skill
Source:
Returns:
Output of the run
Type
Promise.<(number|string|object|array)>