Consider two of my intents :
Welcome, has output context set to 'search', works just fine.
search_anime, has input context set to 'search' and all it's training phrases are different anime titles with them set to @sys.any because I want anything the users says to be caught by this intent.
This was working perfectly until today.
Any input would be caught by it as intended before :
Now, even one piece which is one of the training phrases of search_anime isn't caught by it.
Another thing that I have noticed is that this problem has occurred across multiple versions of this agent. Version 2 is linked to the action in production which was definitely not changed in anyway. It has the same problem. My current draft has this problem even though I haven't changed anything in dialogflow from the time when it was working.
How can I solve this issue? Any help would be appreciated.
Are you integrating DF with Google assistant?
Since yesterday Google Assistant is no longer recognizing both Intents and parameters properly. Lots of people are facing that problem.
I already opened a issue and am waiting for a solution.
Update : Issue has been resolved: issuetracker.google.com/issues/165676621
_DM