QnAMakerOptions.StrictFilters Property

Definition

Gets or sets the Metadata collection to be sent when calling QnA Maker to filter results.

public Microsoft.Bot.Builder.AI.QnA.Metadata[] StrictFilters { get; set; }
member this.StrictFilters : Microsoft.Bot.Builder.AI.QnA.Metadata[] with get, set
Public Property StrictFilters As Metadata()

Property Value

An array of Metadata.

Applies to