Share via


ConnectorStore Class

Definition

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

Applies to