Share via


QnAMakerDialog.StrictFilters Property

Definition

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.

Applies to