Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Dialogflow Intent Detection with Custom Entity

I have created a dialogflow agent which is using a datastore to answer user queries. The datastore includes information about new features available in my company's product, on a release note page.

The title of the release note page is "2024.1 release". When a user asks something like "What is new in 24.1 release", the agent is unable to recognise that this is the same as 2024.1, and just returns a fallback no match intent response.

To tackle this, I have created an entity, and added 24.1 as a synonym to 2024.1, and created a new intent so that the agent recognises these type of questions. When the user asks questions on this topic, I still want the response to come from the datastore. How should I structure the flow/route to achieve this?

1 15 1,736
15 REPLIES 15