次の方法で共有


DialogContext.State プロパティ

定義

すべてのメモリ スコープのビューを管理する DialogStateManager を取得または設定します。

public Microsoft.Bot.Builder.Dialogs.Memory.DialogStateManager State { get; set; }
member this.State : Microsoft.Bot.Builder.Dialogs.Memory.DialogStateManager with get, set
Public Property State As DialogStateManager

プロパティ値

すべてのメモリ スコープの統合メモリ ビューを含む DialogStateManager。

適用対象