FoundValue interface
INTERNAL: Raw search result returned by findValues().
Properties
| index | The index of the value that was matched. |
| score | The accuracy with which the value matched the specified portion of the utterance. A value of 1.0 would indicate a perfect match. |
| value | The value that was matched. |
Property Details
index
The index of the value that was matched.
index: number
Property Value
number
score
The accuracy with which the value matched the specified portion of the utterance. A value of 1.0 would indicate a perfect match.
score: number
Property Value
number
value
The value that was matched.
value: string
Property Value
string