PersistedState Class

Definition

Represents the persisted data across turns.

public class PersistedState
type PersistedState = class
Public Class PersistedState
Inheritance
PersistedState

Constructors

PersistedState()

Initializes a new instance of the PersistedState class.

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

Initializes a new instance of the PersistedState class.

Properties

ConversationState

Gets or sets the dialog state data.

UserState

Gets or sets the user profile data.

Applies to