QnAMakerDialog.StrictFilters 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 QnA Maker metadata with which to filter or boost queries to the knowledge base; or null to apply none.
public AdaptiveExpressions.Properties.ArrayExpression<Microsoft.Bot.Builder.AI.QnA.Metadata> StrictFilters { get; set; }
member this.StrictFilters : AdaptiveExpressions.Properties.ArrayExpression<Microsoft.Bot.Builder.AI.QnA.Metadata> with get, set
Public Property StrictFilters As ArrayExpression(Of Metadata)
Property Value
The QnA Maker metadata with which to filter or boost queries to the knowledge base or an expression which evaluates to the QnA Maker metadata.