DictionaryBotData(IAddress, IBotDataStore<BotData>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>