다음을 통해 공유


JObjectBotData 클래스

정의

public sealed class JObjectBotData : Microsoft.Bot.Builder.Dialogs.Internals.BotDataBase<Newtonsoft.Json.Linq.JObject>
type JObjectBotData = class
    inherit BotDataBase<JObject>
Public NotInheritable Class JObjectBotData
Inherits BotDataBase(Of JObject)
상속
BotDataBase<Newtonsoft.Json.Linq.JObject>
JObjectBotData

생성자

JObjectBotData(IAddress, IBotDataStore<BotData>)

필드

botDataKey (다음에서 상속됨 BotDataBase<T>)
botDataStore (다음에서 상속됨 BotDataBase<T>)

메서드

FlushAsync(CancellationToken) (다음에서 상속됨 BotDataBase<T>)
LoadAsync(CancellationToken) (다음에서 상속됨 BotDataBase<T>)
MakeData() (다음에서 상속됨 BotDataBase<T>)
WrapData(T) (다음에서 상속됨 BotDataBase<T>)

명시적 인터페이스 구현

IBotData.ConversationData (다음에서 상속됨 BotDataBase<T>)
IBotData.PrivateConversationData (다음에서 상속됨 BotDataBase<T>)
IBotData.UserData (다음에서 상속됨 BotDataBase<T>)

적용 대상