Share via


Action Class

Definition

public class Action
type Action = class
Public Class Action
Inheritance
Action

Constructors

Action()

Initializes a new instance of the Action class.

Action(Nullable<Boolean>, String, IList<ActionParameter>)

Initializes a new instance of the Action class.

Properties

Name

Name of the action.

Parameters

The parameters for the action.

Triggered

True if the Luis action is triggered, false otherwise.

Applies to