IAdapterIntegration Interface

Definition

Caution

Use CloudAdapter instead to process incoming messages.

An interface that defines the contract between web service integration pieces and the bot adapter.

[System.Obsolete("Use `CloudAdapter` instead to process incoming messages.", false)]
public interface IAdapterIntegration
[<System.Obsolete("Use `CloudAdapter` instead to process incoming messages.", false)>]
type IAdapterIntegration = interface
Public Interface IAdapterIntegration
Derived
Attributes

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