Overlapping entitiesWhat happens when different entities are detected on same words or phrases? Suggest Edits📘This logic was added in version 240In prior versions only one type entity was returned. In case there are different entities that match specific word or phrase all types are returned so that they can be accessed with entity type that you expect according to bot logic. Examples sys.DigitSequence + 2 x sys.Numeral sys.DigitSequence and sys.Numeral on the same token sys.Numeral inside sys.Time Returning all entities that match manual rules in Keyword and Regex entitiesUpdated 4 months ago Table of Contents Examples