JObjectBotData Class

Definition

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)
Inheritance
BotDataBase<Newtonsoft.Json.Linq.JObject>
JObjectBotData

Constructors

JObjectBotData(IAddress, IBotDataStore<BotData>)

Fields

botDataKey (Inherited from BotDataBase<T>)
botDataStore (Inherited from BotDataBase<T>)

Methods

FlushAsync(CancellationToken) (Inherited from BotDataBase<T>)
LoadAsync(CancellationToken) (Inherited from BotDataBase<T>)
MakeData() (Inherited from BotDataBase<T>)
WrapData(T) (Inherited from BotDataBase<T>)

Explicit Interface Implementations

IBotData.ConversationData (Inherited from BotDataBase<T>)
IBotData.PrivateConversationData (Inherited from BotDataBase<T>)
IBotData.UserData (Inherited from BotDataBase<T>)

Applies to