DialogsComponentRegistration Class

Definition

Makes Dialogs components available to the system registering functionality.

public class DialogsComponentRegistration : Microsoft.Bot.Builder.Dialogs.Obsolete.ComponentRegistrationBridge<Microsoft.Bot.Builder.Dialogs.DialogsBotComponent>
type DialogsComponentRegistration = class
    inherit ComponentRegistrationBridge<DialogsBotComponent>
Public Class DialogsComponentRegistration
Inherits ComponentRegistrationBridge(Of DialogsBotComponent)
Inheritance

Constructors

DialogsComponentRegistration()

Properties

BotComponent

Gets BotComponent to be bridged to the legacy ComponentRegistration.

(Inherited from ComponentRegistrationBridge<TComponent>)

Methods

GetFromComponent<TRegistration>(IServiceCollection)

Calls startup on the BotComponent to retrieve a collection of registrations for type TRegistration.

(Inherited from ComponentRegistrationBridge<TComponent>)
GetMemoryScopes()

Gets the memory scopes.

(Inherited from ComponentRegistrationBridge<TComponent>)
GetPathResolvers()

Return enumeration of pathresolvers.

(Inherited from ComponentRegistrationBridge<TComponent>)

Applies to