Share via


QueryResult.Questions Property

Definition

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.

Applies to