次の方法で共有


DialogsComponentRegistration クラス

定義

ダイアログ コンポーネントをシステム登録機能で使用できるようにします。

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

コンストラクター

DialogsComponentRegistration()

ダイアログ コンポーネントをシステム登録機能で使用できるようにします。

プロパティ

BotComponent

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

(継承元 ComponentRegistrationBridge<TComponent>)

メソッド

GetFromComponent<TRegistration>(IServiceCollection)

のスタートアップを BotComponent 呼び出して、 型の登録のコレクションを取得します TRegistration

(継承元 ComponentRegistrationBridge<TComponent>)
GetMemoryScopes()

メモリ スコープを取得します。

(継承元 ComponentRegistrationBridge<TComponent>)
GetPathResolvers()

pathresolvers の列挙を返します。

(継承元 ComponentRegistrationBridge<TComponent>)

適用対象