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

取得或設定選項值。

適用於