IAdapterIntegration Interface
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.
An interface that defines the contract between web service integration pieces and the bot adapter.
public interface IAdapterIntegration
type IAdapterIntegration = interface
Public Interface IAdapterIntegration
- Derived
Remarks
BotFrameworkAdapter is still supported but the recommended adapter is CloudAdapter
.
Methods
ContinueConversationAsync(String, ConversationReference, BotCallbackHandler, CancellationToken) |
Sends a proactive message to a conversation. |
ProcessActivityAsync(String, Activity, BotCallbackHandler, CancellationToken) |
Creates a turn context and runs the middleware pipeline for an incoming activity. |