RegexEntityRecognizer Class
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.
Matches input against a regular expression.
public class RegexEntityRecognizer : Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.TextEntityRecognizer
type RegexEntityRecognizer = class
inherit TextEntityRecognizer
Public Class RegexEntityRecognizer
Inherits TextEntityRecognizer
- Inheritance
Constructors
RegexEntityRecognizer(String, Int32) |
Initializes a new instance of the RegexEntityRecognizer class. |
Fields
ChooseIntent |
Intent name that will be produced by this recognizer if the child recognizers do not have consensus for intents. (Inherited from Recognizer) |
Kind |
Class identifier. |
NoneIntent |
Standard none intent that means none of the recognizers recognize the intent. (Inherited from Recognizer) |
Properties
Id |
Gets or sets id of the recognizer. (Inherited from Recognizer) |
LogPersonalInformation |
Gets or sets the flag to determine if telemetry should include personal information in its log. (Inherited from AdaptiveRecognizer) |
Name |
Gets or sets the name match result TypeName value. |
Pattern |
Gets or sets the regular expression pattern value. |
TelemetryClient |
Gets or sets the currently configured IBotTelemetryClient that logs the RecognizerResult event. (Inherited from Recognizer) |