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: string

Property Value

string

state

Dictionary of state values.

state: [key: string]: any

Property Value

[key: string]: any