Compartir a través de


BotDataBase<T> Clase

Definición

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

T
Herencia
BotDataBase<T>
Derivado
Implementaciones

Constructores

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

Campos

botDataKey
botDataStore

Métodos

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

Implementaciones de interfaz explícitas

IBotData.ConversationData
IBotData.PrivateConversationData
IBotData.UserData

Se aplica a