I have been doing a project on dialogflow. I am building a chatbot where user is required to insert a series of information and at last the informations are sent to webhook. I have been building a series of followup intent for that purpose. AS like
User Name intent (Main intent)
Phone number intent ( follow up intent for username, appears after user inserts username)
I want to do is change username after receiving username and reaching phone number follow up.
For intance:
Bot: Hello Insert your username. User: David Bot: You entered david as your name. type -1 to change your name. Enter your phone number. user:-1 Bot:Hello Insert your username (Reaches to same intent)
I need a proper solution for solving it. I tried with previous selection on followup but couldn't get solution.
Thank you in advance.