[SOLVED] Entity values not getting extracted from user utterances

Hi everyone,

I am working on project in that rasa nlu was identifying intents correctly for user utterances, but it was failing to extract entity values from user utterances. Eventually I understood that there should not be any space between entity value and entity name.

[entity] (entity name) it should be → [entity](entity name)

1 Like