Hi everyone,
I'm building a hybrid agent that should move from a page to another while using Data Stores responses, but it seems that it's not possible to use the same user input to trigger an intent (or route) and trigger a Data Store response at the same time.
I also read in other posts to store the user input as a parameter, but I don't find a way to trigger Data Stores with said parameter.
Thanks in advance.
Hi @JDomC365,
Welcome to Google Cloud Community!
You're right, it's not possible to directly trigger both a Data Store response and an intent or route simultaneously using the same user input. However, we can achieve this desired behavior by using a combination of different techniques.
1. Using Context and Parameters:
2. Using Follow Up Intents:
Key consideration:
For more details, refer to the Dialogflow CX documentation.
I hope the above information is helpful.