इसके माध्यम से साझा किया गया


SemanticAction Constructors

Definition

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.

Applies to