Browse our comprehensive FAQ section to quickly find solutions, learn how to use ChatMaxima features, and get step-by-step guidance for setup, integrations, and support.
The text block in the response section is used to prompt the user to provide a text-based input, such as a name, an address, or any other textual information.
The "Enter Variable Name" field is used to save the user's input. This allows the chatbot to store the information and use it later in the conversation.
This block includes validation rules that help you control the format and length of the user's input, ensuring that the information you receive meets your requirements.
You can do this by selecting the checkbox for "Only characters and spaces are allowed."
You can set a minimum character limit for the input by checking the "Min Length" box and then entering the required number in the "Minimum Value" field.
You can define a maximum number of characters by checking the "Max Length" box and then entering the limit in the "Maximum Value" field.
Yes. For validations like "Only characters and spaces are allowed" and "Max Length," an "Error Message" box will appear, allowing you to provide a custom message that the customer will see if their input does not meet the rules.
The purpose of the "Error Message" field is to provide a specific and helpful message to the user, explaining why their input was not accepted.
Yes, you can combine validation rules. You can select all three checkboxes—"Only characters and spaces are allowed," "Min Length," and "Max Length"—to apply multiple rules to the same input.
You need to provide a Variable Name to store the user's input, and you can also choose to apply one or more validation rules.
The first step is to check the box for the specific validation rule you want to use, such as "Only characters and spaces are allowed."
After you select a validation rule, new fields will appear, such as "Error Message," "Minimum Value," or "Maximum Value," which you will need to fill in.
After you have configured all the fields and validation rules, you must click submit to save the block.
You can find the text block by navigating to Dashboard → Quick Access. Then, under ChatMaxima Studio, click on Create Chatbot. The text block will be available in the response section of the builder.
To find a video tutorial for the text block, navigate to Dashboard → Resources. In the dropdown menu, click on Video Tutorial, and then use the search bar to find the specific guide.
link : https://chatmaxima.com/video-tutorials/creating-a-response-text-node-in-chatmaxima/
If you don't provide a custom error message, the bot will likely display a default message when the validation rules are not met.
If a user's input fails validation, the bot will display the error message you provided and prompt the user to try again.