PersistedState Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.  |