AtPathResolver 類別
- java.
lang. Object - com.
microsoft. bot. dialogs. memory. pathresolvers. AliasPathResolver - com.
microsoft. bot. dialogs. memory. pathresolvers. AtPathResolver
- com.
- com.
public class AtPathResolver
extends AliasPathResolver
將 @@ 對應至 turn.recognized.entitites.xxx 陣列。
建構函式摘要
| 建構函式 | Description |
|---|---|
| AtPathResolver() |
初始化 At |
方法摘要
| 修飾詞與類型 | 方法與描述 |
|---|---|
| java.lang.String |
transformPath(String path)
轉換路徑。 |
方法繼承來源 AliasPathResolver
方法繼承來源 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
建構函式詳細資料
AtPathResolver
public AtPathResolver()
初始化 AtPathResolver 類別的新實例。
方法詳細資料
transformPath
public String transformPath(String path)
轉換路徑。
覆寫:
AtPathResolver.transformPath(String path)參數:
path
- 轉換的路徑。
傳回:
轉換的路徑。