CustomQuestionAnswering.GetLowScoreVariation(QueryResult[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filters the ambiguous question for active learning.
public Microsoft.Bot.Builder.AI.QnA.QueryResult[] GetLowScoreVariation (Microsoft.Bot.Builder.AI.QnA.QueryResult[] queryResult);
abstract member GetLowScoreVariation : Microsoft.Bot.Builder.AI.QnA.QueryResult[] -> Microsoft.Bot.Builder.AI.QnA.QueryResult[]
override this.GetLowScoreVariation : Microsoft.Bot.Builder.AI.QnA.QueryResult[] -> Microsoft.Bot.Builder.AI.QnA.QueryResult[]
Public Function GetLowScoreVariation (queryResult As QueryResult()) As QueryResult()
Parameters
- queryResult
- QueryResult[]
An array of QueryResult which is the user query output.
Returns
Filtered array of ambiguous question.