Collect numerical inputs from users with configurable constraints like minimum, maximum, and step values. Ideal for ratings, estimates, and age inputs in your chatbot agent.
The Number User Input Block is designed to collect numerical responses from users. It offers configurable options to specify input constraints such as minimum and maximum values, and step increments.
Minimum Value: Set the lowest acceptable number.
min = 1
, the user cannot input a number less than 1.Maximum Value: Define the highest acceptable number.
max = 100
, the user cannot input a number greater than 100.Step Value: Specify the increment between allowed numbers.
step = 5
, the user can input numbers like 5, 10, 15, etc.User prompt:
“Rate your experience on a scale of 1 to 10.”
User prompt:
“Enter your price estimate in dollars (up to two decimal places).”
User prompt:
“How old are you?”
By leveraging the Number Input Block, you can gather structured numerical data efficiently while ensuring user inputs meet your specified criteria.
Collect numerical inputs from users with configurable constraints like minimum, maximum, and step values. Ideal for ratings, estimates, and age inputs in your chatbot agent.
The Number User Input Block is designed to collect numerical responses from users. It offers configurable options to specify input constraints such as minimum and maximum values, and step increments.
Minimum Value: Set the lowest acceptable number.
min = 1
, the user cannot input a number less than 1.Maximum Value: Define the highest acceptable number.
max = 100
, the user cannot input a number greater than 100.Step Value: Specify the increment between allowed numbers.
step = 5
, the user can input numbers like 5, 10, 15, etc.User prompt:
“Rate your experience on a scale of 1 to 10.”
User prompt:
“Enter your price estimate in dollars (up to two decimal places).”
User prompt:
“How old are you?”
By leveraging the Number Input Block, you can gather structured numerical data efficiently while ensuring user inputs meet your specified criteria.