Share via


QuestionAnsweringAuthoringDialog.IsContextOnly Property

Definition

To mark if a prompt is relevant only with a previous question or not. If true, do not include this QnA as answer for queries without context; otherwise, ignores context and includes this QnA in answers.

public bool? IsContextOnly { get; set; }
member this.IsContextOnly : Nullable<bool> with get, set
Public Property IsContextOnly As Nullable(Of Boolean)

Property Value

Applies to