QnAMakerDialog.Filters 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 metadata and sources used to filter QnA Maker results.
public AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Builder.AI.QnA.Models.Filters> Filters { get; set; }
member this.Filters : AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Builder.AI.QnA.Models.Filters> with get, set
Public Property Filters As ObjectExpression(Of Filters)
Property Value
An object with metadata, source filters and corresponding operators.