Action Class

Definition

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

Constructors

Name Description
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 Description
Name

Name of the action.

Parameters

The parameters for the action.

Triggered

True if the Luis action is triggered, false otherwise.

Applies to