Delen via


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

Definitie

Initialiseert een nieuw exemplaar van de BotState.CachedBotState klasse.

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)

Parameters

state
IDictionary<String,Object>

Beginstatus voor de BotState.CachedBotState.

Van toepassing op