ConnectorStore 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.
implementation of IBotDatStore which uses the State REST API on state.botframework.com to store data
public class ConnectorStore : Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData>
type ConnectorStore = class
interface IBotDataStore<BotData>
Public Class ConnectorStore
Implements IBotDataStore(Of BotData)
- Inheritance
-
ConnectorStore
- Implements
Constructors
ConnectorStore(IStateClient) |