QnAMakerResults interface

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[]

Property Value