DialogsComponentRegistration 類別
- java.
lang. Object - com.
microsoft. bot. builder. ComponentRegistration - com.
microsoft. bot. dialogs. DialogsComponentRegistration
- com.
- com.
實作
public class DialogsComponentRegistration
extends ComponentRegistration
implements ComponentMemoryScopes, ComponentPathResolvers
讓對話框元件可供系統註冊功能使用。
建構函式摘要
| 建構函式 | Description | |
|---|---|---|
| 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
取得對話框路徑解析程式。