OrchestratorComponentRegistration Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
Use OrchestratorBotComponent
.
Definujte prostředky komponent pro 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)
- Dědičnost
-
OrchestratorComponentRegistration
- Atributy
Konstruktory
OrchestratorComponentRegistration() |
Zastaralé.
Definujte prostředky komponent pro Orchestrator. |
Vlastnosti
BotComponent |
Zastaralé.
Dá BotComponent se přemísit na starší verzi ComponentRegistration. (Zděděno od ComponentRegistrationBridge<TComponent>) |
Metody
GetConverters(ResourceExplorer, SourceContext) |
Zastaralé.
Vrátí výčet JsonConverterů pro podporu načítání deklarativních typů. (Zděděno od DeclarativeComponentRegistrationBridge<TComponent>) |
GetDeclarativeTypes(ResourceExplorer) |
Zastaralé.
Vrátí výčet KindRegistrations $kind => Type. (Zděděno od DeclarativeComponentRegistrationBridge<TComponent>) |
GetFromComponent<TRegistration>(IServiceCollection) |
Zastaralé.
Zavolá spuštění na objektu BotComponent , aby se načetla kolekce registrací pro typ |
GetMemoryScopes() |
Zastaralé.
Získá obory paměti. (Zděděno od ComponentRegistrationBridge<TComponent>) |
GetPathResolvers() |
Zastaralé.
Vrátí výčet pathresolvers. (Zděděno od ComponentRegistrationBridge<TComponent>) |