Share via


SemanticAction Class

Definition

Represents a reference to a programmatic action.

public class SemanticAction
type SemanticAction = class
Public Class SemanticAction
Inheritance
SemanticAction

Constructors

SemanticAction()

Initializes a new instance of the SemanticAction class.

SemanticAction(String, IDictionary<String,Entity>)

Initializes a new instance of the SemanticAction class.

Properties

Entities

Gets or sets entities associated with this action.

Id

Gets or sets ID of this action.

State

Gets or sets state of this action. Allowed values: start, continue, done.

Applies to