ComponentRegistration クラス

  • java.lang.Object
    • com.microsoft.bot.builder.ComponentRegistration

public class ComponentRegistration

ComponentRegistration は、コンポーネントから資産を検出するためのシグネチャ クラスです。

コンストラクターの概要

コンストラクター 説明
ComponentRegistration()

メソッドの概要

修飾子と型 メソッドと説明
static void add(ComponentRegistration componentRegistration)

登録メソッドを実装するコンポーネントを追加します。

static java.lang.Iterable<java.lang.Object> getComponents()

登録されているすべてのコンポーネント登録オブジェクトの一覧を取得します。

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

コンストラクターの詳細

ComponentRegistration

public ComponentRegistration()

メソッドの詳細

add

public static void add(ComponentRegistration componentRegistration)

登録メソッドを実装するコンポーネントを追加します。

パラメーター:

componentRegistration - 登録に追加するコンポーネント。

getComponents

public static Iterable getComponents()

登録されているすべての ComponentRegistration オブジェクトの一覧を取得します。

戻り値:

ComponentRegistration オブジェクトの配列。

適用対象