IFindMatchResult interface

Result returned from a call to EntityRecognizer.findBestMatch() or EntityRecognizer.findAllMatches().

Properties

entity

Value that was matched.

index

Index of the matched value.

score

Confidence score on a scale from 0.0 - 1.0 that a value matched the users utterance.

Property Details

entity

Value that was matched.

entity: string

Property Value

string

index

Index of the matched value.

index: number

Property Value

number

score

Confidence score on a scale from 0.0 - 1.0 that a value matched the users utterance.

score: number

Property Value

number