QueryResult.Questions 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 list of questions indexed in the QnA Service for the given answer.
public string[] Questions { get; set; }
member this.Questions : string[] with get, set
Public Property Questions As String()
Property Value
String[]
The list of questions indexed in the QnA Service for the given answer.