QnAMaker.GetLowScoreVariation(QueryResult[]) Methode

Definitie

Hiermee filtert u de dubbelzinnige vraag voor actief leren.

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

Uitvoer van gebruikersquery's.

Retouren

Gefilterde matrix van dubbelzinnige vragen.

Implementeringen

Van toepassing op