I’m a bit stuck trying to give as response the entities found in the input. I’ve tried with the command condition in the responses, but it doesn’t work and it is being tested. Now I create an action and the idea is this one:
entities = tracker.latest_message[‘entities’]
dispatcher.utter_message({entities})
I suppose this is not well spelled, but I don’t find how to tell the bot to do so.
Thank you so much. I’ve tried it and it works perfectly. By the way, do you know if it’s possible just to give as the output the value of the entity? Because with this code it gives me ‘entity’, ‘start’, ‘end’…‘value’