Follow up intent
You can use follow up intentsBoth Dialogflow ES and Dialogflow CX have the concept of int... in Dialogflow ES to chain intents together in a conversation.
I recommend that people avoid using follow up intents and instead define their own input and output contextsContexts are used in Dialogflow ES to manage the state of th... to simulate the behavior of follow up intents. This makes your bot more flexible and will also help you debug issues more easily.