Partager via


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

Définition

public BotDataBase (Microsoft.Bot.Builder.Dialogs.IAddress botDataKey, Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData> botDataStore);
new Microsoft.Bot.Builder.Dialogs.Internals.BotDataBase<'T> : Microsoft.Bot.Builder.Dialogs.IAddress * Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData> -> Microsoft.Bot.Builder.Dialogs.Internals.BotDataBase<'T>
Public Sub New (botDataKey As IAddress, botDataStore As IBotDataStore(Of BotData))

Paramètres

botDataKey
IAddress
botDataStore
IBotDataStore<BotData>

S’applique à