@IgNoRaNt23 Thanks for the reference. I have added more than 20 utterances for few entities. Model is able to extract entities which are in training data set but as soon as I provide any other world as entity (which is not part of training set) model returns empty entity.
## intent:getelementstatus
- Share [alert](element) status
- Show [alert](element) status
- [alert](element) status
- [alerts](element:alert) status
- Share status of [alerts](element:alert)
- Please tell me the status of [alerts](element:alert)
- Could you please tell me the status of [alerts](element:alert)
- Share [event](element) status
- [event](element) status
- [events](element:event) status
- Show [event](element) status
- Share status of [events](element:event)
- Please tell me the status of [events](element:event)
- Could you please tell me the status of [events](element:event)
- Share [incident](element) status
- [incident](element) status
- [incident](element:incident) status
- Show [incident](element) status
- Share total status of [incidents](element:incident)
- Please tell me the status of [incident](element:incident)
- Could you please tell me the status of [incidents](element:incident)
@ggabor sorry for the confusion. I had shared data from the file which NLU creates post training.
I have added training data in .md format in comment above.