I've connected a data store about cars to my start page. If you ask the agent questions, it will give answers. However, if the question is too generic, the answer will be incorrect so I've created routes to guide the user into asking a more specific question. From this, I've extracted parameters which I want to use to re-ask the data store for information.
For example, without parameters, a user would ask "what's a Hondas top speed", which would then give an answer of a random Hondas top speed. For my design, I get the user's "car brand" and "car model" and store into session parameters. I then want to ask the data store "What's this [car brand] [car model] top speed" but I can't find where to inject the parameters.
I'd like to avoid using web hooks for this relatively simple task.
Solved! Go to Solution.
Hi, unfortunately, that is not possible. The prompt to query a data store is generic and used by all data store handlers.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |