DialogStateManager.GetMemoryScope(String) 메서드

정의

이름으로 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

범위의 이름입니다.

반환

메모리 범위입니다.

적용 대상