다음을 통해 공유


DialogStateManagerConfiguration.MemoryScopes 속성

정의

MemoryScopes를 가져오거나 설정합니다.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope> MemoryScopes { get; set; }
member this.MemoryScopes : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope> with get, set
Public Property MemoryScopes As List(Of MemoryScope)

속성 값

대화 상태 관리자 컨텍스트에 로드할 MemoryScopes입니다.

적용 대상