Package version:
OptionalaccentDefaults to false. Boolean value denoting whether comparisons with the entity name should be sensitive to accent.
OptionalaliasesAn array of complex objects that can be used to specify alternative spellings or synonyms to the root entity name.
OptionalcaseDefaults 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.
OptionaldefaultChanges the default accent sensitivity value for this entity. It be used to change the default value of all aliases accentSensitive values.
OptionaldefaultChanges the default case sensitivity value for this entity. It be used to change the default value of all aliases caseSensitive values.
OptionaldefaultChanges the default fuzzy edit distance value for this entity. It can be used to change the default value of all aliases fuzzyEditDistance values.
OptionaldescriptionThis 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.
OptionalfuzzyDefaults 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.
OptionalidThis 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.
OptionalsubtypeThis 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.
OptionaltypeThis 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.