ภาษา

PersistedState Constructors

Definition

Overloads

PersistedState()

public PersistedState();
Public Sub New ()

Applies to

PersistedState(IDictionary<String,Object>)

public PersistedState(System.Collections.Generic.IDictionary<string,object> initialState);
new Microsoft.Agents.Builder.Dialogs.PersistedState : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Agents.Builder.Dialogs.PersistedState
Public Sub New (initialState As IDictionary(Of String, Object))

Parameters

initialState
IDictionary<String,Object>

Applies to