共用方式為


QnAMaker.GetLowScoreVariation(QueryResult[]) 方法

定義

篩選使用中學習的模棱兩可問題。

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()

參數

queryResult
QueryResult[]

使用者查詢輸出。

傳回

已篩選的模棱兩可問題陣列。

實作

適用於