Partilhar via


BotDataBase<T> Classe

Definição

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

Parâmetros de Tipo Genérico

T
Herança
BotDataBase<T>
Derivado
Implementações

Construtores

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

Campos

botDataKey
botDataStore

Métodos

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

Implementações de Interface Explícita

IBotData.ConversationData
IBotData.PrivateConversationData
IBotData.UserData

Aplica-se a