Share via


QueryContext.AdultIntent Property

Definition

Gets a Boolean value that indicates whether the specified query has adult intent. The value is true if the query has adult intent; otherwise, false.

[Newtonsoft.Json.JsonProperty(PropertyName="adultIntent")]
public bool? AdultIntent { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="adultIntent")>]
member this.AdultIntent : Nullable<bool>
Public ReadOnly Property AdultIntent As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to