DialogsComponentRegistration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
DialogsComponentRegistration
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 |
GetMemoryScopes() |
Gets the memory scopes. (Inherited from ComponentRegistrationBridge<TComponent>) |
GetPathResolvers() |
Return enumeration of pathresolvers. (Inherited from ComponentRegistrationBridge<TComponent>) |