JSONModelFeature interface
Exported Model - Phraselist Model Feature.
Properties
activated | Indicates if the feature is enabled. |
enabled |
Indicates if the Phraselist is enabled for all models in the application. Default value: true. |
mode | An interchangeable phrase list feature serves as a list of synonyms for training. A non-exchangeable phrase list serves as separate features for training. So, if your non-interchangeable phrase list contains 5 phrases, they will be mapped to 5 separate features. You can think of the non-interchangeable phrase list as an additional bag of words to add to LUIS existing vocabulary features. It is used as a lexicon lookup feature where its value is 1 if the lexicon contains a given word or 0 if it doesn’t. Default value is true. |
name | The Phraselist name. |
words | List of comma-separated phrases that represent the Phraselist. |
Property Details
activated
Indicates if the feature is enabled.
activated?: boolean
Property Value
boolean
enabledForAllModels
Indicates if the Phraselist is enabled for all models in the application. Default value: true.
enabledForAllModels?: boolean
Property Value
boolean
mode
An interchangeable phrase list feature serves as a list of synonyms for training. A non-exchangeable phrase list serves as separate features for training. So, if your non-interchangeable phrase list contains 5 phrases, they will be mapped to 5 separate features. You can think of the non-interchangeable phrase list as an additional bag of words to add to LUIS existing vocabulary features. It is used as a lexicon lookup feature where its value is 1 if the lexicon contains a given word or 0 if it doesn’t. Default value is true.
mode?: boolean
Property Value
boolean
name
The Phraselist name.
name?: string
Property Value
string
words
List of comma-separated phrases that represent the Phraselist.
words?: string
Property Value
string