DictionaryBotData(IAddress, IBotDataStore<BotData>) Constructor

Definition

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

Parameters

botDataKey
IAddress
botDataStore
IBotDataStore<BotData>

Applies to