QueryResults.Answers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.