DialogStateManagerConfiguration 類別
- java.
lang. Object - com.
microsoft. bot. dialogs. memory. DialogStateManagerConfiguration
- com.
public class DialogStateManagerConfiguration
設定對話狀態管理員的路徑解析程式和記憶體範圍。
建構函式摘要
| 建構函式 | Description | |
|---|---|---|
| DialogStateManagerConfiguration() | ||
方法摘要
| 修飾詞與類型 | 方法與描述 |
|---|---|
|
java.util.List<Memory |
getMemoryScopes() |
|
java.util.List<Path |
getPathResolvers() |
| void | setMemoryScopes(List<MemoryScope> withMemoryScopes) |
| void | setPathResolvers(List<PathResolver> withPathResolvers) |
方法繼承來源 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
建構函式詳細資料
DialogStateManagerConfiguration
public DialogStateManagerConfiguration()
方法詳細資料
getMemoryScopes
public List
傳回:
傳回 MemoryScopes 的清單。
getPathResolvers
public List
傳回:
會傳回 PathResolvers 的清單。
setMemoryScopes
public void setMemoryScopes(List
參數:
withMemoryScopes
- 設定 MemoryScopes 的清單。
setPathResolvers
public void setPathResolvers(List
參數:
withPathResolvers
- 設定 PathResolvers 的清單。