For example I have 3 different entities
@action = eat,run,walk
@person = Michael, John, Fred
@emotion = angry,sad,happy
I want to count user entered action and person entities
If bot recognizes
entities['action'].size() + entities['person'].size() > 2
Any other way to achieve this?