I am new to dialogflow.I want to know there is any way on dialogflowto repeat last response of bot ,if I tell \"repeat\".
I have lot of follow-up intent so for each intents not
There is no out of the box solution. We didn't implement it yet, but we decided that we would just store the latest output in the context and give it out again when the user asks to repeat it. For that you would need to use a webhook which sets the context as required.