Share via


ActionState 类

定义

包含有关操作的状态信息。

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

构造函数

ActionState()

初始化 ActionState 类的新实例。

ActionState(String, Object)

初始化 ActionState 类的新实例。

属性

DialogId

获取或设置 DialogId 值。

DialogStack

获取或设置对话框堆栈的状态信息。

(继承自 DialogState)
Options

获取或设置选项值。

适用于