Share via


RegexRecognizer.Entities Property

Definition

Gets or sets the entity recognizers.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.EntityRecognizer> Entities { get; set; }
member this.Entities : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.EntityRecognizer> with get, set
Public Property Entities As List(Of EntityRecognizer)

Property Value

The entity recognizers.

Applies to