Package version:
Optional
accentDefaults to false. Boolean value denoting whether comparisons with the entity name should be sensitive to accent.
Optional
aliasesAn array of complex objects that can be used to specify alternative spellings or synonyms to the root entity name.
Optional
caseDefaults to false. Boolean value denoting whether comparisons with the entity name should be sensitive to character casing. Sample case insensitive matches of "Microsoft" could be: microsoft, microSoft, MICROSOFT.
Optional
defaultChanges the default accent sensitivity value for this entity. It be used to change the default value of all aliases accentSensitive values.
Optional
defaultChanges the default case sensitivity value for this entity. It be used to change the default value of all aliases caseSensitive values.
Optional
defaultChanges the default fuzzy edit distance value for this entity. It can be used to change the default value of all aliases fuzzyEditDistance values.
Optional
descriptionThis field can be used as a passthrough for custom metadata about the matched text(s). The value of this field will appear with every match of its entity in the skill output.
Optional
fuzzyDefaults to 0. Maximum value of 5. Denotes the acceptable number of divergent characters that would still constitute a match with the entity name. The smallest possible fuzziness for any given match is returned. For instance, if the edit distance is set to 3, "Windows10" would still match "Windows", "Windows10" and "Windows 7". When case sensitivity is set to false, case differences do NOT count towards fuzziness tolerance, but otherwise do.
Optional
idThis field can be used as a passthrough for custom metadata about the matched text(s). The value of this field will appear with every match of its entity in the skill output.
The top-level entity descriptor. Matches in the skill output will be grouped by this name, and it should represent the "normalized" form of the text being found.
Optional
subtypeThis field can be used as a passthrough for custom metadata about the matched text(s). The value of this field will appear with every match of its entity in the skill output.
Optional
typeThis field can be used as a passthrough for custom metadata about the matched text(s). The value of this field will appear with every match of its entity in the skill output.
An object that contains information about the matches that were found, and related metadata.