IFindMatchResult interface
result returnd from a call to EntityRecognizer.findBestMatch() or EntityRecognizer.findAllMatches().
Properties
| entity | Value that was matched. |
| score | Confidence score on a scale from 0.0 - 1.0 that an value matched the users utterance. |
Property Details
entity
Value that was matched.
entity: string
Property Value
string
score
Confidence score on a scale from 0.0 - 1.0 that an value matched the users utterance.
score: number
Property Value
number