Share via


RegexRecognizer.Intents Property

Definition

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.

Applies to