Entity Constructors
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.
Overloads
Entity() | |
Entity(String) |
Entity()
public Entity ();
Public Sub New ()
Applies to
Entity(String)
public Entity (string type = default);
new Microsoft.Bot.Connector.Entity : string -> Microsoft.Bot.Connector.Entity
Public Sub New (Optional type As String = Nothing)
Parameters
- type
- String