Delen via


CustomQuestionAnswering.GetLowScoreVariation(QueryResult[]) Methode

Definitie

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

Een matrix waarvan de uitvoer van QueryResult de gebruikersquery is.

Retouren

Gefilterde matrix met dubbelzinnige vragen.

Implementeringen

Van toepassing op