TwilioAdapterBotComponent Class

Definition

BotComponent definition for TwilioAdapter.

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

Constructors

TwilioAdapterBotComponent()

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