PromptRecognizerResult interface

Result returned by a prompts recognizer function.

Properties

succeeded

If true the users utterance was successfully recognized and value contains the recognized result.

value

Value that was recognized if succeeded is true.

Property Details

succeeded

If true the users utterance was successfully recognized and value contains the recognized result.

succeeded: boolean

Property Value

boolean

value

Value that was recognized if succeeded is true.

value?: T

Property Value

T