DialogStateManager.GetMemoryScope(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依名稱取得 MemoryScope。
public Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope GetMemoryScope(string name);
member this.GetMemoryScope : string -> Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope
Public Function GetMemoryScope (name As String) As MemoryScope
參數
- name
- String
範圍的名稱。
傳回
記憶體範圍。