Number
Discover the Power of "Ask Number" in BizMagnets Bots. This feature allows you to collect numeric input from users and store it in a designated variable.
Last updated
Discover the Power of "Ask Number" in BizMagnets Bots. This feature allows you to collect numeric input from users and store it in a designated variable.
Last updated
Ask Number" is specifically designed to collect numeric input from users. It's a common and valuable tool in BizMagnets Bots. The collected input can be stored in a designated variable, enabling you to utilize that data in your Bot Flow.
This is the question you want to ask users. Keep it clear and concise so they understand what you're asking.
You can format the text using Bold, Italic, or Strikethrough. Use asterisks (*) for Bold, underscores (_) for Italic, and tildes (~) for Strikethrough.
Imagine you are asking your customers how many times they have used your service this month. The Ask Number question type with validation settings will ensure users provide helpful responses within a specific character limit.
For the Question Text you can enter: How many times have you used our service this month?
PRO TIP: Use Variables in the Question Text and in the Validation Error Message to make it more personalized.
For the validation settings, you can set the attempt limit to 1. The Validation Error Message is optional. Specify the Action on Invalid Response, and enable the Additional Validation Settings.
In the additional validation settings, specify the Minimum character, Maximum character, and Regex. Since we're asking for the number of times the service was used, the minimum character would be 1 and the maximum character would be 2. For Regex, we could use ^[1-9]\d?$
to ensure the user enters a valid count between 1 and 99.
You have the option to store the user response in a variable. For example, you can create a variable called usage_count
to store the user response.
Once you have set all the fields required and click on SAVE.