Microsoft.Bot.Connector Namespace
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.
Classes
Interfaces
IActivity | |
IAttachments |
Attachments operations. |
IBotSignIn |
BotSignIn operations. |
IBotState | |
IConnectorClient |
The Bot Connector REST API allows your bot to send and receive messages to channels configured in the Bot Framework Developer Portal. The Connector service uses industry-standard REST and JSON over HTTPS. Client libraries for this REST API are available. See below for a list. Many bots will use both the Bot Connector REST API and the associated Bot State REST API. The Bot State REST API allows a bot to store and retrieve state associated with users and conversations. Authentication for both the Bot Connector and Bot State REST APIs is accomplished with JWT Bearer tokens, and is described in detail in the Connector Authentication document. Client Libraries for the Bot Connector REST API
© 2016 Microsoft. |
IContactRelationUpdateActivity | |
IConversations |
Conversations operations. |
IConversationUpdateActivity | |
ICredentialProvider | |
IEndOfConversationActivity | |
IEventActivity | |
IHandoffActivity | |
IInstallationUpdateActivity | |
IInvokeActivity | |
IMessageActivity | |
IMessageDeleteActivity | |
IMessageReactionActivity | |
IMessageUpdateActivity | |
IOAuthApi | |
IOAuthApiEx | |
IOAuthClient |
IOAuthClient. |
IStateClient | |
ISuggestionActivity | |
ITraceActivity | |
ITypingActivity | |
IUserToken |
UserToken operations. |
Delegates
BotAuthenticator.EndorsementsValidator | |
JwtTokenExtractor.EndorsementsValidator |