HashPathResolver class
Maps #xxx => turn.recognized.intents.xxx
- Extends
Constructors
Hash |
Initializes a new instance of the HashPathResolver class. |
Inherited Methods
transform |
Transforms the path. |
Constructor Details
HashPathResolver()
Initializes a new instance of the HashPathResolver class.
new HashPathResolver()
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