BotState.GetStorageKey(ITurnContext) Method
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.
When overridden in a derived class, gets the key to use when reading and writing state to and from storage.
protected abstract string GetStorageKey (Microsoft.Bot.Builder.ITurnContext turnContext);
abstract member GetStorageKey : Microsoft.Bot.Builder.ITurnContext -> string
Protected MustOverride Function GetStorageKey (turnContext As ITurnContext) As String
Parameters
- turnContext
- ITurnContext
The context object for this turn.
Returns
The storage key.