Share via


TextEntity Constructors

Definition

Overloads

TextEntity()

Initializes a new instance of the TextEntity class.

TextEntity(String)

Initializes a new instance of the TextEntity class.

TextEntity()

Initializes a new instance of the TextEntity class.

public TextEntity ();
Public Sub New ()

Applies to

TextEntity(String)

Initializes a new instance of the TextEntity class.

public TextEntity (string text);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.TextEntity : string -> Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.TextEntity
Public Sub New (text As String)

Parameters

text
String

Text value.

Applies to