In exported json files of Dialogflow agent I noticed that my training phrase is split into 2 json objects and one of them has @sys.ignore meta property. I know that entity can be defined as system entity starting with @sys. but I don't know what @sys.ignore is and how can it be assigned or unassigned
Example of intent with training phrase split:
"data": [
{
"text": "cleaning of ",
"userDefined": false
},
{
"text": "machine part",
"meta": "@sys.ignore",
"userDefined": false
}
I also checked here https://dialogflow.com/docs/reference/system-entities
and here
https://cloud.google.com/dialogflow-enterprise/docs/reference/system-entities
but no luck