Jaa


QnAMakerTraceInfo.QueryResults Property

Definition

Gets or sets results that QnAMaker returned.

public Microsoft.Bot.Builder.AI.QnA.QueryResult[] QueryResults { get; set; }
member this.QueryResults : Microsoft.Bot.Builder.AI.QnA.QueryResult[] with get, set
Public Property QueryResults As QueryResult()

Property Value

Results that QnAMaker returned.

Applies to