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.
min = 1
, the user cannot input a number less than 1.max = 100
, the user cannot input a number greater than 100.step = 5
, the user can input numbers like 5, 10, 15, etc.