RegexRecognizer.Intents 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 intent patterns for recognizing intents using regular expressions.
public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.IntentPattern> Intents { get; set; }
member this.Intents : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.IntentPattern> with get, set
Public Property Intents As List(Of IntentPattern)
Property Value
Dictionary of patterns -> Intent names.