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
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |