AtAtPathResolver class
A specialized path resolver that replaces the '@@' alias with the prefix 'turn.recognized.entities.'. This is used to resolve paths related to recognized entities in a conversational turn.
- Extends
Constructors
| At |
Initializes a new instance of the AtAtPathResolver class. |
Inherited Methods
| transform |
Transforms the path. |
Constructor Details
AtAtPathResolver()
Initializes a new instance of the AtAtPathResolver class.
new AtAtPathResolver()
Inherited Method Details
transformPath(string)
Transforms the path.
function transformPath(path: string): string
Parameters
- path
-
string
Path to inspect.
Returns
string
The transformed path.
Inherited From AliasPathResolver.transformPath