次の方法で共有


DialogContextVisibleState クラス

定義

注意事項

This class is no longer used and is deprecated. Use DialogContext.State.GetMemorySnapshot() to get all visible memory scope objects.

DialogContext.State.ToJson() を呼び出して返される状態オブジェクトの図形を定義します。

[System.Obsolete("This class is no longer used and is deprecated. Use DialogContext.State.GetMemorySnapshot() to get all visible memory scope objects.", false)]
public class DialogContextVisibleState
[<System.Obsolete("This class is no longer used and is deprecated. Use DialogContext.State.GetMemorySnapshot() to get all visible memory scope objects.", false)>]
type DialogContextVisibleState = class
Public Class DialogContextVisibleState
継承
DialogContextVisibleState
属性

コンストラクター

DialogContextVisibleState()
古い.

DialogContext.State.ToJson() を呼び出して返される状態オブジェクトの図形を定義します。

プロパティ

Conversation
古い.

状態に関連する会話を取得または設定します。

Dialog
古い.

状態に関連するダイアログを取得または設定します。

User
古い.

状態に関連するユーザーを取得または設定します。

適用対象