Share via


LanguageGenerationBotComponent Class

Definition

ComponentRegistration class for language generation resources.

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

Constructors

LanguageGenerationBotComponent()

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