BotDataBase<T> Class

Definition

public abstract class BotDataBase<T> : Microsoft.Bot.Builder.Dialogs.Internals.IBotData
type BotDataBase<'T> = class
    interface IBotData
Public MustInherit Class BotDataBase(Of T)
Implements IBotData

Type Parameters

T
Inheritance
BotDataBase<T>
Derived
Implements

Constructors

BotDataBase<T>(IAddress, IBotDataStore<BotData>)

Fields

botDataKey
botDataStore

Methods

FlushAsync(CancellationToken)
LoadAsync(CancellationToken)
MakeData()
WrapData(T)

Explicit Interface Implementations

IBotData.ConversationData
IBotData.PrivateConversationData
IBotData.UserData

Applies to