Partager via


BotState.CachedBotState(IDictionary<String,Object>) Constructeur

Définition

Initialise une nouvelle instance de la classe BotState.CachedBotState.

public CachedBotState (System.Collections.Generic.IDictionary<string,object> state = default);
new Microsoft.Bot.Builder.BotState.CachedBotState : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Bot.Builder.BotState.CachedBotState
Public Sub New (Optional state As IDictionary(Of String, Object) = Nothing)

Paramètres

state
IDictionary<String,Object>

État initial pour .BotState.CachedBotState

S’applique à