A path resolver that replaces the '@' alias with a specific prefix and transforms paths to access recognized entities in a conversational turn. It ensures that the resolved path includes the 'first()' function for entity properties.
Initializes a new instance of the AtPathResolver class.
Transforms the path by replacing the '@' alias and appending the 'first()' function to entity properties.
The path to inspect and transform.
The transformed path.
A path resolver that replaces the '@' alias with a specific prefix and transforms paths to access recognized entities in a conversational turn. It ensures that the resolved path includes the 'first()' function for entity properties.