DialogsComponentRegistration 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í.
Zpřístupňuje součásti dialogů systému pro registraci funkcí.
public class DialogsComponentRegistration : Microsoft.Bot.Builder.Dialogs.Obsolete.ComponentRegistrationBridge<Microsoft.Bot.Builder.Dialogs.DialogsBotComponent>
type DialogsComponentRegistration = class
inherit ComponentRegistrationBridge<DialogsBotComponent>
Public Class DialogsComponentRegistration
Inherits ComponentRegistrationBridge(Of DialogsBotComponent)
- Dědičnost
-
DialogsComponentRegistration
Konstruktory
DialogsComponentRegistration() |
Zpřístupňuje součásti dialogů systému pro registraci funkcí. |
Vlastnosti
BotComponent |
Získá BotComponent se přemíscet na starší verzi ComponentRegistration. (Zděděno od ComponentRegistrationBridge<TComponent>) |
Metody
GetFromComponent<TRegistration>(IServiceCollection) |
Zavolá spuštění na objektu BotComponent , aby se načetla kolekce registrací pro typ |
GetMemoryScopes() |
Získá rozsahy paměti. (Zděděno od ComponentRegistrationBridge<TComponent>) |
GetPathResolvers() |
Vrátí výčet pathresolvers. (Zděděno od ComponentRegistrationBridge<TComponent>) |