Question node
Question node allows you to ask users specific questions and capture their responses.
You can use the Question node when you need to:
- Get specific information from the user, such as name, email, or preferences.
- Guide user through a step-by-step process (for example, booking, registration).
- Validate user information (for example, asking, "Is this correct?" after input).
Example Use case
In a travel assistant AI agent, a Question node is used to ask users about their travel dates:
Bot: "What dates would you like to travel? User: "December 10th to December 15th.
Setup question node
To configure the question node, follow these steps:
Drag and drop the question node into your conversation flow where you want to ask the question to the user.
Enter the question that you want to ask to the user.
Refer to the following GIF to see how the Question node works.