DictionaryBotData(IAddress, IBotDataStore<BotData>) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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>