WebexAdapterBotComponent Class

Definition

BotComponent definition for WebexAdapter.

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

Constructors

WebexAdapterBotComponent()

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