ActionState Class

Definition

Contains state information about the action.

public class ActionState : Microsoft.Bot.Builder.Dialogs.DialogState
type ActionState = class
    inherit DialogState
Public Class ActionState
Inherits DialogState
Inheritance
ActionState

Constructors

ActionState()

Initializes a new instance of the ActionState class.

ActionState(String, Object)

Initializes a new instance of the ActionState class.

Properties

DialogId

Gets or sets DialogId value.

DialogStack

Gets or sets the state information for a dialog stack.

(Inherited from DialogState)
Options

Gets or sets options value.

Applies to