BotMessageHandler(IAdapterIntegration) Constructor

Definition

Initializes a new instance of the BotMessageHandler class.

public BotMessageHandler (Microsoft.Bot.Builder.Integration.IAdapterIntegration adapter);
new Microsoft.Bot.Builder.Integration.AspNet.WebApi.Handlers.BotMessageHandler : Microsoft.Bot.Builder.Integration.IAdapterIntegration -> Microsoft.Bot.Builder.Integration.AspNet.WebApi.Handlers.BotMessageHandler
Public Sub New (adapter As IAdapterIntegration)

Parameters

adapter
IAdapterIntegration

An instance of IAdapterIntegration.

Applies to