DictionaryBotData Class
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 sealed class DictionaryBotData : Microsoft.Bot.Builder.Dialogs.Internals.BotDataBase<System.Collections.Generic.Dictionary<string,object>>
type DictionaryBotData = class
inherit BotDataBase<Dictionary<string, obj>>
Public NotInheritable Class DictionaryBotData
Inherits BotDataBase(Of Dictionary(Of String, Object))
- Inheritance
Constructors
| DictionaryBotData(IAddress, IBotDataStore<BotData>) |
Fields
| botDataKey | (Inherited from BotDataBase<T>) |
| botDataStore | (Inherited from BotDataBase<T>) |
Methods
| FlushAsync(CancellationToken) | (Inherited from BotDataBase<T>) |
| LoadAsync(CancellationToken) | (Inherited from BotDataBase<T>) |
| MakeData() | (Inherited from BotDataBase<T>) |
| WrapData(T) | (Inherited from BotDataBase<T>) |
Explicit Interface Implementations
| IBotData.ConversationData | (Inherited from BotDataBase<T>) |
| IBotData.PrivateConversationData | (Inherited from BotDataBase<T>) |
| IBotData.UserData | (Inherited from BotDataBase<T>) |