AtPathResolver Class
- java.
lang. Object - com.
microsoft. bot. dialogs. memory. pathresolvers. AliasPathResolver - com.
microsoft. bot. dialogs. memory. pathresolvers. AtPathResolver
- com.
- com.
public class AtPathResolver
extends AliasPathResolver
Maps @@ to turn.recognized.entitites.xxx array.
Constructor Summary
| Constructor | Description |
|---|---|
| AtPathResolver() |
Initializes a new instance of the At |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
transformPath(String path)
Transforms the path. |
Methods inherited from AliasPathResolver
Methods inherited from 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
Constructor Details
AtPathResolver
public AtPathResolver()
Initializes a new instance of the AtPathResolver class.
Method Details
transformPath
public String transformPath(String path)
Transforms the path.
Overrides:
AtPathResolver.transformPath(String path)Parameters:
path
- Path to transform.
Returns:
The transformed path.