LuisComponentRegistration 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 LuisBotComponent
.
Definujte prostředky komponent pro Službu Luis.
[System.Obsolete("Use `LuisBotComponent`.")]
public class LuisComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.AI.Luis.LuisBotComponent>
[<System.Obsolete("Use `LuisBotComponent`.")>]
type LuisComponentRegistration = class
inherit DeclarativeComponentRegistrationBridge<LuisBotComponent>
Public Class LuisComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of LuisBotComponent)
- Dědičnost
-
LuisComponentRegistration
- Atributy
Konstruktory
LuisComponentRegistration() |
Zastaralé.
Definujte prostředky komponent pro Službu Luis. |
Vlastnosti
BotComponent |
Zastaralé.
Získá BotComponent se přemíscet na starší verzi ComponentRegistration. (Zděděno od ComponentRegistrationBridge<TComponent>) |
Metody
GetConverters(ResourceExplorer, SourceContext) |
Zastaralé.
Vrátí výčet JsonConverters 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á rozsahy paměti. (Zděděno od ComponentRegistrationBridge<TComponent>) |
GetPathResolvers() |
Zastaralé.
Vrátí výčet pathresolvers. (Zděděno od ComponentRegistrationBridge<TComponent>) |