Hi,
For a career advice chatbot use-case I have a standard flow in the Conversational Agents (Dialogflow CX) preview. It has two required parameters on the first page:
- goal - a custom entity type
- Coach_or_Browse_Preference - another custom entity type.
Each parameter also has a custom payload with some suggestion chips, giving three types of goals the chatbot can assist with currently (e.g. finding jobs to apply for), and then for the second parameter a choice of whether the user wants to start a coaching session or not.
The first route is an intent route that matches words related to coaching, with a transition to a playbook. It has no conditions.
Then there are three very similar routes that combine an intent with a condition.
Looking at the original response, it looks as if the agent is not seeing the first answer to the Coach_or_Browse_Preference parameter prompt for some reason.
"PageState": {
"ActiveParameter": "Coach_or_Browse_Preference",
"Name": "Session Goals",
"Status": "PROCESSING_FORM",
"PageId": "fb35ea26-66b8-4dd4-b9cd-19bd0c98072e",
"FormFilled": false
}
Any ideas where I'm going wrong or how to troubleshoot this further?
Thanks
Joe
Hi @Joe_McFadden,
Welcome to Google Cloud Community!
It seems that your Dialogflow CX chatbot is requiring your users to repeat their response to the second parameter prompt (`Coach_or_Browse_Preference`) before it acknowledges and processes it correctly. This indicates that the initial response isn't being captured properly, causing a delay in your chatbot's flow and only registering the answer on the second attempt.
Here are the potential ways that might help with your use case:
You can refer to the following documentation, which provides information on Google Cloud's Dialogflow CX. These resources offer detailed insights into specific aspects of Dialogflow CX, such as how fulfillment works, handling form filling and re-prompts, and defining conditions for route transitions:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |