ActionState 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含動作的狀態資訊。
public class ActionState : Microsoft.Bot.Builder.Dialogs.DialogState
type ActionState = class
inherit DialogState
Public Class ActionState
Inherits DialogState
- 繼承
建構函式
ActionState() |
初始化 ActionState 類別的新執行個體。 |
ActionState(String, Object) |
初始化 ActionState 類別的新執行個體。 |
屬性
DialogId |
取得或設定 DialogId 值。 |
DialogStack |
取得或設定對話方塊堆疊的狀態資訊。 (繼承來源 DialogState) |
Options |
取得或設定選項值。 |