次の方法で共有


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

オプション値を取得または設定します。

適用対象