QueryResults.Answers Property

Definition

Gets or sets the answers for a user query, sorted in decreasing order of ranking score.

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

Property Value

The answers for a user query, sorted in decreasing order of ranking score.

Applies to