Dela via


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

Definition

Initierar en ny instans av BotState.CachedBotState klassen.

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)

Parametrar

state
IDictionary<String,Object>

Ursprungligt tillstånd för BotState.CachedBotState.

Gäller för