Share via


IAdapterIntegration Interface

Definition

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.

Applies to