次の方法で共有


DeclarativeBotComponent クラス

定義

宣言型を登録します。

public class DeclarativeBotComponent : Microsoft.Bot.Builder.BotComponent
type DeclarativeBotComponent = class
    inherit BotComponent
Public Class DeclarativeBotComponent
Inherits BotComponent
継承
DeclarativeBotComponent

コンストラクター

DeclarativeBotComponent()

宣言型を登録します。

メソッド

ConfigureServices(IServiceCollection, IConfiguration)

リソース エクスプローラーで型を登録し、構成を使用し、サービス コレクションにサービスを登録するためのボット コンポーネントのエントリ ポイント。

適用対象