ActionState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |