I am currently facing challenges while configuring a chatbot using Dialogflow CX with data stores.
My goal is to create a chatbot that can analyze user queries, categorize them, and then generate responses by referencing the appropriate data store for each category. While I can successfully query the data stores directly from the start page, I am unable to send new queries to the data stores after navigating through various flows.
Is there a way to process and refine the user query before sending it to the data stores? Any guidance would be greatly appreciated.
Hi @kariseio,
If you are unable to send new queries to the data stores after navigating through various flows, here are possible reasons and troubleshooting tips that might help you resolve the issue:
For processing and refining user queries in Dialogflow before sending them to your data stores. Here’s are possible way to do it:
You can also refer to this documentation for best practices on building agent app.
I hope the above information is helpful