共用方式為


UserMemoryScope 類別

定義

UserMemoryScope 代表使用者範圍記憶體。

public class UserMemoryScope : Microsoft.Bot.Builder.Dialogs.Memory.Scopes.BotStateMemoryScope<Microsoft.Bot.Builder.UserState>
type UserMemoryScope = class
    inherit BotStateMemoryScope<UserState>
Public Class UserMemoryScope
Inherits BotStateMemoryScope(Of UserState)
繼承

備註

這依賴可從 turnCoNtext.TurnState.Get < UserState () 存取的 UserState > 物件。

建構函式

UserMemoryScope()

初始化 UserMemoryScope 類別的新執行個體。

屬性

IncludeInSnapshot

取得或設定值,指出此記憶體是否應該包含在快照集中。

(繼承來源 MemoryScope)
Name

取得或設定範圍的名稱。

(繼承來源 MemoryScope)

方法

DeleteAsync(DialogContext, CancellationToken)

刪除儲存體中的任何狀態,以及這個 BotState 的快取。

(繼承來源 BotStateMemoryScope<T>)
GetMemory(DialogContext)

取得此範圍的支援記憶體。

(繼承來源 BotStateMemoryScope<T>)
LoadAsync(DialogContext, Boolean, CancellationToken)

從儲存層填入此 BotState 狀態快取。

(繼承來源 BotStateMemoryScope<T>)
SaveChangesAsync(DialogContext, Boolean, CancellationToken)

將這個 BotState 的狀態快取寫入儲存層。

(繼承來源 BotStateMemoryScope<T>)
SetMemory(DialogContext, Object)

變更記憶體範圍的支持對象。

(繼承來源 BotStateMemoryScope<T>)

適用於