LuisAdaptiveRecognizer.ExternalEntityRecognizer Property

Definition

Gets or sets an external entity recognizer.

public Microsoft.Bot.Builder.Dialogs.Recognizer ExternalEntityRecognizer { get; set; }
member this.ExternalEntityRecognizer : Microsoft.Bot.Builder.Dialogs.Recognizer with get, set
Public Property ExternalEntityRecognizer As Recognizer

Property Value

Recognizer.

Remarks

This recognizer is run before calling LUIS and the results are passed to LUIS.

Applies to