I’m trying to have a composite entity to pick up an address for a user (I can’t use the reg. address entity type) and for some reason it only picks up the first 2 entites in the pattern and not the third one.
Example address: “1 Taitch Court Unit 502”
I have 3 Sub Entities:
Street Number (Type: Number)
Street Name (Type: List, with a list of all the possible street names and their synonyms)
Unit Number (Type: Number)
When setting the Composite pattern to “@StreetNumberEntity@StreetNameEntity” It works perfect and when a user types the above I get:
Entity Value identified. Value identified as: {"StreetNumberEntity": 9, "StreetNameEntity": "Taitch"}
But when adding “@UnitNumberEntity” at the end of the pattern it is not working and nothing is being identified