Sdílet prostřednictvím


QnAMakerComponentRegistration Třída

Definice

Upozornění

Use QnaMakerBotComponent.

Třída, která obsahuje registraci komponent pro QnAMaker.

[System.Obsolete("Use `QnaMakerBotComponent`.")]
public class QnAMakerComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.AI.QnA.QnAMakerBotComponent>
[<System.Obsolete("Use `QnaMakerBotComponent`.")>]
type QnAMakerComponentRegistration = class
    inherit DeclarativeComponentRegistrationBridge<QnAMakerBotComponent>
Public Class QnAMakerComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of QnAMakerBotComponent)
Dědičnost
Atributy

Konstruktory

QnAMakerComponentRegistration()
Zastaralé.

Třída, která obsahuje registraci komponent pro QnAMaker.

Vlastnosti

BotComponent
Zastaralé.

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 TRegistration.

(Zděděno od ComponentRegistrationBridge<TComponent>)
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>)

Platí pro