I am using Dialogflow CX and asking a user for the following information:
- name
- phone
I have an intent designed that understands and saves those parameters in any permutation. The page is design with three required parameters for each of these fields. This all works perfectly. However, the page fulfillment begins with:
"Please provide your name, email, and phone number" "Please provide your name"
The "Please provide your name" is the Initial Prompt Fulfillment from the required parameter. How do I have that line only appear as a follow up, if the user did not provide their name?
I've tested event handlers, changing the parameters, and a few other options. I'm assuming this is a basic configuration issue but can't figure out the solution