Entity Constructors

Definition

Overloads

Entity()

Initializes a new instance of the Entity class.

Entity(String)

Initializes a new instance of the Entity class.

Entity()

Initializes a new instance of the Entity class.

public Entity ();
Public Sub New ()

Applies to

Entity(String)

Initializes a new instance of the Entity class.

public Entity (string type = default);
new Microsoft.Bot.Schema.Entity : string -> Microsoft.Bot.Schema.Entity
Public Sub New (Optional type As String = Nothing)

Parameters

type
String

Type of this entity (RFC 3987 IRI).

Applies to