BotDataBase<T> Klasse

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

Typparameter

T
Vererbung
BotDataBase<T>
Abgeleitet
Implementiert

Konstruktoren

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

Felder

botDataKey
botDataStore

Methoden

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

Explizite Schnittstellenimplementierungen

IBotData.ConversationData
IBotData.PrivateConversationData
IBotData.UserData

Gilt für: