In my project, i need to extract entities from a text message inside a custom action. Can we do that?
for any input,the flow which i am trying to work on is-
- nlu classifies intent and extracts the entities.
- now a custom action runs, where i get the last_message and make some changes to it to get a new message.
- for the new message, i again want to extract entities. And then finally produce the output
Is this possible? I am stuck with the third step. How can we proceed with this?