SemanticAction 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
SemanticAction() |
Initializes a new instance of the SemanticAction class. |
SemanticAction(String, IDictionary<String,Entity>) |
Initializes a new instance of the SemanticAction class. |
SemanticAction()
Initializes a new instance of the SemanticAction class.
public SemanticAction ();
Public Sub New ()
Applies to
SemanticAction(String, IDictionary<String,Entity>)
Initializes a new instance of the SemanticAction class.
public SemanticAction (string id = default, System.Collections.Generic.IDictionary<string,Microsoft.Bot.Schema.Entity> entities = default);
new Microsoft.Bot.Schema.SemanticAction : string * System.Collections.Generic.IDictionary<string, Microsoft.Bot.Schema.Entity> -> Microsoft.Bot.Schema.SemanticAction
Public Sub New (Optional id As String = Nothing, Optional entities As IDictionary(Of String, Entity) = Nothing)
Parameters
- id
- String
ID of this action.
- entities
- IDictionary<String,Entity>
Entities associated with this action.