Thing 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
Thing() |
Initializes a new instance of the Thing class. |
Thing(String, String) |
Initializes a new instance of the Thing class. |
Thing()
Thing(String, String)
Initializes a new instance of the Thing class.
public Thing (string type = default, string name = default);
new Microsoft.Bot.Schema.Thing : string * string -> Microsoft.Bot.Schema.Thing
Public Sub New (Optional type As String = Nothing, Optional name As String = Nothing)
Parameters
- type
- String
The type of the thing.
- name
- String
The name of the thing.