PromptRecognizerResult interface
Result returned by a prompts recognizer function.
Properties
succeeded | If |
value | Value that was recognized if succeeded is |
Property Details
succeeded
If true
the users utterance was successfully recognized and value contains the
recognized result.
succeeded: boolean
Property Value
boolean