LanguageGenerationComponentRegistration 類別

定義

語言產生資源的 ComponentRegistration 類別。

public class LanguageGenerationComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.Dialogs.Adaptive.LanguageGenerationBotComponent>
type LanguageGenerationComponentRegistration = class
    inherit DeclarativeComponentRegistrationBridge<LanguageGenerationBotComponent>
Public Class LanguageGenerationComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of LanguageGenerationBotComponent)
繼承

建構函式

LanguageGenerationComponentRegistration()

語言產生資源的 ComponentRegistration 類別。

屬性

BotComponent

取得 BotComponent 要橋接至舊版 ComponentRegistration 的 。

(繼承來源 ComponentRegistrationBridge<TComponent>)

方法

GetConverters(ResourceExplorer, SourceContext)

傳回 JsonConverters 的列舉,以支援載入宣告式類型。

(繼承來源 DeclarativeComponentRegistrationBridge<TComponent>)
GetDeclarativeTypes(ResourceExplorer)

傳回 KindRegistrations $kind = > Type 的列舉。

(繼承來源 DeclarativeComponentRegistrationBridge<TComponent>)
GetFromComponent<TRegistration>(IServiceCollection)

在 上 BotComponent 呼叫 啟動,以擷取 型 TRegistration 別 的註冊集合。

(繼承來源 ComponentRegistrationBridge<TComponent>)
GetMemoryScopes()

取得記憶體範圍。

(繼承來源 ComponentRegistrationBridge<TComponent>)
GetPathResolvers()

傳回 pathresolvers 的列舉。

(繼承來源 ComponentRegistrationBridge<TComponent>)

適用於