Intent nodes are used to capture the user's requests. They allow the flow's contents to be grouped into topics that can then be matched against the user's query.
All intents can be matched at any point in the conversation if the conversation topic is changed by the user.
A good guideline is that each recurring topic from users should have its own intent.
Title - Add a concise title that summarizes the user’s primary goal or request.
Description - Provide context and examples how users might express the intent.
Instruction order - in what order should the instruction nodes be to best assist the user.