FacebookAdapterBotComponent Class

Definition

BotComponent definition for FacebookAdapter.

public class FacebookAdapterBotComponent : Microsoft.Bot.Builder.BotComponent
type FacebookAdapterBotComponent = class
    inherit BotComponent
Public Class FacebookAdapterBotComponent
Inherits BotComponent
Inheritance
FacebookAdapterBotComponent

Constructors

FacebookAdapterBotComponent()

Methods

ConfigureServices(IServiceCollection, IConfiguration)

Entry point for bot components to register types in resource explorer, consume configuration and register services in the services collection.

Applies to