QueryDTO.StrictFilters Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="strictFilters")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.MetadataDTO> StrictFilters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="strictFilters")>]
member this.StrictFilters : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.MetadataDTO> with get, set
Public Property StrictFilters As IList(Of MetadataDTO)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to