CachedBotState interface  
State information cached off the context object by a BotState instance.
Properties
| hash | Hash of the last known state values. This is used to perform change detection. | 
| state | Dictionary of state values. | 
Property Details
hash
Hash of the last known state values. This is used to perform change detection.
hash: stringProperty Value
string
state
Dictionary of state values.
state: [key: string]: anyProperty Value
[key: string]: any