DictionaryBotData(IAddress, IBotDataStore<BotData>) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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))
Paramètres
- botDataKey
- IAddress
- botDataStore
- IBotDataStore<BotData>