Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IRecognizeResult interface

Package:
botbuilder

Results from a call to a recognize() function. The implementation is free to add any additional properties to the result.

Properties

score

Confidence that the users utterance was understood on a scale from 0.0 - 1.0.

Property Details

score

Confidence that the users utterance was understood on a scale from 0.0 - 1.0.

score: number

Property Value

number