Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
QnAMakerResults interface
- Package:
- botbuilder-ai
An object returned by a call to the QnA Maker Service.
Properties
| activeLearningEnabled | The active learning enable flag. |
| answers | The answers for a user query, sorted in decreasing order of ranking score. |
Property Details
activeLearningEnabled
The active learning enable flag.
activeLearningEnabled?: boolean
Property Value
boolean
answers
The answers for a user query, sorted in decreasing order of ranking score.
answers?: QnAMakerResult[]
