Class: LUISModel

LUISModel

LUIS machine learning model - NLU classifier

new LUISModel()

Members


parameters :Object

Node parameters.
Type:
  • Object
Properties:
Name Type Description
parameters
Properties
Name Type Description
nlu Object this gets added onto the process properties to get used for NLU. Use language code as a key: { 'en': { "engine": "luis-strong", "app_id": '', "subscription_key": '' }}

Methods


validators()

defines validation methods to execute at the editor; if one of them fails, a dashed red border is displayed for the node
Returns:
Type
Array.<Validator>