Issue: I have instructions in my playbook:
Hi @Ian_Stack,
Welcome to Google Cloud Community!
The issue you're experiencing with Dialogflows Playbook likely stems from how the system is interpreting user input and matching it to intents, specifically around transitioning to the Other_Inquiries other than 'Product A'.
Here are some best practices and suggestions that may help resolve the issue:
For more information on best practices for Playbooks, you can refer to this documentation.
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.
I've noticed there is still a tendency of the Playbook to choose an instruction earlier in the instruction set over one that appears later, even if the latter instruction is more appropriate.
My strategy has been to choose more narrow matching earlier in the instruction set which would look like
- If user is interested in Product A, do the following:
- Acknowledge interest
- Route to flow Product A
- If user wants to know about other products, do the following:
- etc..
- If user has a general customer service inquiry, do the following...