Hi, I use the recent feature with Role and Groups for entities, but when I want to train my bot in interactive mode, if the role is not correctly recognize, the modification is not taken in account like in this example :
------
? Your input -> bloque skype depuis lyon vers porto
? Is the intent 'reseau_action' correct for '[bloque]{"entity": "action", "value": "deny"} [skype](application)
depuis [lyon]{"entity": "city-site", "role": "destination"} vers [porto]{"entity": "city-site", "role": "desti
nation"}' and are all entities labeled correctly? No
? What intent is it? 1.00 reseau_action
? Please mark the entities using [value](type) notation [bloque]{"entity": "action", "value": "deny"} [skype](a
pplication) depuis [lyon]{"entity": "city-site", "role": "source"} vers [porto]{"entity": "city-site", "role":
"destination"}
------
Chat History
# Bot You
──────────────────────────────────────────────────────────────────────────────────────────────────────
1 action_listen
──────────────────────────────────────────────────────────────────────────────────────────────────────
2 [bloque]{"entity": "action", "value": "deny"} [skype](application) depuis
[lyon]{"entity": "city-site", "role": "destination"} vers [porto]{"entity":
"city-site", "role": "destination"}
intent: reseau_action 1.00
──────────────────────────────────────────────────────────────────────────────────────────────────────
3 slot{"action":
"deny"}
The entity “Lyon” is a “city-site” but it has to be a role “source” and my modification does not appear in the chat history,
Is it normal ?
Thank you by advance.