DictionaryBotData Class

Definition

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
DictionaryBotData

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>)

Applies to