LuisAdaptiveRecognizer.ExternalEntityRecognizer 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 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.