DialogsComponentRegistration クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ダイアログ コンポーネントをシステム登録機能で使用できるようにします。
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
コンストラクター
DialogsComponentRegistration() |
ダイアログ コンポーネントをシステム登録機能で使用できるようにします。 |
プロパティ
BotComponent |
レガシ ComponentRegistrationにブリッジされる を取得BotComponentします。 (継承元 ComponentRegistrationBridge<TComponent>) |
メソッド
GetFromComponent<TRegistration>(IServiceCollection) |
のスタートアップを BotComponent 呼び出して、 型の登録のコレクションを取得します |
GetMemoryScopes() |
メモリ スコープを取得します。 (継承元 ComponentRegistrationBridge<TComponent>) |
GetPathResolvers() |
pathresolvers の列挙を返します。 (継承元 ComponentRegistrationBridge<TComponent>) |