次の方法で共有


DialogsBotComponent クラス

定義

ボット ダイアログのボット コンポーネント。

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

コンストラクター

DialogsBotComponent()

ボット ダイアログのボット コンポーネント。

メソッド

ConfigureServices(IServiceCollection, IConfiguration)

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

適用対象