OrchestratorComponentRegistration 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.
Caution
Use OrchestratorBotComponent
.
Define component assets for Orchestrator.
[System.Obsolete("Use `OrchestratorBotComponent`.")]
public class OrchestratorComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.AI.Orchestrator.OrchestratorBotComponent>
[<System.Obsolete("Use `OrchestratorBotComponent`.")>]
type OrchestratorComponentRegistration = class
inherit DeclarativeComponentRegistrationBridge<OrchestratorBotComponent>
Public Class OrchestratorComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of OrchestratorBotComponent)
- Inheritance
-
OrchestratorComponentRegistration
- Attributes
Constructors
OrchestratorComponentRegistration() |
Properties
BotComponent |
Gets BotComponent to be bridged to the legacy ComponentRegistration. (Inherited from ComponentRegistrationBridge<TComponent>) |
Methods
GetConverters(ResourceExplorer, SourceContext) |
Return an enumeration of JsonConverters for supporting loading declarative types. (Inherited from DeclarativeComponentRegistrationBridge<TComponent>) |
GetDeclarativeTypes(ResourceExplorer) |
Return an enumeration of KindRegistrations $kind => Type. (Inherited from DeclarativeComponentRegistrationBridge<TComponent>) |
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>) |