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() | |
SemanticAction(String, IDictionary<String,Entity>, String) |
SemanticAction()
public SemanticAction ();
Public Sub New ()
Applies to
SemanticAction(String, IDictionary<String,Entity>, String)
public SemanticAction (string id = default, System.Collections.Generic.IDictionary<string,Microsoft.Bot.Connector.Entity> entities = default, string state = default);
new Microsoft.Bot.Connector.SemanticAction : string * System.Collections.Generic.IDictionary<string, Microsoft.Bot.Connector.Entity> * string -> Microsoft.Bot.Connector.SemanticAction
Public Sub New (Optional id As String = Nothing, Optional entities As IDictionary(Of String, Entity) = Nothing, Optional state As String = Nothing)
Parameters
- id
- String
- entities
- IDictionary<String,Entity>
- state
- String