Share via


ExecuteAction Class

Definition

Action.Execute.

public class ExecuteAction : Microsoft.Bot.Schema.SharePoint.BaseAction, Microsoft.Bot.Schema.SharePoint.IAction
type ExecuteAction = class
    inherit BaseAction
    interface IAction
Public Class ExecuteAction
Inherits BaseAction
Implements IAction
Inheritance
ExecuteAction
Implements

Constructors

ExecuteAction()

Initializes a new instance of the ExecuteAction class.

Properties

Parameters

Gets or Sets the action parameters of type Dictionary<TKey,TValue>.

Verb

Gets or Sets the verb associated with this action of type String.

Applies to