Sdílet prostřednictvím


AdaptiveTestingComponentRegistration Třída

Definice

Upozornění

Use AdaptiveTestingBotComponent.

Registrace komponent pro prostředky AdaptiveTesting.

[System.Obsolete("Use `AdaptiveTestingBotComponent`.")]
public class AdaptiveTestingComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.AdaptiveTestingBotComponent>
[<System.Obsolete("Use `AdaptiveTestingBotComponent`.")>]
type AdaptiveTestingComponentRegistration = class
    inherit DeclarativeComponentRegistrationBridge<AdaptiveTestingBotComponent>
Public Class AdaptiveTestingComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of AdaptiveTestingBotComponent)
Dědičnost
Atributy

Poznámky

Mělo by se jednat o poslední registraci, protože může přidat testovací přepsání pro jiné komponenty.

Konstruktory

AdaptiveTestingComponentRegistration()
Zastaralé.

Registrace komponent pro prostředky AdaptiveTesting.

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

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

Platí pro