次の方法で共有


LuisComponentRegistration クラス

定義

注意事項

Use LuisBotComponent.

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)
継承
属性

コンストラクター

LuisComponentRegistration()
古い.

Luis のコンポーネント資産を定義します。

プロパティ

BotComponent
古い.

レガシ ComponentRegistrationにブリッジされる を取得BotComponentします。

(継承元 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>)

適用対象