Udostępnij za pośrednictwem


BotDataBase<T> Klasa

Definicja

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

Parametry typu

T
Dziedziczenie
BotDataBase<T>
Pochodne
Implementuje

Konstruktory

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

Pola

botDataKey
botDataStore

Metody

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

Jawne implementacje interfejsu

IBotData.ConversationData
IBotData.PrivateConversationData
IBotData.UserData

Dotyczy