DialogsComponentRegistration クラス
- java.
lang. Object - com.
microsoft. bot. builder. ComponentRegistration - com.
microsoft. bot. dialogs. DialogsComponentRegistration
- com.
- com.
実装
public class DialogsComponentRegistration
extends ComponentRegistration
implements ComponentMemoryScopes, ComponentPathResolvers
ダイアログ コンポーネントをシステム登録機能で使用できるようにします。
コンストラクターの概要
| コンストラクター | 説明 | |
|---|---|---|
| DialogsComponentRegistration() | ||
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
java.lang.Iterable<Memory |
getMemoryScopes()
ダイアログ のメモリ スコープを取得します。 |
|
java.lang.Iterable<Path |
getPathResolvers()
ダイアログ パス リゾルバーを取得します。 |
メソッドの継承元: ComponentRegistration
メソッドの継承元: 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
コンストラクターの詳細
DialogsComponentRegistration
public DialogsComponentRegistration()
メソッドの詳細
getMemoryScopes
public Iterable
ダイアログ のメモリ スコープを取得します。
getPathResolvers
public Iterable
ダイアログ パス リゾルバーを取得します。